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

Darrel Schneider reassigned GEODE-6673:
---------------------------------------

    Assignee: Darrel Schneider

> 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
>
> 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)

Reply via email to