This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 49031123671 [fix][test] Fix multiple resource leaks in tests (#24218)
new 18b265c2184 [fix][test] Fix flaky
BatchMessageWithBatchIndexLevelTest.testBatchMessageAck (#24212)
new a0b119523a2 [improve] Upgrade Netty to 4.1.121.Final (#24214)
new 376bf6e9447 [improve][broker]Improve the feature "Optimize
subscription seek (cursor reset) by timestamp": search less entries (#24219)
new 7d9f9354b59 [fix][client] Fix incorrect producer.getPendingQueueSize
due to incomplete queue implementation (#24184)
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
buildtools/pom.xml | 2 +-
distribution/server/src/assemble/LICENSE.bin.txt | 40 +++++++++++-----------
distribution/shell/src/assemble/LICENSE.bin.txt | 38 ++++++++++----------
pom.xml | 2 +-
.../persistent/PersistentMessageFinder.java | 15 +++++++-
.../BatchMessageWithBatchIndexLevelTest.java | 2 +-
.../service/PersistentMessageFinderTest.java | 19 +++++-----
.../java/org/apache/pulsar/schema/SchemaTest.java | 33 ++++++++++++++++--
.../apache/pulsar/client/impl/ProducerImpl.java | 33 ++++++++++++++++--
.../pulsar/client/impl/OpSendMsgQueueTest.java | 18 ++++++++++
10 files changed, 146 insertions(+), 56 deletions(-)