Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add timestamp pinning service and scheduler to update in-memory state #15180

Merged
merged 12 commits into from
Aug 15, 2024

Address PR comments

4212363
Select commit
Loading
Failed to load commit list.
Merged

Add timestamp pinning service and scheduler to update in-memory state #15180

Address PR comments
4212363
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 14, 2024 in 0s

71.83% (target 70.00%)

View this Pull Request on Codecov

71.83% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 46.95122% with 87 lines in your changes missing coverage. Please review.

Project coverage is 71.83%. Comparing base (6e27e5a) to head (4212363).
Report is 5 commits behind head on main.

Files Patch % Lines
...remotestore/RemoteStorePinnedTimestampService.java 31.89% 77 Missing and 2 partials ⚠️
...h/gateway/remote/model/RemotePinnedTimestamps.java 78.78% 5 Missing and 2 partials ⚠️
...te/model/RemoteStorePinnedTimestampsBlobStore.java 75.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #15180      +/-   ##
============================================
- Coverage     71.89%   71.83%   -0.07%     
- Complexity    63043    63064      +21     
============================================
  Files          5197     5200       +3     
  Lines        295311   295474     +163     
  Branches      42676    42687      +11     
============================================
- Hits         212314   212246      -68     
- Misses        65552    65827     +275     
+ Partials      17445    17401      -44     

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