Demogorgon314 commented on code in PR #23064:
URL: https://github.com/apache/pulsar/pull/23064#discussion_r1689368480


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/BrokerService.java:
##########
@@ -2250,6 +2250,15 @@ private CompletableFuture<Integer> 
unloadServiceUnit(NamespaceBundle serviceUnit
         topics.forEach((name, topicFuture) -> {
             TopicName topicName = TopicName.get(name);
             if (serviceUnit.includes(topicName)) {
+                if 
(ExtensibleLoadManagerImpl.isLoadManagerExtensionEnabled(pulsar)
+                        && 
ExtensibleLoadManagerImpl.isInternalTopic(topicName.toString())) {
+                    if (log.isDebugEnabled()) {

Review Comment:
   Should we use `ExtensibleLoadManagerImpl.debug` here?



-- 
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: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to