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