momo-jun commented on code in PR #527: URL: https://github.com/apache/pulsar-site/pull/527#discussion_r1172001743
########## 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: ```suggestion - Fix uncompleted future when getting the topic policies of a deleted topic [#18824](https://github.com/apache/pulsar/pull/18824) ``` ########## 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) +- Close transactionBuffer after MessageDeduplication#checkStatus failed [#19157](https://github.com/apache/pulsar/pull/19157) +- GetLastMessageId returns a wrong batch index of last message if enabled read compacted [#18877](https://github.com/apache/pulsar/pull/18877) +- Fix multi invocation for ledger createComplete [#18975](https://github.com/apache/pulsar/pull/18975) +- Fix txn coordinator recover handle committing and aborting txn race condition [#19201](https://github.com/apache/pulsar/pull/19201) +- Reset individualDeletedMessagesSerializedSize after acked all messages [#19428](https://github.com/apache/pulsar/pull/19428) +- Fix potential NPE cause future never complete [#19415](https://github.com/apache/pulsar/pull/19415) +- Fix the return value of canConsumeAsync [#19412](https://github.com/apache/pulsar/pull/19412) +- Close TransactionBuffer when create persistent topic timeout [#19384](https://github.com/apache/pulsar/pull/19384) Review Comment: ```suggestion - Close TransactionBuffer when creating persistent topic timeout [#19384](https://github.com/apache/pulsar/pull/19384) ``` ########## 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) +- Close transactionBuffer after MessageDeduplication#checkStatus failed [#19157](https://github.com/apache/pulsar/pull/19157) +- GetLastMessageId returns a wrong batch index of last message if enabled read compacted [#18877](https://github.com/apache/pulsar/pull/18877) +- Fix multi invocation for ledger createComplete [#18975](https://github.com/apache/pulsar/pull/18975) +- Fix txn coordinator recover handle committing and aborting txn race condition [#19201](https://github.com/apache/pulsar/pull/19201) +- Reset individualDeletedMessagesSerializedSize after acked all messages [#19428](https://github.com/apache/pulsar/pull/19428) +- Fix potential NPE cause future never complete [#19415](https://github.com/apache/pulsar/pull/19415) +- Fix the return value of canConsumeAsync [#19412](https://github.com/apache/pulsar/pull/19412) +- Close TransactionBuffer when create persistent topic timeout [#19384](https://github.com/apache/pulsar/pull/19384) +- Handle changeToReadyState failure correctly in TC client [#19308](https://github.com/apache/pulsar/pull/19308) +- The atomicity of multiple fields of ml is broken [#19346](https://github.com/apache/pulsar/pull/19346) +- MessagesConsumedCounter of NonDurableCursor was initialized incorrectly [#19355](https://github.com/apache/pulsar/pull/19355) +- Improve PersistentMessageExpiryMonitor expire speed when ledger not existed [#17842](https://github.com/apache/pulsar/pull/17842) +- Always send correct transaction id in end txn response [#19137](https://github.com/apache/pulsar/pull/19137) +- Allow superusers to abort transactions [#19467](https://github.com/apache/pulsar/pull/19467) +- Make ServerCnx#originalAuthData volatile [#19507](https://github.com/apache/pulsar/pull/19507) +- Validate originalPrincipal earlier in ServerCnx [#19270](https://github.com/apache/pulsar/pull/19270) +- Require authRole is proxyRole to set originalPrincipal [#19455](https://github.com/apache/pulsar/pull/19455) +- ServerCnx broken after recent cherry-picks [#19521](https://github.com/apache/pulsar/pull/19521) +- ServerCnx: go to Failed state when auth fails [#19312](https://github.com/apache/pulsar/pull/19312) +- Add test to verify authRole cannot change [#19430](https://github.com/apache/pulsar/pull/19430) +- Make authentication refresh threadsafe [#19506](https://github.com/apache/pulsar/pull/19506) +- OneStageAuth State: move authn out of constructor [#19295](https://github.com/apache/pulsar/pull/19295) +- Allow proxy to pass same role for authRole and originalRole [#19557](https://github.com/apache/pulsar/pull/19557) +- Copy command fields and fix potential thread-safety in ServerCnx [#19517](https://github.com/apache/pulsar/pull/19517) +- Topic load fail by ledger lost [#19444](https://github.com/apache/pulsar/pull/19444) +- Incorrect service name selection logic [#19505](https://github.com/apache/pulsar/pull/19505) +- Make the service name resolver cache of PulsarWebResource expire after access [#19532](https://github.com/apache/pulsar/pull/19532) +- Simplify enabling Broker, WS Proxy hostname verification [#19674](https://github.com/apache/pulsar/pull/19674) +- Improve tls config on replication client and cluster cli [#19588](https://github.com/apache/pulsar/pull/19588) +- Fix geo-replication admin [#19686](https://github.com/apache/pulsar/pull/19686) +- Filter system topic when getting topic list by binary proto [#19667](https://github.com/apache/pulsar/pull/19667) +- Fixed history load not releasing [#19560](https://github.com/apache/pulsar/pull/19560) +- Fix loadbalance score caculation problem [#19420](https://github.com/apache/pulsar/pull/19420) Review Comment: ```suggestion - Fix loadbalance score calculation problem [#19420](https://github.com/apache/pulsar/pull/19420) ``` -- 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]
