----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/5845/ -----------------------------------------------------------
(Updated July 10, 2012, 6:45 p.m.) Review request for mesos, Benjamin Hindman and Vinod Kone. Changes ------- Fixed the race condition. Summary (updated) ----------------- Fixed two bugs (a memory leak and a race condition) in process::collect. Description ------- A memory leak is possible in process::collect if the timeout is none and some of the futures return failure. Diffs (updated) ----- third_party/libprocess/include/process/collect.hpp 7e3467f Diff: https://reviews.apache.org/r/5845/diff/ Testing ------- make check Thanks, Jie Yu
