coderzc commented on code in PR #25031:
URL: https://github.com/apache/pulsar/pull/25031#discussion_r2605997666


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/loadbalance/impl/ModularLoadManagerImpl.java:
##########
@@ -794,6 +794,7 @@ && shouldAntiAffinityNamespaceUnload(namespaceName, 
bundleRange, broker)) {
                 }
             }
 
+            writeBrokerDataOnZooKeeper(true);

Review Comment:
   Manually updating BrokerData will lead to severe lock contention. I checked 
again whether the bundle exists before the split the bundle.



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