You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Owen O'Malley (JIRA)" <ji...@apache.org> on 2008/08/13 00:13:44 UTC

[jira] Updated: (HADOOP-3844) include message of local exception in Client call failures

     [ https://issues.apache.org/jira/browse/HADOOP-3844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Owen O'Malley updated HADOOP-3844:
----------------------------------

    Fix Version/s: 0.19.0

> include message of local exception in Client call failures
> ----------------------------------------------------------
>
>                 Key: HADOOP-3844
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3844
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: ipc
>    Affects Versions: 0.19.0
>            Reporter: Steve Loughran
>            Assignee: Steve Loughran
>            Priority: Minor
>             Fix For: 0.19.0
>
>         Attachments: hadoop-3844.patch, hadoop-3844.patch
>
>
> When Client fails with a local exception, that exception is retained, but the message is not propagated to the new exception text, which becomes simply  "Call failed on local exception"
> The forthcoming patch will change such messages to include that of the nested exception, so producing test reports containing useful data such as
> java.io.IOException: Call failed on local exception: Connection refused

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.