zhaizhibo
zhaizhibo
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation When a topic produce too much messages, the caches of broker will be...
Descriptions of the changes in this PR: Optimize BookKeeper startup speed with multi-directory ledger configuration Main Issue: ### Motivation During production upgrades, BookKeeper instances with existing data typically take 3...
**FEATURE REQUEST** Currently, the async add operation in Bookie (e.g., asyncAddEntry) lacks a mechanism to fast-fail if the request is cancelled before actual I/O (e.g., writeAndFlush). This can lead to...