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] Moving stale commit deletion to async flow #8201

Merged

Removing catch exception from IT

5c446f3
Select commit
Loading
Failed to load commit list.
Merged

[Remote Store] Moving stale commit deletion to async flow #8201

Removing catch exception from IT
5c446f3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 3, 2023 in 1s

70.84% (target 70.00%)

View this Pull Request on Codecov

70.84% (target 70.00%)

Details

Codecov Report

Merging #8201 (5c446f3) into main (b594f52) will decrease coverage by 0.02%.
The diff coverage is 86.95%.

@@             Coverage Diff              @@
##               main    #8201      +/-   ##
============================================
- Coverage     70.86%   70.84%   -0.02%     
+ Complexity    56825    56768      -57     
============================================
  Files          4752     4752              
  Lines        268599   268610      +11     
  Branches      39336    39336              
============================================
- Hits         190335   190292      -43     
- Misses        62235    62243       +8     
- Partials      16029    16075      +46     
Impacted Files Coverage Δ
...in/java/org/opensearch/index/shard/IndexShard.java 69.21% <0.00%> (-0.33%) ⬇️
...java/org/opensearch/index/shard/StoreRecovery.java 57.25% <0.00%> (-0.42%) ⬇️
...search/index/shard/RemoteStoreRefreshListener.java 85.56% <100.00%> (-4.39%) ⬇️
...earch/index/store/RemoteSegmentStoreDirectory.java 91.91% <100.00%> (+1.86%) ⬆️
...ndex/store/RemoteSegmentStoreDirectoryFactory.java 95.65% <100.00%> (+0.19%) ⬆️
server/src/main/java/org/opensearch/node/Node.java 84.95% <100.00%> (ø)

... and 435 files with indirect coverage changes