This is an automated email from the ASF dual-hosted git repository. lhotari pushed a change to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 0b93e4a5ad2 [fix][broker] Fix missing validation when setting retention policy on topic level (#24032) new 204d8fcfa68 Revert "[fix][broker] Directly query single topic existence when the topic is partitioned (#24154)" new baaf4a32977 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 | 151 ++++++++++----------- .../apache/pulsar/broker/admin/AdminApiTest.java | 6 +- .../pulsar/broker/admin/TopicAutoCreationTest.java | 20 +-- .../broker/namespace/NamespaceServiceTest.java | 107 +++------------ .../broker/service/ExclusiveProducerTest.java | 16 +-- .../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 +- 14 files changed, 171 insertions(+), 525 deletions(-) delete mode 100644 pulsar-broker/src/test/java/org/apache/pulsar/client/api/ConsumerCreationTest.java