Re: SOLR cloud (5.2.1) recovery

2015-08-18 Thread Erick Erickson
First, do not think in terms of cores, think "replicas" ;). And do not, use the "core admin" bits of the admin UI to do any SolrCloud-related operations. It's possible, but far too easy to get wrong. Use the collections API instead. Second, 600 collections, assuming all on a single cluster is get

SOLR cloud (5.2.1) recovery

2015-08-18 Thread Olivier Damiot
hello, i'am a bit confused about how solr cloud recovery is supposed to work exactly in the case of loosing a single node completely. My 600 collections are created with numShards=3&replicationFactor=3&maxShardsPerNode=3 However, how do i configure a new node to take the place of the dead node,