poorbarcode commented on code in PR #18220:
URL: https://github.com/apache/pulsar/pull/18220#discussion_r1009057214
##########
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:
In user use, the probability of occurrence is almost 0. Even if it actually
occurs, the user can try to execute the `delete namespace` again. But to solve
this problem fundamentally requires a big change
--
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]