satishd commented on code in PR #11390:
URL: https://github.com/apache/kafka/pull/11390#discussion_r1047005713
##########
core/src/main/scala/kafka/server/BrokerServer.scala:
##########
@@ -565,6 +587,11 @@ class BrokerServer(
if (logManager != null)
CoreUtils.swallow(logManager.shutdown(), this)
+ // Close remote log manager before stopping processing requests, to give
a chance to any
Review Comment:
Updated it with the right text.
--
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]