[ 
https://issues.apache.org/jira/browse/GEODE-7853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17063538#comment-17063538
 ] 

ASF subversion and git services commented on GEODE-7853:
--------------------------------------------------------

Commit 4b6e7bd72aef2a9bf4bf2894eeda6cefd4d598c6 in geode's branch 
refs/heads/release/1.12.0 from Juan José Ramos
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=4b6e7bd ]

GEODE-7853: Remove unused field (#4777)

Remove unused field and avoid unnecessary calls to
Logger.isTraceEnabled().

(cherry picked from commit a9a7d15fd32ff9ef557270f5d25cbce35a6ebcd3)


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

Reply via email to