[
https://issues.apache.org/jira/browse/HBASE-10720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13932817#comment-13932817
]
Hudson commented on HBASE-10720:
--------------------------------
FAILURE: Integrated in HBase-TRUNK-on-Hadoop-1.1 #115 (See
[https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-1.1/115/])
HBASE-10720 rpcClient: Wrong log level when closing the connection (nkeywal:
rev 1576695)
*
/hbase/trunk/hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/RpcClient.java
> rpcClient: Wrong log 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
>
> Attachments: 10720.v1.patch
>
>
> {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)