This is an automated email from the ASF dual-hosted git repository.
technoboy pushed a change to branch branch-2.11
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from eafd4c26aac [refactor][client c++] Delete PartitionedConsumerImpl, use
MultiTopicsConsumerImpl instead (#16969)
new 77877373a7a [improve][test] force initialize field to avoid polluted
by mocks (#17022)
new 58946da1f4e [fix][broker]Fix memoryLimitController currentUsage and
MaxQueueSize semaphore leak when batchMessageContainer add message exception
(#17276)
The 2 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:
.../client/impl/ProducerMemoryLimitTest.java | 40 ++++++++++
.../pulsar/client/impl/ProducerSemaphoreTest.java | 38 +++++++++
.../client/impl/BatchMessageContainerImpl.java | 20 ++++-
.../client/impl/BatchMessageContainerImplTest.java | 93 ++++++++++------------
.../PulsarByteBufAllocatorDefaultTest.java | 37 +++------
...ulsarByteBufAllocatorOomThrowExceptionTest.java | 35 +++-----
6 files changed, 166 insertions(+), 97 deletions(-)