eolivelli commented on a change in pull request #10477: URL: https://github.com/apache/pulsar/pull/10477#discussion_r627155131
########## File path: site2/website/release-notes.md ########## @@ -1,11 +1,98 @@ ## Apache Pulsar Release Notes +### 2.7.2 — 2021-04-XX <a id=“2.7.2”></a> + +#### Broker +- Fix the useless retry when the maximum number of subscriptions is reached [#9991](https://github.com/apache/pulsar/pull/9991) +- wrong timeunit in updating lastLedgerCreationInitiationTimestamp [#10049](https://github.com/apache/pulsar/pull/10049) +- Avoid spammy logs in case of BK problems [#10088](https://github.com/apache/pulsar/pull/10088) +- Fix NonDurableCursorImpl initialPosition by startCursorPosition greater than lastConfirmedEntry problem. [#10095](https://github.com/apache/pulsar/pull/10095) +- fix 8115 Some partitions get stuck after adding additional consumers to the KEY_SHARED subscriptions [#10096](https://github.com/apache/pulsar/pull/10096) Review comment: I extracted the PR titles with a script and I fixed the most visible errors or added a little context in order to allow the reader to understand a little what's the PR is about. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
