You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Vinod Kone (JIRA)" <ji...@apache.org> on 2012/07/31 04:51:35 UTC

[jira] [Created] (MESOS-247) Ranges comparison has a bug

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

        

[jira] [Resolved] (MESOS-247) Ranges comparison has a bug

Posted by "Vinod Kone (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MESOS-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinod Kone resolved MESOS-247.
------------------------------

    Resolution: Fixed

https://reviews.apache.org/r/6224/
                
> 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