buildupchao opened a new issue #2711: URL: https://github.com/apache/incubator-dolphinscheduler/issues/2711
**Describe the bug** In branch dev-1.3.0, MasterExecThread frequently create and destroy thread pool. Furthermore, you only use the thread pool once each time, why do you frequently create and destroy thread pool? it's a misuse! 在 dev-1.3.0分支中,MasterExecThread 线程中频繁的进行线程池的创建和销毁。更进一步来说,既然每次只使用一次线程池,为啥要频繁的创建和销毁呢?这显然是一种线程池的错误使用方式! **Screenshots**    ---------------------------------------------------------------- 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]
