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

[Remote Store] Rate limiter for low priority uploads #14374

Merged
merged 3 commits into from
Jun 18, 2024

Address PR comments

aebb7c6
Select commit
Loading
Failed to load commit list.
Merged

[Remote Store] Rate limiter for low priority uploads #14374

Address PR comments
aebb7c6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 18, 2024 in 1s

71.76% (target 70.00%)

View this Pull Request on Codecov

71.76% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 38.88889% with 11 lines in your changes missing coverage. Please review.

Project coverage is 71.76%. Comparing base (b15cb0c) to head (aebb7c6).
Report is 441 commits behind head on main.

Files Patch % Lines
...ch/repositories/blobstore/BlobStoreRepository.java 37.50% 5 Missing ⚠️
...va/org/opensearch/index/store/RemoteDirectory.java 42.85% 3 Missing and 1 partial ⚠️
.../org/opensearch/repositories/FilterRepository.java 0.00% 1 Missing ⚠️
...n/java/org/opensearch/repositories/Repository.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #14374      +/-   ##
============================================
+ Coverage     71.42%   71.76%   +0.34%     
- Complexity    59978    62114    +2136     
============================================
  Files          4985     5118     +133     
  Lines        282275   291845    +9570     
  Branches      40946    42189    +1243     
============================================
+ Hits         201603   209451    +7848     
- Misses        63999    65094    +1095     
- Partials      16673    17300     +627     

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