-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Handling index templates with multiple mapping types #53018
Copy link
Copy link
Closed
Labels
:Distributed/CRUDA catch all label for issues around indexing, updating and getting a doc by id. Not search.A catch all label for issues around indexing, updating and getting a doc by id. Not search.Team:DistributedMeta label for distributed team.Meta label for distributed team.v8.1.0
Description
It has been impossible to add a new index template with multiple mapping types since version 6.0, and creating an index that matches an index template containing multiple mapping types has failed with an error since 7.0. However, because index templates are preserved over rolling upgrades, it is still possible to have a cluster state that contains such a template. In 8.0, with types being removed entirely, it will not be possible to preserve these.
Since #50982 we have emitted warnings on startup when a node finds an index template with multiple mappings. A node running elasticsearch 8.0 or higher should refuse to join a cluster that contains one of these templates.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
:Distributed/CRUDA catch all label for issues around indexing, updating and getting a doc by id. Not search.A catch all label for issues around indexing, updating and getting a doc by id. Not search.Team:DistributedMeta label for distributed team.Meta label for distributed team.v8.1.0
Type
Fields
Give feedbackNo fields configured for issues without a type.