[
https://issues.apache.org/jira/browse/FLINK-14373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zhu Zhu updated FLINK-14373:
----------------------------
Description:
ZooKeeperHighAvailabilityITCase currently fails with scheduler NG.
There are 3 reasons for the failure:
1. it will invoke ExecutionGraph#failGlobal for global recovery but it is not
ready for use in scheduler NG
2. the test relies on NumberOfFullRestartsGauge which is not correct with fine
grained recovery
We need to support failGlobal in scheduler NG to make this case pass with
scheduler NG. And then annotate it with AlsoRunWithSchedulerNG.
was:
ZooKeeperHighAvailabilityITCase currently fails with scheduler NG.
The failure cause is that it will invoke ExecutionGraph#failGlobal but that
method is not ready for use in scheduler NG.
We need to support failGlobal in scheduler NG to make this case pass with
scheduler NG. And then annotate it with AlsoRunWithSchedulerNG.
> Enable ZooKeeperHighAvailabilityITCase to pass with scheduler NG
> ----------------------------------------------------------------
>
> Key: FLINK-14373
> URL: https://issues.apache.org/jira/browse/FLINK-14373
> Project: Flink
> Issue Type: Sub-task
> Components: Runtime / Coordination, Tests
> Affects Versions: 1.10.0
> Reporter: Zhu Zhu
> Priority: Major
> Fix For: 1.10.0
>
>
> ZooKeeperHighAvailabilityITCase currently fails with scheduler NG.
> There are 3 reasons for the failure:
> 1. it will invoke ExecutionGraph#failGlobal for global recovery but it is not
> ready for use in scheduler NG
> 2. the test relies on NumberOfFullRestartsGauge which is not correct with
> fine grained recovery
> We need to support failGlobal in scheduler NG to make this case pass with
> scheduler NG. And then annotate it with AlsoRunWithSchedulerNG.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)