[
https://issues.apache.org/jira/browse/FLINK-40682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18115995#comment-18115995
]
sepuri sai krishna commented on FLINK-40682:
--------------------------------------------
I'd like to work on this, PR is up: https://github.com/apache/flink/pull/29208.
Could someone assign it to me?
> 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.2.0, 2.3.0, 2.4.0
> Reporter: sepuri sai krishna
> Priority: Major
> Labels: pull-request-available, test-stability
>
> 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)