You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Charan Hebri (JIRA)" <ji...@apache.org> on 2018/05/28 14:37:00 UTC

[jira] [Created] (YARN-8372) ApplicationAttemptNotFoundException should be handled correctly by Distributed Shell App Master

Charan Hebri created YARN-8372:
----------------------------------

             Summary: ApplicationAttemptNotFoundException should be handled correctly by Distributed Shell App Master
                 Key: YARN-8372
                 URL: https://issues.apache.org/jira/browse/YARN-8372
             Project: Hadoop YARN
          Issue Type: Bug
          Components: distributed-shell
            Reporter: Charan Hebri


{noformat}
try {
  response = client.allocate(progress);
} catch (ApplicationAttemptNotFoundException e) {
  handler.onShutdownRequest();
  LOG.info("Shutdown requested. Stopping callback.");
  return;{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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