Jacob S. Barrett created GEODE-6697:
---------------------------------------
Summary: 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
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)