sanjeetnishad95 commented on a change in pull request #2163:
URL: https://github.com/apache/hbase/pull/2163#discussion_r498477956
##########
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 have updated the PR, PTAL.
----------------------------------------------------------------
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]