better comment...

This commit is contained in:
Shay Banon 2013-03-19 14:36:13 +01:00
parent d5beea4bba
commit 54e7e309a5
1 changed files with 1 additions and 1 deletions

View File

@ -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;