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 - Allow search idle with no replicas #8173

Merged
merged 5 commits into from
Jul 14, 2023

Remove unnecessary assertBusy

fde8361
Select commit
Loading
Failed to load commit list.
Merged

Segment Replication - Allow search idle with no replicas #8173

Remove unnecessary assertBusy
fde8361
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Jul 14, 2023 in 0s

70.87% (target 70.00%)

View this Pull Request on Codecov

70.87% (target 70.00%)

Details

Codecov Report

Merging #8173 (fde8361) into main (6a19660) will decrease coverage by 0.02%.
The diff coverage is 55.55%.

@@             Coverage Diff              @@
##               main    #8173      +/-   ##
============================================
- Coverage     70.88%   70.87%   -0.02%     
- Complexity    57196    57200       +4     
============================================
  Files          4771     4771              
  Lines        270312   270323      +11     
  Branches      39505    39509       +4     
============================================
- Hits         191609   191585      -24     
- Misses        62600    62616      +16     
- Partials      16103    16122      +19     
Impacted Files Coverage Δ
.../main/java/org/opensearch/index/IndexSettings.java 85.25% <0.00%> (-0.43%) ⬇️
...earch/action/search/AbstractSearchAsyncAction.java 77.03% <25.00%> (-1.50%) ⬇️
...in/java/org/opensearch/index/shard/IndexShard.java 69.65% <100.00%> (+0.44%) ⬆️
...ices/replication/RemoteStoreReplicationSource.java 94.28% <100.00%> (+0.73%) ⬆️

... and 476 files with indirect coverage changes