You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@slider.apache.org by "kyungwan nam (JIRA)" <ji...@apache.org> on 2016/08/04 01:36:20 UTC

[jira] [Created] (SLIDER-1163) app_container_tag is greater than the number of component instances

kyungwan nam created SLIDER-1163:
------------------------------------

             Summary: app_container_tag is greater than the number of component instances
                 Key: SLIDER-1163
                 URL: https://issues.apache.org/jira/browse/SLIDER-1163
             Project: Slider
          Issue Type: Bug
    Affects Versions: Slider 0.81
            Reporter: kyungwan nam


the way to reproduce this issue

- shutdown a nodemanager where a container is running.
- kill the container process.
- after a while, the container is released by HeartbeatMonitor.
- Slider AM request a new container to replace that.
- a new container container is allocated to another nodemanager.

but, app_container_tag assigned to a new container is greater than the number of component instances (configured by yarn.component.instances)
i think it does not clear app_container_tag when container is released by HeartbeatMonitor



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