You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Nicolas Liochon (JIRA)" <ji...@apache.org> on 2014/08/06 15:27:12 UTC

[jira] [Resolved] (HBASE-9416) Use the disruptor library in the rcpServer

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

Nicolas Liochon resolved HBASE-9416.
------------------------------------

    Resolution: Won't Fix

No work on this for a while, the patch need to be redone totally with the recent changes on this part.... => solving as won't fix.

> Use the disruptor library in the rcpServer
> ------------------------------------------
>
>                 Key: HBASE-9416
>                 URL: https://issues.apache.org/jira/browse/HBASE-9416
>             Project: HBase
>          Issue Type: Improvement
>          Components: regionserver
>    Affects Versions: 0.98.0
>            Reporter: Nicolas Liochon
>            Assignee: Nicolas Liochon
>         Attachments: disrupt.patch
>
>
> Nasty & hacky patch on top of the 0.96 to get some feedback on adding this third party.
> I ran a test doing "gets" on an empty region.
> With the current implementation, we're spending time in the LinkedBlockingQueue#put. I was able to do 150K operations per second.
> Using the disruptor allowed me to go to 190 ops/s, i.e. a little be more than a 25% improvement.
> Likely there are other improvements in this class as well.



--
This message was sent by Atlassian JIRA
(v6.2#6252)