Normally the /managed-ledgers znode is created by the initialize-cluster-metadata command when a cluster is being turned up.
However, the ManagedLedger client also creates it on boot. This has caused issues in the past, where if a broker is started before initialize-cluster-metadata is run, then initialize-cluster-metadata fails because it sees the /managed-ledger znode. This patch removes the automatic creation of this znode from the client boot process. [ Full content available at: https://github.com/apache/incubator-pulsar/pull/2509 ] This message was relayed via gitbox.apache.org for [email protected]
