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] Add capability of doing refresh as determined by the translog #12992

Merged
merged 18 commits into from
Apr 25, 2024

Merge branch 'main' of https://github.com/opensearch-project/OpenSear…

503f8ec
Select commit
Loading
Failed to load commit list.
Merged

[Remote Store] Add capability of doing refresh as determined by the translog #12992

Merge branch 'main' of https://github.com/opensearch-project/OpenSear…
503f8ec
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 22, 2024 in 0s

71.44% (target 70.00%)

View this Pull Request on Codecov

71.44% (target 70.00%)

Details

Codecov Report

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

Project coverage is 71.44%. Comparing base (b15cb0c) to head (503f8ec).
Report is 198 commits behind head on main.

Files Patch % Lines
...search/index/translog/InternalTranslogManager.java 0.00% 1 Missing and 1 partial ⚠️
...rg/opensearch/index/translog/RemoteFsTranslog.java 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #12992      +/-   ##
============================================
+ Coverage     71.42%   71.44%   +0.02%     
- Complexity    59978    60627     +649     
============================================
  Files          4985     5039      +54     
  Lines        282275   285443    +3168     
  Branches      40946    41337     +391     
============================================
+ Hits         201603   203924    +2321     
- Misses        63999    64656     +657     
- Partials      16673    16863     +190     

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