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

Review request for mesos and Benjamin Hindman.


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.


Diffs
-----

  src/common/resources.hpp 42dfb6a 

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


Testing
-------

make check


Thanks,

Thomas Marshall

Reply via email to