eolivelli commented on a change in pull request #2166: Enhance
deferLedgerLockReleaseOfFailedLedger in ReplicationWorker
URL: https://github.com/apache/bookkeeper/pull/2166#discussion_r327780245
##########
File path:
bookkeeper-server/src/test/java/org/apache/bookkeeper/client/TestLedgerFragmentReplication.java
##########
@@ -111,7 +111,7 @@ public void
testReplicateLFShouldCopyFailedBookieFragmentsToTargetBookie()
// 0-9 entries should be copy to new bookie
for (LedgerFragment lf : result) {
- admin.replicateLedgerFragment(lh, lf);
+ admin.replicateLedgerFragment(lh, lf, null);
Review comment:
Sounds good
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services