charlesconnell commented on code in PR #6065:
URL: https://github.com/apache/hbase/pull/6065#discussion_r1682724227
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/quotas/SnapshotQuotaObserverChore.java:
##########
@@ -168,7 +168,7 @@ Multimap<TableName, String> getSnapshotsToComputeSize()
throws IOException {
filter.addTypeFilter(QuotaType.SPACE);
try (Admin admin = conn.getAdmin()) {
// Pull all of the tables that have quotas (direct, or from namespace)
- for (QuotaSettings qs : QuotaRetriever.open(conf, filter)) {
+ for (QuotaSettings qs : QuotaRetriever.open(conn, filter)) {
Review Comment:
Yep, you got it!
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]