You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Ian Babrou (JIRA)" <ji...@apache.org> on 2016/03/08 17:19:40 UTC

[jira] [Created] (MESOS-4900) Empty "started" and "stopped" columns after mesos master restart / upgrade

Ian Babrou created MESOS-4900:
---------------------------------

             Summary: Empty "started" and "stopped" columns after mesos master restart / upgrade
                 Key: MESOS-4900
                 URL: https://issues.apache.org/jira/browse/MESOS-4900
             Project: Mesos
          Issue Type: Bug
          Components: master, webui
    Affects Versions: 0.27.2
            Reporter: Ian Babrou


{noformat}
        {
          "id": "some_id",
          "name": "zoidberg.misc.marathon",
          "framework_id": "20150116-002612-269165578-5050-32204-0003",
          "executor_id": "",
          "slave_id": "44bc368b-40c7-4669-8a25-340efc507a2e-S42",
          "state": "TASK_FAILED",
          "resources": {
            "cpus": 0.1,
            "disk": 0,
            "mem": 64,
            "ports": "[8153-8153]"
          },
          "statuses": [],
          "labels": [
            {
              "key": "zoidberg_app_name",
              "value": "misc.zoidberg.somewhere"
            },
            {
              "key": "zoidberg_balanced_by",
              "value": "mylb"
            }
          ]
        }
{noformat}

In master webui tasks like these show up with empty "Started" and "Stopped" columns in completed tasks. This is pretty inconvenient to sort.

I was unable to find mention of task id in master logs after failover during upgrade (0.26.0 -> 0.27.2).



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