lhotari commented on PR #23298:
URL: https://github.com/apache/pulsar/pull/23298#issuecomment-2348194848

   > I'm not going to say we should handle the incorrect configuration from the 
user side, but what is the expected behavior if user made an incorrect broker 
ID (same broker ID)? As I understand, only the first broker should register 
successfully, all the other brokers with the same broker ID should get failed?
   
   In this case, one of the benefits of this change is that in the case of 
broker crash, that the broker can recover immediately. The session of the 
crashed instance will block starting of a new instance if we don't make this 
change. I think that it's a different matter to detect if someone has duplicate 
broker ids in their Pulsar cluster configuration. 


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to