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


##########
hbase-client/src/main/java/org/apache/hadoop/hbase/quotas/QuotaRetriever.java:
##########
@@ -156,26 +137,26 @@ public void remove() {
 
   /**
    * Open a QuotaRetriever with no filter, all the quota settings will be 
returned.
-   * @param conf Configuration object to use.
+   * @param conn Connection object to use.
    * @return the QuotaRetriever
    * @throws IOException if a remote or network exception occurs
    */
-  public static QuotaRetriever open(final Configuration conf) throws 
IOException {
-    return open(conf, null);
+  public static QuotaRetriever open(final Connection conn) throws IOException {

Review Comment:
   +1 for the deprecation cycle.



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

Reply via email to