You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/03/02 01:16:18 UTC

[jira] [Commented] (GEODE-106) Invalidate operation fails with IndexMaintenanceException with underlying java.lang.ArrayIndexOutOfBoundsException: 1

    [ https://issues.apache.org/jira/browse/GEODE-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15174673#comment-15174673 ] 

ASF subversion and git services commented on GEODE-106:
-------------------------------------------------------

Commit 3996940954e6099fb927c1703a2c085760c4899a in incubator-geode's branch refs/heads/develop from [~agingade]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=3996940 ]

Fix for GEODE-106 Invalidate operation fails with IndexMaintenanceException with underlying java.lang.ArrayIndexOutOfBoundsException.


> Invalidate operation fails with IndexMaintenanceException with underlying java.lang.ArrayIndexOutOfBoundsException: 1
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-106
>                 URL: https://issues.apache.org/jira/browse/GEODE-106
>             Project: Geode
>          Issue Type: Bug
>          Components: querying
>            Reporter: Jason Huynh
>            Assignee: Anilkumar Gingade
>             Fix For: 1.0.0-incubating.M2
>
>
> Possible race condition with IndexElemArray.  On a remove, the size value is reassigned after the backing index.  This can possibly cause an iterator to look at an indexed position larger than the backing index length.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)