[
https://issues.apache.org/jira/browse/GEODE-1803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bruce Schuchardt resolved GEODE-1803.
-------------------------------------
Resolution: Fixed
> Inefficient code in ClientMetadataService.getServerToFilterMap()
> ----------------------------------------------------------------
>
> Key: GEODE-1803
> URL: https://issues.apache.org/jira/browse/GEODE-1803
> Project: Geode
> Issue Type: Bug
> Components: client/server
> Reporter: Bruce Schuchardt
> Assignee: Bruce Schuchardt
>
> This method is using Collections.shuffle(List).get(0) to select a random
> server when it would be a lot cheaper to pick a random element from the
> unshuffled list of server locations.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)