You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Sean Busbey (Jira)" <ji...@apache.org> on 2019/08/28 16:22:00 UTC

[jira] [Created] (HBASE-22943) Various procedures should not cache log trace level

Sean Busbey created HBASE-22943:
-----------------------------------

             Summary: 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


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)