AHeise commented on a change in pull request #17696:
URL: https://github.com/apache/flink/pull/17696#discussion_r747256424



##########
File path: 
flink-connectors/flink-connector-kafka/src/test/java/org/apache/flink/streaming/connectors/kafka/FlinkKafkaProducerITCase.java
##########
@@ -53,7 +53,12 @@
 import static org.junit.Assert.assertThat;
 import static org.junit.Assert.fail;
 
-/** IT cases for the {@link FlinkKafkaProducer}. */
+/**
+ * IT cases for the {@link FlinkKafkaProducer}.
+ *
+ * <p>Do not run this class in the same junit execution with other tests in 
your IDE. This may lead
+ * leaking threads.

Review comment:
       Is this an issue because tests may be run in parallel in the same JVM of 
the IDE and thus the leak detection looks at the threads of another test?




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to