LeonYoah commented on issue #9368: URL: https://github.com/apache/seatunnel/issues/9368#issuecomment-3017927200
我分析可能是:任务批量完成 → 多个taskDone()同时调用 → 集中的锁竞争,  代码里用的锁的key是个常量 写死的,也就是说 是全局锁,如果这里按照每个jobid去设置锁应该会解决,但是不知道会不会有别的问题 -- 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]
