You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by zentol <gi...@git.apache.org> on 2018/07/03 09:59:26 UTC

[GitHub] flink issue #6242: [FLINK-9711][CLI] Filter only RUNNING jobs when --running...

Github user zentol commented on the issue:

    https://github.com/apache/flink/pull/6242
  
    -1
    
    The PR description is outdated, the CLI only lists jobs in non-terminal states as running, i.e. CANCELED, FAILED and FINISHED jobs are not included. For all intents and purposes this is the correct behavior, as from a user-perspective a job that is currently restarting is effectively still running.
    
    Finally, this change would list `SCHEDULED` jobs as terminated, which doesn't make any sense.


---