-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53817/
-----------------------------------------------------------
(Updated Nov. 22, 2016, 7:50 p.m.)
Review request for mesos, Benjamin Mahler, Joseph Wu, and Vinod Kone.
Changes
-------
Updated description.
Bugs: MESOS-5966
https://issues.apache.org/jira/browse/MESOS-5966
Repository: mesos
Description
-------
Added missing cleanup to libprocess 'finalize()'.
Diffs
-----
3rdparty/libprocess/src/process.cpp ab2b5a9d38a3001d6a5daa1807fecb630c4b154d
Diff: https://reviews.apache.org/r/53817/diff/
Testing (updated)
-------
The `finalize()` function in libprocess previously did
not delete the thread-local `Executor` which is used to
defer execution to an unspecified context. This object
must be deleted during finalization so that the
`__executor__` macro creates a new process if libprocess
is subsequently reinitialized.
Thanks,
Greg Mann
|