You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2013/04/09 07:36:47 UTC

svn commit: r1465888 - /hbase/branches/0.95/hbase-common/src/main/resources/hbase-default.xml

Author: stack
Date: Tue Apr  9 05:36:47 2013
New Revision: 1465888

URL: http://svn.apache.org/r1465888
Log:
HBASE-8031 Document for hbase.rpc.timeout

Modified:
    hbase/branches/0.95/hbase-common/src/main/resources/hbase-default.xml

Modified: hbase/branches/0.95/hbase-common/src/main/resources/hbase-default.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/hbase-common/src/main/resources/hbase-default.xml?rev=1465888&r1=1465887&r2=1465888&view=diff
==============================================================================
--- hbase/branches/0.95/hbase-common/src/main/resources/hbase-default.xml (original)
+++ hbase/branches/0.95/hbase-common/src/main/resources/hbase-default.xml Tue Apr  9 05:36:47 2013
@@ -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>