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)

Reply via email to