-
Notifications
You must be signed in to change notification settings - Fork 139
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
Change master node timeout to new API #793
Change master node timeout to new API #793
Conversation
Signed-off-by: Chen Dai <daichen@amazon.com>
Codecov Report
@@ Coverage Diff @@
## main #793 +/- ##
=========================================
Coverage 94.85% 94.85%
Complexity 2913 2913
=========================================
Files 288 288
Lines 7839 7839
Branches 571 571
=========================================
Hits 7436 7436
Misses 349 349
Partials 54 54
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
plugin/src/main/java/org/opensearch/sql/plugin/rest/RestQuerySettingsAction.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Chen Dai <daichen@amazon.com>
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.
Thanks
* Change master timeout to new API Signed-off-by: Chen Dai <daichen@amazon.com> * Change param name to cluster_manager_timeout Signed-off-by: Chen Dai <daichen@amazon.com> Signed-off-by: Chen Dai <daichen@amazon.com> (cherry picked from commit 4e40ed2)
* Change master timeout to new API Signed-off-by: Chen Dai <daichen@amazon.com> * Change param name to cluster_manager_timeout Signed-off-by: Chen Dai <daichen@amazon.com> Signed-off-by: Chen Dai <daichen@amazon.com> (cherry picked from commit 4e40ed2) Co-authored-by: Chen Dai <daichen@amazon.com>
Signed-off-by: Chen Dai daichen@amazon.com
Description
Change
masterNodeTimeout
to new APIclusterManagerNodeTimeout
.Issues Resolved
#463
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.