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

stack updated HBASE-2190:
-------------------------

    Attachment: 2190-v2.patch

Use a LinkedBlockingQueue.  Removed the old array of HMsgs and use this LBQ 
instead.  Making new HMsg type, a split that carries the daughters in it rather 
than send as new messages (goes w/ the general tendency of this patch making 
all operations more lively).  Patch is not tested yet.  Please don't review yet.

> HRS should report to master when HMsg are available
> ---------------------------------------------------
>
>                 Key: HBASE-2190
>                 URL: https://issues.apache.org/jira/browse/HBASE-2190
>             Project: Hadoop HBase
>          Issue Type: Improvement
>    Affects Versions: 0.20.3
>            Reporter: Jean-Daniel Cryans
>            Assignee: Jean-Daniel Cryans
>             Fix For: 0.20.4, 0.21.0
>
>         Attachments: 2190-v2.patch, HBASE-2190.patch
>
>
> It still takes a lot of time for the client to see splits or just regions 
> that move around, with default PE it takes around 4 seconds and creating a 
> table takes a bit more than 2 seconds. I remember having the discussion with 
> Stack that HRS.run was not suppose to sleep if any message to send. 
> Turns out it does sleep.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to