ruanhang1993 commented on a change in pull request #18516:
URL: https://github.com/apache/flink/pull/18516#discussion_r804806453
##########
File path:
flink-test-utils-parent/flink-connector-test-utils/src/main/java/org/apache/flink/connector/testframe/testsuites/SourceTestSuiteBase.java
##########
@@ -86,6 +103,8 @@
public abstract class SourceTestSuiteBase<T> {
private static final Logger LOG =
LoggerFactory.getLogger(SourceTestSuiteBase.class);
+ static ExecutorService executorService =
+
Executors.newFixedThreadPool(Runtime.getRuntime().availableProcessors() * 2);
Review comment:
I will remove this field in this class.
--
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]