Description
In OverseerCollectionProcessor:
// find the leader for the shard
Replica parentShardLeader = clusterState.getLeader(collectionName, slice);
This returns null if there is no current leader and the following code does not deal with that case and instead NPE's.
Attachments
Attachments
Issue Links
- relates to
-
SOLR-5710 Migrate collection command does not handle not finding a shard leader well
- Closed