-
Notifications
You must be signed in to change notification settings - Fork 25.6k
HLRC: UpdateByQuery API with wait_for_completion being false #58552
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
HLRC: UpdateByQuery API with wait_for_completion being false #58552
Conversation
|
Pinging @elastic/es-core-features (:Core/Features/Java High Level REST Client) |
|
@elasticmachine ok to test |
|
@tumile Thank you for the contribution and sorry it took us so long to get to this. This generally looks very good 🎉 Would you mind merging master into your branch and fixing the conflict? |
|
I'm on it 🙌 |
|
@andreidan ready for review |
andreidan
left a comment
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.
LGTM, thanks for working on this
…#58552) (cherry picked from commit 291f5bd) Signed-off-by: Andrei Dan <[email protected]>
…#61081) (cherry picked from commit 291f5bd) Signed-off-by: Andrei Dan <[email protected]> Co-authored-by: Tuan Le <[email protected]>
Extend support for wait_for_completion=false to UpdateByQuery API by adding
submitUpdateByQueryTask. Similar to prior art #35202.Closes: #46350.