-
Notifications
You must be signed in to change notification settings - Fork 25k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove tasks module to define tasks system index (#61588)
This commit removes the tasks module that only existed to define the tasks result index, `.tasks`, as a system index. The definition for the tasks results system index descriptor is moved to the `SystemIndices` class with a check that no other plugin or module attempts to define an entry with the same source. Additionally, this change also makes the pattern for the tasks result index a wildcard pattern since we will need this when the index is upgraded (reindex to new name and then alias that to .tasks). Backport of #61540
- Loading branch information
Showing
5 changed files
with
68 additions
and
113 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
41 changes: 0 additions & 41 deletions
41
modules/tasks/src/main/java/org/elasticsearch/tasksplugin/TasksPlugin.java
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
modules/tasks/src/test/java/org/elasticsearch/tasksplugin/TasksPluginTests.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters