singpath / verifier

Pull verifier task from a Firebase queue and run them inside docker container
MIT License
1 stars 1 forks source link

Make sure the the verifiers cleanup any child process when stopped #30

Closed dinoboff closed 8 years ago

dinoboff commented 8 years ago

Under heavy load, verifier container may fail to be removed. It might be because they create orphan process when getting removed.

dinoboff commented 8 years ago

The Java verifier should be fine; it runs the verifier code in a thread and doesn't spawn any child process.

dinoboff commented 8 years ago

@SingaporeClouds It fixes the issue with the server freezing under heavy load. I can run benchmark without the generating zombie containers.