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.16] Change default batch size of bulk API to Integer.MAX_VALUE #14882

Merged
merged 2 commits into from
Jul 23, 2024

Add missing ArrayList import

28b2079
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.16] Change default batch size of bulk API to Integer.MAX_VALUE #14882

Add missing ArrayList import
28b2079
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 23, 2024 in 0s

71.56% (target 70.00%)

View this Pull Request on Codecov

71.56% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 75.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 71.56%. Comparing base (82cb703) to head (28b2079).
Report is 2 commits behind head on 2.16.

Files Patch % Lines
...pensearch/rest/action/document/RestBulkAction.java 50.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               2.16   #14882      +/-   ##
============================================
+ Coverage     71.55%   71.56%   +0.01%     
- Complexity    62527    62575      +48     
============================================
  Files          5109     5109              
  Lines        293687   293653      -34     
  Branches      42791    42781      -10     
============================================
+ Hits         210135   210154      +19     
- Misses        65922    65930       +8     
+ Partials      17630    17569      -61     

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