Technoboy- commented on code in PR #527:
URL: https://github.com/apache/pulsar-site/pull/527#discussion_r1172003838


##########
release-notes/versioned/pulsar-2.11.1.md:
##########
@@ -0,0 +1,190 @@
+---
+id: pulsar-2.11.1
+title: Apache Pulsar 2.11.1
+sidebar_label: Apache Pulsar 2.11.1
+---
+
+#### 2023-04-19
+
+### Broker
+- AbstractBatchedMetadataStore - use AlreadyClosedException instead of 
IllegalStateException [#19284](https://github.com/apache/pulsar/pull/19284)
+- Add ref count for sticky hash to optimize the performance of Key_Shared 
subscription [#19167](https://github.com/apache/pulsar/pull/19167)
+- Pass subName for subscription operations in ServerCnx 
[#19184](https://github.com/apache/pulsar/pull/19184)
+- Enable custom metadata stores 
[#19208](https://github.com/apache/pulsar/pull/19208)
+- Topics stats shows msgBacklog but there reality no backlog 
[#19275](https://github.com/apache/pulsar/pull/19275)
+- Fix open cursor with null-initialPosition result with earliest position 
[#18416](https://github.com/apache/pulsar/pull/18416)
+- Added isActive in ManagedCursorImpl 
[#19341](https://github.com/apache/pulsar/pull/19341)
+- Replaced checkBackloggedCursors with checkBackloggedCursor(single 
subscription check) upon subscription 
[#19343](https://github.com/apache/pulsar/pull/19343)
+- Close TransactionBuffer when MessageDeduplication#checkStatus failed 
[#19289](https://github.com/apache/pulsar/pull/19289)
+- Fix the incorrect total size if use ML interceptor 
[#19404](https://github.com/apache/pulsar/pull/19404)
+- Support deleting partitioned topics with the keyword -partition- 
[#19230](https://github.com/apache/pulsar/pull/19230)
+- Correct the prompt message 
[#17009](https://github.com/apache/pulsar/pull/17009)
+- Expect msgs after server initiated CloseProducer 
[#19446](https://github.com/apache/pulsar/pull/19446)
+- Fix Npe thrown by splitBundle 
[#17370](https://github.com/apache/pulsar/pull/17370)
+- Fix executeWithRetry result is null 
[#17694](https://github.com/apache/pulsar/pull/17694)
+- ManagedLedger: move to FENCED state in case of BadVersionException 
[#17736](https://github.com/apache/pulsar/pull/17736)
+- Fix can not revoke permission after update topic partition 
[#17393](https://github.com/apache/pulsar/pull/17393)
+- Allow deletion of a namespace that was left in deleted status 
[#17592](https://github.com/apache/pulsar/pull/17592)
+- Add UncaughtExceptionHandler for every thread pool 
[#18211](https://github.com/apache/pulsar/pull/18211)
+- Support setting ForceDeleteNamespaceAllowed dynamically 
[#18181](https://github.com/apache/pulsar/pull/18181)
+- Support setting forceDeleteTenantAllowed dynamically 
[#18192](https://github.com/apache/pulsar/pull/18192)
+- Remove locallyAcquiredLock when removeOwnership 
[#18197](https://github.com/apache/pulsar/pull/18197)
+- Update the log print content of createSubscriptions 
[#18024](https://github.com/apache/pulsar/pull/18024)
+- Unify time unit at dropping the backlog on a topic 
[#17957](https://github.com/apache/pulsar/pull/17957)
+- Fix mutex never released when trimming 
[#17911](https://github.com/apache/pulsar/pull/17911)
+- Fix getChildren in MemoryMetadataStore and EtcdMetadataStore 
[#18172](https://github.com/apache/pulsar/pull/18172)
+- Fix the order of resource close in the InMemoryDelayedDeliveryTracker 
[#18000](https://github.com/apache/pulsar/pull/18000)
+- Allow to configure and disable the size of lookahead for detecting fixed 
delays in messages [#17907](https://github.com/apache/pulsar/pull/17907)
+- Make BookieId work with PulsarRegistrationDriver 
[#17922](https://github.com/apache/pulsar/pull/17922)
+- In the trimDeletedEntries method, release the removed entry 
[#18305](https://github.com/apache/pulsar/pull/18305)
+- Make Consumer#equals more effective 
[#18662](https://github.com/apache/pulsar/pull/18662)
+- PulsarRegistrationClient - implement getAllBookies and follow 
BookieServiceInfo updates [#18133](https://github.com/apache/pulsar/pull/18133)
+- Fix PulsarRegistrationClient and ZkRegistrationClient not aware rack info 
problem [#18672](https://github.com/apache/pulsar/pull/18672)
+- Simplify extract entryMetadata code in filterEntriesForConsumer 
[#18729](https://github.com/apache/pulsar/pull/18729)
+- Fix uncompleted future when get the topic policies of a deleted topic 
[#18824](https://github.com/apache/pulsar/pull/18824)

Review Comment:
   fixed



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