Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FLINK-4314] [tests] Fix test instability in JobManagerHAJobGraphReco…
…veryITCase The test was relying on the JobManager shutting down before the TaskManager, which is not necessarily the case. If the TaskManager shuts down before the JobManager, the JobGraph could reach the final state FAILED, in which case all HA state is removed. To circumvent this, we add a restart strategy.
- Loading branch information