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 88ac68308c9 [improve][fn] Improve closing of producers in Pulsar
Functions ProducerCache invalidation (#23734)
new d6fedd5df00 [fix] [client] Fix memory leak when publishing encountered
a corner case error (#23738)
new 5725e943152 [improve][monitor] Upgrade OTel to 1.45.0 (#23756)
new 948b33a3ff0 [Fix][Client] Fix pending message not complete when
closeAsync (#23761)
The 3 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:
distribution/server/src/assemble/LICENSE.bin.txt | 43 +--
distribution/shell/src/assemble/LICENSE.bin.txt | 6 +-
pom.xml | 4 +-
.../pulsar/client/impl/ProducerMemoryLeakTest.java | 364 +++++++++++++++++++++
.../client/impl/BatchMessageContainerImpl.java | 4 +-
.../apache/pulsar/client/impl/ProducerImpl.java | 59 +++-
.../pulsar/client/impl/ProducerInterceptors.java | 12 +-
.../pulsar/client/impl/ProducerImplTest.java | 43 ++-
8 files changed, 487 insertions(+), 48 deletions(-)
create mode 100644
pulsar-broker/src/test/java/org/apache/pulsar/client/impl/ProducerMemoryLeakTest.java