You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Alejandro Abdelnur (JIRA)" <ji...@apache.org> on 2014/01/16 05:25:19 UTC

[jira] [Created] (HDFS-5787) client Exception when in safemode does not have cause populated

Alejandro Abdelnur created HDFS-5787:
----------------------------------------

             Summary: client Exception when in safemode does not have cause populated
                 Key: HDFS-5787
                 URL: https://issues.apache.org/jira/browse/HDFS-5787
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: hdfs-client
    Affects Versions: 2.2.0
            Reporter: Alejandro Abdelnur


The Exception being thrown on the client side when HDFS is in safemode does not have the cause populated with a SafeModeException. 

It seems the Exception is not populated by calling initCause() when created.

Because of this MAPREDUCE-5724 has to grep the toString() of the thrown exception to determine if the issue is that HDFS is in safe mode.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)