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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Shang Yuanchun (Jira)
Chesnay Schepler created FLINK-11902:
----------------------------------------

             Summary: 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
             Fix For: 1.7.3, 1.8.1


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)