Re: SOLR Exception with SOLR Cloud 5.1 setup on Linux

2015-07-28 Thread Shawn Heisey
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 slice > servicing hash code 10

Re: SOLR Exception with SOLR Cloud 5.1 setup on Linux

2015-07-28 Thread sangeetha.subraman...@gtnexus.com
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 wrote: On 7/28/2015 8:22 AM, sangeetha.subraman...@gtnexus.com wrote: > org.ap

Re: SOLR Exception with SOLR Cloud 5.1 setup on Linux

2015-07-28 Thread Shawn Heisey
On 7/28/2015 11:06 AM, sangeetha.subraman...@gtnexus.com wrote: > 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 ?? That's why you're having trouble. Half the index disappeared when you deleted that s

Re: SOLR Exception with SOLR Cloud 5.1 setup on Linux

2015-07-28 Thread Yonik Seeley
On Tue, Jul 28, 2015 at 6:54 PM, Shawn Heisey wrote: > To get out of the hole you're in now, either build a new collection with > the actual shard count that you want so it's correctly set up, or edit > the clusterstate in zookeeper to change the hash range (change 8000 > to ) Actuall

Re: SOLR Exception with SOLR Cloud 5.1 setup on Linux

2015-07-29 Thread Shawn Heisey
On 7/28/2015 5:10 PM, Yonik Seeley wrote: > On Tue, Jul 28, 2015 at 6:54 PM, Shawn Heisey wrote: >> To get out of the hole you're in now, either build a new collection with >> the actual shard count that you want so it's correctly set up, or edit >> the clusterstate in zookeeper to change the hash

RE: SOLR Exception with SOLR Cloud 5.1 setup on Linux

2015-07-31 Thread sangeetha.subraman...@gtnexus.com
Thanks Yonik and Shawn. 8000-7fff change worked. Thanks Sangeetha -Original Message- From: Shawn Heisey [mailto:apa...@elyograg.org] Sent: 29 July 2015 18:39 To: solr-user@lucene.apache.org Subject: Re: SOLR Exception with SOLR Cloud 5.1 setup on Linux On 7/28/2015 5:10 PM