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 2018/02/01 00:32:09 UTC

[GitHub] jiazhai commented on a change in pull request #1085: [Merge Yahoo repo]: YBK-160: Doing distributed random verification of ledger fragments

jiazhai commented on a change in pull request #1085: [Merge Yahoo repo]: YBK-160: Doing distributed random verification of ledger fragments
URL: https://github.com/apache/bookkeeper/pull/1085#discussion_r165230186
 
 

 ##########
 File path: bookkeeper-server/src/main/java/org/apache/bookkeeper/client/LedgerChecker.java
 ##########
 @@ -267,6 +306,12 @@ public void operationComplete(int rc, LedgerFragment result) {
      */
     public void checkLedger(final LedgerHandle lh,
                             final GenericCallback<Set<LedgerFragment>> cb) {
+        checkLedger(lh, cb, 100L);
 
 Review comment:
   Yes, 100 will checking all entries. 
   In the first commit, it was "0", and in third commit it was turned into 100. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services