momo-jun commented on code in PR #643: URL: https://github.com/apache/pulsar-site/pull/643#discussion_r1266825038
########## release-notes/versioned/pulsar-2.11.2.md: ########## @@ -0,0 +1,117 @@ +--- +id: pulsar-2.11.2 +title: Apache Pulsar 2.11.2 +sidebar_label: Apache Pulsar 2.11.2 +--- + +#### 2023-07-18 + +### Broker +- Fix broker restart logic [#20113](https://github.com/apache/pulsar/pull/20113) +- Fast fix infinite HTTP call getSubscriptions caused by wrong topicName [#20131](https://github.com/apache/pulsar/pull/20131) +- Fix getPartitionedStats miss subscription's messageAckRate [#19870](https://github.com/apache/pulsar/pull/19870) +- Fix deadlock of zkSessionWatcher when zkConnection loss [#20122](https://github.com/apache/pulsar/pull/20122) +- Fix Return value of getPartitionedStats doesn't contain subscription type [#20210](https://github.com/apache/pulsar/pull/20210) +- Producer created by replicator is not displayed in topic stats [#20229](https://github.com/apache/pulsar/pull/20229) +- Fix infinite ack of Replicator after topic is closed [#20232](https://github.com/apache/pulsar/pull/20232) +- Skip split bundle if only one broker [#20190](https://github.com/apache/pulsar/pull/20190) +- Fix RoaringBitmap.contains can't check value 65535 [#20176](https://github.com/apache/pulsar/pull/20176) +- Get lowest PositionImpl from NavigableSet [#18278](https://github.com/apache/pulsar/pull/18278) Review Comment: ```suggestion - Get the lowest PositionImpl from NavigableSet [#18278](https://github.com/apache/pulsar/pull/18278) ``` ########## release-notes/versioned/pulsar-2.11.2.md: ########## @@ -0,0 +1,117 @@ +--- +id: pulsar-2.11.2 +title: Apache Pulsar 2.11.2 +sidebar_label: Apache Pulsar 2.11.2 +--- + +#### 2023-07-18 + +### Broker +- Fix broker restart logic [#20113](https://github.com/apache/pulsar/pull/20113) +- Fast fix infinite HTTP call getSubscriptions caused by wrong topicName [#20131](https://github.com/apache/pulsar/pull/20131) +- Fix getPartitionedStats miss subscription's messageAckRate [#19870](https://github.com/apache/pulsar/pull/19870) +- Fix deadlock of zkSessionWatcher when zkConnection loss [#20122](https://github.com/apache/pulsar/pull/20122) +- Fix Return value of getPartitionedStats doesn't contain subscription type [#20210](https://github.com/apache/pulsar/pull/20210) +- Producer created by replicator is not displayed in topic stats [#20229](https://github.com/apache/pulsar/pull/20229) +- Fix infinite ack of Replicator after topic is closed [#20232](https://github.com/apache/pulsar/pull/20232) +- Skip split bundle if only one broker [#20190](https://github.com/apache/pulsar/pull/20190) +- Fix RoaringBitmap.contains can't check value 65535 [#20176](https://github.com/apache/pulsar/pull/20176) +- Get lowest PositionImpl from NavigableSet [#18278](https://github.com/apache/pulsar/pull/18278) +- Fix the behavior of delayed message in Key_Shared mode [#20233](https://github.com/apache/pulsar/pull/20233) +- Fix use error TimeUnit to record publish latency [#20074](https://github.com/apache/pulsar/pull/20074) +- Fix the thread safety issue of BrokerData#getTimeAverageData access [#19889](https://github.com/apache/pulsar/pull/19889) +- Fix can't send ErrorCommand when message is null value [#19899](https://github.com/apache/pulsar/pull/19899) Review Comment: ```suggestion - Fix can't send ErrorCommand when a message's value is null [#19899](https://github.com/apache/pulsar/pull/19899) ``` ########## release-notes/versioned/pulsar-2.11.2.md: ########## @@ -0,0 +1,117 @@ +--- +id: pulsar-2.11.2 +title: Apache Pulsar 2.11.2 +sidebar_label: Apache Pulsar 2.11.2 +--- + +#### 2023-07-18 + +### Broker +- Fix broker restart logic [#20113](https://github.com/apache/pulsar/pull/20113) +- Fast fix infinite HTTP call getSubscriptions caused by wrong topicName [#20131](https://github.com/apache/pulsar/pull/20131) +- Fix getPartitionedStats miss subscription's messageAckRate [#19870](https://github.com/apache/pulsar/pull/19870) +- Fix deadlock of zkSessionWatcher when zkConnection loss [#20122](https://github.com/apache/pulsar/pull/20122) +- Fix Return value of getPartitionedStats doesn't contain subscription type [#20210](https://github.com/apache/pulsar/pull/20210) +- Producer created by replicator is not displayed in topic stats [#20229](https://github.com/apache/pulsar/pull/20229) +- Fix infinite ack of Replicator after topic is closed [#20232](https://github.com/apache/pulsar/pull/20232) +- Skip split bundle if only one broker [#20190](https://github.com/apache/pulsar/pull/20190) +- Fix RoaringBitmap.contains can't check value 65535 [#20176](https://github.com/apache/pulsar/pull/20176) +- Get lowest PositionImpl from NavigableSet [#18278](https://github.com/apache/pulsar/pull/18278) +- Fix the behavior of delayed message in Key_Shared mode [#20233](https://github.com/apache/pulsar/pull/20233) +- Fix use error TimeUnit to record publish latency [#20074](https://github.com/apache/pulsar/pull/20074) +- Fix the thread safety issue of BrokerData#getTimeAverageData access [#19889](https://github.com/apache/pulsar/pull/19889) +- Fix can't send ErrorCommand when message is null value [#19899](https://github.com/apache/pulsar/pull/19899) +- Make LedgerOffloaderFactory can load the old nar [#19913](https://github.com/apache/pulsar/pull/19913) +- Ignore and remove the replicator cursor when the remote cluster is absent [#19972](https://github.com/apache/pulsar/pull/19972) +- Fix the reason label of authentication metrics [#20030](https://github.com/apache/pulsar/pull/20030) +- Optimize the ack/send future in TransactionImpl [#20271](https://github.com/apache/pulsar/pull/20271) +- Fix NPE cause by topic publish rate limiter [#20302](https://github.com/apache/pulsar/pull/20302) Review Comment: ```suggestion - Fix NPE caused by topic publish rate limiter [#20302](https://github.com/apache/pulsar/pull/20302) ``` ########## release-notes/versioned/pulsar-2.11.2.md: ########## @@ -0,0 +1,117 @@ +--- +id: pulsar-2.11.2 +title: Apache Pulsar 2.11.2 +sidebar_label: Apache Pulsar 2.11.2 +--- + +#### 2023-07-18 + +### Broker +- Fix broker restart logic [#20113](https://github.com/apache/pulsar/pull/20113) +- Fast fix infinite HTTP call getSubscriptions caused by wrong topicName [#20131](https://github.com/apache/pulsar/pull/20131) +- Fix getPartitionedStats miss subscription's messageAckRate [#19870](https://github.com/apache/pulsar/pull/19870) +- Fix deadlock of zkSessionWatcher when zkConnection loss [#20122](https://github.com/apache/pulsar/pull/20122) +- Fix Return value of getPartitionedStats doesn't contain subscription type [#20210](https://github.com/apache/pulsar/pull/20210) +- Producer created by replicator is not displayed in topic stats [#20229](https://github.com/apache/pulsar/pull/20229) +- Fix infinite ack of Replicator after topic is closed [#20232](https://github.com/apache/pulsar/pull/20232) +- Skip split bundle if only one broker [#20190](https://github.com/apache/pulsar/pull/20190) +- Fix RoaringBitmap.contains can't check value 65535 [#20176](https://github.com/apache/pulsar/pull/20176) +- Get lowest PositionImpl from NavigableSet [#18278](https://github.com/apache/pulsar/pull/18278) +- Fix the behavior of delayed message in Key_Shared mode [#20233](https://github.com/apache/pulsar/pull/20233) +- Fix use error TimeUnit to record publish latency [#20074](https://github.com/apache/pulsar/pull/20074) +- Fix the thread safety issue of BrokerData#getTimeAverageData access [#19889](https://github.com/apache/pulsar/pull/19889) +- Fix can't send ErrorCommand when message is null value [#19899](https://github.com/apache/pulsar/pull/19899) +- Make LedgerOffloaderFactory can load the old nar [#19913](https://github.com/apache/pulsar/pull/19913) +- Ignore and remove the replicator cursor when the remote cluster is absent [#19972](https://github.com/apache/pulsar/pull/19972) +- Fix the reason label of authentication metrics [#20030](https://github.com/apache/pulsar/pull/20030) +- Optimize the ack/send future in TransactionImpl [#20271](https://github.com/apache/pulsar/pull/20271) +- Fix NPE cause by topic publish rate limiter [#20302](https://github.com/apache/pulsar/pull/20302) +- Fix default bundle size used while setting bookie affinity [#20250](https://github.com/apache/pulsar/pull/20250) +- Fix ledger left in OPEN state when enable inactiveLedgerRollOverTimeMs [#20276](https://github.com/apache/pulsar/pull/20276) Review Comment: ```suggestion - Fix ledger left in OPEN state when inactiveLedgerRollOverTimeMs is enabled [#20276](https://github.com/apache/pulsar/pull/20276) ``` -- 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]
