Tsuyoshi OZAWA created TEZ-1378:
-----------------------------------

             Summary: Comment of TestTaskImpl assertTaskKillWaitState is 
deprecated
                 Key: TEZ-1378
                 URL: https://issues.apache.org/jira/browse/TEZ-1378
             Project: Apache Tez
          Issue Type: Bug
            Reporter: Tsuyoshi OZAWA
            Priority: Trivial


{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)

Reply via email to