[
https://issues.apache.org/jira/browse/HBASE-17763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15904068#comment-15904068
]
stack commented on HBASE-17763:
-------------------------------
Is there a reason to wrap the DNRE in a new one:
176 return (IOException) new DoNotRetryIOException(
177 "Call to " + addr + " failed on local exception: " +
exception).initCause(exception);
This is the debug?
1497 e.printStackTrace();
+1 on commit after addressing above.
> IPCUtil.wrapException will wrap DoNotRetryIOException with IOException
> ----------------------------------------------------------------------
>
> Key: HBASE-17763
> URL: https://issues.apache.org/jira/browse/HBASE-17763
> Project: HBase
> Issue Type: Bug
> Components: IPC/RPC
> Affects Versions: 2.0.0
> Reporter: Duo Zhang
> Assignee: Duo Zhang
> Fix For: 2.0.0
>
> Attachments: HBASE-17763.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)