[ 
https://issues.apache.org/jira/browse/HBASE-5776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13540222#comment-13540222
 ] 

Hudson commented on HBASE-5776:
-------------------------------

Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #315 (See 
[https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/315/])
    HBASE-5776 HTableMultiplexer (Liyin, binlijin and Ted Yu) (Revision 1426221)

     Result = FAILURE
tedyu : 
Files : 
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/client/HTable.java
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/client/HTableMultiplexer.java
* 
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestHTableMultiplexer.java

                
> HTableMultiplexer 
> ------------------
>
>                 Key: HBASE-5776
>                 URL: https://issues.apache.org/jira/browse/HBASE-5776
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Liyin Tang
>            Assignee: binlijin
>             Fix For: 0.96.0
>
>         Attachments: 5776-trunk-V3.patch, 5776-trunk-V4.patch, 
> 5776-trunk-V5.patch, 5776-trunk-V6.patch, 5776-trunk-V7.patch, 
> ASF.LICENSE.NOT.GRANTED--D2775.1.patch, 
> ASF.LICENSE.NOT.GRANTED--D2775.1.patch, 
> ASF.LICENSE.NOT.GRANTED--D2775.2.patch, 
> ASF.LICENSE.NOT.GRANTED--D2775.2.patch, 
> ASF.LICENSE.NOT.GRANTED--D2775.3.patch, 
> ASF.LICENSE.NOT.GRANTED--D2775.4.patch, 
> ASF.LICENSE.NOT.GRANTED--D2775.5.patch, HBASE-5776-trunk.patch, 
> HBASE-5776-trunk-V2.patch
>
>
> There is a known issue in HBase client that single slow/dead region server 
> could slow down the multiput operations across all the region servers. So the 
> HBase client will be as slow as the slowest region server in the cluster. 
>  
> To solve this problem, HTableMultiplexer will separate the multiput 
> submitting threads with the flush threads, which means the multiput operation 
> will be a nonblocking operation. 
> The submitting thread will shard all the puts into different queues based on 
> its destination region server and return immediately. The flush threads will 
> flush these puts from each queue to its destination region server. 
> Currently the HTableMultiplexer only supports the put operation.

--
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

Reply via email to