[
https://issues.apache.org/jira/browse/FLINK-21237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler closed FLINK-21237.
------------------------------------
Resolution: Won't Fix
> Reflects the actual running state of the job
> --------------------------------------------
>
> Key: FLINK-21237
> URL: https://issues.apache.org/jira/browse/FLINK-21237
> Project: Flink
> Issue Type: Improvement
> Components: Runtime / Coordination
> Reporter: liuzhuo
> Priority: Minor
>
>
> {code:java}
> public enum JobStatus {
> ...
> /** Some tasks are scheduled or running, some may be pending, some may be
> finished. */
> RUNNING(TerminalState.NON_TERMINAL),
> ...
> }{code}
> According to the RUNNING comment, some tasks are not in the true RUNNING
> state, and may take a while to reach RUNNING, or even fail due to some
> errors. why not to provide a state that truly reflects the Tasks RUNNING,
> indicating that all tasks are RUNNING and in this state they can process data
> correctly
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)