-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Distributed Indexing/DistributedA catch all label for anything in the Distributed Indexing Area. Please avoid if you can.A catch all label for anything in the Distributed Indexing Area. Please avoid if you can.>enhancementresiliency
Description
In #21830 we made sure that nodes cannot join a cluster that has indices created by nodes with incompatible versions. Since cluster metadata (such as custom metadata, index templates, etc) might be also incompatible with certain version of nodes, we need to add another check that will ensure that cluster metadata is compatible with nodes that can join the cluster.
In other words we need to ensure that
- a 6.0 node cannot join the cluster that has pre-5.6 nodes.
- ones a 6.0 node joins the cluster and updates the cluster metadata, we need to make sure that pre-5.6 nodes cannot join this cluster.
Metadata
Metadata
Assignees
Labels
:Distributed Indexing/DistributedA catch all label for anything in the Distributed Indexing Area. Please avoid if you can.A catch all label for anything in the Distributed Indexing Area. Please avoid if you can.>enhancementresiliency