sijie 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_r164839344
##########
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:
interesting, this setting will enforce checking all the entries, no?
@govind-menon can you confirm what is the purpose of this?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services