You can find Solr information with this:
http://find.searchhub.org/?q=zookeeper+cluster

http://find.searchhub.org/link?url=http://wiki.apache.org/solr/SolrCloud


----- Original Message -----
| From: "varun srivastava" <varunmail...@gmail.com>
| To: solr-user@lucene.apache.org
| Sent: Saturday, September 29, 2012 9:38:16 PM
| Subject: Zookeeper setup for solr cloud
| 
| Hi,
|  I would like to get recommendation on zookeeper ensemble
|  architecture. I
| am thinking of following options, please let me know if I am correct
| in
| pros and con of each option. Also please feel free to add
| differentiating
| points I am missing.
| 
| 1) Have separate boxes for zookeeper ensemble and all the solrcloud
| instances access it on runtime.
|   Pros: Small set of zookeeper instances to maintain. May be sync up
| between zookeeper boxes will be fast and reliable.
| 
| 2) Let each solr box have zookeeper instance also. Each solr instance
| accessing the localhost zookeeper.
|    Pros: solr will not incur over the wire cost at runtime, hence
|    should be
| fast. More fault tolerant as solr not going over the wire to access
| zookeeper.
|    Con: Lots of zookeeper instances and hence may be slow to update.
| 
| 
| Thanks
| Varun
| 

Reply via email to