chia7712 commented on code in PR #19921: URL: https://github.com/apache/kafka/pull/19921#discussion_r2134173363
########## core/src/test/scala/unit/kafka/server/ClientQuotasRequestTest.scala: ########## @@ -168,7 +189,7 @@ class ClientQuotasRequestTest(cluster: ClusterInstance) { def testClientQuotasForScramUsers(): Unit = { val userName = "user" - val admin = cluster.admin() + val admin = createAdminClient() Review Comment: this `admin` is released in the final block, so I'm not sure if it is indeed the root cause :_ Also, this test case is disabled so does it cause the thread leak? -- 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