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

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


    from 825e3b1be7f [fix][test] Fix flaky 
NamespacesTest.testNamespacesApiRedirects (#24194)
     new 983161a5dd3 Revert "[fix][broker] Directly query single topic 
existence when the topic is partitioned (#24154)"
     new 9eee8e235cb Revert "[fix][broker] Add topic consistency check (#24118)"

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/broker/namespace/NamespaceService.java  |  39 ++----
 .../pulsar/broker/service/BrokerService.java       | 150 ++++++++++-----------
 .../apache/pulsar/broker/admin/AdminApiTest.java   |   6 +-
 .../pulsar/broker/admin/TopicAutoCreationTest.java |  20 +--
 .../broker/namespace/NamespaceServiceTest.java     | 107 +++------------
 .../broker/protocol/PulsarClientBasedHandler.java  |   7 +-
 .../broker/service/BrokerServiceChaosTest.java     |   4 +-
 .../broker/service/ExclusiveProducerTest.java      |  16 +--
 ...OneWayReplicatorUsingGlobalPartitionedTest.java |   4 +-
 .../pulsar/broker/service/PersistentTopicTest.java |   8 +-
 .../pulsar/broker/service/ReplicatorTest.java      |   6 +-
 .../nonpersistent/NonPersistentTopicTest.java      |  20 +--
 .../service/persistent/PersistentTopicTest.java    |  35 ++++-
 .../pulsar/client/api/ConsumerCreationTest.java    | 127 -----------------
 .../pulsar/client/api/ProducerCreationTest.java    |  73 ----------
 .../pulsar/client/impl/LookupServiceTest.java      |  82 -----------
 .../pulsar/client/api/PulsarClientException.java   |   6 +-
 17 files changed, 179 insertions(+), 531 deletions(-)
 delete mode 100644 
pulsar-broker/src/test/java/org/apache/pulsar/client/api/ConsumerCreationTest.java

Reply via email to