[
https://issues.apache.org/jira/browse/HBASE-21899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Toshihiro Suzuki updated HBASE-21899:
-------------------------------------
Resolution: Fixed
Status: Resolved (was: Patch Available)
Pushed to master, branch-2, branch-2.1 and branch-2.2.
Thank you for contributing. [~daisuke.kobayashi]
> 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)