fmiguelez commented on issue #12553: URL: https://github.com/apache/pulsar/issues/12553#issuecomment-1097622232
Also verified with **2.10.0**. Namespace reaches a situation when it can no longer be removed. ``` $ curl -X DELETE http://localhost:8081/admin/v2/namespaces/dbus/test?force=true --- An unexpected error occurred in the server --- Message: org.apache.zookeeper.KeeperException$NotEmptyException: KeeperErrorCode = Directory not empty for /namespace/dbus/test Stacktrace: org.apache.pulsar.metadata.api.MetadataStoreException: org.apache.zookeeper.KeeperException$NotEmptyException: KeeperErrorCode = Directory not empty for /namespace/dbus/test at org.apache.pulsar.metadata.impl.ZKMetadataStore.getException(ZKMetadataStore.java:432) at org.apache.pulsar.metadata.impl.ZKMetadataStore.handleDeleteResult(ZKMetadataStore.java:268) at org.apache.pulsar.metadata.impl.ZKMetadataStore.lambda$batchOperation$6(ZKMetadataStore.java:180) at org.apache.pulsar.metadata.impl.PulsarZooKeeperClient$3$1.processResult(PulsarZooKeeperClient.java:490) at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:722) at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:563) Caused by: org.apache.zookeeper.KeeperException$NotEmptyException: KeeperErrorCode = Directory not empty for /namespace/dbus/test at org.apache.zookeeper.KeeperException.create(KeeperException.java:132) at org.apache.zookeeper.KeeperException.create(KeeperException.java:54) at org.apache.pulsar.metadata.impl.ZKMetadataStore.getException(ZKMetadataStore.java:422) ... 5 more ``` -- 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]
