vineeth1995 commented on code in PR #18663:
URL: https://github.com/apache/pulsar/pull/18663#discussion_r1043672922
##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/NamespacesBase.java:
##########
@@ -863,6 +866,50 @@ protected BookieAffinityGroupData
internalGetBookieAffinityGroup() {
}
}
+ private void validateLeaderBroker() {
Review Comment:
If we make it async, the result could be indeterministic. If the
bundle-broker mapping is not set by the time loadmanager loads the bundle, it
will unload the bundle onto wrong broker.
--
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]