You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by cu...@apache.org on 2006/10/11 21:24:58 UTC

svn commit: r462907 - in /lucene/hadoop/trunk: CHANGES.txt conf/hadoop-default.xml

Author: cutting
Date: Wed Oct 11 12:24:56 2006
New Revision: 462907

URL: http://svn.apache.org/viewvc?view=rev&rev=462907
Log:
HADOOP-594.  Increase DFS safe-mode threshold to 0.999.  Contributed by Konstantin.

Modified:
    lucene/hadoop/trunk/CHANGES.txt
    lucene/hadoop/trunk/conf/hadoop-default.xml

Modified: lucene/hadoop/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/CHANGES.txt?view=diff&rev=462907&r1=462906&r2=462907
==============================================================================
--- lucene/hadoop/trunk/CHANGES.txt (original)
+++ lucene/hadoop/trunk/CHANGES.txt Wed Oct 11 12:24:56 2006
@@ -9,6 +9,10 @@
  2. HADOOP-592.  Fix a NullPointerException in the IPC Server.  Also
     consistently log when stale calls are discarded.  (omalley via cutting)
 
+ 3. HADOOP-594.  Increase the DFS safe-mode threshold from .95 to
+    .999, so that nearly all blocks must be reported before filesystem
+    modifications are permitted.  (Konstantin Shvachko via cutting)
+
 
 Release 0.7.0 - 2006-10-06
 

Modified: lucene/hadoop/trunk/conf/hadoop-default.xml
URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/conf/hadoop-default.xml?view=diff&rev=462907&r1=462906&r2=462907
==============================================================================
--- lucene/hadoop/trunk/conf/hadoop-default.xml (original)
+++ lucene/hadoop/trunk/conf/hadoop-default.xml Wed Oct 11 12:24:56 2006
@@ -249,7 +249,7 @@
 
 <property>
   <name>dfs.safemode.threshold.pct</name>
-  <value>0.95f</value>
+  <value>0.999f</value>
   <description>
   	Specifies the percentage of blocks that should satisfy 
   	the minimal replication requirement defined by dfs.replication.min.