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/08/23 01:38:20 UTC

[GitHub] [bookkeeper] frankxieke commented on a change in pull request #2768: Add metrics and internal command for AutoRecovery

frankxieke commented on a change in pull request #2768:
URL: https://github.com/apache/bookkeeper/pull/2768#discussion_r693599513



##########
File path: bookkeeper-server/src/main/java/org/apache/bookkeeper/client/LedgerFragmentReplicator.java
##########
@@ -310,6 +327,8 @@ private void recoverLedgerFragmentEntry(final Long entryId,
         final long ledgerId = lh.getId();
         final AtomicInteger numCompleted = new AtomicInteger(0);
         final AtomicBoolean completed = new AtomicBoolean(false);
+        Stopwatch readEntryWatcher = Stopwatch.createUnstarted();

Review comment:
       ok, i will fix 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: issues-unsubscribe@bookkeeper.apache.org

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