reddycharan opened a new issue #1405: ReplicationWorker should backoff 
replication after threshold number of replication failures of a ledger 
URL: https://github.com/apache/bookkeeper/issues/1405
 
 
   Is this a question, feature request, bug report, or bookkeeper proposal?
   
   **FEATURE REQUEST**
   
   1. Please describe the feature you are requesting.
   
   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. 
   
   2. Indicate the importance of this issue to you (blocker, must-have, 
should-have, nice-to-have). Are you currently using any workarounds to address 
this issue?
   
   This feature improves reliability of ReplicationWorker, so it is should-have 
kind of feature.
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to