Issue Details (XML | Word | Printable)

Key: HADOOP-5869
Type: Bug Bug
Status: Resolved Resolved
Resolution: Duplicate
Priority: Major Major
Assignee: Sreekanth Ramakrishnan
Reporter: Sreekanth Ramakrishnan
Votes: 0
Watchers: 3
Operations

If you were logged in you would be able to see more operations.
Hadoop Common

TestQueueCapacities timeout in trunk.

Created: 19/May/09 05:23 AM   Updated: 08/Jul/09 04:40 PM
Return to search
Component/s: None
Affects Version/s: 0.20.1
Fix Version/s: 0.20.1

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works HADOOP-5869-1.patch 2009-06-04 02:55 AM Sreekanth Ramakrishnan 1 kB
Text File Licensed for inclusion in ASF works HADOOP-5869-2.patch 2009-06-08 03:50 AM Sreekanth Ramakrishnan 3 kB
Text File Licensed for inclusion in ASF works HADOOP-5869-3.20.patch 2009-06-11 08:02 AM Hemanth Yamijala 2 kB
Text File Licensed for inclusion in ASF works HADOOP-5869-3.patch 2009-06-09 08:59 AM Sreekanth Ramakrishnan 2 kB
Text File Licensed for inclusion in ASF works hadoop-5869.patch 2009-06-02 06:15 AM Giridharan Kesavan 0.5 kB
Text File thread-dump.txt 2009-05-20 03:37 PM Steve Loughran 106 kB
Issue Links:
Blocker
 

Hadoop Flags: Reviewed
Resolution Date: 18/Jun/09 03:59 AM


 Description  « Hide
TestQueueCapacities in trunk currently times out with message failed to fetch map-outputs. Stack trace is:
2009-05-19 10:54:01,162 WARN org.apache.hadoop.mapred.ReduceTask: \
  attempt_200905191053_0001_r_000011_0 copy failed: attempt_200905191053_0001_m_000000_0 from localhost
2009-05-19 10:54:01,163 WARN org.apache.hadoop.mapred.ReduceTask: java.io.FileNotFoundException: \
  http://localhost:54203/mapOutput?job=job_200905191053_0001&map=attempt_200905191053_0001_m_000000_0&reduce=11
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1241)
        at org.apache.hadoop.mapred.ReduceTask$ReduceCopier$MapOutputCopier.getInputStream(ReduceTask.java:1436)
        at org.apache.hadoop.mapred.ReduceTask$ReduceCopier$MapOutputCopier.getMapOutput(ReduceTask.java:1353)
        at org.apache.hadoop.mapred.ReduceTask$ReduceCopier$MapOutputCopier.copyOutput(ReduceTask.java:1267)
        at org.apache.hadoop.mapred.ReduceTask$ReduceCopier$MapOutputCopier.run(ReduceTask.java:1199)


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #783672 Thu Jun 11 07:53:20 UTC 2009 yhemanth HADOOP-5869. Fix bug in assignment of setup / cleanup task that was causing TestQueueCapacities to fail. Contributed by Sreekanth Ramakrishnan.
Files Changed
MODIFY /hadoop/core/trunk/src/mapred/org/apache/hadoop/mapred/TaskInProgress.java
MODIFY /hadoop/core/trunk/CHANGES.txt
MODIFY /hadoop/core/trunk/src/test/mapred/org/apache/hadoop/mapred/ControlledMapReduceJob.java

Repository Revision Date User Message
ASF #783676 Thu Jun 11 07:58:34 UTC 2009 yhemanth HADOOP-5869. Fix bug in assignment of setup / cleanup task that was causing TestQueueCapacities to fail. Contributed by Sreekanth Ramakrishnan.
Files Changed
MODIFY /hadoop/core/branches/branch-0.20/src/mapred/org/apache/hadoop/mapred/TaskInProgress.java
MODIFY /hadoop/core/branches/branch-0.20/src/test/org/apache/hadoop/mapred/ControlledMapReduceJob.java
MODIFY /hadoop/core/branches/branch-0.20/CHANGES.txt