You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/09/01 10:46:54 UTC

[GitHub] [hbase] shardul-cr7 opened a new pull request #571: HBASE-20821 Re-creating a dropped namespace and contained table inherits previously set space quota settings

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:
users@infra.apache.org


With regards,
Apache Git Services