You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/12/16 18:15:28 UTC

[GitHub] [kafka] JoeCqupt commented on pull request #11607: KAFKA-13544: fix FinalizedFeatureChangeListener deadlock

JoeCqupt commented on pull request #11607:
URL: https://github.com/apache/kafka/pull/11607#issuecomment-996061715


   ChangeNotificationProcessorThread  extends ShutdownableThread, so  when ` thread.shutdown()` retrun it means that this thread has shutdownCompleted, it is unnecessary  to call `thread.join()`


-- 
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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org