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

[jira] [Commented] (TEZ-1597) ImmediateStartVertexManager should handle corner case of vertex having zero tasks

    [ https://issues.apache.org/jira/browse/TEZ-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14139869#comment-14139869 ] 

Bikas Saha commented on TEZ-1597:
---------------------------------

lgtm. please run all tests before committing.
This log could go once when we set this up (and also include a log for vertices being ignored) in onVertexStarted()?

           //do not schedule tasks until a task from source task is complete
+          LOG.info("Wait scheduling tasks in " + getContext().getVertexName()
+              + " until a task completes in " + entry.getKey());

> ImmediateStartVertexManager should handle corner case of vertex having zero tasks
> ---------------------------------------------------------------------------------
>
>                 Key: TEZ-1597
>                 URL: https://issues.apache.org/jira/browse/TEZ-1597
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: Rajesh Balamohan
>            Assignee: Rajesh Balamohan
>         Attachments: TEZ-1597.1.patch
>
>
> ImmediateStartVertexManager would keep waiting for source completed event from the vertex with 0 task and would get into hung state.



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