Gaurav Narula created KAFKA-16789:
-------------------------------------
Summary: Thread leak detection checks for incorrect
QuorumController thread name
Key: KAFKA-16789
URL: https://issues.apache.org/jira/browse/KAFKA-16789
Project: Kafka
Issue Type: Test
Reporter: Gaurav Narula
[PR-11417|https://github.com/apache/kafka/pull/11417] introduced thread leak
detection for QuromController event queue thread. Later,
[PR-13390|https://github.com/apache/kafka/pull/13390] changed conventions
around thread names used in Kraft. Unfortunately, the thread-leak detection bit
wasn't updated in the latter PR.
We should update {{TestUtils::verifyNoUnexpectedThreads}} to instead check for
event handler thread leaks by checking for the {{"event-handler"}} suffix.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)