[GitHub] [pulsar] lhotari commented on issue #10439: [Broker & Bookie] Configure Bookkeeper client & server backpressure by default

2022-09-14 Thread GitBox
lhotari commented on issue #10439: URL: https://github.com/apache/pulsar/issues/10439#issuecomment-1246610755 Pulsar uses Bookkeeper protocol V2 by default because V3 uses GRPC and that is not "garbage free". With V2 protocol, there is less GC overhead. The backpressure feature in boo

[GitHub] [pulsar] lhotari commented on issue #10439: [Broker & Bookie] Configure Bookkeeper client & server backpressure by default

2022-08-09 Thread GitBox
lhotari commented on issue #10439: URL: https://github.com/apache/pulsar/issues/10439#issuecomment-1209524109 Fixes for backpressure issues on bookkeeper side: https://github.com/apache/bookkeeper/pull/3321, https://github.com/apache/bookkeeper/pull/3323, https://github.com/apache/bookkeep

[GitHub] [pulsar] lhotari commented on issue #10439: [Broker & Bookie] Configure Bookkeeper client & server backpressure by default

2022-05-10 Thread GitBox
lhotari commented on issue #10439: URL: https://github.com/apache/pulsar/issues/10439#issuecomment-1123187057 related: #14861 and https://github.com/apache/bookkeeper/pull/3139 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [pulsar] lhotari commented on issue #10439: [Broker & Bookie] Configure Bookkeeper client & server backpressure by default

2021-08-24 Thread GitBox
lhotari commented on issue #10439: URL: https://github.com/apache/pulsar/issues/10439#issuecomment-904699303 There is also https://github.com/apache/bookkeeper/issues/2521 in BK related to the lack of backpressure configuration in Pulsar by default. -- This is an automated message from t

[GitHub] [pulsar] lhotari commented on issue #10439: [Broker & Bookie] Configure Bookkeeper client & server backpressure by default

2021-04-29 Thread GitBox
lhotari commented on issue #10439: URL: https://github.com/apache/pulsar/issues/10439#issuecomment-829147823 @eolivelli Would it be possible to cherry-pick #9232 to branch-2.7 so that it would be possible to configure `waitTimeoutOnBackpressureMs` on the broker side by using `bookkeeper_wa