You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Henning Schmiedehausen (JIRA)" <ji...@apache.org> on 2014/12/09 23:34:13 UTC

[jira] [Created] (MESOS-2185) slave state endpoint does not contain all resources in the resources field

Henning Schmiedehausen created MESOS-2185:
---------------------------------------------

             Summary: slave state endpoint does not contain all resources in the resources field
                 Key: MESOS-2185
                 URL: https://issues.apache.org/jira/browse/MESOS-2185
             Project: Mesos
          Issue Type: Bug
          Components: json api, slave
    Affects Versions: 0.21.0
         Environment: Centos 6.5 / Centos 6.6
https://gist.github.com/hgschmie/0dc4f599bb0ff2e815ed
            Reporter: Henning Schmiedehausen


fetching status for a slave from the /state.json yields

  "resources": {
    "ports": "[31000-32000]",
    "mem": 512,
    "disk": 33659,
    "cpus": 1
  }

but in the flags section, it lists

"flags": {
   "resources": "cpus:1;mem:512;ports:[31000-32000];set:{label_a,label_b,label_c,label_d};range:[0-1000];scalar:108;numbers:{4,8,15,16,23,42}",
}

so there are additional resources. these resources show up when sending offers from that slave to the frameworks and the frameworks can use and consume them.

This may just be a reporting issue with the state.json endpoint.






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)