[
https://issues.apache.org/jira/browse/GEODE-4184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16312315#comment-16312315
]
ASF subversion and git services commented on GEODE-4184:
--------------------------------------------------------
Commit 2249d609a985620436dabb49ecfb4767ca50987a in geode's branch
refs/heads/develop from [~nnag]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=2249d60 ]
GEODE-4184: Handled concurrent access of HashSet
* mapIndexKeys was a HashSet and concurrent access to it resulted in
inconsistent data to be present.
* Changed to a set with a concurrent hash map as a backing store.
> Change mapIndexKeys hash set to able to handle concurrent access
> ----------------------------------------------------------------
>
> Key: GEODE-4184
> URL: https://issues.apache.org/jira/browse/GEODE-4184
> Project: Geode
> Issue Type: Bug
> Components: querying
> Reporter: nabarun
> Assignee: nabarun
>
> Concurrent access to a HashSet results in inconsistent behavior.
> This needs to be changed to a set backed by a concurrent hash map
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)