Demogorgon314 commented on code in PR #19538:
URL: https://github.com/apache/pulsar/pull/19538#discussion_r1119568859
##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/loadbalance/extensions/channel/ServiceUnitStateChannelImpl.java:
##########
@@ -509,6 +515,7 @@ private void handle(String serviceUnit,
ServiceUnitStateData data) {
ServiceUnitState state = state(data);
try {
+ stateChangeListeners.notify(serviceUnit, data,
StateChangeListener.EventStage.BEFORE, null);
Review Comment:
Sure, let's remove it first.
--
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]