You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@slider.apache.org by "Sidharta Seethana (JIRA)" <ji...@apache.org> on 2016/05/18 00:46:12 UTC

[jira] [Created] (SLIDER-1123) Slider AM unregisters from the YARN RM on some errors resulting in a single app attempt

Sidharta Seethana created SLIDER-1123:
-----------------------------------------

             Summary: Slider AM unregisters from the YARN RM on some errors resulting in a single app attempt
                 Key: SLIDER-1123
                 URL: https://issues.apache.org/jira/browse/SLIDER-1123
             Project: Slider
          Issue Type: Bug
            Reporter: Sidharta Seethana


/cc [~vinodkv], [~gsaha], [~billie.rinaldi]

This was observed when we ran into SLIDER-1121 . The AM unregisters when it runs into a port conflict, for example and because of this, there are not additional app attempts. 

{code}
16/05/13 02:34:29 INFO appmaster.SliderAppMaster: Setting stopInitiated flag to true
16/05/13 02:34:29 INFO appmaster.SliderAppMaster: Container release timeout in millis = 0
16/05/13 02:34:29 INFO state.AppState: Releasing 1 containers
16/05/13 02:34:29 INFO appmaster.SliderAppMaster: Application completed. Signalling finish to RM
16/05/13 02:34:29 INFO appmaster.SliderAppMaster: Unregistering AM status=FAILED message=Port in use: 0.0.0.0:1025
16/05/13 02:34:29 INFO impl.AMRMClientImpl: Waiting for application to be successfully unregistered
{code}



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