Description
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