kumarlokesh opened a new pull request, #19921: URL: https://github.com/apache/kafka/pull/19921
Fixes https://issues.apache.org/jira/browse/KAFKA-18501 1. It seems the `ClientQuotasRequestTest` was leaking threads due to unclosed Admin client instances. This was causing flaky tests. 2. Added a thread-safe collection to track all created `Admin` clients. 3. Updated all test methods to use the new `createAdminClient()` method instead of directly creating Admin clients. -- 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