[ https://issues.apache.org/jira/browse/MAPREDUCE-5924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14030310#comment-14030310 ]
Hadoop QA commented on MAPREDUCE-5924: -------------------------------------- {color:green}+1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12650231/MAPREDUCE-5924.1.patch against trunk revision . {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:green}+1 tests included{color}. The patch appears to include 1 new or modified test files. {color:green}+1 javac{color}. The applied patch does not increase the total number of javac compiler warnings. {color:green}+1 javadoc{color}. There were no new javadoc warning messages. {color:green}+1 eclipse:eclipse{color}. The patch built with eclipse:eclipse. {color:green}+1 findbugs{color}. The patch does not introduce any new Findbugs (version 1.3.9) warnings. {color:green}+1 release audit{color}. The applied patch does not increase the total number of release audit warnings. {color:green}+1 core tests{color}. The patch passed unit tests in hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app. {color:green}+1 contrib tests{color}. The patch passed contrib unit tests. Test results: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/4655//testReport/ Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/4655//console This message is automatically generated. > Windows: Sort Job failed due to 'Invalid event: TA_COMMIT_PENDING at > COMMIT_PENDING' > ------------------------------------------------------------------------------------ > > Key: MAPREDUCE-5924 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-5924 > Project: Hadoop Map/Reduce > Issue Type: Bug > Reporter: Zhijie Shen > Assignee: Zhijie Shen > Attachments: MAPREDUCE-5924.1.patch > > > Post the issue on behalf of [~yeshavora]: > The Sort job over 1GB data failed with below error > {code} > 2014-06-09 09:15:38,746 INFO [Socket Reader #1 for port 63415] > SecurityLogger.org.apache.hadoop.ipc.Server: Auth successful for > job_1402304714683_0002 (auth:SIMPLE) > 2014-06-09 09:15:38,750 INFO [IPC Server handler 13 on 63415] > org.apache.hadoop.mapred.TaskAttemptListenerImpl: Commit-pending state update > from attempt_1402304714683_0002_r_000015_1000 > 2014-06-09 09:15:38,751 ERROR [AsyncDispatcher event handler] > org.apache.hadoop.mapreduce.v2.app.job.impl.TaskAttemptImpl: Can't handle > this event at current state for attempt_1402304714683_0002_r_000015_1000 > org.apache.hadoop.yarn.state.InvalidStateTransitonException: Invalid event: > TA_COMMIT_PENDING at COMMIT_PENDING > at > org.apache.hadoop.yarn.state.StateMachineFactory.doTransition(StateMachineFactory.java:305) > at > org.apache.hadoop.yarn.state.StateMachineFactory.access$300(StateMachineFactory.java:46) > at > org.apache.hadoop.yarn.state.StateMachineFactory$InternalStateMachine.doTransition(StateMachineFactory.java:448) > at > org.apache.hadoop.mapreduce.v2.app.job.impl.TaskAttemptImpl.handle(TaskAttemptImpl.java:1058) > at > org.apache.hadoop.mapreduce.v2.app.job.impl.TaskAttemptImpl.handle(TaskAttemptImpl.java:145) > at > org.apache.hadoop.mapreduce.v2.app.MRAppMaster$TaskAttemptEventDispatcher.handle(MRAppMaster.java:1271) > at > org.apache.hadoop.mapreduce.v2.app.MRAppMaster$TaskAttemptEventDispatcher.handle(MRAppMaster.java:1263) > at > org.apache.hadoop.yarn.event.AsyncDispatcher.dispatch(AsyncDispatcher.java:173) > at > org.apache.hadoop.yarn.event.AsyncDispatcher$1.run(AsyncDispatcher.java:106) > at java.lang.Thread.run(Thread.java:722) > 2014-06-09 09:15:38,753 INFO [AsyncDispatcher event handler] > org.apache.hadoop.mapreduce.v2.app.job.impl.JobImpl: > job_1402304714683_0002Job Transitioned from RUNNING to ERROR > {code} > The JobHistory Url prints job state = ERROR -- This message was sent by Atlassian JIRA (v6.2#6252)