[
https://issues.apache.org/jira/browse/GEODE-6837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16861460#comment-16861460
]
ASF subversion and git services commented on GEODE-6837:
--------------------------------------------------------
Commit 1ac80d7424ab3442e018aaeb981fd64a2f74c706 in geode's branch
refs/heads/develop from mivanac
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=1ac80d7 ]
GEODE-6837: optimize read system property "statsDisabled" (#3683)
The statsDisabled system property is now only read in InternalDistributedSystem.
> FunctionStats reads a system property on every call
> ---------------------------------------------------
>
> Key: GEODE-6837
> URL: https://issues.apache.org/jira/browse/GEODE-6837
> Project: Geode
> Issue Type: Improvement
> Components: core
> Reporter: Darrel Schneider
> Assignee: Mario Ivanac
> Priority: Major
> Labels: performance
> Fix For: 1.10.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> The FunctionStats class has a isDisabled method that always reads a system
> property.
> Since system properties are stored in a synchronized HashTable this can hurt
> concurrent function execution performance.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)