Mahadev: I need these two clusters to communicate somehow, because our distributed system works on both of them - so we need some coordination, for example, to recover after failures. I could create my own servers/protocols for that, but why - the ZooKeeper does just that, right?
The number 5 isn't important here, configuration and communication is Thanks AY On Fri, Aug 26, 2011 at 1:55 AM, Mahadev Konar <[email protected]>wrote: > Aleksey, > I am a little confused. Whats the motivation behind merging the > quorums? Why do you want 5 on each cluster? > > thanks > mahadev > > On Tue, Aug 23, 2011 at 10:24 AM, Aleksey Yakovlev > <[email protected]> wrote: > > Hi, > > > > We have two clusters but I can't just ssh from one cluster to another - I > > have to enter a password, use some authentication, go through a load > > balancer etc > > It would be very useful for us to use the Zookeeper as a common storage > > place for small configuration data, accessible from both these clusters. > > > > So, I'm thinking about starting like 5 servers on each cluster and merge > > them into a single quorum - anybody did that? > > If yes, how to configure this double-side quorum? > > > > (I'm completely new to the Zookeeper) > > > > Thanks > > AY > > >
