Re: disaster recovery scenarios for solr cloud and zookeeper

2013-05-06 Thread Furkan KAMACI
Subject: Re: disaster recovery scenarios for solr cloud and zookeeper When Solr loses it's connection to ZooKeeper, updates will start being rejected. Read requests will continue as normal. This is regardless of how long ZooKeeper is down. So it's pretty simple - when you lost the ability

Re: disaster recovery scenarios for solr cloud and zookeeper

2013-05-06 Thread Erick Erickson
? -- Jack Krupansky -Original Message- From: Mark Miller Sent: Sunday, May 05, 2013 2:19 PM To: solr-user@lucene.apache.org Subject: Re: disaster recovery scenarios for solr cloud and zookeeper When Solr loses it's connection to ZooKeeper, updates will start being rejected. Read requests

Re: disaster recovery scenarios for solr cloud and zookeeper

2013-05-06 Thread Mark Miller
-Original Message- From: Mark Miller Sent: Sunday, May 05, 2013 2:19 PM To: solr-user@lucene.apache.org Subject: Re: disaster recovery scenarios for solr cloud and zookeeper When Solr loses it's connection to ZooKeeper, updates will start being rejected. Read requests will continue

Re: disaster recovery scenarios for solr cloud and zookeeper

2013-05-05 Thread Jack Krupansky
. -- Jack Krupansky -Original Message- From: Dennis Haller Sent: Friday, May 03, 2013 3:21 PM To: solr-user@lucene.apache.org Subject: disaster recovery scenarios for solr cloud and zookeeper Hi, Solr 4.x is architected with a dependency on Zookeeper, and Zookeeper is expected to have

Re: disaster recovery scenarios for solr cloud and zookeeper

2013-05-05 Thread Mark Miller
When Solr loses it's connection to ZooKeeper, updates will start being rejected. Read requests will continue as normal. This is regardless of how long ZooKeeper is down. So it's pretty simple - when you lost the ability to talk to ZK, everything keeps working based on the most recent

Re: disaster recovery scenarios for solr cloud and zookeeper

2013-05-05 Thread Jack Krupansky
Is soul retrieval possible when ZooKeeper is down? -- Jack Krupansky -Original Message- From: Mark Miller Sent: Sunday, May 05, 2013 2:19 PM To: solr-user@lucene.apache.org Subject: Re: disaster recovery scenarios for solr cloud and zookeeper When Solr loses it's connection

Re: disaster recovery scenarios for solr cloud and zookeeper

2013-05-04 Thread Jason Hellman
I have to imagine I'm quibbling with the original assertion that Solr 4.x is architected with a dependency on Zookeeper when I say the following: Solr 4.x is not architected with a dependency on Zookeeper. SolrCloud, however, is. As such, if a line of reasoning drives greater concern about

disaster recovery scenarios for solr cloud and zookeeper

2013-05-03 Thread Dennis Haller
Hi, Solr 4.x is architected with a dependency on Zookeeper, and Zookeeper is expected to have a very high (perfect?) availability. With 3 or 5 zookeeper nodes, it is possible to manage zookeeper maintenance and online availability to be close to %100. But what is the worst case for Solr if for

Re: disaster recovery scenarios for solr cloud and zookeeper

2013-05-03 Thread Otis Gospodnetic
I *think* at this point SolrCloud without ZooKeeper is like a . body without a head? Otis -- Solr ElasticSearch Support http://sematext.com/ On Fri, May 3, 2013 at 3:21 PM, Dennis Haller dhal...@talenttech.com wrote: Hi, Solr 4.x is architected with a dependency on Zookeeper, and

Re: disaster recovery scenarios for solr cloud and zookeeper

2013-05-03 Thread Walter Underwood
Ideally, the Solr nodes should be able to continue as long as no node fails. Failure of a leader would be bad, failure of non-leader replicas might cause some timeouts, but could be survivable. Of course, nodes could not be added. wunder On May 3, 2013, at 5:05 PM, Otis Gospodnetic wrote: I

Re: disaster recovery scenarios for solr cloud and zookeeper

2013-05-03 Thread Shawn Heisey
On 5/3/2013 6:07 PM, Walter Underwood wrote: Ideally, the Solr nodes should be able to continue as long as no node fails. Failure of a leader would be bad, failure of non-leader replicas might cause some timeouts, but could be survivable. Of course, nodes could not be added. I have read a

Re: disaster recovery scenarios for solr cloud and zookeeper

2013-05-03 Thread Anshum Gupta
In case all your Zk nodes go down, the querying would continue to work fine (as far as no nodes fail) but you'd not be able to add docs. Sent from my iPhone On 03-May-2013, at 17:52, Shawn Heisey s...@elyograg.org wrote: On 5/3/2013 6:07 PM, Walter Underwood wrote: Ideally, the Solr nodes

Re: disaster recovery scenarios for solr cloud and zookeeper

2013-05-03 Thread Gopal Patwa
agree with Anshum and Netflix has very nice supervisor system for ZooKeeper if they goes down it will restart them automatically http://techblog.netflix.com/2012/04/introducing-exhibitor-supervisor-system.html https://github.com/Netflix/exhibitor On Fri, May 3, 2013 at 6:53 PM, Anshum Gupta