momo-jun commented on code in PR #149: URL: https://github.com/apache/pulsar-site/pull/149#discussion_r924188139
########## site2/website-next/release-notes/versioned/pulsar-2.9.3.md: ########## @@ -0,0 +1,213 @@ +--- +id: pulsar-2.9.3 +title: Apache Pulsar 2.9.3 +sidebar_label: Apache Pulsar 2.9.3 +--- + +#### 2022-07-19 + +### Important notice + +- [PIP-146] ManagedCursorInfo compression [#14542](https://github.com/apache/pulsar/pull/14542) +- [PIP-153] Optimize metadataPositions in MLPendingAckStore [#15137](https://github.com/apache/pulsar/pull/15137) +- [PIP-163] Add lowWaterMark check before appending entry to TB [#15424](https://github.com/apache/pulsar/pull/15424) + +#### Broker + +- [cleanup][broker] Cleanup already deleted namespace topics [#12597](https://github.com/apache/pulsar/pull/12597) +- [cleanup][broker] Override close method to avoid caching exception [#15529](https://github.com/apache/pulsar/pull/15529) +- [cleanup][broker] Remove useless code to avoid confusion in OpReadEntry#checkReadCompletion [#15104](https://github.com/apache/pulsar/pull/15104) +- [fix][broker] Avoid heartbeat topic to offload [#15008](https://github.com/apache/pulsar/pull/15008) +- [fix][broker] Cancel `fencedTopicMonitoringTask` when topic closed normally [#15202](https://github.com/apache/pulsar/pull/15202) +- [fix][broker] Check for blank advertised listener name [#14306](https://github.com/apache/pulsar/pull/14306) +- [fix][broker] Close publishLimiter when disable it [#15520](https://github.com/apache/pulsar/pull/15520) +- [fix][broker] Fast return if ack cumulative illegal [#15695](https://github.com/apache/pulsar/pull/15695) +- [fix][broker] Fix MessageDeduplication#inactiveProducers may not be persistence correctly [#15206](https://github.com/apache/pulsar/pull/15206) +- [fix][broker] Fix MultiRolesTokenAuthorizationProvider `authorize` issue [#15454](https://github.com/apache/pulsar/pull/15454) +- [fix][broker] Fix NPE in MessageDeduplication [#15820](https://github.com/apache/pulsar/pull/15820) +- [fix][broker] Fix NPE when ledger id not found in `OpReadEntry` [#15837](https://github.com/apache/pulsar/pull/15837) +- [fix][broker] Fix NPE when put value to `RangeCache` [#15707](https://github.com/apache/pulsar/pull/15707) +- [fix][broker] Fix NPE when set `AutoTopicCreationOverride` [#15653](https://github.com/apache/pulsar/pull/15653) +- [fix][broker] Fix NPE when subscription is already removed [#14363](https://github.com/apache/pulsar/pull/14363) +- [fix][broker] Fix REST produce msg redirect issue [#15551](https://github.com/apache/pulsar/pull/15551) +- [fix][broker] Fix call sync method in onPoliciesUpdate method [#13885](https://github.com/apache/pulsar/pull/13885) +- [fix][broker] Fix call sync method in onPoliciesUpdate method [#15227](https://github.com/apache/pulsar/pull/15227) +- [fix][broker] Fix cannot delete namespace with system topic [#14730](https://github.com/apache/pulsar/pull/14730) +- [fix][broker] Fix creating producer failure when set backlog quota [#15663](https://github.com/apache/pulsar/pull/15663) +- [fix][broker] Fix creating system namespace topic failure [#14949](https://github.com/apache/pulsar/pull/14949) +- [fix][broker] Fix deadlock in broker after race condition in topic creation failure [#15570](https://github.com/apache/pulsar/pull/15570) +- [fix][broker] Fix getPendingAckInternalStats redirect issue [#14876](https://github.com/apache/pulsar/pull/14876) +- [fix][broker] Fix inconsistent prompt message when schema version is empty using AVRO [#14626](https://github.com/apache/pulsar/pull/14626) +- [fix][broker] Fix incorrect entryId in warn log when reading entry from tiered storage [#14685](https://github.com/apache/pulsar/pull/14685) Review Comment: ```suggestion - [fix][broker] Fix incorrect entryId in warning logs when reading an entry from tiered storage [#14685](https://github.com/apache/pulsar/pull/14685) ``` -- 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]
