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

Matteo Bertozzi updated HBASE-13529:
------------------------------------
    Attachment: HBASE-13529-v1.patch
                ProcedureStoreTest.java

{quote}What about LinkedTransferQueue?{quote}
sure I'll change it (in v1), but it doesn't it really make any difference now, 
the point was removing the mutex of ArrayBlockingQueue

> Procedure v2 - WAL Improvements
> -------------------------------
>
>                 Key: HBASE-13529
>                 URL: https://issues.apache.org/jira/browse/HBASE-13529
>             Project: HBase
>          Issue Type: Sub-task
>          Components: proc-v2
>    Affects Versions: 2.0.0, 1.1.0
>            Reporter: Matteo Bertozzi
>            Assignee: Matteo Bertozzi
>            Priority: Minor
>             Fix For: 2.0.0, 1.1.0
>
>         Attachments: HBASE-13529-v0.patch, HBASE-13529-v1.patch, 
> ProcedureStoreTest.java
>
>
> from the discussion in HBASE-12439 the wal was resulting slow.
>  * there is an error around the awake of the slotCond.await(), causing more 
> wait then necessary
>  * ArrayBlockingQueue is dog slow, replace it with ConcurrentLinkedQueue
>  * roll the wal only if reaches a threshold (conf ops) to amortize the cost
>  * hsync() is used by default, when the normal wal is using just hflush() 
> make it tunable via conf



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

Reply via email to