heesung-sn commented on code in PR #24156:
URL: https://github.com/apache/pulsar/pull/24156#discussion_r2033559690
##########
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:
I added loadBalancerServiceUnitStateMaxConcurrentOverrides conf and set the
default to 10.
--
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]