yangyichao-mango commented on a change in pull request #3402:
URL:
https://github.com/apache/incubator-dolphinscheduler/pull/3402#discussion_r464949401
##########
File path:
dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/threadutils/ThreadUtilsTest.java
##########
@@ -37,12 +37,12 @@
@Test
public void testNewDaemonFixedThreadExecutor() {
// create core size and max size are all 3
- ExecutorService testExec =
ThreadUtils.newDaemonFixedThreadExecutor("test-exec-thread",10);
+ ExecutorService testExec =
ThreadUtils.newDaemonFixedThreadExecutor("test-exec-thread",3);
Review comment:
```suggestion
ExecutorService testExec =
ThreadUtils.newDaemonFixedThreadExecutor("test-exec-thread", 3);
```
----------------------------------------------------------------
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:
[email protected]