lhotari commented on issue #21892: URL: https://github.com/apache/pulsar/issues/21892#issuecomment-1888946404
> broker config: > managedLedgerDefaultAckQuorum: "2" > managedLedgerDefaultEnsembleSize: "4" > managedLedgerDefaultWriteQuorum: "3" Not related to the reported issue, but it's good to be aware that when using this type of config, it won't be optimal for read performance since sticky reads aren't used with bookies when E != Qw. More details in #18003 and https://github.com/apache/bookkeeper/pull/4131 . Related Pulsar Slack thread: https://apache-pulsar.slack.com/archives/C5Z4T36F7/p1699487100764749?thread_ts=1698225686.705339&cid=C5Z4T36F7 "since ensemble=Qw, reads rates have increased x30" . -- 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]
