HBASE-11565 Stale connection could stay for a while

This commit is contained in:
Jimmy Xiang 2014-07-22 09:27:57 -07:00
parent 3b93a81ff4
commit 61dced28a3
1 changed files with 1 additions and 0 deletions

View File

@ -1099,6 +1099,7 @@ public class RpcClient {
// won't even try to write
shouldCloseConnection.set(true);
writeException = e;
interrupt();
}
}