mosence commented on issue #2279:
URL: 
https://github.com/apache/incubator-seatunnel/issues/2279#issuecomment-1198806815

   @ic4y 
   所以这是针对减少task调用延迟的优化?因为当task数量大于线程池现有线程数量时,没法避免线程的创建。
   把延迟的线程移到额外的伸缩线程空间,来让线程池能够申请新线程来执行排队中的任务?
   为啥不把线程池的最大容量调高呢?如果一定要改的话,我觉得设计支持可伸缩线程池会更简单方便。
   
   另外,我觉得共享的内容应该是连接池而不是线程池。


-- 
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