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

Bikas Saha commented on TEZ-2410:
---------------------------------

Please also add a few check of this kind for non-group vertices, like you 
mentioned above.
{code}
    historyEventHandler.verifyVertexGroupCommitStartedEvent("v1", 0);           
   
    historyEventHandler.verifyVertexGroupCommitFinishedEvent("v1", 0);       // 
use vertex name to verify vertex does not cause VertexGroupCommitFinished
{code}

> VertexGroupCommitFinishedEvent is not logged correctly
> ------------------------------------------------------
>
>                 Key: TEZ-2410
>                 URL: https://issues.apache.org/jira/browse/TEZ-2410
>             Project: Apache Tez
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>            Reporter: Jeff Zhang
>            Assignee: Jeff Zhang
>            Priority: Blocker
>         Attachments: TEZ-2410-1.patch, TEZ-2410-1.patch
>
>
> VertexGroupCommitFinishedEvent may be logged for non-vertex group commits.
> VertexGroupCommitFinishedEvent may be logged for each member vertex of the 
> group instead of once per group.



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

Reply via email to