This is an automated email from the ASF dual-hosted git repository.
yubiao pushed a change to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 71640f696fd [improve][admin] Check if the topic existed before the
permission operations (#22742)
new b11ab69898f [improve] [test] Add a test to guarantee the TNX topics
will not be replicated (#22721)
new 1a8ba1356a1 [fix] [broker] fix deadlock when disable topic level
Geo-Replication (#22738)
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:
.../broker/admin/impl/PersistentTopicsBase.java | 5 +-
.../broker/service/OneWayReplicatorTest.java | 68 +++++-
.../broker/service/OneWayReplicatorTestBase.java | 216 ++++++++++++++---
.../service/OneWayReplicatorUsingGlobalZKTest.java | 97 ++++++++
.../pulsar/broker/service/ReplicationTxnTest.java | 262 +++++++++++++++++++++
5 files changed, 602 insertions(+), 46 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