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

Dick Cavender closed GEODE-6697.
--------------------------------

> 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 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
(v8.3.4#803005)

Reply via email to