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

[GitHub] flink issue #5421: [FLINK-8573] [client] Add more information for printing J...

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?


---