[
https://issues.apache.org/jira/browse/HBASE-17263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HBASE-17263:
--------------------------
Release Note:
A new RPC server based on Netty4 which can improve random read (get)
performance. By default, it is off. To use this feature, please set
“hbase.rpc.server.impl" to “org.apache.hadoop.hbase.ipc.NettyRpcServer”.
In one deploy, doubled the throughput and lowered the latency significantly:
see
https://www.slideshare.net/HBaseCon/lift-the-ceiling-of-hbase-throughputs?qid=597ee2fa-8125-4faa-bb3b-2bf1ba9ccafb&v=&b=&from_search=6
was:
HBASE-17263 introduced a new RPC server with Netty4 implementation, which could
improve random read (get) performance. By default, it is off.
To use this feature, please set “hbase.rpc.server.impl" to
“org.apache.hadoop.hbase.ipc.NettyRpcServer”.
> Netty based rpc server impl
> -----------------------------
>
> Key: HBASE-17263
> URL: https://issues.apache.org/jira/browse/HBASE-17263
> Project: HBase
> Issue Type: Sub-task
> Components: Performance, rpc
> Reporter: binlijin
> Assignee: binlijin
> Fix For: 2.0.0
>
> Attachments: HBASE-17263.patch, HBASE-17263_v2.patch,
> HBASE-17263_v3.patch, HBASE-17263_v4.patch, HBASE-17263_v5.patch,
> HBASE-17263_v6.patch, HBASE-17263_v7.patch, HBASE-17263_v8.patch,
> HBASE-17263_v8.patch, HBASE-17263_v8.patch
>
>
> An RPC server with Netty4 implementation, which provide better performance.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)