cmccabe commented on PR #13089: URL: https://github.com/apache/kafka/pull/13089#issuecomment-1380795169
> One question I had is, do we see interrupts in production environments, or just on Jenkins? I would expect KafkaEventQueue to normally get shutdown cleanly via the normal shutdown routines, which (AFAIK) don't use interrupts. Good question. In general our normal shutdown process doesn't use InterruptedException. (At least for the classes that use KafkaEventQueue -- maybe there is someone somewhere using it....) So this is mainly for making Jenkins work smoothly. -- 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