-
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
[Backport 2.x] [Remove] MainResponse version override cluster setting #3032
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nknize
force-pushed
the
backport/backport-3031-to-2.x
branch
from
April 21, 2022 21:29
1182ea8
to
731a8e4
Compare
nknize
approved these changes
Apr 21, 2022
❌ Gradle Check failure 1182ea82f9e0ea71126af2438eecb4234c97dc02 |
@nknize 🔴
|
❌ Gradle Check failure 731a8e480a87ae5ad2a0eec9810ee6f083d1882c |
With types removal OpenSearch 2.0.0 no longer supports HLRC compatibility with legacy clients. This commit removes all 1.x logic to spoof the version as a legacy cluster. Signed-off-by: Nicholas Walter Knize <[email protected]> (cherry picked from commit cf78065)
nknize
force-pushed
the
backport/backport-3031-to-2.x
branch
from
April 21, 2022 22:20
9aacad1
to
34af611
Compare
✅ Gradle Check success 9aacad10dfda40bb30ff3dd7007a1220dd08677f |
nknize
added a commit
to nknize/OpenSearch
that referenced
this pull request
Jun 7, 2022
…earch-project#3031) (opensearch-project#3032)" This reverts commit 199fbb8. Signed-off-by: Nicholas Walter Knize <[email protected]>
nknize
added a commit
that referenced
this pull request
Jun 8, 2022
#3032)" (#3530) This reverts commit 199fbb8. Signed-off-by: Nicholas Walter Knize <[email protected]>
nknize
added a commit
that referenced
this pull request
Jun 8, 2022
#3032)" (#3530) This reverts commit 199fbb8. Signed-off-by: Nicholas Walter Knize <[email protected]> (cherry picked from commit 069948a)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backport cf78065 from #3031