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

Jacob S. Barrett resolved GEODE-6697.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.10.0

> Reduce lock contention on system property access in 
> InternalDistributedMember.SHOW_NETMEMBER
> --------------------------------------------------------------------------------------------
>
>                 Key: GEODE-6697
>                 URL: https://issues.apache.org/jira/browse/GEODE-6697
>             Project: Geode
>          Issue Type: Improvement
>            Reporter: Jacob S. Barrett
>            Priority: Major
>             Fix For: 1.10.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> System properties are held in a HashTable, which is synchronized. For values 
> that do not change at runtime, like system properties, it is best to fetch 
> them into a static variable. Every operation was synchronizing on access to 
> this property.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to