Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
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.
Attachments
Issue Links
- depends upon
-
MAPREDUCE-1648 Use rolling to limit tasklogs
- Resolved