Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 83763 invoked from network); 28 Nov 2008 14:54:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Nov 2008 14:54:35 -0000 Received: (qmail 28927 invoked by uid 500); 28 Nov 2008 14:54:46 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 28896 invoked by uid 500); 28 Nov 2008 14:54:46 -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 28885 invoked by uid 99); 28 Nov 2008 14:54:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Nov 2008 06:54:46 -0800 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; Fri, 28 Nov 2008 14:53:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4F91B234C2A1 for ; Fri, 28 Nov 2008 06:53:44 -0800 (PST) Message-ID: <1366811935.1227884024324.JavaMail.jira@brutus> Date: Fri, 28 Nov 2008 06:53:44 -0800 (PST) From: "Jean-Daniel Cryans (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Commented: (HBASE-1014) commit(BatchUpdate) method should return timestamp In-Reply-To: <1163704655.1227248446394.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-1014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651577#action_12651577 ] Jean-Daniel Cryans commented on HBASE-1014: ------------------------------------------- If clients are located in different timezones, then it is already a problem since an update that you just did could be in that client's future. So IMO that we set it on the client or not, having a client in a different timezone is always a problem. But setting it in the client do solve the problem of returning the timestamps in a batched commit without immediate flush. > commit(BatchUpdate) method should return timestamp > --------------------------------------------------- > > Key: HBASE-1014 > URL: https://issues.apache.org/jira/browse/HBASE-1014 > Project: Hadoop HBase > Issue Type: Improvement > Reporter: Slava > Fix For: 0.19.0 > > > The commit(BatchUpdate) and commit(list) should return timestamp that BatchUpdate was committed with (in the case of commit(list should return array of timestamps). > This should reduce number of round trips and improve performance in update operations. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.