You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Steve Loughran (JIRA)" <ji...@apache.org> on 2016/02/23 18:19:18 UTC

[jira] [Created] (HADOOP-12834) Credentials to include text of inner IOE when rethrowing wrapped

Steve Loughran created HADOOP-12834:
---------------------------------------

             Summary: Credentials to include text of inner IOE when rethrowing wrapped
                 Key: HADOOP-12834
                 URL: https://issues.apache.org/jira/browse/HADOOP-12834
             Project: Hadoop Common
          Issue Type: Sub-task
          Components: security
    Affects Versions: 2.8.0
            Reporter: Steve Loughran
            Priority: Minor


Currently Credentials read/write methods catch IOEs and rethrow with the filename (good), only they don't include the text of the caught exception in the new string message (bad) ... you need to delve into the stack traces to find the cause.

fix: include the {{toString()}} value of the caught IOE in the new exception



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