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)