Return-Path: X-Original-To: apmail-ignite-issues-archive@minotaur.apache.org Delivered-To: apmail-ignite-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9F35618B80 for ; Sun, 21 Feb 2016 06:12:18 +0000 (UTC) Received: (qmail 54467 invoked by uid 500); 21 Feb 2016 06:12:18 -0000 Delivered-To: apmail-ignite-issues-archive@ignite.apache.org Received: (qmail 54403 invoked by uid 500); 21 Feb 2016 06:12:18 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 54385 invoked by uid 99); 21 Feb 2016 06:12:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Feb 2016 06:12:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 13B4A2C14F4 for ; Sun, 21 Feb 2016 06:12:18 +0000 (UTC) Date: Sun, 21 Feb 2016 06:12:18 +0000 (UTC) From: "Denis Magda (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (IGNITE-2706) GridHandleTable stores object at incorrect index MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Denis Magda created IGNITE-2706: ----------------------------------- Summary: GridHandleTable stores object at incorrect index Key: IGNITE-2706 URL: https://issues.apache.org/jira/browse/IGNITE-2706 Project: Ignite Issue Type: Bug Affects Versions: 1.5.0.final Reporter: Denis Magda Assignee: Valentin Kulichenko Priority: Blocker Fix For: 1.6 Attachments: GridHandleTableUnitTest.java When lookup(Object o) calls growSpine() it uses OLD index to insert object. Test with additional details is attached. -- This message was sent by Atlassian JIRA (v6.3.4#6332)