JobTracker consistently throws ArrayIndexOutOfBoundsException for some jobs
accessed via the job-history
--------------------------------------------------------------------------------------------------------
Key: HADOOP-1352
URL: https://issues.apache.org/jira/browse/HADOOP-1352
Project: Hadoop
Issue Type: Bug
Components: mapred
Affects Versions: 0.12.3
Reporter: Devaraj Das
Fix For: 0.14.0
This is the exception from the jobtracker when I attempted to access the via
the job history. It consistently threw this exception for that particular job
whereas for other jobs in the history it worked fine..
2007-05-13 18:51:07,343 WARN /:
/analysejobhistory.jsp?jobid=job_0002&jobTrackerId=1179059464110:
java.lang.ArrayIndexOutOfBoundsException: 79647
at
org.apache.hadoop.mapred.analysejobhistory_jsp._jspService(analysejobhistory_jsp.java:107)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:427)
at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:475)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:635)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1517)
at org.mortbay.http.HttpServer.service(HttpServer.java:954)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:814)
at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:981)
at org.mortbay.http.HttpConnection.handle(HttpConnection.java:831)
at
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.