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/03/30 01:30:58 UTC

[GitHub] rdhabalia opened a new pull request #1474: Avoid creating failure-domain for cluster which doesn't exist

rdhabalia opened a new pull request #1474: Avoid creating failure-domain for cluster which doesn't exist
URL: https://github.com/apache/incubator-pulsar/pull/1474
 
 
   ### Motivation
   
   Right now, if cluster is not created yet then broker creates empty cluster-znode in order to create failure-domain under cluster. It creates conflict when we really want to create cluster in pulsar.
   
   ### Modifications
   
   Avoid creating failure-domain znode if cluster is not created yet.
   
   ### Result
   
   It will not create any conflict while creating cluster in the system.
   

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