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

[Backport 2.x] Removing unnecessary List.removeAll from LocalShardsBalancer to filter remote search shard from relocation decision #14643

Merged
merged 1 commit into from
Jul 9, 2024

Improve reroute performance by optimising List.removeAll in LocalShar…

85dd378
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Removing unnecessary List.removeAll from LocalShardsBalancer to filter remote search shard from relocation decision #14643

Improve reroute performance by optimising List.removeAll in LocalShar…
85dd378
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 9, 2024 in 1s

71.53% (target 70.00%)

View this Pull Request on Codecov

71.53% (target 70.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.53%. Comparing base (3a1be63) to head (85dd378).
Report is 5 commits behind head on 2.x.

Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #14643      +/-   ##
============================================
+ Coverage     71.50%   71.53%   +0.03%     
- Complexity    62406    62408       +2     
============================================
  Files          5103     5103              
  Lines        293265   293262       -3     
  Branches      42730    42732       +2     
============================================
+ Hits         209689   209781      +92     
+ Misses        65946    65886      -60     
+ Partials      17630    17595      -35     

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