Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 4659 invoked from network); 26 Aug 2009 00:05:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Aug 2009 00:05:56 -0000 Received: (qmail 13685 invoked by uid 500); 26 Aug 2009 00:06:21 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 13580 invoked by uid 500); 26 Aug 2009 00:06:21 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 13538 invoked by uid 99); 26 Aug 2009 00:06:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Aug 2009 00:06:21 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Aug 2009 00:06:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7FAB1234C1F2 for ; Tue, 25 Aug 2009 17:05:59 -0700 (PDT) Message-ID: <431926187.1251245159522.JavaMail.jira@brutus> Date: Tue, 25 Aug 2009 17:05:59 -0700 (PDT) From: "Jean-Daniel Cryans (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Resolved: (HBASE-1792) [Regression] Cannot save timestamp in the future In-Reply-To: <1785228719.1251225239313.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-1792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Daniel Cryans resolved HBASE-1792. --------------------------------------- Resolution: Fixed Fix Version/s: 0.21.0 0.20.0 Assignee: Jean-Daniel Cryans Hadoop Flags: [Reviewed] Committed to branch and trunk, test passes and it fixes the issue. > [Regression] Cannot save timestamp in the future > ------------------------------------------------ > > Key: HBASE-1792 > URL: https://issues.apache.org/jira/browse/HBASE-1792 > Project: Hadoop HBase > Issue Type: Bug > Affects Versions: 0.20.0 > Reporter: Jean-Daniel Cryans > Assignee: Jean-Daniel Cryans > Fix For: 0.20.0, 0.21.0 > > Attachments: HBASE-1792.patch > > > 0.20, compared to previous versions, doesn't let you save with a timestamp in the future and will set it to current time without telling you. This is really bad for users upgrading to 0.20 that were using those timestamps. > Example: > hbase(main):004:0> put 'testtable', 'r1', 'f1:c1', 'val', 5373965335336911168 > 0 row(s) in 0.0070 seconds > hbase(main):005:0> scan 'testtable' > ROW COLUMN+CELL > r1 column=f1:c1, timestamp=1251223892010, value=val > 1 row(s) in 0.0380 seconds -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.