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

Fix bug where retries within RemoteStoreRefreshListener cause infos/checkpoint mismatch #10655

Merged
merged 2 commits into from
Oct 19, 2023

add extra log

04180e3
Select commit
Loading
Failed to load commit list.
Merged

Fix bug where retries within RemoteStoreRefreshListener cause infos/checkpoint mismatch #10655

add extra log
04180e3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 19, 2023 in 1s

71.18% (target 70.00%)

View this Pull Request on Codecov

71.18% (target 70.00%)

Details

Codecov Report

Merging #10655 (04180e3) into main (69f6f4e) will increase coverage by 0.06%.
Report is 2 commits behind head on main.
The diff coverage is 81.81%.

@@             Coverage Diff              @@
##               main   #10655      +/-   ##
============================================
+ Coverage     71.11%   71.18%   +0.06%     
+ Complexity    58530    58500      -30     
============================================
  Files          4854     4854              
  Lines        276049   276048       -1     
  Branches      40168    40167       -1     
============================================
+ Hits         196311   196493     +182     
+ Misses        63385    63138     -247     
- Partials      16353    16417      +64     
Files Coverage Δ
...search/index/shard/RemoteStoreRefreshListener.java 87.50% <100.00%> (+1.40%) ⬆️
...in/java/org/opensearch/index/shard/IndexShard.java 69.71% <94.44%> (+0.29%) ⬆️
...ain/java/org/opensearch/search/DocValueFormat.java 59.17% <0.00%> (-5.33%) ⬇️

... and 484 files with indirect coverage changes