lhotari commented on a change in pull request #13069:
URL: https://github.com/apache/pulsar/pull/13069#discussion_r761796040
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/broker/namespace/NamespaceService.java
##########
@@ -454,6 +454,7 @@ private void searchForCandidateBroker(NamespaceBundle
bundle,
// The leader election service was not initialized yet. This can
happen because the broker service is
// initialized first and it might start receiving lookup requests
before the leader election service is
// fully initialized.
+ LOG.warn("Leader election service isn't initialized yet. Returning
empty result to lookup.");
Review comment:
Fixed
--
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]