[
https://issues.apache.org/jira/browse/GEODE-1674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15404326#comment-15404326
]
ASF GitHub Bot commented on GEODE-1674:
---------------------------------------
Github user nabarunnag closed the pull request at:
https://github.com/apache/incubator-geode/pull/215
> Race condition in HashIndexSetIterator leads to ArrayOutOfBoundsException
> -------------------------------------------------------------------------
>
> Key: GEODE-1674
> URL: https://issues.apache.org/jira/browse/GEODE-1674
> Project: Geode
> Issue Type: Bug
> Components: querying
> Reporter: nabarun
>
> Object array may be reassigned by the time the function is trying to access
> current element and the mask value may be larger than the size of the array
> and this will lead to array out bounds exception.
> location : private HashIndexSetIterator(Object keyToMatch, Object[] objects)
> in HashIndexSet.java
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)