You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2021/12/06 01:11:05 UTC

[GitHub] [bookkeeper] zymap commented on a change in pull request #2778: Ledger replicate supports throttle

zymap commented on a change in pull request #2778:
URL: https://github.com/apache/bookkeeper/pull/2778#discussion_r762647624



##########
File path: bookkeeper-server/src/main/java/org/apache/bookkeeper/replication/Auditor.java
##########
@@ -1247,6 +1247,7 @@ BookKeeperAdmin getBookKeeperAdmin(final BookKeeper bookKeeper) {
     void checkAllLedgers() throws BKException, IOException, InterruptedException, KeeperException {
         final BookKeeper localClient = getBookKeeper(conf);
         final BookKeeperAdmin localAdmin = getBookKeeperAdmin(localClient);
+//        final BookKeeperAdmin localAdmin = new BookKeeperAdmin(localClient, statsLogger, conf);

Review comment:
       remove the unused code?




-- 
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-unsubscribe@bookkeeper.apache.org

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