lhotari commented on issue #24312:
URL: https://github.com/apache/pulsar/issues/24312#issuecomment-2913014098

   > To avoid this race condition, we could initialize the `brokerId` earlier 
in the startup process, Would you be interested in opening a PR to address this?
   
   This is intentionally done late since when using dynamic ports (`0`), the 
port number isn't available before the server has started. An alternative fix 
would be to pause metadata change handling until the broker has started. 
There's already a solution to not serve incoming requests until server has 
started, but the metadata changes weren't covered.


-- 
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: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to