[
https://issues.apache.org/jira/browse/GEODE-7563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16995831#comment-16995831
]
ASF subversion and git services commented on GEODE-7563:
--------------------------------------------------------
Commit b0fd10a55cd9be30307c40c85b32a58b35b23a6b in geode's branch
refs/heads/develop from Bill Burcham
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=b0fd10a ]
GEODE-7563: eliminate home-grown ConcurrentHashSet (#4468)
> Replace uses of ConcurrentHashSet with ConcurrentHashMap.newKeySet()
> --------------------------------------------------------------------
>
> Key: GEODE-7563
> URL: https://issues.apache.org/jira/browse/GEODE-7563
> Project: Geode
> Issue Type: Bug
> Reporter: Dan Smith
> Priority: Major
> Labels: low-hanging-fruit, newbie, starter
> Fix For: 1.12.0
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> As of Java 1.8, we can create a concurrent hash set directly from the JDK.
> https://stackoverflow.com/a/6992643
--
This message was sent by Atlassian Jira
(v8.3.4#803005)