Uma Maheswari created HBASE-22166:
-------------------------------------
Summary: Space Quota issue: Namespace Quota policy is not getting
imposed on the table in NS,when table level quota is set on the table and is
violated and removed
Key: HBASE-22166
URL: https://issues.apache.org/jira/browse/HBASE-22166
Project: HBase
Issue Type: Bug
Reporter: Uma Maheswari
Assignee: Uma Maheswari
Space Quota issue: Namespace Quota policy is not getting imposed on the table
in NS,when table level quota is set on the table and is violated and removed
PFB the steps.
* create a NS and Set Quota
* create table under the NS and set Quota and write data to violate it
* Write data in NS and violate it
* Now remove the Quota in table level
Expected result:
* table should be moved to violation policy at NS level
Actual Result:
* NS level violation is shown in UI for the table
* in hbase:quota table no enry is present for that table
* violation policy is not imposed on the table
* insertion is allowed on the table which quota is removed
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)