RE: Unable to check Solr 4.6 SPLITSHARD command progress

2013-12-26 Thread Craig Christman - US
We ran into this exact scenario and resolved by applying SOLR-5214 (://issues.apache.org/jira/browse/SOLR-5214) From: binit [b.initth...@gmail.com] Sent: Friday, December 13, 2013 10:45 PM To: solr-user@lucene.apache.org Subject: Re: Unable to check Solr

Re: Unable to check Solr 4.6 SPLITSHARD command progress

2013-12-13 Thread binit
Yes, and my clusterstate.json is still: == "shards":{ "shard1":{ "range":"8000-7fff", "state":"active", "replicas":{"core_node1":{ "state":"active", "base_url":"http://./solr";, "core":".._shard1_replica1",

Re: Unable to check Solr 4.6 SPLITSHARD command progress

2013-12-13 Thread Yago Riveiro
You can see if the SPLITSHARD finished in clusterstate.json, if the original shard has his state as inactive and the children active, the operation finished satisfactorily. -- Yago Riveiro Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Friday, December 13, 2013 at 4:48 AM, binit w