lbradstreet commented on a change in pull request #10704: URL: https://github.com/apache/kafka/pull/10704#discussion_r632977199
########## File path: clients/src/test/java/org/apache/kafka/common/config/AbstractConfigTest.java ########## @@ -508,6 +509,55 @@ public void testDocumentationOfExpectNull() { assertNull(config.documentationOf("xyz")); } + @Test + public void testConcurrentUnusedUse() throws InterruptedException { Review comment: I'm not sure this test adds much value from here but it picks up the issue and takes about 1.5s to run so I am happy to leave it in or remove it. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org