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

[Backport 2.x] [Remote Store] Add support to disable flush based on translog reader count #14044

Merged
merged 1 commit into from
Jun 6, 2024

[Remote Store] Add support to disable flush based on translog reader …

0890947
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] [Remote Store] Add support to disable flush based on translog reader count #14044

[Remote Store] Add support to disable flush based on translog reader …
0890947
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 6, 2024 in 0s

71.40% (target 70.00%)

View this Pull Request on Codecov

71.40% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 57.14286% with 3 lines in your changes missing coverage. Please review.

Project coverage is 71.40%. Comparing base (0dd892c) to head (0890947).
Report is 307 commits behind head on 2.x.

Files Patch % Lines
...rg/opensearch/index/translog/RemoteFsTranslog.java 25.00% 1 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #14044      +/-   ##
============================================
+ Coverage     71.28%   71.40%   +0.11%     
- Complexity    60145    61459    +1314     
============================================
  Files          4957     5041      +84     
  Lines        282799   288856    +6057     
  Branches      41409    42196     +787     
============================================
+ Hits         201591   206244    +4653     
- Misses        64189    65182     +993     
- Partials      17019    17430     +411     

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