Return-Path: X-Original-To: apmail-tez-issues-archive@minotaur.apache.org Delivered-To: apmail-tez-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B8790175C2 for ; Thu, 2 Oct 2014 21:37:34 +0000 (UTC) Received: (qmail 74762 invoked by uid 500); 2 Oct 2014 21:37:34 -0000 Delivered-To: apmail-tez-issues-archive@tez.apache.org Received: (qmail 74590 invoked by uid 500); 2 Oct 2014 21:37:34 -0000 Mailing-List: contact issues-help@tez.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tez.apache.org Delivered-To: mailing list issues@tez.apache.org Received: (qmail 74395 invoked by uid 99); 2 Oct 2014 21:37:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Oct 2014 21:37:34 +0000 Date: Thu, 2 Oct 2014 21:37:34 +0000 (UTC) From: "Bikas Saha (JIRA)" To: issues@tez.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Reopened] (TEZ-1592) Vertex should wait for all initializers to finish before moving to INITED state MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/TEZ-1592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bikas Saha reopened TEZ-1592: ----------------------------- > Vertex should wait for all initializers to finish before moving to INITED state > ------------------------------------------------------------------------------- > > Key: TEZ-1592 > URL: https://issues.apache.org/jira/browse/TEZ-1592 > Project: Apache Tez > Issue Type: Bug > Reporter: Siddharth Seth > Assignee: Siddharth Seth > Priority: Blocker > Fix For: 0.5.1 > > Attachments: DagAppMasterJstack.txt, TEZ-1592.1.txt, TezChild1Jstack.txt, TezChild2Jstack.txt, TezChild3Jstack.txt > > > Reported by [~vikram.dixit] > When using multiple initializers, the following stack trace is seen at times. > {code} > 2014-09-17 15:05:00,406 ERROR [AsyncDispatcher event handler] org.apache.tez.dag.app.dag.impl.VertexImpl: Can't handle Invalid event V_ROOT_INPUT_INITIALIZED on vertex Map 2 with vertexId vertex_1410991351910_0002_8_01 at current state RUNNING > org.apache.hadoop.yarn.state.InvalidStateTransitonException: Invalid event: V_ROOT_INPUT_INITIALIZED at RUNNING > 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.dag.app.dag.impl.VertexImpl.handle(VertexImpl.java:1337) > at org.apache.tez.dag.app.dag.impl.VertexImpl.handle(VertexImpl.java:168) > at org.apache.tez.dag.app.DAGAppMaster$VertexEventDispatcher.handle(DAGAppMaster.java:1641) > at org.apache.tez.dag.app.DAGAppMaster$VertexEventDispatcher.handle(DAGAppMaster.java:1627) > 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:662) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)