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

Add wait in replica recovery for allocation id to propagate on source node #15558

Merged
merged 3 commits into from
Sep 6, 2024

Add more test

487fa64
Select commit
Loading
Failed to load commit list.
Merged

Add wait in replica recovery for allocation id to propagate on source node #15558

Add more test
487fa64
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 5, 2024 in 1s

71.94% (target 70.00%)

View this Pull Request on Codecov

71.94% (target 70.00%)

Details

Codecov Report

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

Project coverage is 71.94%. Comparing base (729e40d) to head (487fa64).
Report is 11 commits behind head on main.

Files with missing lines Patch % Lines
...search/indices/recovery/RecoverySourceHandler.java 86.95% 1 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #15558      +/-   ##
============================================
- Coverage     71.95%   71.94%   -0.02%     
- Complexity    64192    64197       +5     
============================================
  Files          5270     5271       +1     
  Lines        300052   300181     +129     
  Branches      43368    43384      +16     
============================================
+ Hits         215917   215963      +46     
- Misses        66442    66493      +51     
- Partials      17693    17725      +32     

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