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 2018/05/16 15:33:00 UTC

[jira] [Commented] (FLINK-8573) Print JobID for failed jobs

    [ https://issues.apache.org/jira/browse/FLINK-8573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16477581#comment-16477581 ] 

ASF GitHub Bot commented on FLINK-8573:
---------------------------------------

Github user azagrebin commented on the issue:

    https://github.com/apache/flink/pull/5421
  
    @zhangminglei 
    
    what do you think about creation one more `ProgramInvocationException` overloaded constructor with JobId as parameter? It could always append to the message like `MESSAGE + (Job Id is ...)` and be used wherever `ProgramInvocationException` is instantiated and JobId is known.
    
    Can you please rebase on the current master to repeat the CI test?


> Print JobID for failed jobs
> ---------------------------
>
>                 Key: FLINK-8573
>                 URL: https://issues.apache.org/jira/browse/FLINK-8573
>             Project: Flink
>          Issue Type: Improvement
>          Components: Client
>    Affects Versions: 1.5.0
>            Reporter: Chesnay Schepler
>            Assignee: mingleizhang
>            Priority: Major
>
> When a job is successfully run the client prints a something along the lines of "Job with <JobID> successfully run". If the job fails however we only print the exception but not the JobID.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)