-
Notifications
You must be signed in to change notification settings - Fork 507
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
Move bulk API's batch_size parameter to processors #7719
Merged
Merged
Conversation
This file contains 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
…essors Signed-off-by: Liyun Xiu <[email protected]>
Signed-off-by: Liyun Xiu <[email protected]>
chishui
requested review from
hdhalter,
kolchfa-aws,
Naarcha-AWS,
vagimeli,
AMoo-Miki,
natebower,
dlvenable,
stephen-crawford and
epugh
as code owners
July 16, 2024 10:16
hdhalter
added
release-notes
PR: Include this PR in the automated release notes
v2.16.0
labels
Jul 16, 2024
Thanks, @chishui!! Is this ready for a doc review? |
@hdhalter @Naarcha-AWS The PR this documentation depending on has been merged |
Naarcha-AWS
requested changes
Jul 23, 2024
Co-authored-by: Naarcha-AWS <[email protected]> Signed-off-by: Liyun Xiu <[email protected]>
Co-authored-by: Naarcha-AWS <[email protected]> Signed-off-by: Liyun Xiu <[email protected]>
Co-authored-by: Naarcha-AWS <[email protected]> Signed-off-by: Liyun Xiu <[email protected]>
Naarcha-AWS
approved these changes
Jul 24, 2024
Naarcha-AWS
added
5 - Editorial review
PR: Editorial review in progress
and removed
4 - Doc review
PR: Doc review in progress
labels
Jul 25, 2024
natebower
reviewed
Jul 25, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Naarcha-AWS @chishui Just a couple of minor additions. Thanks!
Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]>
Co-authored-by: Nathan Bower <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]>
hdhalter
added
3 - Done
Issue is done/complete
and removed
5 - Editorial review
PR: Editorial review in progress
labels
Jul 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3 - Done
Issue is done/complete
release-notes
PR: Include this PR in the automated release notes
v2.16.0
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.
Description
batch_size
parameter of bulk API to deprecatedbatch_size
parameter's default value from 1 to 2147483647batch_size
totext_embedding
andsparse_encoding
processorsIssues Resolved
Closes #7717
Version
2.16
Frontend features
If you're submitting documentation for an OpenSearch Dashboards feature, add a video that shows how a user will interact with the UI step by step. A voiceover is optional.
Checklist
For more information on following Developer Certificate of Origin and signing off your commits, please check here.