charlesconnell commented on code in PR #6065:
URL: https://github.com/apache/hbase/pull/6065#discussion_r1681440144


##########
hbase-client/src/main/java/org/apache/hadoop/hbase/quotas/QuotaRetriever.java:
##########
@@ -52,21 +50,9 @@ public class QuotaRetriever implements Closeable, 
Iterable<QuotaSettings> {
   private Connection connection;
   private Table table;
 
-  /**
-   * Should QutoaRetriever manage the state of the connection, or leave it be.
-   */
-  private boolean isManagedConnection = false;
-
   QuotaRetriever() {

Review Comment:
   Okay, then this PR is complying with the deprecation policy now



-- 
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: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to