joshelser 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_r325827553
 
 

 ##########
 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:
   Great job at capturing this in a concise test case.

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


With regards,
Apache Git Services

Reply via email to