HBASE-8031 Document for hbase.rpc.timeout

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1465887 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2013-04-09 05:36:14 +00:00
parent 4d2f1da951
commit a8a5c8bc65
1 changed files with 10 additions and 0 deletions

View File

@ -982,4 +982,14 @@
is 2.
</description>
</property>
<property>
<name>hbase.rpc.timeout</name>
<value>60000</value>
<description>
This is for the RPC layer to define how long HBase client applications
take for a remote call to time out. It uses pings to check connections
but will eventually throw a TimeoutException.
The default value is 60000ms(60s).
</description>
</property>
</configuration>