Zhu Zhu created FLINK-14374: ------------------------------- Summary: Enable RegionFailoverITCase to pass with scheduler NG Key: FLINK-14374 URL: https://issues.apache.org/jira/browse/FLINK-14374 Project: Flink Issue Type: Sub-task Components: Runtime / Coordination, Tests Affects Versions: 1.10.0 Reporter: Zhu Zhu Fix For: 1.10.0
RegionFailoverITCase currently fails with scheduler NG. The failure cause is that it's using {{FailingRestartStrategy}} which is not supported in scheduler NG. However, the usage of {{FailingRestartStrategy}} seems not to be necessary. It's for verifying a special case of legacy scheduler which are less likely to happen in the future. The issue is fixed in FLINK-13452. I'd propose to drop to the usage of {{FailingRestartStrategy}} in {{RegionFailoverITCase}} to make {{RegionFailoverITCase}} a simple test for streaming job on region failover. -- This message was sent by Atlassian Jira (v8.3.4#803005)