dsambandam opened a new issue #2037: Initialization of cluster meta data fails while setting up a multi cluster pulsar instance URL: https://github.com/apache/incubator-pulsar/issues/2037 Initialization of cluster meta data fails while setting up a multi cluster pulsar instance #### Actual behavior Exception in thread "main" org.apache.zookeeper.KeeperException$NodeExistsException: KeeperErrorCode = NodeExists for /managed-ledgers at org.apache.zookeeper.KeeperException.create(KeeperException.java:119) at org.apache.zookeeper.KeeperException.create(KeeperException.java:51) at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783) at org.apache.pulsar.PulsarClusterMetadataSetup.main(PulsarClusterMetadataSetup.java:139) #### Steps to reproduce 1. Setup Cluster-A ( Deploy Zookeepers) 2. Initialize Cluster-A Meta Data 3. Setup Cluster-B (Deploy Zookeepers) 4. Initialize Cluster-B Meta data Result : Meta data setup fails with the above error . Any suggestions to resolve the problem? How can we reproduce the issue #### System configuration **Pulsar version**: 2.0
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
