HBASE-10720 rpcClient: Wrong log level when closing the connection
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1576695 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6a6bbdd2ff
commit
be21fcd1d6
|
@ -1214,7 +1214,6 @@ public class RpcClient {
|
|||
if (e == null) throw new NullPointerException();
|
||||
|
||||
if (shouldCloseConnection.compareAndSet(false, true)) {
|
||||
LOG.warn(getName() + ": marking at should close, reason =" + e.getMessage());
|
||||
if (LOG.isDebugEnabled()) {
|
||||
LOG.debug(getName() + ": marking at should close, reason =" + e.getMessage());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue