better comment...
This commit is contained in:
parent
d5beea4bba
commit
54e7e309a5
|
@ -469,7 +469,7 @@ public abstract class TransportShardReplicationOperationAction<Request extends S
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
// we should never get here, but here we go
|
// we won't find a primary if there are no shards in the shard iterator, retry...
|
||||||
if (!foundPrimary) {
|
if (!foundPrimary) {
|
||||||
retry(fromClusterEvent, null);
|
retry(fromClusterEvent, null);
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue