[
https://issues.apache.org/jira/browse/HBASE-22943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guanghao Zhang updated HBASE-22943:
-----------------------------------
Fix Version/s: 2.1.7
2.2.1
2.3.0
3.0.0
> Various procedures should not cache log trace level
> ---------------------------------------------------
>
> Key: HBASE-22943
> URL: https://issues.apache.org/jira/browse/HBASE-22943
> Project: HBase
> Issue Type: Bug
> Components: proc-v2
> Reporter: Sean Busbey
> Assignee: Sean Busbey
> Priority: Minor
> Fix For: 3.0.0, 2.3.0, 2.2.1, 2.1.7
>
>
> several of the procedures have an idiom where they keep a member variable for
> if the log is at trace level or not, wrapped in a function so that it can be
> lazily looked up. This gives us an overhead per call of autoboxing and a
> function call, instead of just the function call from asking the logging
> system directly.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)