-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Adjust the BWC version for the return200ForClusterHealthTimeout field #79436
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
Changes from 2 commits
4c0fb7e
d2c6984
1cc4137
1a88243
9ceb132
c01430d
3dfdd1c
1f32b94
740eab3
afb592c
6cbb930
777a580
dc2f547
584c1d0
d6627fe
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 |
|---|---|---|
|
|
@@ -102,7 +102,7 @@ public void writeTo(StreamOutput out) throws IOException { | |
| if (out.getVersion().onOrAfter(Version.V_7_2_0)) { | ||
| indicesOptions.writeIndicesOptions(out); | ||
| } | ||
| if (out.getVersion().onOrAfter(Version.V_8_0_0)) { | ||
| if (out.getVersion().onOrAfter(Version.V_7_16_0)) { | ||
|
||
| out.writeBoolean(return200ForClusterHealthTimeout); | ||
| } else if (return200ForClusterHealthTimeout) { | ||
| throw new IllegalArgumentException("Can't fix response code in a cluster involving nodes with version " + out.getVersion()); | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.