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

[segment replication] decouple the rateLimiter of segrep and recovery #12959

Merged
merged 9 commits into from
Apr 14, 2024

Merge branch 'main' into segrep-throttle

fedc06c
Select commit
Loading
Failed to load commit list.
Merged

[segment replication] decouple the rateLimiter of segrep and recovery #12959

Merge branch 'main' into segrep-throttle
fedc06c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 12, 2024 in 0s

71.52% (target 70.00%)

View this Pull Request on Codecov

71.52% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 81.81818% with 8 lines in your changes are missing coverage. Please review.

Project coverage is 71.52%. Comparing base (b15cb0c) to head (fedc06c).
Report is 157 commits behind head on main.

Files Patch % Lines
.../opensearch/indices/recovery/RecoverySettings.java 85.29% 2 Missing and 3 partials ⚠️
...s/replication/SegmentReplicationSourceService.java 50.00% 1 Missing ⚠️
...s/replication/SegmentReplicationTargetService.java 0.00% 1 Missing ⚠️
...ch/repositories/blobstore/BlobStoreRepository.java 50.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #12959      +/-   ##
============================================
+ Coverage     71.42%   71.52%   +0.10%     
- Complexity    59978    60565     +587     
============================================
  Files          4985     5030      +45     
  Lines        282275   284724    +2449     
  Branches      40946    41238     +292     
============================================
+ Hits         201603   203647    +2044     
- Misses        63999    64295     +296     
- Partials      16673    16782     +109     

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