[ 
https://issues.apache.org/jira/browse/FLINK-21237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piotr Nowojski updated FLINK-21237:
-----------------------------------
    Component/s:     (was: Runtime / Task)
                 Runtime / Coordination

> 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)

Reply via email to