[
https://issues.apache.org/jira/browse/HADOOP-4262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Doug Cutting updated HADOOP-4262:
---------------------------------
Status: Open (was: Patch Available)
> It may make sense to extract this exception-to-text operation into a utils
> class
I think instead we should just use Throwable#toString().
http://java.sun.com/javase/6/docs/api/java/lang/Throwable.html#toString()
> message generated when the client exception has a null message is not useful
> ----------------------------------------------------------------------------
>
> Key: HADOOP-4262
> URL: https://issues.apache.org/jira/browse/HADOOP-4262
> Project: Hadoop Core
> Issue Type: Bug
> Components: ipc
> Affects Versions: 0.19.0, 0.20.0
> Reporter: Steve Loughran
> Priority: Minor
> Fix For: 0.20.0
>
> Attachments: HADOOP-4262.patch, hadoop-4262.patch
>
>
> This was created by HADOOP-3844; if the exception doesn't have a meaningful
> message, the output isn't that informative :
> java.io.IOException: Call to localhost/127.0.0.1:8012 failed on local
> exception: null
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.