ctubbsii opened a new pull request #1185: Ensures correct use of ZooKeeper getAcl URL: https://github.com/apache/accumulo/pull/1185 This fixes a bug in Accumulo where we were using an unauthenticated ZooKeeper session to read ACLs on a node that we had previously written. ZooKeeper 3.4.14 fixed a bug in their code that allowed unauthenticated connections to read ACLs on paths for which they did not have READ permission. Using Accumulo with that version of ZooKeeper exposed the bug in our code that passed the incorrect ZooKeeper session when retrieving ACLs.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
