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 2017/01/05 18:08:58 UTC

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

     [ https://issues.apache.org/jira/browse/ATLAS-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Apoorv Naik resolved ATLAS-1407.
--------------------------------
    Resolution: Fixed

> 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)