Run TransportGetIndexAction on local node (#125652)

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 #101805
This commit is contained in:
Niels Bauman 2025-04-02 18:41:35 +01:00 committed by GitHub
parent e4fb22c4f3
commit 483f97915c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 146 additions and 382 deletions

View file

@ -144,7 +144,6 @@ module org.elasticsearch.server {
exports org.elasticsearch.action.support.broadcast.node;
exports org.elasticsearch.action.support.broadcast.unpromotable;
exports org.elasticsearch.action.support.master;
exports org.elasticsearch.action.support.master.info;
exports org.elasticsearch.action.support.nodes;
exports org.elasticsearch.action.support.local;
exports org.elasticsearch.action.support.replication;