You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Vinod K V (JIRA)" <ji...@apache.org> on 2010/05/19 12:40:54 UTC

[jira] Created: (MAPREDUCE-1799) TaskTracker webui fails to show logs for tasks whose child JVM itself crashes before process launch

TaskTracker webui fails to show logs for tasks whose child JVM itself crashes before process launch
---------------------------------------------------------------------------------------------------

                 Key: MAPREDUCE-1799
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1799
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: task, tasktracker
            Reporter: Vinod K V
             Fix For: 0.22.0


In many cases like invalid JVM arguments, JVM started with too much initialize heap or beyond OS ulimits, the child JVM itself crashes before the process can even be launched. In these situation, the tasktracker's webUI doesn't show the logs. This is because of a bug in the TaskLogServlet which displays logs only when syslog, stdout, stderr are all present. In the JVM crash case, syslog isn't created and so task-logs aren't displayed at all.

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