mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-01 16:39:11 +00:00
s/he/it
This commit is contained in:
parent
9fdbbecbed
commit
7969a719f7
@ -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()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user