Skip to content

feat: store .remote-info for remote shards to avoid extra S3#436

Open
eguguchkin wants to merge 3 commits into
mainfrom
435-store-remote-info-locally
Open

feat: store .remote-info for remote shards to avoid extra S3#436
eguguchkin wants to merge 3 commits into
mainfrom
435-store-remote-info-locally

Conversation

@eguguchkin

Copy link
Copy Markdown
Collaborator

Fixes #435


  • I have read and followed all requirements in CONTRIBUTING.md;
  • I used LLM/AI assistance to make this pull request;

@github-actions

Copy link
Copy Markdown
Contributor

🔴 Performance Degradation

Some benchmarks have degraded compared to the previous run.
Click on Show table button to see full list of degraded benchmarks.

Show table
Name Previous Current Ratio Verdict
AggWide/size=1000000-4 8fb975 01db29
469.00 B/op 545.00 B/op 1.16 🔴
MutexListAppend-4 8fb975 01db29
215.03 MB/s 193.50 MB/s 0.90 🔴

@eguguchkin eguguchkin force-pushed the 435-store-remote-info-locally branch from a76acff to ed1cec9 Compare June 10, 2026 21:54
@github-actions

Copy link
Copy Markdown
Contributor

🔴 Performance Degradation

Some benchmarks have degraded compared to the previous run.
Click on Show table button to see full list of degraded benchmarks.

Show table
Name Previous Current Ratio Verdict
MutexListAppend-4 8fb975 a8fa9b
215.03 MB/s 192.22 MB/s 0.89 🔴

@codecov-commenter

codecov-commenter commented Jun 11, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 56.29630% with 59 lines in your changes missing coverage. Please review.
✅ Project coverage is 70.86%. Comparing base (df680ff) to head (b937622).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
frac/sealed.go 38.59% 23 Missing and 12 partials ⚠️
frac/remote.go 60.00% 15 Missing and 9 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #436      +/-   ##
==========================================
+ Coverage   70.81%   70.86%   +0.04%     
==========================================
  Files         225      225              
  Lines       17498    17535      +37     
==========================================
+ Hits        12392    12426      +34     
+ Misses       4182     4181       -1     
- Partials      924      928       +4     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Store .remote-info for remote shards to avoid extra S3 requests

2 participants