mosence commented on issue #2279: URL: https://github.com/apache/incubator-seatunnel/issues/2279#issuecomment-1197630734
有几个问题想问下: 1、超时的task1独享的线程是否有超时设计? 如果有:那么这个 Task有永远完成不了的情况。 如果没有:如何设计整体执行执行超时失败? 2、独享的线程是从原来的线程池里分离出来的么? 如果是:那么3个线程池,有三个超时导致独享的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]
