Skip to content

Commit b6ba191

Browse files
committed
Document missing shard version in routing table of cluster state
as breaking change removed as per: elastic#16243 because of: elastic#14739
1 parent 5fe1916 commit b6ba191

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/reference/migration/migrate_5_0/rest.asciidoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ node can contribute to multiple counts as it can have multiple roles. Every
2929
node is implicitly a coordinating node, so whenever a node has no explicit
3030
roles, it will be counted as coordinating only.
3131

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+
3237
==== Node roles are not part of node attributes anymore
3338

3439
Node roles are now returned in a specific section, called `roles`, as part of

0 commit comments

Comments
 (0)