-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58304/
-----------------------------------------------------------

(Updated April 10, 2017, 3:50 p.m.)


Review request for mesos and Mesos Reviewbot.


Bugs: MESOS-7372
    https://issues.apache.org/jira/browse/MESOS-7372


Repository: mesos


Description
-------

In a number of places, we tested whether the slaves hashmap contains
the desired element before indexing it. It is safe to just index it and
check for a NULL result, which saves us some hashing and lookups.


Diffs
-----

  src/master/master.cpp c1f3c4f3bbcbfb10ae8fc974bd4a16ec070a79fd 


Diff: https://reviews.apache.org/r/58304/diff/1/


Testing
-------

Make check (Fedora 25). Internal fuzzing.


Thanks,

James Peach

Reply via email to