You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Olaf Flebbe (JIRA)" <ji...@apache.org> on 2016/01/09 14:23:39 UTC

[jira] [Created] (BIGTOP-2228) Add tini as init process to bigtop/deploy images.

Olaf Flebbe created BIGTOP-2228:
-----------------------------------

             Summary: Add tini as init process to bigtop/deploy images.
                 Key: BIGTOP-2228
                 URL: https://issues.apache.org/jira/browse/BIGTOP-2228
             Project: Bigtop
          Issue Type: Bug
            Reporter: Olaf Flebbe
            Assignee: Olaf Flebbe


My bigtop deploy tests failed with java zombie processes while running apt-get update.

It looks like we are running in the "not reaping child processes" issue, normally handled by a init process. (see https://blog.phusion.nl/2015/01/20/docker-and-the-pid-1-zombie-reaping-problem/)

Adding tini (https://github.com/krallin/tini) to the bigtop/deploy image for debian-8 fixed this. I propose to add this to all bigtop/deploy images.



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