sanjeetnishad95 commented on a change in pull request #2163:
URL: https://github.com/apache/hbase/pull/2163#discussion_r497674924



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/quotas/MasterQuotaManager.java
##########
@@ -284,6 +285,9 @@ public void delete() throws IOException {
         SpaceQuotaSnapshot currSnapshotOfTable =
             
QuotaTableUtil.getCurrentSnapshotFromQuotaTable(masterServices.getConnection(), 
table);
         QuotaUtil.deleteTableQuota(masterServices.getConnection(), table);
+        // Removes the tableName from the current state in QuotaObserverChore
+        QuotaObserverChore quotaChore = 
((HMaster)masterServices).getQuotaObserverChore();

Review comment:
       @ndimiduk I didn't get this comment. Masterservices interface doesn't 
have QuotaObserverChore. Please let me know if have something wrong here.




----------------------------------------------------------------
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]


Reply via email to