----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51475/#review147988 -----------------------------------------------------------
src/common/type_utils.cpp (line 393) <https://reviews.apache.org/r/51475/#comment215308> does the order of tasks matter? if not, we should the comparison similar to how we do other repeated fields (see Environment == operator for example). - Vinod Kone On Sept. 6, 2016, 9:15 p.m., Anand Mazumdar wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/51475/ > ----------------------------------------------------------- > > (Updated Sept. 6, 2016, 9:15 p.m.) > > > Review request for mesos and Vinod Kone. > > > Bugs: MESOS-6076 > https://issues.apache.org/jira/browse/MESOS-6076 > > > Repository: mesos > > > Description > ------- > > This is needed for storing `TaskGroupInfo` in a list and then > invoking `std::find()`/`std::remove()` on it. > > Review: https://reviews.apache.org/r/51475/ > > > Diffs > ----- > > include/mesos/type_utils.hpp d10b66345e1a70801050d2cf2db63d76fbf9bc8c > src/common/type_utils.cpp c7d50334b4e56bc0eb5473b9f9277465b607334f > > Diff: https://reviews.apache.org/r/51475/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Anand Mazumdar > >
