Document missing shard version in routing table of cluster state (#17945)
as breaking change removed as per: https://github.com/elastic/elasticsearch/pull/16243 because of: https://github.com/elastic/elasticsearch/issues/14739
This commit is contained in:
parent
486c783f08
commit
166cfcee8a
|
@ -29,6 +29,11 @@ node can contribute to multiple counts as it can have multiple roles. Every
|
|||
node is implicitly a coordinating node, so whenever a node has no explicit
|
||||
roles, it will be counted as coordinating only.
|
||||
|
||||
==== Removed shard `version` information from `/_cluster/state` routing table
|
||||
|
||||
We now store allocation id's of shards in the cluster state and use that to
|
||||
select primary shards instead of the version information.
|
||||
|
||||
==== Node roles are not part of node attributes anymore
|
||||
|
||||
Node roles are now returned in a specific section, called `roles`, as part of
|
||||
|
|
Loading…
Reference in New Issue