Author: kturner
Date: Tue May 29 18:34:16 2012
New Revision: 1343899

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

Modified:
    accumulo/trunk/   (props changed)
    accumulo/trunk/core/   (props changed)
    
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/conf/Property.java
    accumulo/trunk/server/   (props changed)
    accumulo/trunk/src/   (props changed)

Propchange: accumulo/trunk/
------------------------------------------------------------------------------
  Merged /accumulo/branches/1.4/src:r1342421-1343896
  Merged /accumulo/branches/1.4:r1341135-1342418,1342420-1343897

Propchange: accumulo/trunk/core/
------------------------------------------------------------------------------
  Merged /accumulo/branches/1.4/core:r1341135-1342418,1342420-1343897
  Merged /accumulo/branches/1.4/src/core:r1342421-1343896

Modified: 
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/conf/Property.java
URL: 
http://svn.apache.org/viewvc/accumulo/trunk/core/src/main/java/org/apache/accumulo/core/conf/Property.java?rev=1343899&r1=1343898&r2=1343899&view=diff
==============================================================================
--- 
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/conf/Property.java 
(original)
+++ 
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/conf/Property.java 
Tue May 29 18:34:16 2012
@@ -167,7 +167,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."),

Propchange: accumulo/trunk/server/
------------------------------------------------------------------------------
  Merged /accumulo/branches/1.4/server:r1341135-1342418,1342420-1343897
  Merged /accumulo/branches/1.4/src/server:r1342421-1343896

Propchange: accumulo/trunk/src/
------------------------------------------------------------------------------
  Merged /accumulo/branches/1.4/src:r1341135-1342418,1342420-1343897
  Merged /accumulo/branches/1.4:r1342421-1343896
  Merged /accumulo/trunk:r1342452
  Merged /accumulo/branches/1.4/src/src:r1342421-1343896


Reply via email to