Re: General Question about Zookeeper

2009-06-25 Thread Harold Lim
t; previous ones, removing the need to keep logs > synchronised. > > However, if you have five or so servers that you can > dedicate to > coordination, ZooKeeper should work very well. I'm really > curious about your > use case - is there more you can explain? > &g

Re: General Question about Zookeeper

2009-06-25 Thread Harold Lim
since > he has access to > the local filesystem data that zookeeper is snapshots/txns > into. > > > Hope this helps. > Mahadev > > On 6/25/09 11:20 AM, "Harold Lim" > wrote: > > > > > Hi Henry, > > > > Does that mean for example,

Re: General Question about Zookeeper

2009-06-25 Thread Harold Lim
there is no > filesystem-level representation of them. > > Henry > > > > On Thu, Jun 25, 2009 at 6:48 PM, Harold Lim > wrote: > > > > > Hi All, > > > > How does zookeeper store data/files? > > From reading the doc, the clients can put

Re: General Question about Zookeeper

2009-06-25 Thread Harold Lim
Hi Gustavo, Actually, in my case, we have a fully decentralized service. Something like where you have users in a social network. Originally, we were thinking of using a distributed consensus algorithm (e.g., Paxos) to perform some functionalities (e.g., leader election). Then, I read about

General Question about Zookeeper

2009-06-25 Thread Harold Lim
Hi All, How does zookeeper store data/files? >From reading the doc, the clients can put ACL on files/znodes to limit >read/write/create of other clients. However, I was wondering how are these >znodes stored on Zookeeper servers? I am interested in a security aspect of zookeeper, where the cl