-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56367/
-----------------------------------------------------------
(Updated March 31, 2017, 11:34 p.m.)
Review request for mesos, John Kordich, Joseph Wu, Li Li, and Michael Park.
Changes
-------
Cleaned up errors.
Summary (updated)
-----------------
Windows: Stout: Shimmed `os::killtree` to terminate job objects.
Bugs: MESOS-6868
https://issues.apache.org/jira/browse/MESOS-6868
Repository: mesos
Description
-------
On Windows, a "process tree" is in fact a job object. Thus, the
implementation of `os::killtree` on Windows is a shim which terminates
the job object corresponding to the process group represented by the
given PID.
Diffs (updated)
-----
3rdparty/stout/include/stout/os/windows/killtree.hpp
15b2faa7b52feeb067004e9b556f06d1acfb9763
Diff: https://reviews.apache.org/r/56367/diff/3/
Changes: https://reviews.apache.org/r/56367/diff/2-3/
Testing
-------
Testing done at end of chain.
Thanks,
Andrew Schwartzmeyer