You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/02/08 09:00:11 UTC

[GitHub] [pulsar] lichuan6 edited a comment on issue #9491: failed to delete topic with HTTP 500 Internal Server Error

lichuan6 edited a comment on issue #9491:
URL: https://github.com/apache/pulsar/issues/9491#issuecomment-774986755


   My current solution was to remove the data in zookeeper using `zdCli.sh`:
   
   ```bash
   # in zookeeper pod
   ./zkCli.sh rmr /managed-ledgers/public/logging/persistent/app
   ```
   
   The topic was deleted. 


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org