You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Thomas Marshall <tw...@gmail.com> on 2012/07/13 01:37:21 UTC

Review Request: FCFS allocator

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

Review request for mesos and Benjamin Hindman.


Description
-------

First come first serve allocator, along with tests and command line options.


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


Diffs
-----

  src/master/allocator.hpp 12f31db 
  src/master/allocator.cpp PRE-CREATION 
  src/master/allocator_process.cpp PRE-CREATION 
  src/master/flags.hpp c0eb61f 
  src/master/simple_allocator_process.hpp PRE-CREATION 
  src/tests/allocator_process_tests.cpp PRE-CREATION 
  src/tests/allocator_tests.cpp 610826b 

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


Testing
-------


Thanks,

Thomas Marshall


Re: Review Request: FCFS allocator

Posted by Thomas Marshall <tw...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/5923/
-----------------------------------------------------------

(Updated Aug. 21, 2012, 10:50 p.m.)


Review request for mesos and Benjamin Hindman.


Changes
-------

Updated to changes further up the review pipeline.

Note: this patch comes after Round Robin.


Description
-------

First come first serve allocator, along with tests and command line options.


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


Diffs (updated)
-----

  src/Makefile.am aaceee3 
  src/master/allocator.cpp 3f82291 
  src/master/fcfs_sorter.hpp PRE-CREATION 
  src/master/fcfs_sorter.cpp PRE-CREATION 
  src/master/flags.hpp 6f450d5 
  src/tests/sorter_tests.cpp 2b00a7f 
  src/tests/utils.hpp 83d5daa 

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


Testing
-------


Thanks,

Thomas Marshall