[
https://issues.apache.org/jira/browse/HBASE-1014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12650470#action_12650470
]
Slava commented on HBASE-1014:
------------------------------
Hi.
I think that time synchronization of the servers is much easier than
clients, and also clients could be located in different time zones. About
the server crash, you right but again, it's much easy to sync time of the
servers than clients.
About transactions, yes client runs transaction, but writing to the
transaction log is done on server and timestamp is set at the stage where BU
is written to the transaction log and not when it written to physically.
Best Regards.
> 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<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.