Author: stack
Date: Fri Apr 22 21:15:14 2011
New Revision: 1096044
URL: http://svn.apache.org/viewvc?rev=1096044&view=rev
Log:
Bug fix on doc and doc of an attribute
Modified:
hbase/trunk/src/docbkx/performance.xml
hbase/trunk/src/main/resources/hbase-default.xml
Modified: hbase/trunk/src/docbkx/performance.xml
URL:
http://svn.apache.org/viewvc/hbase/trunk/src/docbkx/performance.xml?rev=1096044&r1=1096043&r2=1096044&view=diff
==============================================================================
--- hbase/trunk/src/docbkx/performance.xml (original)
+++ hbase/trunk/src/docbkx/performance.xml Fri Apr 22 21:15:14 2011
@@ -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>
Modified: hbase/trunk/src/main/resources/hbase-default.xml
URL:
http://svn.apache.org/viewvc/hbase/trunk/src/main/resources/hbase-default.xml?rev=1096044&r1=1096043&r2=1096044&view=diff
==============================================================================
--- hbase/trunk/src/main/resources/hbase-default.xml (original)
+++ hbase/trunk/src/main/resources/hbase-default.xml Fri Apr 22 21:15:14 2011
@@ -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>