This commit is contained in:
Simon Willnauer 2013-12-18 21:46:43 +01:00
parent 9fdbbecbed
commit 7969a719f7
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ public class ClusterIndexHealth implements Iterable<ClusterShardHealth>, Streama
if (shardRouting.active()) {
shardHealth.activeShards++;
if (shardRouting.relocating()) {
// the shard is relocating, the one he is relocating to will be in initializing state, so we don't count it
// the shard is relocating, the one it is relocating to will be in initializing state, so we don't count it
shardHealth.relocatingShards++;
}
if (shardRouting.primary()) {