----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46960/ -----------------------------------------------------------
Review request for mesos and Ben Mahler. Repository: mesos Description ------- It seems that we removed an else block in 0.26 that removed the `removeTask` call from the `foreachvalue` loop but we still kept on copying `slave->tasks` though it is not needed anymore. Diffs ----- src/master/master.cpp 6d3e0f7c634690a35eec1ce827b705e04c3af87e Diff: https://reviews.apache.org/r/46960/diff/ Testing ------- make check Thanks, Anand Mazumdar
