You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Dave Barnes (Jira)" <ji...@apache.org> on 2020/09/10 15:52:16 UTC

[jira] [Closed] (GEODE-7853) Remove Unnecessary Calls to Logger.isTraceEnabled From InternalDataSerializer

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

Dave Barnes closed GEODE-7853.
------------------------------

> Remove Unnecessary Calls to Logger.isTraceEnabled From InternalDataSerializer
> -----------------------------------------------------------------------------
>
>                 Key: GEODE-7853
>                 URL: https://issues.apache.org/jira/browse/GEODE-7853
>             Project: Geode
>          Issue Type: Bug
>          Components: logging, serialization
>            Reporter: Juan Ramos
>            Assignee: Juan Ramos
>            Priority: Major
>              Labels: GeodeCommons
>             Fix For: 1.13.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The {{InternalDataSerializer}} class invokes {{Logger.isTraceEnabled()}} while [initializing|https://github.com/apache/geode/blob/develop/geode-core/src/main/java/org/apache/geode/internal/InternalDataSerializer.java#L249-L251] a {{static final}} field that is not used anywhere in the code, remove the call and the unused field.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)