HBASE-14313 After a Connection sees ConnectionClosingException on a connection it never recovers
This commit is contained in:
parent
aca8c3b74b
commit
56890d9fe1
|
@ -939,7 +939,7 @@ public class RpcClientImpl extends AbstractRpcClient {
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
// We set the value inside the synchronized block, this way the next in line
|
// We set the value inside the synchronized block, this way the next in line
|
||||||
// won't even try to write
|
// won't even try to write
|
||||||
shouldCloseConnection.set(true);
|
markClosed(e);
|
||||||
writeException = e;
|
writeException = e;
|
||||||
interrupt();
|
interrupt();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue