mosence commented on issue #2279: URL: https://github.com/apache/incubator-seatunnel/issues/2279#issuecomment-1197802851
@ic4y 谢谢你的回答。 关于第一个问题的“If not”,可能是我对于这种设计为了解决的问题理解不够。 1、我理解中的无界数据处理,必须有最少一个进程持续进行数据摄入,而数据划分窗口由窗口线程或者逻辑划分数据。这没有线程共享的问题。 2、所以线程共享问题只存在有界数据的处理,当需要把有界数据拆分小任务,进行数据摄入时,才会有为了性能进行共享线程。使得原有的每个小任务并行线程处理拆分成固定线程的串行处理。那么为了解决有界数据,必然会有超时这种概念来快速失败以达到更早发现数据处理缓慢原因所在。 -- 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]
