You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Stephan Erb (JIRA)" <ji...@apache.org> on 2016/09/06 21:17:20 UTC

[jira] [Commented] (MESOS-5029) Add labels to ExecutorInfo

    [ https://issues.apache.org/jira/browse/MESOS-5029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15468591#comment-15468591 ] 

Stephan Erb commented on MESOS-5029:
------------------------------------

The {{source}} property has been deprecated in favor of executor task labels. Unfortunately, those are not exposed in {{/monitor/statistics}}, making it unnecessarily complex to ingest this information for monitoring independently of {{/slave(1)/state}}.

Is this intentional or an oversight?

Example (Mesos 1.0):
{code}
  {
    "executor_id": "thermos-www-data-devel-hello_docker_image-0-19461fcb-08bc-46eb-bdd0-6f28f98ee3ea",
    "executor_name": "AuroraExecutor",
    "framework_id": "9eedce32-c6ba-4fd0-b442-0c5dde5e9bcd-0000",
    "source": "www-data.devel.hello_docker_image.0",
    "statistics": {
      "cpus_limit": 1.25,
      "mem_limit_bytes": 135266304,
      "timestamp": 1473196498.95349
    }
  },
{code}

> Add labels to ExecutorInfo
> --------------------------
>
>                 Key: MESOS-5029
>                 URL: https://issues.apache.org/jira/browse/MESOS-5029
>             Project: Mesos
>          Issue Type: Improvement
>            Reporter: Zhitao Li
>            Assignee: Zhitao Li
>            Priority: Minor
>              Labels: uber
>             Fix For: 1.0.0
>
>
> We want to to allow frameworks to populate metadata on ExecutorInfo object.
> An use case would be custom labels inspected by QosController.



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