cmccabe commented on code in PR #12961:
URL: https://github.com/apache/kafka/pull/12961#discussion_r1046452203
##########
core/src/main/scala/kafka/server/KafkaServer.scala:
##########
@@ -544,6 +548,7 @@ class KafkaServer(
private def controlledShutdown(): Unit = {
val socketTimeoutMs = config.controllerSocketTimeoutMs
+ // TODO (KAFKA-14447): Handle controlled shutdown for zkBroker when we
have KRaft controller.
Review Comment:
Can we just log a message and `return` from this function early, when we are
in this situation? Currently, it looks like we just get stuck and time out,
which is not great
--
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]