momo-jun commented on code in PR #670: URL: https://github.com/apache/pulsar-site/pull/670#discussion_r1286697983
########## release-notes/versioned/pulsar-3.1.0.md: ########## @@ -0,0 +1,282 @@ +--- +id: pulsar-3.1.0 +title: Apache Pulsar 3.1.0 +sidebar_label: Apache Pulsar 3.1.0 +--- + +#### 2023-08-10 + +### Important notice +- + +### PIPs +- PIP-275:Introduce topicOrderedExecutorThreadNum to deprecate numWorkerThreadsForNonPersistentTopic [#20504](https://github.com/apache/pulsar/pull/20504) +- PIP-255 Part-2: Make the partition assignment strategy pluggable [#20537](https://github.com/apache/pulsar/pull/20537) + +### Broker +- Fix MessageDeduplication throw NPE when enable broker dedup and set namespace disable deduplication. [#20905](https://github.com/apache/pulsar/pull/20905) +- In replication scenario, remote consumer could not be registered if there has no message was sent [#20888](https://github.com/apache/pulsar/pull/20888) +- Fix IndexOutOfBoundsException in the CompactedTopicUtils [#20887](https://github.com/apache/pulsar/pull/20887) +- Add annotation for topic compaction strategy [#20858](https://github.com/apache/pulsar/pull/20858) +- Fix inconsensus namespace policies by `getPoliciesIfCached` [#20855](https://github.com/apache/pulsar/pull/20855) +- Pass `bytesToRead` when reading compacted entries [#20850](https://github.com/apache/pulsar/pull/20850) +- Fix the built-in admin failed to delete a topic with a custom authz provider [#20848](https://github.com/apache/pulsar/pull/20848) +- Avoid print redirect exception log when get list from bundle [#20846](https://github.com/apache/pulsar/pull/20846) Review Comment: ```suggestion - Avoid print redirect exception log when getting a list from bundle [#20846](https://github.com/apache/pulsar/pull/20846) ``` ########## release-notes/versioned/pulsar-3.1.0.md: ########## @@ -0,0 +1,282 @@ +--- +id: pulsar-3.1.0 +title: Apache Pulsar 3.1.0 +sidebar_label: Apache Pulsar 3.1.0 +--- + +#### 2023-08-10 + +### Important notice +- + +### PIPs +- PIP-275:Introduce topicOrderedExecutorThreadNum to deprecate numWorkerThreadsForNonPersistentTopic [#20504](https://github.com/apache/pulsar/pull/20504) +- PIP-255 Part-2: Make the partition assignment strategy pluggable [#20537](https://github.com/apache/pulsar/pull/20537) + +### Broker +- Fix MessageDeduplication throw NPE when enable broker dedup and set namespace disable deduplication. [#20905](https://github.com/apache/pulsar/pull/20905) +- In replication scenario, remote consumer could not be registered if there has no message was sent [#20888](https://github.com/apache/pulsar/pull/20888) +- Fix IndexOutOfBoundsException in the CompactedTopicUtils [#20887](https://github.com/apache/pulsar/pull/20887) +- Add annotation for topic compaction strategy [#20858](https://github.com/apache/pulsar/pull/20858) +- Fix inconsensus namespace policies by `getPoliciesIfCached` [#20855](https://github.com/apache/pulsar/pull/20855) +- Pass `bytesToRead` when reading compacted entries [#20850](https://github.com/apache/pulsar/pull/20850) +- Fix the built-in admin failed to delete a topic with a custom authz provider [#20848](https://github.com/apache/pulsar/pull/20848) +- Avoid print redirect exception log when get list from bundle [#20846](https://github.com/apache/pulsar/pull/20846) +- Inconsistent behaviour for topic auto_creation [#20843](https://github.com/apache/pulsar/pull/20843) +- Follow up 4196 use `PulsarByteBufAllocator` handle OOM [#20837](https://github.com/apache/pulsar/pull/20837) +- Add broker filter sync method back to guarantee the API compatibility [#20826](https://github.com/apache/pulsar/pull/20826) +- Fix direct memory leak by delayed index OutOfDirectMemory [#20823](https://github.com/apache/pulsar/pull/20823) +- Avoid infinite bundle unloading [#20822](https://github.com/apache/pulsar/pull/20822) +- Add the MessageExpirer interface to make code clear [#20800](https://github.com/apache/pulsar/pull/20800) +- Broker failed to load v1 namespace resources cache [#20783](https://github.com/apache/pulsar/pull/20783) +- Can not receive any messages after switch to standby cluster [#20767](https://github.com/apache/pulsar/pull/20767) Review Comment: ```suggestion - Cannot receive any messages after switching to a standby cluster [#20767](https://github.com/apache/pulsar/pull/20767) ``` -- 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]
