liuzhuo created FLINK-21237:
-------------------------------

             Summary: 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 / Task
            Reporter: liuzhuo


 
{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