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 2019/04/18 12:02:26 UTC

[GitHub] [pulsar] RedBlackTreei opened a new issue #4078: Migrate those directories to pulsar

RedBlackTreei opened a new issue #4078: Migrate those directories to pulsar
URL: https://github.com/apache/pulsar/issues/4078
 
 
   **Situation:**
   This problem occurred when I tried to delete the metadata in Zookeeper. I found that Pulsar store the metadata in the root directory, such as `ledgers、admin、bookies、managed-ledgers、namespace`, this may lead to conflict with other middlewares and cause inappropriate operations, I think it is very dangerous.
   Besides, it is also very difficult to delete those metadata.
   
   **Expectation:**
   
   - Migrate those directories to `pulsar`
   - Provide a tool to delete metadata, it is very useful when deploying a cluster for a green hand.
   
   **Consideration:**
   Of course, a new zookeeper a cluster can avoid this problem, but it also means more costs, not every company is willing to accept.
   

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


With regards,
Apache Git Services