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 2018/09/03 11:41:50 UTC

[GitHub] ivankelly opened a new pull request #2509: Don't initialize /managed-ledgers on client creation (#2379)

ivankelly opened a new pull request #2509: Don't initialize /managed-ledgers on client creation (#2379)
URL: https://github.com/apache/incubator-pulsar/pull/2509
 
 
   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.
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services