hangc0276 commented on PR #3522: URL: https://github.com/apache/bookkeeper/pull/3522#issuecomment-1280669852
> My question is if would rather make more sense to optimize for the fact that the masterkey is empty in the overwhelmingly major part of the cases. +1 In Pulsar, each ledger's default password is `"".getBytes(StandardCharsets.UTF_8)` and most clusters are not set ledger passwords, and the `masterKey` is generated from ledger password, which means most of the ledgers' masterKey are default value. We can optimize this case. -- 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]
