[ https://issues.apache.org/jira/browse/GEODE-6673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Darrel Schneider resolved GEODE-6673. ------------------------------------- Resolution: Fixed Fix Version/s: 1.10.0 > DistributedCacheOperation._distribute has some unneeded HashSet allocations > --------------------------------------------------------------------------- > > Key: GEODE-6673 > URL: https://issues.apache.org/jira/browse/GEODE-6673 > Project: Geode > Issue Type: Improvement > Components: core > Reporter: Darrel Schneider > Assignee: Darrel Schneider > Priority: Major > Labels: performance > Fix For: 1.10.0 > > Time Spent: 20m > Remaining Estimate: 0h > > DistributedCacheOperation._distribute creates some new HashSet instances that > it does not need to. It can easily determine that the set is empty in which > case it can use Collections.emptySet(). The sets in question are: > cachelessNodesWithNoCacheServer and adjunctRecipientsWithNoCacheServer -- This message was sent by Atlassian JIRA (v7.6.3#76005)