You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Bill Burcham (Jira)" <ji...@apache.org> on 2019/12/13 19:15:00 UTC

[jira] [Resolved] (GEODE-7563) Replace uses of ConcurrentHashSet with ConcurrentHashMap.newKeySet()

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

Bill Burcham resolved GEODE-7563.
---------------------------------
    Fix Version/s: 1.12.0
       Resolution: Fixed

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