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

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 <[email protected]>
    (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
    50d32ab View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Fix test failure

    Signed-off-by: Gao Binlong <[email protected]>
    gaobinlong committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    0a97145 View commit details
    Browse the repository at this point in the history