-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/50103/
-----------------------------------------------------------
(Updated July 18, 2016, 4:14 p.m.)
Review request for mesos, Alexander Rukletsov and Benjamin Mahler.
Bugs: MESOS-5294
https://issues.apache.org/jira/browse/MESOS-5294
Repository: mesos
Description
-------
When we enable health check for the tasks run in docker container,
their `TaskStatus` messages generated by docker executor may miss
`NetworkInfo` field and agent would fill the host ip as default value.
In this changes, we cache the `NetworkInfo` of the task and reuse it
when generate `TaskStatus` messages which state is `TASK_RUNNING`.
Diffs
-----
src/docker/executor.cpp 69511044e39bc05d7d6240264ec70b6e6f44edba
Diff: https://reviews.apache.org/r/50103/diff/
Testing (updated)
-------
make check
Thanks,
haosdent huang