Re: SolrCloud Node fails that was hosting replicas of a collection

2016-07-06 Thread Erick Erickson
ck Erickson > Sent: Friday, July 01, 2016 12:58 PM > To: solr-user > Subject: Re: SolrCloud Node fails that was hosting replicas of a collection > > Please do _not_ use the admin UI core creating screen when dealing > with SolrCloud. It can work, but you have to get everything exact

Re: SolrCloud Node fails that was hosting replicas of a collection

2016-07-06 Thread Deeksha Sharma
nt: Friday, July 01, 2016 12:58 PM To: solr-user Subject: Re: SolrCloud Node fails that was hosting replicas of a collection Please do _not_ use the admin UI core creating screen when dealing with SolrCloud. It can work, but you have to get everything exactly right. Instead, you should be using the

Re: SolrCloud Node fails that was hosting replicas of a collection

2016-07-01 Thread Erick Erickson
Please do _not_ use the admin UI core creating screen when dealing with SolrCloud. It can work, but you have to get everything exactly right. Instead, you should be using the ADDREPLICA command from the Collections API, see: https://cwiki.apache.org/confluence/display/solr/Collections+API Althoug

SolrCloud Node fails that was hosting replicas of a collection

2016-07-01 Thread Deeksha Sharma
Currently I am building a SolrCloud cluster with 3 Zookeepers (ensemble) and 4 solr instances. Cluster is hosting 4 collections and their replicas. When one Solr node say Solr1 goes down (hosting 2 replicas of collection1 and collection2), I add a new node to the cluster and that node in Admin