-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/23416/
-----------------------------------------------------------
Review request for mesos and Benjamin Hindman.
Bugs: MESOS-1577
https://issues.apache.org/jira/browse/MESOS-1577
Repository: mesos-git
Description
-------
Fix health check command subprocess handling.
Currently it doesn't check all subprocess future states, and also creates a
pipe to stdin which can cause some scripts to expect stdin input.
Diffs
-----
src/health-check/main.cpp 707810a
Diff: https://reviews.apache.org/r/23416/diff/
Testing
-------
make check
Thanks,
Timothy Chen