You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Ufuk Celebi (JIRA)" <ji...@apache.org> on 2015/11/16 17:42:11 UTC

[jira] [Created] (FLINK-3019) CLI does not list running/restarting jobs

Ufuk Celebi created FLINK-3019:
----------------------------------

             Summary: CLI does not list running/restarting jobs
                 Key: FLINK-3019
                 URL: https://issues.apache.org/jira/browse/FLINK-3019
             Project: Flink
          Issue Type: Bug
          Components: Command-line client
    Affects Versions: 0.10.0
            Reporter: Ufuk Celebi
            Priority: Minor


While reproducing FLINK-3011 locally, I run {{bin/flink list}} and get no running/scheduled jobs although the job is displayed on the web interface (with job status RESTARTING).

A job that fails repeatedly to be re-deployed (like FLINK-3011), is not shown and can not be easily cancelled if there is no log access/running web interface to gather the job ID.

Furthermore, the log shows this output for me:

{code}
Successfully retrieved list of jobs
NULNULNULNULNULNUL...NUL (NUL denotes the NUL character)
{code} 

I would display all jobs which have been returned to the client with their status. This will then have the same behaviour as the web interface.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)