You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jonathan Gray (JIRA)" <ji...@apache.org> on 2009/06/06 22:48:07 UTC

[jira] Resolved: (HBASE-1014) commit(BatchUpdate) method should return timestamp

     [ https://issues.apache.org/jira/browse/HBASE-1014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Gray resolved HBASE-1014.
----------------------------------

    Resolution: Fixed
      Assignee: Jonathan Gray

Fixed as part of HBASE-1304 commit.

Verified in passing unit test:  org.apache.hadoop.hbase.client.TestClient.testJIRAs.jiraTest1014()

Note:  This issue was not resolved per the summary.  Rather than commit() returning the stamp used, HTable.put(Put) allows the user to set the stamp on each key manually.

> 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
>            Assignee: Jonathan Gray
>             Fix For: 0.20.0
>
>
> The commit(BatchUpdate) and commit(list<BatchUpdate>) should return timestamp that BatchUpdate was committed with (in the case of commit(list<BatchUpdate> 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.