Browse Source

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
Martijn Laarman 9 years ago
parent
commit
166cfcee8a
1 changed files with 5 additions and 0 deletions
  1. 5 0
      docs/reference/migration/migrate_5_0/rest.asciidoc

+ 5 - 0
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
 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