You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Hitesh Shah (JIRA)" <ji...@apache.org> on 2014/10/09 03:19:33 UTC

[jira] [Updated] (TEZ-1647) Issue with caching of events in VertexManager::onRootVertexInitialized

     [ https://issues.apache.org/jira/browse/TEZ-1647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hitesh Shah updated TEZ-1647:
-----------------------------
    Description: 
Came across a use-case in Hive where the current functionality does not work. 

Consider a vertex with 2 inputs ( i1, i2 ):

The custom vertex manager in Hive generates events only when both i1 and i2 are initialized. 

Therefore vertexManagerPlugin::onRootInitialized(i1) does nothing but for vertexManagerPLugin::onRootIniitialized(i2) , it calls context.addEvents(i1) and context.addEvents(i2). When this happens, the events generated for i1 never get sent to the VertexImpl to be routed to the tasks. 



  was:
Came across a use-case in Hive where the current functionality does not work. 

Consider a vertex with 2 inputs ( i1, i2 ):

The custom vertex manager in Hive generates events only when both i1 and i2 are initialized. 

Therefore vertexManagerPlugin::onRootInitialized(i1) does nothing but for vertexManagerPLugin::onRootIniitialized(i2) , it calls context.addEvents(i1) and context.addEvents(i2). When this happens, the events generated for i1 never get sent to the VertexImpl to be routed to the tasks. 



  


What this implies is that
  
  




> Issue with caching of events in VertexManager::onRootVertexInitialized 
> -----------------------------------------------------------------------
>
>                 Key: TEZ-1647
>                 URL: https://issues.apache.org/jira/browse/TEZ-1647
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: Hitesh Shah
>            Assignee: Jeff Zhang
>
> Came across a use-case in Hive where the current functionality does not work. 
> Consider a vertex with 2 inputs ( i1, i2 ):
> The custom vertex manager in Hive generates events only when both i1 and i2 are initialized. 
> Therefore vertexManagerPlugin::onRootInitialized(i1) does nothing but for vertexManagerPLugin::onRootIniitialized(i2) , it calls context.addEvents(i1) and context.addEvents(i2). When this happens, the events generated for i1 never get sent to the VertexImpl to be routed to the tasks. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)