HBASE-2133 Increase default number of client handlers
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@899863 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b145b4b83e
commit
ff9dfa44b7
|
@ -156,10 +156,10 @@
|
||||||
</property>
|
</property>
|
||||||
<property>
|
<property>
|
||||||
<name>hbase.regionserver.handler.count</name>
|
<name>hbase.regionserver.handler.count</name>
|
||||||
<value>10</value>
|
<value>25</value>
|
||||||
<description>Count of RPC Server instances spun up on RegionServers
|
<description>Count of RPC Server instances spun up on RegionServers
|
||||||
Same property is used by the HMaster for count of master handlers.
|
Same property is used by the HMaster for count of master handlers.
|
||||||
Default is 10.
|
Default is 25.
|
||||||
</description>
|
</description>
|
||||||
</property>
|
</property>
|
||||||
<property>
|
<property>
|
||||||
|
|
Loading…
Reference in New Issue