[ https://issues.apache.org/jira/browse/HBASE-21899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16770694#comment-16770694 ]
Hudson commented on HBASE-21899: -------------------------------- Results for branch branch-2.2 [build #49 on builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.2/49/]: (x) *{color:red}-1 overall{color}* ---- details (if available): (/) {color:green}+1 general checks{color} -- For more information [see general report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.2/49//General_Nightly_Build_Report/] (x) {color:red}-1 jdk8 hadoop2 checks{color} -- For more information [see jdk8 (hadoop2) report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.2/49//JDK8_Nightly_Build_Report_(Hadoop2)/] (x) {color:red}-1 jdk8 hadoop3 checks{color} -- For more information [see jdk8 (hadoop3) report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.2/49//JDK8_Nightly_Build_Report_(Hadoop3)/] (/) {color:green}+1 source release artifact{color} -- See build output for details. (/) {color:green}+1 client integration test{color} > Fix missing variables in slf4j Logger > ------------------------------------- > > Key: HBASE-21899 > URL: https://issues.apache.org/jira/browse/HBASE-21899 > Project: HBase > Issue Type: Bug > Components: logging > Affects Versions: 2.1.3 > Reporter: Daisuke Kobayashi > Assignee: Daisuke Kobayashi > Priority: Trivial > Fix For: 3.0.0, 2.2.0, 2.3.0, 2.1.4 > > Attachments: HBASE-21899.branch-2.001.patch, > HBASE-21899.branch-2.001.patch > > > I happened to find the following methods have called slf4j Logger without > variables whereas {} exists. > org.apache.hadoop.hbase.master.procedure.ReopenTableRegionsProcedure#executeFromState > org.apache.hadoop.hbase.replication.regionserver.SerialReplicationChecker#canPush(org.apache.hadoop.hbase.wal.WAL.Entry, > org.apache.hadoop.hbase.Cell) > With my quick patch, I was able to log the condition appropriately at least > for SerialReplicationChecker. > {noformat} > 2019-02-14 02:34:46,365 TRACE [Time-limited test] > regionserver.SerialReplicationChecker(258): The sequence id for Mock for > Entry, hashCode: 2138280514 is continuous, pass > {noformat} > -- This message was sent by Atlassian JIRA (v7.6.3#76005)