poorbarcode commented on code in PR #18220:
URL: https://github.com/apache/pulsar/pull/18220#discussion_r1009015758
##########
pulsar-broker/src/test/java/org/apache/pulsar/broker/admin/AdminApi2Test.java:
##########
@@ -164,7 +164,7 @@ public void resetClusters() throws Exception {
pulsar.getConfiguration().setForceDeleteNamespaceAllowed(true);
for (String tenant : admin.tenants().getTenants()) {
for (String namespace : admin.namespaces().getNamespaces(tenant)) {
- deleteNamespaceGraceFullyByMultiPulsars(namespace, true,
admin, pulsar,
+ deleteNamespaceGraceFully(namespace, true, admin, pulsar,
Review Comment:
When `admin.namespaces().deleteNamespace()` and `auto create topic
__change_event` are concurrent executed, there is a problem
https://github.com/apache/pulsar/pull/17070, and `deleteNamespaceGraceFully` is
used to solve this problem
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]