heesung-sn commented on code in PR #24156:
URL: https://github.com/apache/pulsar/pull/24156#discussion_r2033640232


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/loadbalance/extensions/channel/ServiceUnitStateChannelImpl.java:
##########
@@ -106,13 +106,15 @@ public class ServiceUnitStateChannelImpl implements 
ServiceUnitStateChannel {
 
     private static final int OWNERSHIP_CLEAN_UP_MAX_WAIT_TIME_IN_MILLIS = 5000;
     private static final int OWNERSHIP_CLEAN_UP_WAIT_RETRY_DELAY_IN_MILLIS = 
100;
+    private static final int MAX_CONCURRENT_OWNERSHIP_OVERRIDE = 500;

Review Comment:
   Let's start with 64.
   
   



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