You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by walterddr <gi...@git.apache.org> on 2018/06/05 14:27:28 UTC

[GitHub] flink issue #6049: [FLINK-9398][Client] Fix CLI list running job returns all...

Github user walterddr commented on the issue:

    https://github.com/apache/flink/pull/6049
  
    Thanks for the comment @zentol . I actually thought about it and think we should group same jobs status listings together, there are also some other non-terminating states as well. Regarding the user-facing change to whether use `-t` (terminated) or `-a` (all). I lean towards using `-a`, but internally we named them terminated. Later on we can easily add supports like `finished` `cancelled` etc if necessary. What do you think?


---