XComp commented on pull request #18536: URL: https://github.com/apache/flink/pull/18536#issuecomment-1028407230
There's another test failure `ZooKeeperDefaultDispatcherRunnerTest.testResourceCleanupUnderLeadershipChange` that is caused by the sequential call of local and global cleanup in the `DefaultGraphStore`. The local cleanup removes the `JobID` from `DefaultJobGraph.addedJobGraphs`. Global cleanup checks this set before removing data from the `StateHandleStore`. This doesn't happen because of the previously happened local cleanup call. We have to investigate whether we could just remove the contains check from the global cleanup -- 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]
