-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Bug] Fix mixed cluster support for OpenSearch 2+ #1191
Conversation
✅ DCO Check Passed f1b43caeb4d31257ad5d4058ec4cb99a5a125707 |
✅ Gradle Wrapper Validation success f1b43caeb4d31257ad5d4058ec4cb99a5a125707 |
✅ Gradle Precommit success f1b43caeb4d31257ad5d4058ec4cb99a5a125707 |
start gradle check |
✅ Gradle Check success f1b43caeb4d31257ad5d4058ec4cb99a5a125707 |
I uderstand that we have tests that will start failing when version is incremented to 2.0 without this, but I am too dumb to know that. Changes in public methods typically should come with changes to unit tests that call those public methods IMO. |
The version framework only added support for OpenSearch 1.x bwc with legacy clusters. This commit adds support for v2.0 which will be the last version with bwc support for legacy clusters (v7.10) Signed-off-by: Nicholas Walter Knize <[email protected]>
f1b43ca
to
b98b491
Compare
start gradle check |
1 similar comment
start gradle check |
✅ DCO Check Passed b98b491 |
✅ Gradle Wrapper Validation success b98b491 |
✅ Gradle Precommit success b98b491 |
Signed-off-by: Nicholas Walter Knize <[email protected]>
start gradle check |
✅ DCO Check Passed 5c6c265 |
✅ Gradle Wrapper Validation success 5c6c265 |
✅ Gradle Precommit success 5c6c265 |
Signed-off-by: Nicholas Walter Knize <[email protected]>
start gradle check |
✅ Gradle Wrapper Validation success 0205aee |
✅ DCO Check Passed 0205aee |
Signed-off-by: Nicholas Walter Knize <[email protected]>
start gradle check |
✅ Gradle Wrapper Validation success 7ab04b7 |
✅ DCO Check Passed 7ab04b7 |
✅ Gradle Precommit success 7ab04b7 |
The changes here need a staged 2.0 branch since they depend on |
Signed-off-by: Nicholas Walter Knize <[email protected]>
start gradle check |
✅ Gradle Precommit success 0be1dde |
✅ Gradle Wrapper Validation success 0be1dde |
✅ DCO Check Passed 0be1dde |
Signed-off-by: Nicholas Walter Knize <[email protected]>
start gradle check |
✅ Gradle Wrapper Validation success e509490 |
✅ DCO Check Passed e509490 |
✅ Gradle Precommit success e509490 |
…#1191) The version framework only added support for OpenSearch 1.x bwc with legacy clusters. This commit adds support for v2.0 which will be the last version with bwc support for legacy clusters (v7.10) Signed-off-by: Nicholas Walter Knize <[email protected]>
The version framework only added support for OpenSearch 1.x bwc with legacy clusters. This commit adds support for v2.0 which will be the last version with bwc support for legacy clusters (v7.10) Signed-off-by: Nicholas Walter Knize <[email protected]>
The version framework only added support for OpenSearch 1.x bwc with legacy clusters. This commit adds support for v2.0 which will be the last version with bwc support for legacy clusters (v7.10) Signed-off-by: Nicholas Walter Knize <[email protected]>
The version framework only added support for OpenSearch 1.x bwc with legacy
clusters. This commit adds support for v2.0 which will be the last version with
bwc support for legacy clusters (v7.10)