You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2016/12/02 16:44:58 UTC

[jira] [Created] (FLINK-5239) Properly unpack thrown exceptions in RPC methods

Stephan Ewen created FLINK-5239:
-----------------------------------

             Summary: Properly unpack thrown exceptions in RPC methods
                 Key: FLINK-5239
                 URL: https://issues.apache.org/jira/browse/FLINK-5239
             Project: Flink
          Issue Type: Sub-task
          Components: Distributed Coordination
         Environment: {{flip-6}} feature branch.
            Reporter: Stephan Ewen
            Assignee: Stephan Ewen


When an RPC invocation fails, the exception is an {{InvocationTargetException}} that contains the actual exception.

We should report the actual exception to the sender, rather than the {{InvocationTargetException}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)