|
@@ -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
|