sepuri sai krishna created FLINK-40682:
------------------------------------------
Summary: ArchivedExecutionGraphTest fails in setup with "BUG:
trying to schedule a region which is not in CREATED state"
Key: FLINK-40682
URL: https://issues.apache.org/jira/browse/FLINK-40682
Project: Flink
Issue Type: Bug
Components: Runtime / Coordination
Affects Versions: 2.3.0, 2.2.0, 2.4.0
Reporter: sepuri sai krishna
https://github.com/apache/flink/actions/runs/34798011374/job/103837838488
(Nightly, core, hadoop313, JDK 17)
{code}
[ERROR] org.apache.flink.runtime.executiongraph.ArchivedExecutionGraphTest --
Time elapsed: 0.072 s <<< ERROR!
java.lang.IllegalStateException: BUG: trying to schedule a region which is not
in CREATED state
at
org.apache.flink.util.Preconditions.checkState(Preconditions.java:193)
at
org.apache.flink.runtime.scheduler.strategy.PipelinedRegionSchedulingStrategy.scheduleRegion(PipelinedRegionSchedulingStrategy.java:283)
at
org.apache.flink.runtime.scheduler.strategy.PipelinedRegionSchedulingStrategy.maybeScheduleRegions(PipelinedRegionSchedulingStrategy.java:233)
at
org.apache.flink.runtime.scheduler.strategy.PipelinedRegionSchedulingStrategy.startScheduling(PipelinedRegionSchedulingStrategy.java:187)
at
org.apache.flink.runtime.scheduler.DefaultScheduler.startSchedulingInternal(DefaultScheduler.java:254)
at
org.apache.flink.runtime.scheduler.SchedulerBase.startScheduling(SchedulerBase.java:681)
at
org.apache.flink.runtime.executiongraph.ArchivedExecutionGraphTest.setupExecutionGraph(ArchivedExecutionGraphTest.java:130)
{code}
The whole class errors because the failure is in @BeforeAll
--
This message was sent by Atlassian Jira
(v8.20.10#820010)