Re: Query on recovering from Shard Loss

2017-05-19 Thread Susheel Kumar
If you remove the content of data directory, then it should sync up automatically. Give a try. Thanks, Susheel On Fri, May 19, 2017 at 7:51 AM, Sudershan Madhavan < smadha...@digitalriver.com> wrote: > Hi, > > Good day. I have a solrcloud cluster which has a collection with RF=2 and > NumShards=

Re: Query on recovering from Shard Loss

2017-05-19 Thread Erick Erickson
We need to clearly distinguish between losing a _shard_ and losing a _replica_. You have RF=2 so you have two replicas in each shard. If you stop a Solr node hosting one of the two replicas you'll see that the leader function will switch to the running replica. Now if you nuke the data directory