Bug fix on doc and doc of an attribute
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1096044 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
537463ec95
commit
1e4ee00ee6
|
@ -21,11 +21,11 @@
|
|||
spewed is voluminous. It is not recommended that you leave this
|
||||
logging on for more than short bursts of time. To enable RPC-level
|
||||
logging, browse to the regionserver UI and click on
|
||||
<emphasis>Log Level</emphasis>. Set the log level to DEBUG for the package
|
||||
<emphasis>Log Level</emphasis>. Set the log level to <varname>DEBUG</varname> for the package
|
||||
<classname>org.apache.hadoop.ipc</classname> (Thats right, for
|
||||
hadoop.ipc, NOT, hbase.ipc). Then tail the regionservers log.
|
||||
Analyze.</para>
|
||||
<para>To disable, set the logging level back to WARN level.
|
||||
<para>To disable, set the logging level back to <varname>INFO</varname> level.
|
||||
</para>
|
||||
</note>
|
||||
|
||||
|
|
|
@ -164,7 +164,7 @@
|
|||
<property>
|
||||
<name>hbase.regionserver.handler.count</name>
|
||||
<value>10</value>
|
||||
<description>Count of RPC Server instances spun up on RegionServers
|
||||
<description>Count of RPC Listener instances spun up on RegionServers.
|
||||
Same property is used by the Master for count of master handlers.
|
||||
Default is 10.
|
||||
</description>
|
||||
|
|
Loading…
Reference in New Issue