[jira] [Updated] (HBASE-12635) Delete acl notify znode of table after the table is deleted

2014-12-04 Thread Liu Shaohui (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-12635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Liu Shaohui updated HBASE-12635:

Attachment: HBASE-12635-v1.diff

Patch for trunk.

 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
Reporter: Liu Shaohui
Assignee: Liu Shaohui
Priority: Minor
 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] [Updated] (HBASE-12635) Delete acl notify znode of table after the table is deleted

2014-12-04 Thread Liu Shaohui (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-12635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Liu Shaohui updated HBASE-12635:

Fix Version/s: 2.0.0
Affects Version/s: 0.94.11
   0.98.6
   Status: Patch Available  (was: Open)

 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.98.6, 0.94.11
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)


[jira] [Updated] (HBASE-12635) Delete acl notify znode of table after the table is deleted

2014-12-04 Thread Andrew Purtell (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-12635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Purtell updated HBASE-12635:
---
Fix Version/s: 0.98.9
   1.0.0

 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] [Updated] (HBASE-12635) Delete acl notify znode of table after the table is deleted

2014-12-04 Thread Andrew Purtell (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-12635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Purtell updated HBASE-12635:
---
  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

Patch applied to 0.98+ and pushed. 

 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] [Updated] (HBASE-12635) Delete acl notify znode of table after the table is deleted

2014-12-04 Thread Andrew Purtell (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-12635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Purtell updated HBASE-12635:
---
Fix Version/s: 0.94.26

bq. 0.94 too?
Done. I needed to make a simple fixup: TableName - byte[]


 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)