heesung-sn commented on code in PR #21078:
URL: https://github.com/apache/pulsar/pull/21078#discussion_r1310548082
##########
pulsar-broker-common/src/main/java/org/apache/pulsar/broker/resources/NamespaceResources.java:
##########
@@ -381,13 +383,13 @@ public CompletableFuture<Void>
runWithMarkDeleteAsync(TopicName topic,
// clear resource of `/loadbalance/bundle-data/{tenant}/{namespace}/` in
metadata-store
public CompletableFuture<Void> deleteBundleDataAsync(NamespaceName ns) {
final String namespaceBundlePath = joinPath(BUNDLE_DATA_BASE_PATH,
ns.toString());
- return getStore().deleteRecursive(namespaceBundlePath);
Review Comment:
Just to confirm this logic change,
Previously, we have not deleted any bundle data because we were deleting it
in the wrong path here?
--
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]