Run TransportGetIndexAction on local node#125652
Merged
nielsbauman merged 3 commits intoelastic:mainfrom Apr 2, 2025
Merged
Conversation
This action solely needs the cluster state, it can run on any node. Since this is the last class/action that extends the `ClusterInfo` abstract classes, we remove those classes too as they're not required anymore. Relates elastic#101805
Collaborator
|
Pinging @elastic/es-data-management (Team:Data Management) |
Collaborator
|
Hi @nielsbauman, I've created a changelog YAML for you. |
nielsbauman
commented
Mar 26, 2025
Comment on lines
+73
to
78
| /** | ||
| * The only usage of this constructor is for BwC cross-cluster transforms for clusters before v8.2. The ML team is aware that we | ||
| * don't need to support that anymore now that we're on v9. Once they remove that BwC code, we can remove this constructor as well. | ||
| */ | ||
| @UpdateForV10(owner = UpdateForV10.Owner.DATA_MANAGEMENT) | ||
| GetIndexResponse(StreamInput in) throws IOException { |
Contributor
Author
There was a problem hiding this comment.
I reached out to the ML team and they confirmed that the code that uses the GET index action is for BwC to a version that is no longer supported (v8.2) for cross-cluster transforms. This last usage is:
ywangd
added a commit
to ywangd/elasticsearch
that referenced
this pull request
Apr 8, 2025
Relates: elastic#125652 Resolves: elastic#126204
elasticsearchmachine
pushed a commit
that referenced
this pull request
Apr 9, 2025
andreidan
pushed a commit
to andreidan/elasticsearch
that referenced
this pull request
Apr 9, 2025
This action solely needs the cluster state, it can run on any node. Since this is the last class/action that extends the `ClusterInfo` abstract classes, we remove those classes too as they're not required anymore. Relates elastic#101805
This was referenced Apr 11, 2025
45 tasks
This file contains hidden or 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
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.
This action solely needs the cluster state, it can run on any node. Since this is the last class/action that extends the
ClusterInfoabstract classes, we remove those classes too as they're not required anymore.Relates #101805