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/07/08 23:31:22 UTC

svn commit: r1500968 - /hbase/trunk/hbase-common/src/main/resources/hbase-default.xml

Author: stack
Date: Mon Jul  8 21:31:21 2013
New Revision: 1500968

URL: http://svn.apache.org/r1500968
Log:
HBASE-8898 Minor reformatting of hbase-default.xml and removal of comments that say what the 'default' is (since rarely agrees w/ actual setting); ADDENDUM

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

Modified: hbase/trunk/hbase-common/src/main/resources/hbase-default.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/hbase-common/src/main/resources/hbase-default.xml?rev=1500968&r1=1500967&r2=1500968&view=diff
==============================================================================
--- hbase/trunk/hbase-common/src/main/resources/hbase-default.xml (original)
+++ hbase/trunk/hbase-common/src/main/resources/hbase-default.xml Mon Jul  8 21:31:21 2013
@@ -429,7 +429,7 @@ possible configurations would overwhelm 
   </property>
   <property>
     <name>hbase.client.retries.number</name>
-    <value>31</value>
+    <value>14</value>
     <description>Maximum retries.  Used as maximum for all retryable
     operations such as the getting of a cell's value, starting a row update,
     etc.  Retry interval is a rough function based on hbase.client.pause.  At