Yu-Lin Chen created KAFKA-18770:
-----------------------------------
Summary: Fix flaky initializationError in
ReplicationQuotasTest/RequestQuotaTest (thread leak)
Key: KAFKA-18770
URL: https://issues.apache.org/jira/browse/KAFKA-18770
Project: Kafka
Issue Type: Bug
Components: core
Reporter: Yu-Lin Chen
An unexpected thread was detected in the recent CI.
* ReplicationQuotasTest#initializationError
* RequestQuotaTest#initializationError
{code:java}
org.opentest4j.AssertionFailedError: Found 1 unexpected threads during
@BeforeAll: executor-ShareFetch ==> expected: <true> but was: <false> {code}
Failed CI:
* [https://github.com/apache/kafka/actions/runs/13203924058]
* [https://github.com/apache/kafka/actions/runs/13237077533/job/36944376672]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)