mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
[main] System data streams are not being upgraded in the feature migration API (#126409)
This commit adds support for system data streams reindexing. The system data stream migration extends the existing system indices migration task and uses the data stream reindex API. The system index migration task starts a reindex data stream task and tracks its status every second. Only one system index or system data stream is migrated at a time. If a data stream migration fails, the entire system index migration task will also fail. Port of #123926
This commit is contained in:
parent
728eb7504f
commit
ecf9adfc78
55 changed files with 1633 additions and 284 deletions
|
@ -282,6 +282,7 @@ module org.elasticsearch.server {
|
|||
exports org.elasticsearch.indices.recovery;
|
||||
exports org.elasticsearch.indices.recovery.plan;
|
||||
exports org.elasticsearch.indices.store;
|
||||
exports org.elasticsearch.indices.system;
|
||||
exports org.elasticsearch.inference;
|
||||
exports org.elasticsearch.ingest;
|
||||
exports org.elasticsearch.internal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue