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 "Daniel Templeton (JIRA)" <ji...@apache.org> on 2015/11/25 19:49:11 UTC

[jira] [Created] (YARN-4395) Typo in comment in ClientServiceDelegate

Daniel Templeton created YARN-4395:
--------------------------------------

             Summary: Typo in comment in ClientServiceDelegate
                 Key: YARN-4395
                 URL: https://issues.apache.org/jira/browse/YARN-4395
             Project: Hadoop YARN
          Issue Type: Task
            Reporter: Daniel Templeton
            Assignee: Daniel Templeton
            Priority: Trivial


Line 337 in {{invoke()}} has the following comment:

{code}
        // if it's AM shut down, do not decrement maxClientRetry as we wait for
        // AM to be restarted.
{code}

Ideally it should be:

{code}
        // If its AM shut down, do not decrement maxClientRetry while we wait
        // for its AM to be restarted.
{code}



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