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:
parent
e3136720ff
commit
583c11c71d
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue