BewareMyPower commented on code in PR #23349:
URL: https://github.com/apache/pulsar/pull/23349#discussion_r1776501392
##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/loadbalance/extensions/channel/ServiceUnitStateChannelImpl.java:
##########
@@ -141,6 +141,7 @@ public class ServiceUnitStateChannelImpl implements
ServiceUnitStateChannel {
private volatile long lastOwnEventHandledAt = 0;
private long lastOwnedServiceUnitCountAt = 0;
private int totalOwnedServiceUnitCnt = 0;
+ private volatile boolean disablePubOwnedEvent = false;
Review Comment:
Actually I found there is a `Disabled` state introduced in
https://github.com/apache/pulsar/pull/23301. But it's never set other than
tests.
--
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]