You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Apoorv Naik (JIRA)" <ji...@apache.org> on 2016/12/20 16:59:58 UTC

[jira] [Created] (ATLAS-1407) Improve LOG statement performance

Apoorv Naik created ATLAS-1407:
----------------------------------

             Summary: Improve LOG statement performance
                 Key: ATLAS-1407
                 URL: https://issues.apache.org/jira/browse/ATLAS-1407
             Project: Atlas
          Issue Type: Improvement
    Affects Versions: 0.8-incubating
            Reporter: Apoorv Naik
            Assignee: Apoorv Naik
             Fix For: 0.8-incubating


Currently lot of LOG statements use string concatenation which increases the overhead of the string computation regardless of the LOG level being enabled or disabled. 

This change converts all messages into a parameterized message which allows the logging system to only construct the message if the logging level is enabled.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)