Hi  Tian-Ying,

Did you call ZooKeeper.addAuthInfo()? The client session needs to be
authenticated before you can use ZooDefs.Ids.CREATOR_ALL_ACL.

--Michi

On Tue, Nov 27, 2012 at 11:05 AM, Tianying Chang <[email protected]> wrote:
> Hi,
>
> I am trying to implement a global lock with zookeeper.  However, it throws an 
> exception of InvalidACLException while I am trying to create an 
> ephermal/sequential znode. I create the node with ACL of 
> ZooDefs.Ids.CREATOR_ALL_ACL, which should give all the permission.
>
> Anyone knows why I am getting this Exception? BTW, since I am working with 
> hbase, I am using the zookeeper client library provided by hbase when needed, 
> don't know if that could cause some complication here.
>
> Thanks
> Tian-Ying

Reply via email to