[ https://issues.apache.org/jira/browse/GEODE-7853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Juan Ramos resolved GEODE-7853. ------------------------------- Fix Version/s: 1.13.0 Resolution: Fixed > 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)