HBASE-11565 Stale connection could stay for a while
This commit is contained in:
parent
3b93a81ff4
commit
61dced28a3
|
@ -1099,6 +1099,7 @@ public class RpcClient {
|
|||
// won't even try to write
|
||||
shouldCloseConnection.set(true);
|
||||
writeException = e;
|
||||
interrupt();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue