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

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

    [ https://issues.apache.org/jira/browse/SLIDER-1123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15288070#comment-15288070 ] 

Billie Rinaldi commented on SLIDER-1123:
----------------------------------------

I'm guessing it's due to this: https://github.com/apache/incubator-slider/blob/develop/slider-core/src/main/java/org/apache/slider/server/appmaster/SliderAppMaster.java#L1008

> 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)