Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8F49A200B40 for ; Thu, 2 Jun 2016 02:09:54 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8DF27160A4C; Thu, 2 Jun 2016 00:09:54 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 95472160A50 for ; Thu, 2 Jun 2016 02:09:53 +0200 (CEST) Received: (qmail 22668 invoked by uid 500); 2 Jun 2016 00:09:52 -0000 Mailing-List: contact commits-help@geode.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.incubator.apache.org Delivered-To: mailing list commits@geode.incubator.apache.org Received: (qmail 22628 invoked by uid 99); 2 Jun 2016 00:09:52 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jun 2016 00:09:52 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 3FB89180586 for ; Thu, 2 Jun 2016 00:09:52 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.646 X-Spam-Level: X-Spam-Status: No, score=-4.646 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id ijPj9LaD54Mv for ; Thu, 2 Jun 2016 00:09:50 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 99E6D60D36 for ; Thu, 2 Jun 2016 00:09:49 +0000 (UTC) Received: (qmail 22444 invoked by uid 99); 2 Jun 2016 00:09:48 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jun 2016 00:09:48 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BB3C0E974B; Thu, 2 Jun 2016 00:09:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dschneider@apache.org To: commits@geode.incubator.apache.org Date: Thu, 02 Jun 2016 00:10:03 -0000 Message-Id: <6f3531aea5d14152bd1bc52352664c2e@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [16/50] [abbrv] incubator-geode git commit: comment archived-at: Thu, 02 Jun 2016 00:09:54 -0000 comment Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/32d9cb18 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/32d9cb18 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/32d9cb18 Branch: refs/heads/feature/GEODE-1464 Commit: 32d9cb189b061e8f555c711f0dc8fb5e770e756d Parents: 5e40a5c Author: Darrel Schneider Authored: Wed Jun 1 15:51:57 2016 -0700 Committer: Darrel Schneider Committed: Wed Jun 1 15:51:57 2016 -0700 ---------------------------------------------------------------------- .../main/java/com/gemstone/gemfire/internal/cache/KeyInfo.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/32d9cb18/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/KeyInfo.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/KeyInfo.java b/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/KeyInfo.java index 30f30fc..3065b47 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/KeyInfo.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/KeyInfo.java @@ -40,9 +40,8 @@ public class KeyInfo { private Object callbackArg; private int bucketId; - // Rahul: The value field is add since Sqlf Partition resolver also relies on the value - // part to calculate the routing object if the table is not partitioned on - // primary key. + // The value field is added since a Partition resolver could also rely on the value + // part to calculate the routing object @Retained(ENTRY_EVENT_NEW_VALUE) private final Object value;