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

HBase Review Board commented on HBASE-2941:
-------------------------------------------

Message from: "Ryan Rawson" <[email protected]>

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://review.cloudera.org/r/752/
-----------------------------------------------------------

Review request for hbase.


Summary
-------

HBASE-2941 - multithreaded read for server rpc, port of HADOOP-6713


This addresses bug HBASE-2941.
    http://issues.apache.org/jira/browse/HBASE-2941


Diffs
-----

  trunk/src/main/java/org/apache/hadoop/hbase/ipc/HBaseServer.java 991357 

Diff: http://review.cloudera.org/r/752/diff


Testing
-------

see jira for performance spreadsheet


Thanks,

Ryan




> port HADOOP-6713 - threading scalability for RPC reads - to HBase
> -----------------------------------------------------------------
>
>                 Key: HBASE-2941
>                 URL: https://issues.apache.org/jira/browse/HBASE-2941
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.6, 0.89.20100621
>            Reporter: ryan rawson
>            Assignee: ryan rawson
>             Fix For: 0.90.0
>
>         Attachments: HBASE-2941.patch, HBASE-2941.xlsx
>
>
> HADOOP-6713 has  patch to fix the read scalability of hadoop rpc.  Right now 
> a single thread accepts() then receives the RPC payload for every single RPC 
> in hbase. Including object creation, writable deserialization, etc.
> Apply the patch from that issue to our own forked HBaseRPC code.

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