----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56308/ ----------------------------------------------------------- Review request for mesos and Vinod Kone. Bugs: MESOS-6296 https://issues.apache.org/jira/browse/MESOS-6296 Repository: mesos Description ------- We have more occurences of look up by `TaskID` then the other way around. Hence, modified the active containers hashmap to be keyed on `TaskID` instead. Diffs ----- src/launcher/default_executor.cpp 97eee05cac8cb1f62d43e2aecc08a8e54e49eac3 Diff: https://reviews.apache.org/r/56308/diff/ Testing ------- make check Thanks, Anand Mazumdar