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

(Updated June 12, 2013, 11:39 p.m.)


Review request for mesos and Benjamin Hindman.


Changes
-------

Added bug.


Description
-------

There's a bug in the Resource <= operator where for example something like 
"{cpus:1, mem:0} <= {cpus:2}" would return false, because it considers the 0 
mem on the right side to be greater than the nonexistent mem on the left side.


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


Diffs
-----

  src/common/resources.hpp 42dfb6a 

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


Testing
-------

make check


Thanks,

Thomas Marshall

Reply via email to