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


##########
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)
+- [fix][Java] Only trigger the batch receive timeout when having pending batch 
receives requests [#16160](https://github.com/apache/pulsar/pull/16160)
+- [fix][Java] Fix the startMessageId can't be respected as the ChunkMessageID 
[#16154](https://github.com/apache/pulsar/pull/16154)
+- [fix][Java] Fix auto cluster failover can't resolve host bug 
[#16152](https://github.com/apache/pulsar/pull/16152)
+- [improve][Java] Switch to rely on Netty for Hostname Verification 
[#15824](https://github.com/apache/pulsar/pull/15824)
+- [fix][Java] Prevent the trigger running concurrently in the memory limit 
controller [#15737](https://github.com/apache/pulsar/pull/15737)

Review Comment:
   ```suggestion
   - [fix][Java] Prevent the trigger from running concurrently in the memory 
limit controller [#15737](https://github.com/apache/pulsar/pull/15737)
   ```



##########
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)
+- [fix][Java] Only trigger the batch receive timeout when having pending batch 
receives requests [#16160](https://github.com/apache/pulsar/pull/16160)
+- [fix][Java] Fix the startMessageId can't be respected as the ChunkMessageID 
[#16154](https://github.com/apache/pulsar/pull/16154)
+- [fix][Java] Fix auto cluster failover can't resolve host bug 
[#16152](https://github.com/apache/pulsar/pull/16152)
+- [improve][Java] Switch to rely on Netty for Hostname Verification 
[#15824](https://github.com/apache/pulsar/pull/15824)
+- [fix][Java] Prevent the trigger running concurrently in the memory limit 
controller [#15737](https://github.com/apache/pulsar/pull/15737)
+- [fix][Java] Fix messages sent by producers without schema cannot be decoded 
[#15622](https://github.com/apache/pulsar/pull/15622)
+- [improve][Java] Remove sensitive msg from consumer/producer stats log 
[#15483](https://github.com/apache/pulsar/pull/15483)
+- [improve][Java] Add pending messages information while print the producer 
stats [#15440](https://github.com/apache/pulsar/pull/15440)

Review Comment:
   ```suggestion
   - [improve][Java] Add pending messages information while printing the 
producer stats [#15440](https://github.com/apache/pulsar/pull/15440)
   ```



##########
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)
+- [fix][Java] Only trigger the batch receive timeout when having pending batch 
receives requests [#16160](https://github.com/apache/pulsar/pull/16160)
+- [fix][Java] Fix the startMessageId can't be respected as the ChunkMessageID 
[#16154](https://github.com/apache/pulsar/pull/16154)
+- [fix][Java] Fix auto cluster failover can't resolve host bug 
[#16152](https://github.com/apache/pulsar/pull/16152)
+- [improve][Java] Switch to rely on Netty for Hostname Verification 
[#15824](https://github.com/apache/pulsar/pull/15824)
+- [fix][Java] Prevent the trigger running concurrently in the memory limit 
controller [#15737](https://github.com/apache/pulsar/pull/15737)
+- [fix][Java] Fix messages sent by producers without schema cannot be decoded 
[#15622](https://github.com/apache/pulsar/pull/15622)
+- [improve][Java] Remove sensitive msg from consumer/producer stats log 
[#15483](https://github.com/apache/pulsar/pull/15483)
+- [improve][Java] Add pending messages information while print the producer 
stats [#15440](https://github.com/apache/pulsar/pull/15440)
+- [fix][Java] Fix flaky BatchMessageTest by initializing lastBatchSendNanoTime 
[#15406](https://github.com/apache/pulsar/pull/15406)
+- [improve][Java] Check consumer schema null in advance 
[#15327](https://github.com/apache/pulsar/pull/15327)
+- [fix][Java] Fix inconsistent parameter of 
TopicPolicies.getSubscriptionDispatchRate 
[#15293](https://github.com/apache/pulsar/pull/15293)
+- [fix][Java] Fix typo in ConsumerBuilder 
[#15194](https://github.com/apache/pulsar/pull/15194)
+- [fix][Java] Fix performance regression with message listener 
[#15162](https://github.com/apache/pulsar/pull/15162)
+- [fix][Java] ConsumerBuilderImpl can not set null to deadLetterPolicy 
[#14980](https://github.com/apache/pulsar/pull/14980)
+- [fix][Java] Fix message publishing stuck when enabling batch 
[#14870](https://github.com/apache/pulsar/pull/14870)
+- [improve][Java] Returns immutable data set when use TableView 
[#14833](https://github.com/apache/pulsar/pull/14833)

Review Comment:
   ```suggestion
   - [improve][Java] Returns immutable data set when using TableView 
[#14833](https://github.com/apache/pulsar/pull/14833)
   ```



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

Reply via email to