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

(Updated March 30, 2013, 10:04 p.m.)


Review request for mesos, Benjamin Hindman and Vinod Kone.


Changes
-------

This now has a much cleaner implementation, thanks to Multimap.
This could be simplified further by removing the added hashmap, at the cost of 
having to do a full Multimap search during schedule() and unschedule().

Ran the tests with 3000 iterations.


Description
-------

See above. This was needed in order to write a fix for MESOS-396.


This addresses bug MESOS-396.
    https://issues.apache.org/jira/browse/MESOS-396


Diffs (updated)
-----

  src/slave/gc.hpp 605957c686efd8e50ee5dfd61de51e192d34ac92 
  src/slave/gc.cpp c40f42a78457318a7968a6d50bb06632f289db05 
  src/tests/gc_tests.cpp 037fe096179596a6bb9359b4258c2afafee300f9 

Diff: https://reviews.apache.org/r/10028/diff/


Testing
-------

Added missing and new unit tests.

Also ran the tests with 300 iterations.


Thanks,

Ben Mahler

Reply via email to