Created on 02-13-2015 01:06 PM - edited 09-16-2022 02:21 AM
I've been searching for a while and I don't find any information on how to fix or workaround the problem of TaskTracker shutting down due to the Jetty CPU usage bug.
We have Cloudera distribution cdh4.6.0 (which uses jetty-6.1.26.cloudera.2.jar and jetty-util-6.1.26.cloudera.2.jar).
TaskTracker shuts down after just a couple of minutes online in some of the nodes of our cluster. The following is written to the log file:
2015-02-13 15:33:05,223 FATAL org.apache.hadoop.mapred.JettyBugMonitor: ************************************************************
Jetty CPU usage: 1573657853.3%. This is greater than the fatal threshold mapred.tasktracker.jetty.cpu.threshold.fatal. Aborting JVM.
************************************************************
2015-02-13 15:33:05,459 INFO org.apache.hadoop.mapred.TaskTracker: SHUTDOWN_MSG:
How can we fix this problem, i.e. prevent TaskTracker from shutting down or getting into a bad state?
Is there a newer Jetty version we can use that does not cause the problem?
Thank you.
Eduardo.
Created 02-16-2015 08:09 PM
Created 02-16-2015 08:09 PM
Created 04-02-2015 10:47 AM
Hi eafonsof
Updating your kernel version will resolve the issue most likely.
I updated mine to kernel 3.18.x and resolved the issue.