You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Tsuyoshi OZAWA (JIRA)" <ji...@apache.org> on 2014/08/19 07:08:18 UTC

[jira] [Commented] (TEZ-1378) Comment of TestTaskImpl assertTaskKillWaitState is deprecated

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

Tsuyoshi OZAWA commented on TEZ-1378:
-------------------------------------

Looks good to me(non-binding).

> Comment of TestTaskImpl assertTaskKillWaitState is deprecated
> -------------------------------------------------------------
>
>                 Key: TEZ-1378
>                 URL: https://issues.apache.org/jira/browse/TEZ-1378
>             Project: Apache Tez
>          Issue Type: Bug
>    Affects Versions: 0.4.1
>            Reporter: Tsuyoshi OZAWA
>            Priority: Trivial
>              Labels: newbie
>         Attachments: TEZ-1378.1.patch
>
>
> {code}
>   /**
>    * {@link TaskState#TERMINATING}
>    */
>   private void assertTaskKillWaitState() {
>     assertEquals(TaskStateInternal.KILL_WAIT, mockTask.getInternalState());
>   }
> {code}
> TERMINATING in the comment is deprecated state. We should replace it with KILL_WAIT.



--
This message was sent by Atlassian JIRA
(v6.2#6252)