HBASE-7558 Client not able to access /hbase/unassigned in secure cluster

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1433251 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
mbertozzi 2013-01-15 00:51:23 +00:00
parent 96c32807dd
commit 2e2eec2d06
1 changed files with 1 additions and 0 deletions

View File

@ -911,6 +911,7 @@ public class ZKUtil {
(node.equals(zkw.clusterIdZNode) == true) ||
(node.equals(zkw.rsZNode) == true) ||
(node.equals(zkw.backupMasterAddressesZNode) == true) ||
(node.startsWith(zkw.assignmentZNode) == true) ||
(node.startsWith(zkw.tableZNode) == true)) {
return ZooKeeperWatcher.CREATOR_ALL_AND_WORLD_READABLE;
}