We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe1916 commit b6ba191Copy full SHA for b6ba191
docs/reference/migration/migrate_5_0/rest.asciidoc
@@ -29,6 +29,11 @@ node can contribute to multiple counts as it can have multiple roles. Every
29
node is implicitly a coordinating node, so whenever a node has no explicit
30
roles, it will be counted as coordinating only.
31
32
+==== Removed shard `version` information from `/_cluster/state` routing table
33
+
34
+We now store allocation id's of shards in the cluster state and use that to
35
+select primary shards instead of the version information.
36
37
==== Node roles are not part of node attributes anymore
38
39
Node roles are now returned in a specific section, called `roles`, as part of
0 commit comments