[ https://issues.apache.org/jira/browse/GEODE-1674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Swapnil Bawaskar closed GEODE-1674. ----------------------------------- > 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 > Fix For: 1.0.0-incubating > > > 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)