You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "runzhou wu (JIRA)" <ji...@apache.org> on 2019/07/21 03:53:00 UTC

[jira] [Created] (YARN-9688) Variable description error of method in stateMachine class

runzhou wu created YARN-9688:
--------------------------------

             Summary:  Variable description error of method in stateMachine class
                 Key: YARN-9688
                 URL: https://issues.apache.org/jira/browse/YARN-9688
             Project: Hadoop YARN
          Issue Type: Bug
            Reporter: runzhou wu


StateMachineFactory class 

/**
 * Effect a transition due to the effecting stimulus.
 * @param {color:#FF0000}state{color} current state
 * @param eventType trigger to initiate the transition
 * @param {color:#FF0000}cause{color} causal eventType context
 * @return transitioned state
 */
private STATE doTransition
 (OPERAND operand, STATE oldState, EVENTTYPE eventType, EVENT event)
 throws InvalidStateTransitionException {



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org