----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51884/ -----------------------------------------------------------
(Updated Sept. 15, 2016, 5:32 p.m.) Review request for mesos and Vinod Kone. Changes ------- Review comments. NNFR Repository: mesos Description ------- When sending the `LAUNCH_GROUP` event to the executor, we were not removing the tasks present in the task group from queued tasks. This resulted in the tasks being erroneously still being present in queued tasks thereby not able to receive terminal status updates from the executor. Diffs (updated) ----- src/slave/slave.cpp 7bd5fad13045515ff0929857c032e23e56cf7e1b Diff: https://reviews.apache.org/r/51884/diff/ Testing ------- make check Thanks, Anand Mazumdar
