You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Gastón Kleiman (JIRA)" <ji...@apache.org> on 2016/07/27 18:43:20 UTC

[jira] [Created] (MESOS-5917) All actors should have a distinguishable ID

Gastón Kleiman created MESOS-5917:
-------------------------------------

             Summary: All actors should have a distinguishable ID
                 Key: MESOS-5917
                 URL: https://issues.apache.org/jira/browse/MESOS-5917
             Project: Mesos
          Issue Type: Bug
            Reporter: Gastón Kleiman
            Assignee: Gastón Kleiman
            Priority: Minor


Some actors do not specify a distinguishable actor ID. As a result, it may be hard to match output to a specific actor, for example an excerpt from the {{\_\_processes\_\_}} endpoint:

{code}
[
  {"events":[],"id":"(10)"},
  {"events":[],"id":"(11)"},
  {"events":[],"id":"(1279859)"},
  {"events":[],"id":"(15)"},
  ...
]
{code}



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