You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by cu...@apache.org on 2005/09/29 22:30:13 UTC

svn commit: r292532 - /lucene/nutch/branches/mapred/src/java/org/apache/nutch/mapred/MRConstants.java

Author: cutting
Date: Thu Sep 29 13:30:11 2005
New Revision: 292532

URL: http://svn.apache.org/viewcvs?rev=292532&view=rev
Log:
Increase timeout, as launching large jobs can sometimes cause the jobtracker to not see heartbeats for a bit.

Modified:
    lucene/nutch/branches/mapred/src/java/org/apache/nutch/mapred/MRConstants.java

Modified: lucene/nutch/branches/mapred/src/java/org/apache/nutch/mapred/MRConstants.java
URL: http://svn.apache.org/viewcvs/lucene/nutch/branches/mapred/src/java/org/apache/nutch/mapred/MRConstants.java?rev=292532&r1=292531&r2=292532&view=diff
==============================================================================
--- lucene/nutch/branches/mapred/src/java/org/apache/nutch/mapred/MRConstants.java (original)
+++ lucene/nutch/branches/mapred/src/java/org/apache/nutch/mapred/MRConstants.java Thu Sep 29 13:30:11 2005
@@ -25,7 +25,7 @@
     // Timeouts, constants
     //
     public static final long HEARTBEAT_INTERVAL = 3 * 1000;
-    public static final long TASKTRACKER_EXPIRY_INTERVAL = 30 * 1000;
+    public static final long TASKTRACKER_EXPIRY_INTERVAL = 10 * 60 * 1000;
 
     //
     // Result codes