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 aaa47ac753f [improve][fn] Make producer cache bounded and expiring in 
Functions/Connectors (#22945)
     new b5a3037bb57 [improve] [test] Add a test to guarantee the TNX topics 
will not be replicated (#22721)
     new 20dccab5e0f [fix] [broker] fix deadlock when disable topic level 
Geo-Replication (#22738)
     new 5db10247c69 [fix] [broker] fix topic partitions was expanded even if 
disabled topic level replication (#22769)
     new c9669bdb194 [fix] [broker] Messages lost on the remote cluster when 
using topic level replication (#22890)
     new 153d7aa88d7 [fix][broker] Fix updatePartitionedTopic when replication 
at ns level and topic policy is set (#22971)

The 5 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:
 .../broker/admin/impl/PersistentTopicsBase.java    |  15 +-
 .../broker/service/persistent/PersistentTopic.java |  49 ++--
 .../broker/service/OneWayReplicatorTest.java       | 263 ++++++++++++++++++++-
 .../broker/service/OneWayReplicatorTestBase.java   | 256 ++++++++++++++++----
 .../service/OneWayReplicatorUsingGlobalZKTest.java | 112 +++++++++
 .../pulsar/broker/service/ReplicationTxnTest.java  | 262 ++++++++++++++++++++
 6 files changed, 875 insertions(+), 82 deletions(-)
 create mode 100644 
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/OneWayReplicatorUsingGlobalZKTest.java
 create mode 100644 
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/ReplicationTxnTest.java

Reply via email to