You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Nicolas Liochon (JIRA)" <ji...@apache.org> on 2014/03/11 17:05:43 UTC

[jira] [Created] (HBASE-10720) rpcClient: Wrong level when closing the connection

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)