Details
Description
There is a race between the destroy() and exec() in the containerizer process, when the destroy is called in the middle of the launch.
In particular if the destroy is completed and the container removed from 'promises' map before 'exec()' was called, CHECK failure happens.
The fix is to return a Failure instead of doing a CHECK in 'exec()'.