You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/03/24 08:32:00 UTC

[jira] [Updated] (FLINK-26832) Output more status info for JobObserver

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

ASF GitHub Bot updated FLINK-26832:
-----------------------------------
    Labels: pull-request-available  (was: )

> Output more status info for JobObserver
> ---------------------------------------
>
>                 Key: FLINK-26832
>                 URL: https://issues.apache.org/jira/browse/FLINK-26832
>             Project: Flink
>          Issue Type: Sub-task
>            Reporter: Biao Geng
>            Assignee: Biao Geng
>            Priority: Minor
>              Labels: pull-request-available
>
> For {{JobObserver#observeFlinkJobStatus()}}, we currently only {{logger.info("Job status successfully updated");}}.
> This is could be more informative if we output actual job status here to help users check the status of the Job due to flink operator's log, not only depending on the flink web ui.
> The proposed change looks like:
> {{logger.info("Job status successfully updated from {} to {}", currentState, targetState);}}.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)