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

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


    from 70f6ec868cc [improve][broker] GetPartitionMetadata fail also can 
produce messages (#23050)
     new 7b3d29a9b11 [fix][broker] The topic might reference a closed ledger 
(#22860)
     new 9dd1d2c6593 [fix][broker] Fix MessageDeduplication replay timeout 
cause topic loading stuck (#23004)

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:
 .../org/apache/pulsar/broker/PulsarService.java    |   5 +
 .../pulsar/broker/service/BrokerService.java       | 155 ++++++++++-----------
 .../service/persistent/MessageDeduplication.java   |  14 +-
 .../pulsar/broker/service/ReplicatorTest.java      |  10 +-
 .../service/persistent/TopicDuplicationTest.java   | 104 ++++++++++++++
 .../client/api/OrphanPersistentTopicTest.java      |  68 +++++++++
 6 files changed, 265 insertions(+), 91 deletions(-)

Reply via email to