mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
[main] Move system indices migration to migrate plugin (#125437)
* [main] Move system indices migration to migrate plugin It seems the best way to fix #122949 is to use existing data stream reindex API. However, this API is located in the migrate x-pack plugin. This commit moves the system indices migration logic (REST handlers, transport actions, and task) to the migrate plugin. Port of #123551 * [CI] Auto commit changes from spotless * Fix compilation * Fix tests * Fix test --------- Co-authored-by: elasticsearchmachine <infra-root+elasticsearchmachine@elastic.co>
This commit is contained in:
parent
5706e075ad
commit
fd7efe587e
55 changed files with 696 additions and 519 deletions
|
@ -62,7 +62,6 @@ module org.elasticsearch.server {
|
|||
exports org.elasticsearch.action.admin.cluster.coordination;
|
||||
exports org.elasticsearch.action.admin.cluster.desirednodes;
|
||||
exports org.elasticsearch.action.admin.cluster.health;
|
||||
exports org.elasticsearch.action.admin.cluster.migration;
|
||||
exports org.elasticsearch.action.admin.cluster.node.capabilities;
|
||||
exports org.elasticsearch.action.admin.cluster.node.hotthreads;
|
||||
exports org.elasticsearch.action.admin.cluster.node.info;
|
||||
|
@ -382,7 +381,6 @@ module org.elasticsearch.server {
|
|||
exports org.elasticsearch.tasks;
|
||||
exports org.elasticsearch.threadpool;
|
||||
exports org.elasticsearch.transport;
|
||||
exports org.elasticsearch.upgrades;
|
||||
exports org.elasticsearch.usage;
|
||||
exports org.elasticsearch.watcher;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue