zymap opened a new pull request, #3324:
URL: https://github.com/apache/bookkeeper/pull/3324

   ---
   
   *Motivation*
   
   If one bookie is slow (not down, just slow), the BK client
   will the acks to the user that the entries are written after
   the first 2 acks. In the meantime, it will keep waiting for
   the 3rd bookie to respond. If the bookie responds within the
   timeout, the entries can now be dropped from memory, otherwise
   the write will timeout internally and it will get replayed
   to a new bookie.
   
   In the V3 request, we have [server-side 
backpressure](https://github.com/apache/bookkeeper/pull/1410)
   to impact the client-side behaviors. We should apply the same
   changes to the V2 request. That would help this 
[issue](https://github.com/apache/pulsar/issues/14861)
   to be resolved.
   
   *Modification*
   
   - Apply the change https://github.com/apache/bookkeeper/pull/1410 to V2 
protocol
   
   Descriptions of the changes in this PR:
   
   
   


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