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 2014/04/17 00:24:17 UTC

[jira] [Created] (MESOS-1216) Attributes comparator operator should allow multiple attributes of same name and type

Vinod Kone created MESOS-1216:
---------------------------------

             Summary: Attributes comparator operator should allow multiple attributes of same name and type
                 Key: MESOS-1216
                 URL: https://issues.apache.org/jira/browse/MESOS-1216
             Project: Mesos
          Issue Type: Bug
            Reporter: Vinod Kone
             Fix For: 0.19.0


The fact that we currently don't support SET type in Attribute means that operators might end up having multiple attributes (e.g., slave attributes) with the same name and type but different value.

But the comparator operator for Attributes expects unique (name, type) Attributes. This results in slave recovery failure when comparing checkpointed attributes with those set via flags.

https://issues.apache.org/jira/browse/MESOS-1215 adds SET support, but for backwards compatibility we should fix the comparator operator first.



--
This message was sent by Atlassian JIRA
(v6.2#6252)