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

Commits on Jul 22, 2024

  1. Deprecate batch_size parameter on bulk API (#14725)

    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>
    github-actions[bot] committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    a1cec79 View commit details
    Browse the repository at this point in the history
  2. Add missing ArrayList import

    Signed-off-by: Andrew Ross <andrross@amazon.com>
    andrross committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    28b2079 View commit details
    Browse the repository at this point in the history