Author: kturner
Date: Tue May 29 18:15:40 2012
New Revision: 1343890

URL: http://svn.apache.org/viewvc?rev=1343890&view=rev
Log:
ACCUMULO-509 set default recovery walog replication to 2

Modified:
    accumulo/branches/1.4/docs/config.html
    
accumulo/branches/1.4/src/core/src/main/java/org/apache/accumulo/core/conf/Property.java

Modified: accumulo/branches/1.4/docs/config.html
URL: 
http://svn.apache.org/viewvc/accumulo/branches/1.4/docs/config.html?rev=1343890&r1=1343889&r2=1343890&view=diff
==============================================================================
--- accumulo/branches/1.4/docs/config.html (original)
+++ accumulo/branches/1.4/docs/config.html Tue May 29 18:15:40 2012
@@ -573,7 +573,7 @@ $HADOOP_HOME/lib/[^.].*.jar,
     <td>logger.recovery.file.replication</td>
     <td><b><a href='#COUNT'>count</a></b></td>
     <td>yes</td>
-    <td><pre>1</pre></td>
+    <td><pre>2</pre></td>
     <td>When a logger puts a WALOG into HDFS, it will use this as the 
replication factor.</td>
    </tr>
    <tr class='highlight'>

Modified: 
accumulo/branches/1.4/src/core/src/main/java/org/apache/accumulo/core/conf/Property.java
URL: 
http://svn.apache.org/viewvc/accumulo/branches/1.4/src/core/src/main/java/org/apache/accumulo/core/conf/Property.java?rev=1343890&r1=1343889&r2=1343890&view=diff
==============================================================================
--- 
accumulo/branches/1.4/src/core/src/main/java/org/apache/accumulo/core/conf/Property.java
 (original)
+++ 
accumulo/branches/1.4/src/core/src/main/java/org/apache/accumulo/core/conf/Property.java
 Tue May 29 18:15:40 2012
@@ -172,7 +172,7 @@ public enum Property {
       "When enabled the logger will monitor file systems and kill itself when 
one switches from rw to ro.  This is usually and indication that Linux has 
detected a bad disk."),
   LOGGER_SORT_BUFFER_SIZE("logger.sort.buffer.size", "200M", 
PropertyType.MEMORY,
       "The amount of memory to use when sorting logs during recovery. Only 
used when *not* sorting logs with map/reduce."),
-  LOGGER_RECOVERY_FILE_REPLICATION("logger.recovery.file.replication", "1", 
PropertyType.COUNT,
+  LOGGER_RECOVERY_FILE_REPLICATION("logger.recovery.file.replication", "2", 
PropertyType.COUNT,
       "When a logger puts a WALOG into HDFS, it will use this as the 
replication factor."),
   LOGGER_MINTHREADS("logger.server.threads.minimum", "2", PropertyType.COUNT, 
"The miniumum number of threads to use to handle incoming requests."),
   LOGGER_THREADCHECK("logger.server.threadcheck.time", "1s", 
PropertyType.TIMEDURATION, "The time between adjustments of the server thread 
pool."),


Reply via email to