This is an automated email from the ASF dual-hosted git repository.

xyz pushed a change to branch branch-2.9
in repository https://gitbox.apache.org/repos/asf/pulsar.git


    from efed983c3e8 [C++] Remove the flaky and meaningless tests (#15271)
     new f6a7408b5ce [pulsar-java-client] Auto-recovery after exception like 
out of direct memory (#12170)
     new dc861c46b5b [Java Client] Fix wrong behavior of deduplication for key 
based batching (#15413)

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:
 .../pulsar/client/api/ClientDeduplicationTest.java |  98 +++++++++-
 .../client/impl/BatchMessageContainerImpl.java     |  54 ++++--
 .../client/impl/BatchMessageKeyBasedContainer.java | 211 +++++----------------
 .../client/impl/BatchMessageContainerImplTest.java |  75 ++++++++
 4 files changed, 248 insertions(+), 190 deletions(-)
 create mode 100644 
pulsar-client/src/test/java/org/apache/pulsar/client/impl/BatchMessageContainerImplTest.java

Reply via email to