You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Wouter Zorgdrager (JIRA)" <ji...@apache.org> on 2019/05/20 14:24:00 UTC

[jira] [Commented] (FLINK-11902) JarRunHandler wraps all exceptions in a RestHandlerException

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

Wouter Zorgdrager commented on FLINK-11902:
-------------------------------------------

Although the exception is now properly exposed in the logs it is not in the webui. iirc there will be a major update on the webui, will that include a fix for that? 

> JarRunHandler wraps all exceptions in a RestHandlerException
> ------------------------------------------------------------
>
>                 Key: FLINK-11902
>                 URL: https://issues.apache.org/jira/browse/FLINK-11902
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / REST
>    Affects Versions: 1.7.2, 1.8.0
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.7.3, 1.8.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The {{JarRunHandle}} wraps every exception during the job-submission in a {{RestHandlerException}}, which should only be used for exceptions where we are aware of the underlying cause.
> As a result the stacktraces from exceptions thrown during job-submission are not forwarded to users.



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