mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
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:
parent
e4fb22c4f3
commit
483f97915c
16 changed files with 146 additions and 382 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue