RE: ACL question w/ Zookeeper 3.1.1

2009-09-21 Thread Todd Greenwood
Patrick / Mahadev, I've spent the last couple of days attempting to isolate this issue, and this is what I've come up with... Mahadev's simple use case works fine, as posted. However, my more involved use cases are consistently failing w/ InvalidACL exceptions when I use digest authentication

Re: ACL question w/ Zookeeper 3.1.1

2009-09-21 Thread Patrick Hunt
Todd, I spent some time looking at your output and honestly I'm having trouble making sense of what you are saying. What's the diff btw v3 v4? I'm afraid here are too many variables, can you help nail things down? 1) create a jira for this https://issues.apache.org/jira/browse/ZOOKEEPER 2)

Re: ACL question w/ Zookeeper 3.1.1

2009-09-21 Thread Patrick Hunt
Todd Greenwood wrote: Patrick, Thanks, I'll spend some more time trying to create a more concise repro, and log a bug once I do. The only reason I posted this mash was to see if the replyHeader error, 0,0,-112, made sense of the ACL exception. The rest is just context...and clearly too much

RE: ACL question w/ Zookeeper 3.1.1

2009-09-21 Thread Todd Greenwood
Patrick, In v3/4, I am using Ids.CREATOR_ALL_ACL. In v5 Ids.OPEN_ACL_UNSAFE. In all cases, ACLs are specified and authentication credentials have been added to zookeeper instance. -- CODE --- // v5 //for ( ACL ids_acl :