[Backport 2.16] Change default batch size of bulk API to Integer.MAX_VALUE#14882
Merged
[Backport 2.16] Change default batch size of bulk API to Integer.MAX_VALUE#14882
Conversation
By default the full _bulk payload will be passed to ingest processors as a batch, with any sub batching logic to be implemented by each processor if necessary. Signed-off-by: Liyun Xiu <xiliyun@amazon.com> (cherry picked from commit 97f26cc) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
andrross
approved these changes
Jul 22, 2024
Contributor
|
❌ Gradle check result for a1cec79: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Andrew Ross <andrross@amazon.com>
andrross
approved these changes
Jul 22, 2024
Contributor
|
❌ Gradle check result for 28b2079: ABORTED Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Contributor
Codecov ReportAttention: Patch coverage is
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport 97f26cc from #14725.