----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65862/ -----------------------------------------------------------
Review request for mesos, Andrew Schwartzmeyer and Joseph Wu. Repository: mesos Description ------- `checker_process.cpp` used signals to determine if the task has been killed. This logic has been #ifdef'd out, since signals aren't supported on Windows. A different implemention will be needed when nested command checks work on Windows. Diffs ----- src/checks/checker_process.cpp cf9ec053946e620eb36e92d647ab864c4e88d506 Diff: https://reviews.apache.org/r/65862/diff/1/ Testing ------- Thanks, Akash Gupta
