zhenyuT commented on issue #3618: URL: https://github.com/apache/incubator-streampark/issues/3618#issuecomment-2011668706
除了上面说的,还有一个偶尔出现的问题: 任务状态不一致以后,在flink页面上cancel任务,此时任务状态变为CANCELD 然后streampark页面上点击启动任务,k8s上查看任务启动正常,但是页面上任务状态还是CANCELD   进行远程debug断点调试,发现是内存中缓存的jobStatuses状态和数据库不一致(数据库中状态时CANCELED,内存中时RUNNING)。然后watch进程监听到任务状态为RUNNING,和内存中缓存的状态进行比对,发现都是RUNNING,就不会去更新数据库状态 -- 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]
