-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/24669/
-----------------------------------------------------------
(Updated Aug. 13, 2014, 9:47 p.m.)
Review request for mesos and Jie Yu.
Changes
-------
Added ticket.
Bugs: MESOS-1700
https://issues.apache.org/jira/browse/MESOS-1700
Repository: mesos-git
Description
-------
Two issues in ThreadLocal:
(1) No release of the pthread keys upon destruction.
(2) Errors not being printed correctly, errno is not used by the pthread_
family functions.
Diffs
-----
3rdparty/libprocess/3rdparty/stout/include/stout/thread.hpp
a20df8647844bf855ccc32b69f66d451219c8ad2
Diff: https://reviews.apache.org/r/24669/diff/
Testing
-------
Ran the ThreadLocal tests with a lot of iterations.
Thanks,
Ben Mahler