[ 
https://issues.apache.org/jira/browse/MAPREDUCE-1186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796605#action_12796605
 ] 

Amareshwari Sriramadasu commented on MAPREDUCE-1186:
----------------------------------------------------

Test timeout for TestEmptyJob is not related to the patch. 
Looking at the console log, I could see jetty problem. It timed out because 
tracker could not come up (see HADOOP-4744). The corresponding console log:
{noformat}
     [exec]     [junit] 2010-01-05 07:00:33,128 INFO  http.HttpServer 
(HttpServer.java:start(435)) - Port returned by 
webServer.getConnectors()[0].getLocalPort() before open() is -1. Opening the 
listener on 0
     [exec]     [junit] 2010-01-05 07:00:33,128 INFO  http.HttpServer 
(HttpServer.java:start(440)) - listener.getLocalPort() returned 60202 
webServer.getConnectors()[0].getLocalPort() returned 60202
     [exec]     [junit] 2010-01-05 07:00:33,129 INFO  http.HttpServer 
(HttpServer.java:start(473)) - Jetty bound to port 60202
     [exec]     [junit] 82779 [main] INFO org.mortbay.log - jetty-6.1.14
     [exec]     [junit] 2010-01-05 07:00:33,146 INFO  net.NetworkTopology 
(NetworkTopology.java:add(327)) - Adding a new node: /default-rack/host0.foo.com
     [exec]     [junit] 2010-01-05 07:00:33,148 INFO  mapred.JobTracker 
(JobTracker.java:addNewTracker(2180)) - Adding tracker 
tracker_host0.foo.com:localhost/127.0.0.1:36038 to host host0.foo.com
     [exec]     [junit] 2010-01-05 07:00:33,150 ERROR mapred.TaskTracker 
(TaskTracker.java:offerService(1360)) - Caught exception: java.io.IOException: 
Jetty problem. Jetty didn't bind to a valid port
     [exec]     [junit]         at 
org.apache.hadoop.mapred.TaskTracker.checkJettyPort(TaskTracker.java:1180)
     [exec]     [junit]         at 
org.apache.hadoop.mapred.TaskTracker.offerService(TaskTracker.java:1338)
     [exec]     [junit]         at 
org.apache.hadoop.mapred.TaskTracker.run(TaskTracker.java:2037)
     [exec]     [junit]         at 
org.apache.hadoop.mapred.MiniMRCluster$TaskTrackerRunner.run(MiniMRCluster.java:207)
     [exec]     [junit]         at java.lang.Thread.run(Thread.java:619)
     [exec]     [junit] 
     [exec]     [junit] 2010-01-05 07:00:33,152 INFO  mapred.TaskTracker 
(TaskTracker.java:run(755)) - Shutting down: Map-events fetcher for all reduce 
tasks on tracker_host0.foo.com:localhost/127.0.0.1:36038
{noformat}

> While localizing a DistributedCache file, TT sets permissions recursively on 
> the whole base-dir
> -----------------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1186
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1186
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: tasktracker
>    Affects Versions: 0.21.0
>            Reporter: Vinod K V
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.22.0
>
>         Attachments: patch-1186-1.txt, patch-1186-2.txt, 
> patch-1186-3-ydist.txt, patch-1186-3-ydist.txt, patch-1186-3.txt, 
> patch-1186-4.txt, patch-1186-ydist.txt, patch-1186-ydist.txt, patch-1186.txt
>
>
> This is a performance problem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to