[jira] [Commented] (HBASE-12635) Delete acl notify znode of table after the table is deleted
[ https://issues.apache.org/jira/browse/HBASE-12635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14235063#comment-14235063 ] Hudson commented on HBASE-12635: SUCCESS: Integrated in HBase-0.98-on-Hadoop-1.1 #684 (See [https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/684/]) HBASE-12635 Delete acl notify znode of table after the table is deleted (Liu Shaohui) (apurtell: rev 30c70325c75746b7d7968f578c6a126c76252bf1) * hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java * hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/ZKPermissionWatcher.java > Delete acl notify znode of table after the table is deleted > --- > > Key: HBASE-12635 > URL: https://issues.apache.org/jira/browse/HBASE-12635 > Project: HBase > Issue Type: Bug >Affects Versions: 0.94.11, 0.98.6 >Reporter: Liu Shaohui >Assignee: Liu Shaohui >Priority: Minor > Fix For: 1.0.0, 2.0.0, 0.94.26, 0.98.9 > > Attachments: HBASE-12635-v1.diff > > > In our multi-tenant hbase cluster, we found that there are over 1M znodes > under the acl node. The reason is that users create and delete tables with > different names frequently. The acl notify znode are left there after the > tables are deleted. > Simple solution is that deleting acl notify znode of table in > AccessController when deleting the table. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (HBASE-12635) Delete acl notify znode of table after the table is deleted
[ https://issues.apache.org/jira/browse/HBASE-12635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14235002#comment-14235002 ] Hudson commented on HBASE-12635: SUCCESS: Integrated in HBase-TRUNK #5867 (See [https://builds.apache.org/job/HBase-TRUNK/5867/]) HBASE-12635 Delete acl notify znode of table after the table is deleted (Liu Shaohui) (apurtell: rev e690a83d41118afa29150062de5e39d909cce7b8) * hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java * hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/ZKPermissionWatcher.java > Delete acl notify znode of table after the table is deleted > --- > > Key: HBASE-12635 > URL: https://issues.apache.org/jira/browse/HBASE-12635 > Project: HBase > Issue Type: Bug >Affects Versions: 0.94.11, 0.98.6 >Reporter: Liu Shaohui >Assignee: Liu Shaohui >Priority: Minor > Fix For: 1.0.0, 2.0.0, 0.94.26, 0.98.9 > > Attachments: HBASE-12635-v1.diff > > > In our multi-tenant hbase cluster, we found that there are over 1M znodes > under the acl node. The reason is that users create and delete tables with > different names frequently. The acl notify znode are left there after the > tables are deleted. > Simple solution is that deleting acl notify znode of table in > AccessController when deleting the table. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (HBASE-12635) Delete acl notify znode of table after the table is deleted
[ https://issues.apache.org/jira/browse/HBASE-12635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14234987#comment-14234987 ] Hudson commented on HBASE-12635: FAILURE: Integrated in HBase-0.98 #717 (See [https://builds.apache.org/job/HBase-0.98/717/]) HBASE-12635 Delete acl notify znode of table after the table is deleted (Liu Shaohui) (apurtell: rev 30c70325c75746b7d7968f578c6a126c76252bf1) * hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java * hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/ZKPermissionWatcher.java > Delete acl notify znode of table after the table is deleted > --- > > Key: HBASE-12635 > URL: https://issues.apache.org/jira/browse/HBASE-12635 > Project: HBase > Issue Type: Bug >Affects Versions: 0.94.11, 0.98.6 >Reporter: Liu Shaohui >Assignee: Liu Shaohui >Priority: Minor > Fix For: 1.0.0, 2.0.0, 0.94.26, 0.98.9 > > Attachments: HBASE-12635-v1.diff > > > In our multi-tenant hbase cluster, we found that there are over 1M znodes > under the acl node. The reason is that users create and delete tables with > different names frequently. The acl notify znode are left there after the > tables are deleted. > Simple solution is that deleting acl notify znode of table in > AccessController when deleting the table. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (HBASE-12635) Delete acl notify znode of table after the table is deleted
[ https://issues.apache.org/jira/browse/HBASE-12635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14234980#comment-14234980 ] Hudson commented on HBASE-12635: SUCCESS: Integrated in HBase-1.0 #541 (See [https://builds.apache.org/job/HBase-1.0/541/]) HBASE-12635 Delete acl notify znode of table after the table is deleted (Liu Shaohui) (apurtell: rev b4299ef84551e0bae6f073bcbba3c36e8d582036) * hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java * hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/ZKPermissionWatcher.java > Delete acl notify znode of table after the table is deleted > --- > > Key: HBASE-12635 > URL: https://issues.apache.org/jira/browse/HBASE-12635 > Project: HBase > Issue Type: Bug >Affects Versions: 0.94.11, 0.98.6 >Reporter: Liu Shaohui >Assignee: Liu Shaohui >Priority: Minor > Fix For: 1.0.0, 2.0.0, 0.94.26, 0.98.9 > > Attachments: HBASE-12635-v1.diff > > > In our multi-tenant hbase cluster, we found that there are over 1M znodes > under the acl node. The reason is that users create and delete tables with > different names frequently. The acl notify znode are left there after the > tables are deleted. > Simple solution is that deleting acl notify znode of table in > AccessController when deleting the table. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (HBASE-12635) Delete acl notify znode of table after the table is deleted
[ https://issues.apache.org/jira/browse/HBASE-12635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14234887#comment-14234887 ] stack commented on HBASE-12635: --- 0.94 too [~apurtell]? > Delete acl notify znode of table after the table is deleted > --- > > Key: HBASE-12635 > URL: https://issues.apache.org/jira/browse/HBASE-12635 > Project: HBase > Issue Type: Bug >Affects Versions: 0.94.11, 0.98.6 >Reporter: Liu Shaohui >Assignee: Liu Shaohui >Priority: Minor > Fix For: 1.0.0, 2.0.0, 0.98.9 > > Attachments: HBASE-12635-v1.diff > > > In our multi-tenant hbase cluster, we found that there are over 1M znodes > under the acl node. The reason is that users create and delete tables with > different names frequently. The acl notify znode are left there after the > tables are deleted. > Simple solution is that deleting acl notify znode of table in > AccessController when deleting the table. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (HBASE-12635) Delete acl notify znode of table after the table is deleted
[ https://issues.apache.org/jira/browse/HBASE-12635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14234747#comment-14234747 ] stack commented on HBASE-12635: --- bq. I'll be testing locally. Go for it. No need to wait on jenkins in this case. > Delete acl notify znode of table after the table is deleted > --- > > Key: HBASE-12635 > URL: https://issues.apache.org/jira/browse/HBASE-12635 > Project: HBase > Issue Type: Bug >Affects Versions: 0.94.11, 0.98.6 >Reporter: Liu Shaohui >Assignee: Liu Shaohui >Priority: Minor > Fix For: 1.0.0, 2.0.0, 0.98.9 > > Attachments: HBASE-12635-v1.diff > > > In our multi-tenant hbase cluster, we found that there are over 1M znodes > under the acl node. The reason is that users create and delete tables with > different names frequently. The acl notify znode are left there after the > tables are deleted. > Simple solution is that deleting acl notify znode of table in > AccessController when deleting the table. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (HBASE-12635) Delete acl notify znode of table after the table is deleted
[ https://issues.apache.org/jira/browse/HBASE-12635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14234662#comment-14234662 ] Andrew Purtell commented on HBASE-12635: I'll be testing locally. Or would you prefer this wait until Jenkins is back up [~stack]? Let me know. > Delete acl notify znode of table after the table is deleted > --- > > Key: HBASE-12635 > URL: https://issues.apache.org/jira/browse/HBASE-12635 > Project: HBase > Issue Type: Bug >Affects Versions: 0.94.11, 0.98.6 >Reporter: Liu Shaohui >Assignee: Liu Shaohui >Priority: Minor > Fix For: 1.0.0, 2.0.0, 0.98.9 > > Attachments: HBASE-12635-v1.diff > > > In our multi-tenant hbase cluster, we found that there are over 1M znodes > under the acl node. The reason is that users create and delete tables with > different names frequently. The acl notify znode are left there after the > tables are deleted. > Simple solution is that deleting acl notify znode of table in > AccessController when deleting the table. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (HBASE-12635) Delete acl notify znode of table after the table is deleted
[ https://issues.apache.org/jira/browse/HBASE-12635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14234652#comment-14234652 ] stack commented on HBASE-12635: --- FYI, hadoopqa is down currently > Delete acl notify znode of table after the table is deleted > --- > > Key: HBASE-12635 > URL: https://issues.apache.org/jira/browse/HBASE-12635 > Project: HBase > Issue Type: Bug >Affects Versions: 0.94.11, 0.98.6 >Reporter: Liu Shaohui >Assignee: Liu Shaohui >Priority: Minor > Fix For: 1.0.0, 2.0.0, 0.98.9 > > Attachments: HBASE-12635-v1.diff > > > In our multi-tenant hbase cluster, we found that there are over 1M znodes > under the acl node. The reason is that users create and delete tables with > different names frequently. The acl notify znode are left there after the > tables are deleted. > Simple solution is that deleting acl notify znode of table in > AccessController when deleting the table. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (HBASE-12635) Delete acl notify znode of table after the table is deleted
[ https://issues.apache.org/jira/browse/HBASE-12635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1423#comment-1423 ] Andrew Purtell commented on HBASE-12635: +1, I'll backport and commit to all branches shortly unless objection. Sorry [~liushaohui], we should have been doing this already and I'm surprised we are not. > Delete acl notify znode of table after the table is deleted > --- > > Key: HBASE-12635 > URL: https://issues.apache.org/jira/browse/HBASE-12635 > Project: HBase > Issue Type: Bug >Affects Versions: 0.94.11, 0.98.6 >Reporter: Liu Shaohui >Assignee: Liu Shaohui >Priority: Minor > Fix For: 1.0.0, 2.0.0, 0.98.9 > > Attachments: HBASE-12635-v1.diff > > > In our multi-tenant hbase cluster, we found that there are over 1M znodes > under the acl node. The reason is that users create and delete tables with > different names frequently. The acl notify znode are left there after the > tables are deleted. > Simple solution is that deleting acl notify znode of table in > AccessController when deleting the table. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Commented] (HBASE-12635) Delete acl notify znode of table after the table is deleted
[ https://issues.apache.org/jira/browse/HBASE-12635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14234181#comment-14234181 ] ramkrishna.s.vasudevan commented on HBASE-12635: +1 > Delete acl notify znode of table after the table is deleted > --- > > Key: HBASE-12635 > URL: https://issues.apache.org/jira/browse/HBASE-12635 > Project: HBase > Issue Type: Bug >Affects Versions: 0.94.11, 0.98.6 >Reporter: Liu Shaohui >Assignee: Liu Shaohui >Priority: Minor > Fix For: 2.0.0 > > Attachments: HBASE-12635-v1.diff > > > In our multi-tenant hbase cluster, we found that there are over 1M znodes > under the acl node. The reason is that users create and delete tables with > different names frequently. The acl notify znode are left there after the > tables are deleted. > Simple solution is that deleting acl notify znode of table in > AccessController when deleting the table. -- This message was sent by Atlassian JIRA (v6.3.4#6332)