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

(Updated Feb. 13, 2018, 11:20 a.m.)


Review request for mesos, Gaston Kleiman, Gilbert Song, Greg Mann, and Vinod 
Kone.


Changes
-------

Addressed review comments.


Bugs: MESOS-8488
    https://issues.apache.org/jira/browse/MESOS-8488


Repository: mesos


Description (updated)
-------

Due to a Docker issue (https://github.com/moby/moby/issues/33820),
Docker daemon can fail to catch a container exit, i.e., the container
process has already exited but the command `docker ps` shows the
container still running, this will lead to the "docker run" command
that we execute in Docker executor never returning, and it will also
cause the `docker stop` command takes no effect, i.e., it will return
without error but `docker ps` shows the container still running, so
the task will stuck in `TASK_KILLING` state.

To workaround this Docker issue, in this patch we made Docker executor
reaps the container process directly so Docker executor will be notified
once the container process exits.


Diffs (updated)
-----

  src/docker/executor.cpp e4c53d558e414e50b1c429fba8e31e504c63744a 


Diff: https://reviews.apache.org/r/65518/diff/4/

Changes: https://reviews.apache.org/r/65518/diff/3-4/


Testing
-------

sudo make check


Thanks,

Qian Zhang

Reply via email to