[ https://issues.apache.org/jira/browse/TEZ-2568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14595926#comment-14595926 ]
TezQA commented on TEZ-2568: ---------------------------- {color:green}+1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12741025/TEZ-2568-2.patch against master revision 4b29ece. {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 findbugs{color}. The patch does not introduce any new Findbugs (version 3.0.1) 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 . Test results: https://builds.apache.org/job/PreCommit-TEZ-Build/851//testReport/ Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/851//console This message is automatically generated. > V_INPUT_DATA_INFORMATION may happen after vertex is initialized > --------------------------------------------------------------- > > Key: TEZ-2568 > URL: https://issues.apache.org/jira/browse/TEZ-2568 > Project: Apache Tez > Issue Type: Bug > Affects Versions: 0.7.0 > Reporter: Jeff Zhang > Assignee: Jeff Zhang > Priority: Blocker > Attachments: TEZ-2568-1.patch, TEZ-2568-2.patch, a.log > > > {code} > 2015-06-19 15:57:28,462 ERROR [Dispatcher thread: Central] impl.VertexImpl: > Can't handle Invalid event V_INPUT_DATA_INFORMATION on vertex Map 2 with > vertexId vertex_1434754502979_0002_2_00 at current state INITED > org.apache.hadoop.yarn.state.InvalidStateTransitonException: Invalid event: > V_INPUT_DATA_INFORMATION at INITED > 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.tez.state.StateMachineTez.doTransition(StateMachineTez.java:57) > at > org.apache.tez.dag.app.dag.impl.VertexImpl.handle(VertexImpl.java:1799) > at > org.apache.tez.dag.app.dag.impl.VertexImpl.handle(VertexImpl.java:198) > at > org.apache.tez.dag.app.DAGAppMaster$VertexEventDispatcher.handle(DAGAppMaster.java:1963) > at > org.apache.tez.dag.app.DAGAppMaster$VertexEventDispatcher.handle(DAGAppMaster.java:1949) > at > org.apache.tez.common.AsyncDispatcher.dispatch(AsyncDispatcher.java:183) > at > org.apache.tez.common.AsyncDispatcher$1.run(AsyncDispatcher.java:114) > at java.lang.Thread.run(Thread.java:722) > {code} > Vertex move to INITED as long as its parallelism is determined, no null edges > and root inputs are initialized. RootInputDataInformation handling is not a > precondition of vertex move to INITED. We can't wait for all the > V_INPUT_DATA_INFORMATION events available in INITIALIZING state, because it > is not know how many V_INPUT_DATA_INFORMATION we may receive, it is > determined by VM. So will allow V_INPUT_DATA_INFORMATION happens when vertex > is initialized. -- This message was sent by Atlassian JIRA (v6.3.4#6332)