You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Enis Soztutar (JIRA)" <ji...@apache.org> on 2014/09/09 04:51:29 UTC

[jira] [Updated] (HBASE-11160) Undo append waiting on region edit/sequence id update

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

Enis Soztutar updated HBASE-11160:
----------------------------------
    Fix Version/s:     (was: 0.99.0)
                   0.99.1
                   2.0.0

> Undo append waiting on region edit/sequence id update
> -----------------------------------------------------
>
>                 Key: HBASE-11160
>                 URL: https://issues.apache.org/jira/browse/HBASE-11160
>             Project: HBase
>          Issue Type: Sub-task
>          Components: wal
>    Affects Versions: 0.99.0
>            Reporter: stack
>            Assignee: stack
>             Fix For: 2.0.0, 0.99.1
>
>
> HBASE--11135 changed append to wait on the update of the edit/sequence id.  This slows writes by a significant amount (50% slower?).  [~jeffreyz] is going to look at updating MVCC inside in the ring buffer consumer thread just after the region edit/sequence id update.  If that works, then we can undo having append wait on the sequence id update and get some of our speedup back.  Marking this 0.99 and blocker so we don't forget about it (Undoing the wait is just a case of removing the few lines of latch code in FSWALEdit).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)