You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2022/04/26 19:34:38 UTC

[GitHub] [bookkeeper] dlg99 commented on issue #3231: BP-51: BookKeeper client memory limits

dlg99 commented on issue #3231:
URL: https://github.com/apache/bookkeeper/issues/3231#issuecomment-1110174971

   There are two sides of the backpressure configuration: 
   - client: https://github.com/apache/bookkeeper/pull/1088
   - server: https://github.com/apache/bookkeeper/pull/1410
   
   Ideally both have to be configured.
   
   For the client side to work you'd have to configure clientWriteBufferLowWaterMark and clientWriteBufferHighWaterMark (default values might be ok) plus waitTimeoutOnBackpressureMs (default: -1, disabled)
   


-- 
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: issues-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org