Return-Path: X-Original-To: apmail-ignite-user-archive@minotaur.apache.org Delivered-To: apmail-ignite-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EDC5D18F8C for ; Tue, 8 Mar 2016 16:05:08 +0000 (UTC) Received: (qmail 59123 invoked by uid 500); 8 Mar 2016 16:05:08 -0000 Delivered-To: apmail-ignite-user-archive@ignite.apache.org Received: (qmail 59083 invoked by uid 500); 8 Mar 2016 16:05:08 -0000 Mailing-List: contact user-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@ignite.apache.org Delivered-To: mailing list user@ignite.apache.org Received: (qmail 59073 invoked by uid 99); 8 Mar 2016 16:05:08 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Mar 2016 16:05:08 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 66CF31A1441 for ; Tue, 8 Mar 2016 16:05:08 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1 X-Spam-Level: * X-Spam-Status: No, score=1 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 7FtPrsHpTD2u for ; Tue, 8 Mar 2016 16:05:04 +0000 (UTC) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTP id BDFD35F1EF for ; Tue, 8 Mar 2016 16:05:03 +0000 (UTC) Received: from malf.nabble.com (unknown [162.253.133.59]) by mbob.nabble.com (Postfix) with ESMTP id 24D9E2275B2B for ; Tue, 8 Mar 2016 07:56:07 -0800 (PST) Date: Tue, 8 Mar 2016 07:52:21 -0800 (PST) From: Kevin Daly To: user@ignite.apache.org Message-ID: <1457452341873-3392.post@n6.nabble.com> In-Reply-To: <1456782569146-3264.post@n6.nabble.com> References: <1456693847012-3235.post@n6.nabble.com> <1456696641909-3237.post@n6.nabble.com> <1456750150060-3251.post@n6.nabble.com> <1456782569146-3264.post@n6.nabble.com> Subject: Re: A Question About Behavior MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit We were directly Manipulating the Cache.Entry and it was reflecting directly in the H2 Indexes.. Not sure if it's desired behavior or not.. But a definite Gotcha.... To fix this we just call VALUE = ingintecache.get(KEY) to retrieve the value rather than getting it directly from the entry (VALUE = entry.getValue(); I still owe you some code :) Just been pegged I will revisit this this week.. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/A-Question-About-Behavior-tp3235p3392.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.