gharris1727 commented on code in PR #14893: URL: https://github.com/apache/kafka/pull/14893#discussion_r1450758420
########## connect/mirror/src/test/java/org/apache/kafka/connect/mirror/integration/MirrorConnectorsIntegrationBaseTest.java: ########## @@ -101,8 +101,9 @@ */ @Tag("integration") public class MirrorConnectorsIntegrationBaseTest { + private static final Object TOPIC_LOCK = new Object(); Review Comment: Can you explain what this lock is accomplishing? There's only one test running at a time within the suite. -- 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