shardul-cr7 commented on a change in pull request #598: HBASE-22142 Space
quota: If table inside namespace having space quota is dropped, data size usage
is still considered for the drop table.
URL: https://github.com/apache/hbase/pull/598#discussion_r325998599
##########
File path:
hbase-server/src/test/java/org/apache/hadoop/hbase/quotas/TestSpaceQuotaDropTable.java
##########
@@ -87,6 +94,50 @@ public void testSetQuotaAndThenDropTableWithDisable()
throws Exception {
setQuotaAndThenDropTable(SpaceViolationPolicy.DISABLE);
}
+ @Test
+ public void testSetQuotaAndThenDropTableWithRegionReport() throws Exception {
Review comment:
Thanks for the review @joshelser . Did all the changes and pushed. :)
----------------------------------------------------------------
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