bboyleonp666 commented on PR #16843: URL: https://github.com/apache/kafka/pull/16843#issuecomment-2276959154
Using `Utils.closeQuietly` to replace `CoreUtils.swallow` will also change the logging level from **ERROR** to **WARNING**, which makes sense to me, since the `close()` called before the thread starting is not supposed to happen. The warning message is enough for this behavior. -- 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]
