Bruce Schuchardt created GEODE-1803:
---------------------------------------
Summary: 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
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)