Re: Shard still around after calling splitshard

2015-06-04 Thread Mike Thomsen
Thanks. I thought it worked like that, but didn't want to jump to conclusions. On Thu, Jun 4, 2015 at 1:42 PM, Anshum Gupta wrote: > Hi Mike, > > Once the SPLITSHARD call completes, it just marks the original shard as > Inactive i.e. it no longer accepts requests. So yes, you would have to use >

Re: Shard still around after calling splitshard

2015-06-04 Thread Anshum Gupta
Hi Mike, Once the SPLITSHARD call completes, it just marks the original shard as Inactive i.e. it no longer accepts requests. So yes, you would have to use DELETESHARD ( https://cwiki.apache.org/confluence/display/solr/Collections+API#CollectionsAPI-api7) to clean it up. As far as what you see on