-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56367/
-----------------------------------------------------------
(Updated Feb. 8, 2017, 9:14 p.m.)
Review request for mesos, Alex Clemmer and Joseph Wu.
Changes
-------
Fix dependency.
Bugs: MESOS-6892
https://issues.apache.org/jira/browse/MESOS-6892
Repository: mesos
Description
-------
Before we deprecate `os::killtree`, we need to it at least work
with the new job object semantics of the `WindowsLauncher`.
Given the PID of the "process tree" to kill, this maps it to the
name used for the job object, opens a new handle to it, and calls
`os::kill_job` to terminate it.
Diffs
-----
3rdparty/stout/include/stout/os/windows/killtree.hpp
2be2f8c3d58ee64410f87ee4a4b2bb54fe014748
Diff: https://reviews.apache.org/r/56367/diff/
Testing
-------
Thanks,
Andrew Schwartzmeyer