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

Change default batch size of bulk API to Integer.MAX_VALUE #14725

Merged
merged 7 commits into from
Jul 22, 2024

Fix rest test failure due to deprecation

34b8fc9
Select commit
Loading
Failed to load commit list.
Merged

Change default batch size of bulk API to Integer.MAX_VALUE #14725

Fix rest test failure due to deprecation
34b8fc9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 22, 2024 in 0s

71.74% (target 70.00%)

View this Pull Request on Codecov

71.74% (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.74%. Comparing base (2d8c68c) to head (34b8fc9).
Report is 46 commits behind head on main.

Files Patch % Lines
...pensearch/rest/action/document/RestBulkAction.java 50.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #14725      +/-   ##
============================================
- Coverage     71.75%   71.74%   -0.02%     
+ Complexity    62476    62423      -53     
============================================
  Files          5149     5149              
  Lines        293383   293349      -34     
  Branches      42391    42381      -10     
============================================
- Hits         210526   210469      -57     
+ Misses        65542    65513      -29     
- Partials      17315    17367      +52     

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