showuon commented on code in PR #14760:
URL: https://github.com/apache/kafka/pull/14760#discussion_r1544017066


##########
core/src/main/scala/kafka/server/NodeToControllerChannelManager.scala:
##########
@@ -386,6 +386,7 @@ class NodeToControllerRequestThread(
     if (response.authenticationException != null) {
       error(s"Request ${queueItem.request} failed due to authentication error 
with controller",
         response.authenticationException)

Review Comment:
   Should we log: 
   `Disconnecting the connection to the stale controller 
${activeControllerAddress().map(_.idString).getOrElse("null")}`
   like what we did for `NOT_CONTROLLER` error?



-- 
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