HBASE-10477 Regression from HBASE-10337

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1565365 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
nkeywal 2014-02-06 17:29:23 +00:00
parent e3136720ff
commit 583c11c71d
1 changed files with 0 additions and 2 deletions

View File

@ -1117,8 +1117,6 @@ public class RpcClient {
// since we expect certain responses to not make it by the specified // since we expect certain responses to not make it by the specified
// {@link ConnectionId#rpcTimeout}. // {@link ConnectionId#rpcTimeout}.
closeException = e; closeException = e;
} if (ExceptionUtil.isInterrupt(e)){
} else { } else {
// Treat this as a fatal condition and close this connection // Treat this as a fatal condition and close this connection
markClosed(e); markClosed(e);