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

Yongjun Zhang updated HDFS-9532:
--------------------------------
       Resolution: Fixed
     Hadoop Flags: Reviewed
    Fix Version/s: 2.8.0
           Status: Resolved  (was: Patch Available)

Many thanks to [~andrew.wang] for the review. I committed to trunk, branch-2 
and branch-2.8.


> Detailed exception info is lost in reportTo method of ErrorReportAction and 
> ReportBadBlockAction
> ------------------------------------------------------------------------------------------------
>
>                 Key: HDFS-9532
>                 URL: https://issues.apache.org/jira/browse/HDFS-9532
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>          Components: datanode
>            Reporter: Yongjun Zhang
>            Assignee: Yongjun Zhang
>            Priority: Trivial
>              Labels: supportability
>             Fix For: 2.8.0
>
>         Attachments: HDFS-9532.001.patch
>
>
> See code below
> {code}
>     try {
>       bpNamenode.reportBadBlocks(locatedBlock);
>     } catch (RemoteException re) {
>       DataNode.LOG.info("reportBadBlock encountered RemoteException for "
>           + "block:  " + block , re);
>     } catch (IOException e) {
>       throw new BPServiceActorActionException("Failed to report bad block "
>           + block + " to namenode: ");
>     }
>   }
> {code}
> When IOException e is thrown, the information of e is not reported back to 
> caller. 



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

Reply via email to