RE: How to recover a Shard

2015-04-02 Thread Matt Kuiper
To: solr-user@lucene.apache.org Subject: Re: How to recover a Shard Matt: This seems dangerous, but you might be able to use the Collections API to 1> DELTEREPLICA an all but one. 2> RELOAD the collection 3> ADDREPLICA back. I don't _like_ this much mind you as when you added the

Re: How to recover a Shard

2015-04-02 Thread Erick Erickson
Matt: This seems dangerous, but you might be able to use the Collections API to 1> DELTEREPLICA an all but one. 2> RELOAD the collection 3> ADDREPLICA back. I don't _like_ this much mind you as when you added the replicas back it'd replicate the index from the leader, but at least you might not h

RE: How to recover a Shard

2015-04-01 Thread Matt Kuiper
Maybe I have been working too many long hours as I missed the obvious solution of bringing down/up one of the Solr nodes backing one of the replicas, and then the same for the second node. This did the trick. Since I brought this topic up, I will narrow the question a bit: Would there be a wa