gaozhangmin opened a new pull request, #3541: URL: https://github.com/apache/bookkeeper/pull/3541
### Motivation Fixes #3529. In `publishSuspectedLedgersAsync` method, Both `readLedgerMetadata` and `markLedgerUnderreplicatedAsync` method need send request to ZK server. One Bookie server probably contains thousands of ledgers, concurrent action would put heavy load on ZK ### Changes Support throttling when doing `readLedgerMetadata` and `markLedgerUnderreplicatedAsync`, Based on #2802 -- 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]
