Vinod Kone created MESOS-247:
--------------------------------
Summary: Ranges comparison has a bug
Key: MESOS-247
URL: https://issues.apache.org/jira/browse/MESOS-247
Project: Mesos
Issue Type: Bug
Reporter: Vinod Kone
Assignee: Vinod Kone
The following functions in mesos/src/common/values.cpp DO NOT coalesce ranges
before doing the comparison.
bool operator <= (const Value::Ranges& left, const Value::Ranges& right)
bool operator == (const Value::Ranges& left, const Value::Ranges& right)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira