-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/54562/
-----------------------------------------------------------
Review request for mesos, Kevin Klues and Vinod Kone.
Bugs: MESOS-6764
https://issues.apache.org/jira/browse/MESOS-6764
Repository: mesos
Description
-------
We give the I/O switchboard server a grace period to wait for the
connection from the containerizer. This is for the case where the
container itself is short lived (e.g., a DEBUG container does an 'ls'
and exits). For that case, we still want the subsequent attach output
call to get the output from that container.
Diffs
-----
src/slave/containerizer/mesos/io/switchboard.cpp
93a6b274f7ecb8e2fcd4bb74b266d999e89e2b02
Diff: https://reviews.apache.org/r/54562/diff/
Testing
-------
make check
Thanks,
Jie Yu