This is an automated email from the ASF dual-hosted git repository.
xiangying pushed a change to branch branch-2.11
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from d0a7e3eab6b [improve] [broker] Improve cache handling for partitioned
topic metadata when doing lookup (#21063)
new 5d987de4e5e [fix][broker]Fix chunked messages will be filtered by
duplicating (#20948)
new 33bd1164db1 [fix][client] Fix consumer can't consume resent chunked
messages (#21070)
new 6c27d6887ae [fix][client] Avoid ack hole for chunk message (#21101)
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:
.../service/persistent/MessageDeduplication.java | 34 +++++-
.../impl/MessageChunkingDeduplicationTest.java | 114 +++++++++++++++++++++
.../client/impl/MessageChunkingSharedTest.java | 40 ++++++--
.../pulsar/client/impl/MessageChunkingTest.java | 86 ++++++++++++++++
.../apache/pulsar/client/impl/ConsumerImpl.java | 89 ++++++++++++++--
5 files changed, 338 insertions(+), 25 deletions(-)
create mode 100644
pulsar-broker/src/test/java/org/apache/pulsar/client/impl/MessageChunkingDeduplicationTest.java