momo-jun commented on code in PR #167: URL: https://github.com/apache/pulsar-site/pull/167#discussion_r949859470
########## site2/website-next/release-notes/versioned/client-java-2.11.0.md: ########## @@ -0,0 +1,40 @@ +--- +id: client-java-2.11.0 +title: Client Java 2.11.0 +sidebar_label: Client Java 2.11.0 +--- + +- [fix][Java] LastBatchSendNanoTime initialization [#17058](https://github.com/apache/pulsar/pull/17058) +- [fix][Java] Fixed cnx channel Inactive causing the request fail to time out and fail to return [#17051](https://github.com/apache/pulsar/pull/17051) +- [fix][Java] Release semaphore before discarding messages in batchMessageContainer [#17019](https://github.com/apache/pulsar/pull/17019) +- [cleanup][Java] Reduce code duplication in admin client [#16377](https://github.com/apache/pulsar/pull/16377) +- [cleanup][Java] Remove redundant check for chunked message TotalChunkMsgSize in ConsumerImpl [#16797](https://github.com/apache/pulsar/pull/16797) +- [fix][Java] Fix client memory limit currentUsage leak and semaphore release duplicated in ProducerImpl [#16837](https://github.com/apache/pulsar/pull/16837) +- [fix][Java] Forget to update memory usage when invalid message [#16835](https://github.com/apache/pulsar/pull/16835) Review Comment: ```suggestion - [fix][Java] Release memory usage for invalid messages [#16835](https://github.com/apache/pulsar/pull/16835) ``` ########## site2/website-next/release-notes/versioned/client-java-2.11.0.md: ########## @@ -0,0 +1,40 @@ +--- +id: client-java-2.11.0 +title: Client Java 2.11.0 +sidebar_label: Client Java 2.11.0 +--- + +- [fix][Java] LastBatchSendNanoTime initialization [#17058](https://github.com/apache/pulsar/pull/17058) +- [fix][Java] Fixed cnx channel Inactive causing the request fail to time out and fail to return [#17051](https://github.com/apache/pulsar/pull/17051) +- [fix][Java] Release semaphore before discarding messages in batchMessageContainer [#17019](https://github.com/apache/pulsar/pull/17019) +- [cleanup][Java] Reduce code duplication in admin client [#16377](https://github.com/apache/pulsar/pull/16377) +- [cleanup][Java] Remove redundant check for chunked message TotalChunkMsgSize in ConsumerImpl [#16797](https://github.com/apache/pulsar/pull/16797) +- [fix][Java] Fix client memory limit currentUsage leak and semaphore release duplicated in ProducerImpl [#16837](https://github.com/apache/pulsar/pull/16837) +- [fix][Java] Forget to update memory usage when invalid message [#16835](https://github.com/apache/pulsar/pull/16835) +- [fix][Java] Fix subscription topic name error [#16719](https://github.com/apache/pulsar/pull/16719) +- [improve][Java] Send CloseConsumer on client timeout [#16616](https://github.com/apache/pulsar/pull/16616) +- [fix][Java] Add message key if exists to deadLetter messages [#16615](https://github.com/apache/pulsar/pull/16615) +- [improve][Java] Make DeadLetterPolicy deserializable [#16513](https://github.com/apache/pulsar/pull/16513) +- [improve][Java] Improve performance of multi-topic consumer with more than one IO thread [#16336](https://github.com/apache/pulsar/pull/16336) +- [improve][Java] Add initialization for the OpSendMsg [#16256](https://github.com/apache/pulsar/pull/16256) +- [improve][Java] Replace ScheduledExecutor to improve performance of message consumption [#16236](https://github.com/apache/pulsar/pull/16236) +- [fix][Java] Fix large message sometimes cannot be split into chunks [#16196](https://github.com/apache/pulsar/pull/16196) Review Comment: ```suggestion - [fix][Java] Fix large messages sometimes cannot be split into chunks [#16196](https://github.com/apache/pulsar/pull/16196) ``` -- 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: dev-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org