lhotari commented on PR #4171:
URL: https://github.com/apache/bookkeeper/pull/4171#issuecomment-1886440245

   The logic in `sendAddSuccessCallbacks` in master branch feels wrong. The 
logic gets stuck if the call to sendAddSuccessCallbacks is missed or out of 
order. Calling the method multiple times won't help once the head of the queue 
is out of sync since removing entries requires that the head of the queue has 
`pendingAddOp.entryId == pendingAddsSequenceHead + 1`. 
   @eolivelli Do you have a chance to help with this challenge?
   
   
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to