reddycharan opened a new pull request #1406: Issue #1405: ReplicationWorker should back-off retrying. URL: https://github.com/apache/bookkeeper/pull/1406 Descriptions of the changes in this PR: ReplicationWorker should backoff replication after threshold number of replication failures of a ledger. Currently ReplicationWorker will do busy retrials if replication is failed for a ledger, instead it should backoff if replication had failed for threshold number of times. This can be done by deferring releasing of underreplicated lock by 'lockReleaseOfFailedLedgerGracePeriod' amount of time. Master Issue: #1405
---------------------------------------------------------------- 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
