[ https://issues.apache.org/jira/browse/SLIDER-1213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15903582#comment-15903582 ]
ASF subversion and git services commented on SLIDER-1213: --------------------------------------------------------- Commit de06b3e95aadf80c6244316c953c01b7ff22a4d8 in incubator-slider's branch refs/heads/develop from [~gsaha] [ https://git-wip-us.apache.org/repos/asf?p=incubator-slider.git;h=de06b3e ] SLIDER-1213 docker manager cannot detect failures of running docker containers > docker manager cannot detect failures of running docker containers > ------------------------------------------------------------------ > > Key: SLIDER-1213 > URL: https://issues.apache.org/jira/browse/SLIDER-1213 > Project: Slider > Issue Type: Bug > Components: agent > Affects Versions: Slider 0.91 > Reporter: ouchengeng > Assignee: ouchengeng > Fix For: Slider 1.0.0 > > Attachments: SLIDER-1213.patch > > > For docker apps, DockerManager.py is used to monitor the status of running > docker containers. However, it fails to detect the failures of running > containers, etc, if I manually stop a docker container, and agent cannot > detect it. > There's a bug in DockerManager.py. When querying status, it should not return > 0 or 1. Instead, it should return "STARTED" or "INSTALLED", as the same in > CustomServiceOrchestrator.py, because these are the key words that > Controller.py uses to determine the status of running apps. > YarnDockerManager has the same issue. -- This message was sent by Atlassian JIRA (v6.3.15#6346)