-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZOOKEEPER-2590 exists() should check read ACL permission #2093
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I retriggered the tests, but it seems to me that we need to fix some C++ tests. @ztzg Would you please give a hand here? |
@eolivelli I need to make a tiny change on the patch, because we shouldn't throw exception if the znode doesn't exist in exists(). We should skip ACL check in this case and return proper |
LGTM |
ZOOKEEPER-2590:exists() should check read ACL permission ZOOKEEPER-2590. Skip ACL check if znode is missing Reviewers: eolivelli Author: anmolnar Closes #2093 from anmolnar/ZOOKEEPER-2590 (cherry picked from commit ceebda9) Signed-off-by: Andor Molnar <[email protected]>
ZOOKEEPER-2590:exists() should check read ACL permission ZOOKEEPER-2590. Skip ACL check if znode is missing Reviewers: eolivelli Author: anmolnar Closes #2093 from anmolnar/ZOOKEEPER-2590 (cherry picked from commit ceebda9) Signed-off-by: Andor Molnar <[email protected]>
ZOOKEEPER-2590:exists() should check read ACL permission ZOOKEEPER-2590. Skip ACL check if znode is missing Reviewers: eolivelli Author: anmolnar Closes #2093 from anmolnar/ZOOKEEPER-2590 (cherry picked from commit ceebda9) Signed-off-by: Andor Molnar <[email protected]>
ZOOKEEPER-2590:exists() should check read ACL permission ZOOKEEPER-2590. Skip ACL check if znode is missing Reviewers: eolivelli Author: anmolnar Closes apache#2093 from anmolnar/ZOOKEEPER-2590
No description provided.