From 166cfcee8a19fedf9c247e512ab91a187fa55805 Mon Sep 17 00:00:00 2001 From: Martijn Laarman Date: Tue, 26 Apr 2016 10:50:38 +0200 Subject: [PATCH] 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 --- docs/reference/migration/migrate_5_0/rest.asciidoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/reference/migration/migrate_5_0/rest.asciidoc b/docs/reference/migration/migrate_5_0/rest.asciidoc index c6b3a4228c4..200d76e45ca 100644 --- a/docs/reference/migration/migrate_5_0/rest.asciidoc +++ b/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