You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Jake Maes (JIRA)" <ji...@apache.org> on 2016/02/02 00:49:40 UTC

[jira] [Created] (SAMZA-867) Fix job restart/shutdown in the event of a node outage.

Jake Maes created SAMZA-867:
-------------------------------

             Summary: Fix job restart/shutdown in the event of a node outage.
                 Key: SAMZA-867
                 URL: https://issues.apache.org/jira/browse/SAMZA-867
             Project: Samza
          Issue Type: Bug
            Reporter: Jake Maes
            Assignee: Jake Maes


A number of jobs failed or restarted when we lost a couple hosts in the cluster.
The theory is that this happened because the AppMaster detects the failed
container before YARN detects the missing NM, so it tries to run the
container on that host again, but doesn't handle the connection errors from the NM properly. Switching from a synchronous NM client model to an async model is expected to help, but we need to discuss this.



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