-
Notifications
You must be signed in to change notification settings - Fork 25.6k
fix cluster health rest api wait_for_no_initializing_shards bug #58379
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
fix cluster health rest api wait_for_no_initializing_shards bug #58379
Conversation
|
Pinging @elastic/es-distributed (:Distributed/Distributed) |
|
Related to #27489 |
|
@elasticmachine update branch |
|
@weizijun The fix looks good to me. Can you extract a utility method that parses a request and add a randomized unit test using FakeRestRequest? Thank you for your contribution. |
|
@weizijun are you still interested in working on this? |
yeah, I will commit unit test as soon as possible |
|
@elasticmachine update branch |
|
@elasticmachine ok to test |
dnhatn
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 @weizijun.
fix RestClusterHealthAction, wait_for_no_initializing_shards's default param bug.