jeffkbkim commented on code in PR #15242:
URL: https://github.com/apache/kafka/pull/15242#discussion_r1491990746


##########
core/src/main/scala/kafka/server/ControllerServer.scala:
##########
@@ -481,6 +481,8 @@ class ControllerServer(
         CoreUtils.swallow(registrationChannelManager.shutdown(), this)
         registrationChannelManager = null
       }
+      if (socketServer != null)

Review Comment:
   should we add a comment like we do in KafkaServer and BrokerServer?
   ```
           // Stop socket server to stop accepting any more connections and 
requests.
           // Socket server will be shutdown towards the end of the sequence.
   ```



-- 
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: jira-unsubscr...@kafka.apache.org

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

Reply via email to