-
Notifications
You must be signed in to change notification settings - Fork 918
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
[Deprecation] Deprecate master_timeout in favor of cluster_manager_timeout #1788
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"bytes": [ | ||
"b", | ||
"k", | ||
"osd", | ||
"kb", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. My guess is that these are regressions? Naively, I'd think There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This got replaced on running the spec generation script with latest OpenSearch "main" branch. Is there a way I can verify the correct value? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
"m", | ||
"mb", | ||
"g", | ||
|
@@ -17,6 +17,7 @@ | |
], | ||
"local": "__flag__", | ||
"master_timeout": "", | ||
"cluster_manager_timeout": "", | ||
"h": [], | ||
"help": "__flag__", | ||
"s": [], | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"indices.create": { | ||
"url_params": { | ||
"include_type_name": "__flag__", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this change may be fine, but seems unrelated to the other changes. |
||
"wait_for_active_shards": "", | ||
"timeout": "", | ||
"master_timeout": "" | ||
"master_timeout": "", | ||
"cluster_manager_timeout": "" | ||
}, | ||
"methods": [ | ||
"PUT" | ||
|
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.
Ha, whoopsie this happened in our renaming when we turned
kb
toosd