TestJobTrackerRestartWithLostTracker sometimes fails while validating history.
------------------------------------------------------------------------------
Key: HADOOP-6042
URL: https://issues.apache.org/jira/browse/HADOOP-6042
Project: Hadoop Core
Issue Type: Bug
Components: mapred
Reporter: Amareshwari Sriramadasu
TestJobTrackerRestartWithLostTracker fails with following error
Duplicate START_TIME seen for task task_200906151249_0001_m_000001 in history
file at line 54
junit.framework.AssertionFailedError: Duplicate START_TIME seen for task
task_200906151249_0001_m_000001 in history file at line 54
at
org.apache.hadoop.mapred.TestJobHistory$TestListener.handle(TestJobHistory.java:161)
at org.apache.hadoop.mapred.JobHistory.parseLine(JobHistory.java:335)
at
org.apache.hadoop.mapred.JobHistory.parseHistoryFromFS(JobHistory.java:299)
at
org.apache.hadoop.mapred.TestJobHistory.validateJobHistoryFileFormat(TestJobHistory.java:478)
at
org.apache.hadoop.mapred.TestJobTrackerRestartWithLostTracker.testRecoveryWithLostTracker(TestJobTrackerRestartWithLostTracker.java:116)
at
org.apache.hadoop.mapred.TestJobTrackerRestartWithLostTracker.testRestartWithLostTracker(TestJobTrackerRestartWithLostTracker.java:162)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.