You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Anilkumar Gingade (JIRA)" <ji...@apache.org> on 2016/02/17 19:49:18 UTC

[jira] [Resolved] (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:all-tabpanel ]

Anilkumar Gingade resolved GEODE-106.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.0.0-incubating.M2

Changes for review: https://reviews.apache.org/r/43510/
Changes checked in:
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/ef944168
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/ef944168
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/ef944168

Branch: refs/heads/develop
Commit: ef944168056cd7394085c1ef8d7465d75bcdc031

> 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: Jason Huynh
>             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)