momo-jun commented on code in PR #643:
URL: https://github.com/apache/pulsar-site/pull/643#discussion_r1266825425


##########
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)
+- Fix deadlock of metadata store 
[#20189](https://github.com/apache/pulsar/pull/20189)
+- Fix class name typo PrecisPublishLimiter to "Precise" 
[#20310](https://github.com/apache/pulsar/pull/20310)
+- Fix consume stuck of shared streaming dispatcher 
[#18315](https://github.com/apache/pulsar/pull/18315)
+- Fix entry filter feature for the non-persistent topic 
[#20141](https://github.com/apache/pulsar/pull/20141)
+- Fix partitioned __change_events topic is policy topic 
[#20392](https://github.com/apache/pulsar/pull/20392)
+- If ledger lost, cursor mark delete position can not forward 
[#18620](https://github.com/apache/pulsar/pull/18620)

Review Comment:
   ```suggestion
   - If a ledger is lost, the cursor mark delete position cannot forward 
[#18620](https://github.com/apache/pulsar/pull/18620)
   ```



##########
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)
+- Fix deadlock of metadata store 
[#20189](https://github.com/apache/pulsar/pull/20189)
+- Fix class name typo PrecisPublishLimiter to "Precise" 
[#20310](https://github.com/apache/pulsar/pull/20310)
+- Fix consume stuck of shared streaming dispatcher 
[#18315](https://github.com/apache/pulsar/pull/18315)
+- Fix entry filter feature for the non-persistent topic 
[#20141](https://github.com/apache/pulsar/pull/20141)
+- Fix partitioned __change_events topic is policy topic 
[#20392](https://github.com/apache/pulsar/pull/20392)
+- If ledger lost, cursor mark delete position can not forward 
[#18620](https://github.com/apache/pulsar/pull/18620)
+- Invalidate metadata children cache after key deleted 
[#20363](https://github.com/apache/pulsar/pull/20363)
+- Avoid PersistentSubscription.expireMessages logic check backlog twice 
[#20416](https://github.com/apache/pulsar/pull/20416)
+- Switch to the metadata store thread after zk operation 
[#20303](https://github.com/apache/pulsar/pull/20303)
+- Fix skip message API when hole messages exists 
[#20326](https://github.com/apache/pulsar/pull/20326)

Review Comment:
   ```suggestion
   - Fix skip message API when hole messages exist 
[#20326](https://github.com/apache/pulsar/pull/20326)
   ```



-- 
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]

Reply via email to