job fails because pendingCreates is not cleaned up after a task fails
---------------------------------------------------------------------

         Key: HADOOP-157
         URL: http://issues.apache.org/jira/browse/HADOOP-157
     Project: Hadoop
        Type: Bug

  Components: dfs  
    Versions: 0.1.1    
    Reporter: Owen O'Malley
 Assigned to: Owen O'Malley 
     Fix For: 0.2


When a task fails under map/reduce, if the client doesn't abandon the files in 
progress (usually because it was killed), the lease on the name node lasts 1 
minute. During that minute, I see 3 backup copies of the task fail because 
pendingCreates is non-null.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to