Nicolas Liochon created HBASE-10720:
---------------------------------------
Summary: rpcClient: Wrong level when closing the connection
Key: HBASE-10720
URL: https://issues.apache.org/jira/browse/HBASE-10720
Project: HBase
Issue Type: Bug
Components: Client
Affects Versions: 0.99.0, hbase-10070
Reporter: Nicolas Liochon
Assignee: Nicolas Liochon
Priority: Minor
Fix For: 0.99.0, hbase-10070
{code}
LOG.warn(getName() + ": marking at should close, reason =" +
e.getMessage());
if (LOG.isDebugEnabled()) {
LOG.debug(getName() + ": marking at should close, reason =" +
e.getMessage()); <== Once is enough
}
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)