Tim Harper created MESOS-8150:
---------------------------------
Summary: Attributes documentation indicates that sets are valid
attribute types; code disagrees
Key: MESOS-8150
URL: https://issues.apache.org/jira/browse/MESOS-8150
Project: Mesos
Issue Type: Documentation
Reporter: Tim Harper
Priority: Minor
On the [Mesos Attributes &
Resources|http://mesos.apache.org/documentation/latest/attributes-resources/]
page, it says:
{quote}The types of values that are supported by Attributes and Resources in
Mesos are scalar, ranges, sets and text.{quote}
However, the code for 1.4.x disagrees. Sets are not supported for attribute
types:
https://github.com/apache/mesos/blob/1.4.0/src/common/attributes.cpp#L171
https://github.com/apache/mesos/blob/1.4.0/src/common/attributes.cpp#L115-L128
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)