-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Distributed Coordination/Task ManagementIssues for anything around the Tasks API - both persistent and node level.Issues for anything around the Tasks API - both persistent and node level.Team:Distributed (Obsolete)Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.blockerv8.0.0-rc1
Description
The .tasks index is currently used to store information about past reindex / update-/delete-by-query requests, delete ML job actions, and index upgrade requests. As we currently only support index compatibility with the previous major ES version, upgrading across major versions might require a full reindex. For security and watcher indices, we have solved this problem by using aliases, marking indices temporarily as read-only, and then issuing a reindex, swapping the alias and removing the original index. For .tasks, this is a little bit more tricky as the reindex process uses .tasks, the index it tries to reindex.
Metadata
Metadata
Assignees
Labels
:Distributed Coordination/Task ManagementIssues for anything around the Tasks API - both persistent and node level.Issues for anything around the Tasks API - both persistent and node level.Team:Distributed (Obsolete)Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.blockerv8.0.0-rc1