-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/21328/
-----------------------------------------------------------

Review request for mesos, Benjamin Hindman and Niklas Nielsen.


Repository: mesos-git


Description
-------

The ECP must not receive multiple, concurrent wait-invocations on the same 
ContainerID.

This fix checks if a wait-invocation is already active by checking if the 
wait-PID is setup (isSome). If that is the case, the EC simply returns the 
future of the termination without additionally invoking the ECP.


Diffs
-----

  src/slave/containerizer/external_containerizer.cpp e51ac66 

Diff: https://reviews.apache.org/r/21328/diff/


Testing
-------

make


Thanks,

Till Toenshoff

Reply via email to