Re: SOLR cloud disaster recovery

2014-03-03 Thread Jan Van Besien
On Fri, Feb 28, 2014 at 7:50 PM, Per Steffensen wrote: > I might be able to find something for you. Which version are you using - I > have some scripts that work on 4.0 and some other scripts that work for 4.4 > (and maybe later). This sounds useful. I am using 4.6.1. Kind regards Jan

Re: SOLR cloud disaster recovery

2014-02-28 Thread Per Steffensen
We have created some scripts that can do this for you - basically reconstruct (by looking at information in ZK) solr.xml, core.properties etc on the new machine as they where on the machine that crashed. Our procedure when a machine crashes is * Remove it from rack, replace it by a similar mach

Re: SOLR cloud disaster recovery

2014-02-28 Thread Lajos
Hi Jan, There are a few ways to do that, but no, nothing is automatic. 1) If your node is alive, you can create new replicas on the new node, let them replicate, verify they are ok, then delete the replicas on the old node and shut it down. 2) If your node is dead, create new replicas on the

Re: SOLR cloud disaster recovery

2014-02-28 Thread Lajos
Hi Jan, There are a few ways to do that, but no, nothing is automatic. 1) If your node is alive, you can create new replicas on the new node, let them replicate, verify they are ok, then delete the replicas on the old node and shut it down. 2) If your node is dead, create new replicas on the