Anshum Gupta created SOLR-6005: ---------------------------------- Summary: Asynchronous call for ShardSplit should be marked as completed when the sub-shards are actually active Key: SOLR-6005 URL: https://issues.apache.org/jira/browse/SOLR-6005 Project: Solr Issue Type: Improvement Components: SolrCloud Reporter: Anshum Gupta
Right now the shard split returns/gets marked as completed before the switch to sub-shard happens i.e. when the shards are up but not in sync with the leader. The switch happens after they get in sync with the leader. We should wait to mark is as 'completed' until the switch happens in case of asynchronous call, at least. -- This message was sent by Atlassian JIRA (v6.2#6252) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org