Miklos Szegedi created YARN-6368:
------------------------------------

             Summary: Decommissioning an NM results in a -1 exit code
                 Key: YARN-6368
                 URL: https://issues.apache.org/jira/browse/YARN-6368
             Project: Hadoop YARN
          Issue Type: Bug
            Reporter: Miklos Szegedi
            Assignee: Miklos Szegedi
            Priority: Minor


In NodeManager.java we should exit normally in case the RM shuts down the node:
{code}
        } finally {
          if (shouldExitOnShutdownEvent
              && !ShutdownHookManager.get().isShutdownInProgress()) {
            ExitUtil.terminate(-1);
          }
        }
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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

Reply via email to