Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

agent: Update libcontainer and remove the reaper fix #89

Merged
merged 1 commit into from
Aug 22, 2017

Conversation

sboeuf
Copy link
Contributor

@sboeuf sboeuf commented Aug 22, 2017

The latest version of libcontainer introduces a fix to reap the
defunct child process so that we don't have to do that from our
agent anymore.

This is pretty logical since the lib is starting the process on
our behalf, therefore they know they are leaving a zombie process
behind.

Fixes #88

@sboeuf
Copy link
Contributor Author

sboeuf commented Aug 22, 2017

@amshinde @jcvenegas please take a look.

@sboeuf
Copy link
Contributor Author

sboeuf commented Aug 22, 2017

opencontainers/runc#1506 is the fix in libcontainer allowing this PR.

@jcvenegas
Copy link
Contributor

@sboeuf you hit travis Invalid revision range issue, could you update your PR?

@jcvenegas
Copy link
Contributor

@GabyCT ping we will need to run your soak test.

The latest version of libcontainer introduces a fix to reap the
defunct child process so that we don't have to do that from our
agent anymore.

This is pretty logical since the lib is starting the process on
our behalf, therefore they know they are leaving a zombie process
behind us.

Fixes #88

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
@GabyCT
Copy link

GabyCT commented Aug 22, 2017

Copy link
Contributor

@amshinde amshinde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@egernst
Copy link

egernst commented Aug 22, 2017

lgtm

Approved with PullApprove

@amshinde amshinde merged commit 3861160 into master Aug 22, 2017
@sboeuf sboeuf deleted the sboeuf/remove_reaper branch August 30, 2017 15:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Don't need to reap the zombie child anymore since libcontainer has been fixed
5 participants