Re: Can we create multiple cluster in single Zookeeper instance

2016-01-15 Thread Shawn Heisey
On 1/15/2016 4:14 AM, Mugeesh Husain wrote: > Actually i have a question , if i will use single zookeeper, > > suppose I have a 3 cluster and each of cluster used zookeeper instance(only > one zk). > > how we will manage zk in a way all of cluster will not communicate each > other? This is not t

Re: Can we create multiple cluster in single Zookeeper instance

2016-01-15 Thread Mugeesh Husain
Thanks Shawn&Anria B. for opinion. Actually i have a question , if i will use single zookeeper, suppose I have a 3 cluster and each of cluster used zookeeper instance(only one zk). how we will manage zk in a way all of cluster will not communicate each other? if you still any clarification i

Re: Can we create multiple cluster in single Zookeeper instance

2016-01-14 Thread Shawn Heisey
On 1/14/2016 10:22 AM, Mugeesh Husain wrote: > I have a question i want to create 2-3 cluster using solrlcoud using single > zookeeper instance, it is possible ? Yes, if you use a chroot on the zkHost parameter for each collection. https://cwiki.apache.org/confluence/display/solr/Taking+Solr+to+

Re: Can we create multiple cluster in single Zookeeper instance

2016-01-14 Thread Anria B.
hi Mugeesh It's best to use Zookeeper as it was intended. Install, or run 3 of them independent of any Solr, then point Solr to the zookeeper cluster. You can have 1, but then, if anything happens to that 1 single node of Zookeeper, all of your Solr will be dead, until you can properly revive it