shardul-cr7 opened a new pull request #571: HBASE-20821 Re-creating a dropped 
namespace and contained table inherits previously set space quota settings
URL: https://github.com/apache/hbase/pull/571
 
 
   As demonstarted in HBASE-20662.master.002.patch re-creating a dropped 
namespace and contained table inherits previously set space quota settings.
   
   Steps:
   Create a namespace and a table in it
   Set space quota on namespace
   Violate namespace quota
   Drop table and then namespace
   Re create same namespace and same table
   Put data into the table (more than the previosuly set namespace quota limit)
   
   Expected: SpaceQuota settings should not exist on the newly re-created table 
and we should be able to put limit less data into the table
   
   Actual: We fail to put data into newly created table as SpaceQuota settings 
(systematically created due to previously added namespace space quota) exist on 
table

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to