You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jimmy Xiang (JIRA)" <ji...@apache.org> on 2012/10/20 06:08:12 UTC

[jira] [Updated] (HBASE-6977) Multithread processing ZK assignment events

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

Jimmy Xiang updated HBASE-6977:
-------------------------------

    Priority: Minor  (was: Major)
    
> Multithread processing ZK assignment events
> -------------------------------------------
>
>                 Key: HBASE-6977
>                 URL: https://issues.apache.org/jira/browse/HBASE-6977
>             Project: HBase
>          Issue Type: Improvement
>          Components: Region Assignment
>            Reporter: Jimmy Xiang
>            Assignee: Jimmy Xiang
>            Priority: Minor
>
> Related to HBASE-6976 and HBASE-6611.  ZK events processing is a bottle neck for assignments, since there is only one ZK event thread.  If we can use multiple threads, it should be better.
> With multiple threads, the order of events could be messed up. However, if we pass all events related to one region always to the same worker thread, the order should be kept.
> We need to play with it and find out how much performance imrovement we can get.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira