Yes I did create two shards and two replicas and later dropped the other one.. 
Version is 5.1 . can you please tell me how this can be fixed ??

Thanks
Sangeetha

Sent from mobile

On Jul 28, 2015 8:46 PM, Shawn Heisey <apa...@elyograg.org> wrote:
On 7/28/2015 8:22 AM, sangeetha.subraman...@gtnexus.com wrote:
> org.apache.solr.client.solrj.SolrServerException: 
> org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
> from server at http://10.111.65.150:8080/solr/umbcollection: No active sice 
> servicing hash code 103646ce in DocCollection(umbcollection)={
>
>   "shards":{"shard1":{
>       "range":"80000000-ffffffff",

That JSON structure looks like it is a complete collection
cluterstate.  Which means that you only have one shard, but it i configured to 
only cover half of the range of hash values.  You have
nothing covering 00000000 through 7fffffff.  That is consistent with the
error message.  There should be another shard which would cover the
other half of the range.

It seems highly unlikely that you could have ended up with thi cluterstate 
unless you have been manually changing your collection with
the collections API after creating it, or maybe doing manual tweaks to
the config in zookeeper.  Has anything like that happened?

What is your Solr version?

Thanks,
Shawn

Reply via email to