Return-Path: Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: (qmail 90585 invoked from network); 30 Oct 2010 02:42:49 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Oct 2010 02:42:49 -0000 Received: (qmail 90405 invoked by uid 500); 30 Oct 2010 02:42:48 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 90232 invoked by uid 500); 30 Oct 2010 02:42:48 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 90206 invoked by uid 99); 30 Oct 2010 02:42:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Oct 2010 02:42:48 +0000 X-ASF-Spam-Status: No, hits=1.8 required=10.0 tests=FH_HELO_EQ_D_D_D_D,MIME_QP_LONG_LINE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [184.73.217.71] (HELO ip-10-202-7-187.ec2.internal) (184.73.217.71) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Oct 2010 02:42:41 +0000 Received: from ip-10-202-7-187.ec2.internal (localhost [127.0.0.1]) by ip-10-202-7-187.ec2.internal (Postfix) with ESMTP id 0FF128A206; Sat, 30 Oct 2010 02:42:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Review Request: Add TimeRange support into Increment to optimize for counters that are partitioned on time From: "Jonathan Gray" To: "Ryan Rawson" , thekhemani@facebook.com, stack@duboce.net Date: Sat, 30 Oct 2010 02:42:21 -0000 Message-ID: <20101030024221.786.22638@ip-10-202-7-187.ec2.internal> Cc: "Jonathan Gray" , jiraposter@review.hbase.org, dev@hbase.apache.org X-Virus-Checked: Checked by ClamAV on apache.org ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://review.cloudera.org/r/1132/ ----------------------------------------------------------- Review request for hbase, stack, Ryan Rawson, and khemani. Summary ------- TimeRange now part of Increment. Adds new methods into Increment w/ javado= c. Adds code in our increment operation to set this onto the Gets we use. This addresses bug HBASE-3162. http://issues.apache.org/jira/browse/HBASE-3162 Diffs ----- trunk/src/main/java/org/apache/hadoop/hbase/client/Increment.java 1028936 = trunk/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java 102= 8936 = Diff: http://review.cloudera.org/r/1132/diff Testing ------- increment tests passing. Thanks, Jonathan