Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 31563 invoked from network); 12 Jan 2011 17:37:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Jan 2011 17:37:08 -0000 Received: (qmail 67293 invoked by uid 500); 12 Jan 2011 17:37:07 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 67203 invoked by uid 500); 12 Jan 2011 17:37:06 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 67194 invoked by uid 99); 12 Jan 2011 17:37:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jan 2011 17:37:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jan 2011 17:37:05 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0CHaj85002953 for ; Wed, 12 Jan 2011 17:36:45 GMT Message-ID: <2274483.317571294853805552.JavaMail.jira@thor> Date: Wed, 12 Jan 2011 12:36:45 -0500 (EST) From: "Jonathan Gray (JIRA)" To: issues@hbase.apache.org Subject: [jira] Updated: (HBASE-3439) Increment operations should support setting a TimeRange per family In-Reply-To: <33329601.317551294853686864.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-3439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Gray updated HBASE-3439: --------------------------------- Attachment: HBASE-3439-v1.patch First cut. > Increment operations should support setting a TimeRange per family > ------------------------------------------------------------------ > > Key: HBASE-3439 > URL: https://issues.apache.org/jira/browse/HBASE-3439 > Project: HBase > Issue Type: New Feature > Affects Versions: 0.90.0 > Reporter: Jonathan Gray > Assignee: Jonathan Gray > Fix For: 0.92.0 > > Attachments: HBASE-3439-v1.patch > > > An optimization was added to Increment operations that allowed you to specify a TimeRange for the operation. We have a case where some families in a row are "hourly" counters but others are "lifetime" counters. We need to be able to specify different TimeRanges for each family. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.