Anonymitaet commented on code in PR #16340: URL: https://github.com/apache/pulsar/pull/16340#discussion_r912574061
########## site2/website/release-notes.md: ########## @@ -1,6 +1,248 @@ ## Apache Pulsar Release Notes +### 2.10.1 +#### 2022-07-05 + +### Important notice + +- [fix][broker] Fix broker LoadBalance uneffective [15314](https://github.com/apache/pulsar/pull/15314) +- [fix][admin] Fix producer/consume permission can’t get schema [15956](https://github.com/apache/pulsar/pull/15956) + +### Broker + +- [fix][broker] Fix race condition in getManagedLedgerInternalStats when includeLedgerMetadata=true [15918](https://github.com/apache/pulsar/pull/15918) +- [improve][broker] Avoid contended synchronized block on topic load [15883](https://github.com/apache/pulsar/pull/15883) +- [fix][broker] Fix NPE in MessageDeduplication. [15820](https://github.com/apache/pulsar/pull/15820) Review Comment: ```suggestion - [fix][broker] Fix NPE in MessageDeduplication [15820](https://github.com/apache/pulsar/pull/15820) ``` -- 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]
