You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "James Peach (JIRA)" <ji...@apache.org> on 2018/11/01 17:28:00 UTC

[jira] [Created] (MESOS-9367) GetContainers call crashes when using XFS disk isolation.

James Peach created MESOS-9367:
----------------------------------

             Summary: GetContainers call crashes when using XFS disk isolation.
                 Key: MESOS-9367
                 URL: https://issues.apache.org/jira/browse/MESOS-9367
             Project: Mesos
          Issue Type: Bug
          Components: agent
            Reporter: James Peach
            Assignee: James Peach


Here's the check failure:
{noformat}
F1031 20:30:33.246723 3435208 evolve.cpp:736] Check failed: '::protobuf::parse<v1::ResourceStatistics>(resource_statistics.get())' Must be SOME: Missing required fields: disk_statistics[0].source.type
{noformat}

The JSON that is being rendered into protobufs is:
{noformat}
      "disk_statistics": [
        {
          "limit_bytes": 419430400000,
          "persistence": {
            "id": "7461819b-b0bf-42fc-aa9e-f9958c545523",
            "principal": "jarvis-principal"
          },
          "source": {},
          "used_bytes": 25006080
        }
      ],
{noformat}

Note the empty "source" element, which triggers the protobuf conversion failure.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)