Ionut Balutoiu created MESOS-9365:
-------------------------------------
Summary: Windows - GET_CONTAINERS API call causes the Mesos agent
to fail
Key: MESOS-9365
URL: https://issues.apache.org/jira/browse/MESOS-9365
Project: Mesos
Issue Type: Bug
Components: agent
Affects Versions: 1.8.0
Environment: The *mesos-agent.exe* is a binary built against
[this|https://github.com/paulcallen/dcos/blob/paulcallen/packages/packages/mesos/windows.buildinfo.json#L4-L6]
codebase from the Apache master branch.
Reporter: Ionut Balutoiu
The Mesos agent on Windows crashes abruptly when someone is doing the
[GET_CONTAINERS|http://mesos.apache.org/documentation/latest/operator-http-api/#get_containers]
API call.
Snippet from the log file after the API call:
{code:java}
I1025 12:06:50.014464 7296 http.cpp:2072] Processing GET_CONTAINERS call
F1025 12:06:50.185472 7296 evolve.cpp:736] Check failed:
'::protobuf::parse<v1::ResourceStatistics>(resource_statistics.get())' Must be
SOME: Missing required fields: timestamp
*** Check failure stack trace: ***
@ 00007FF7A9931685 (unknown)
@ 00007FF7A9930DA2 (unknown)
@ 00007FF7A96B358B (unknown)
@ 00007FF7A96B5806 (unknown)
@ 00007FF7A971EE3F (unknown)
@ 00007FF7A972C492 (unknown)
@ 00007FF7A9710B35 (unknown)
@ 00007FF7A9455CF8 (unknown)
@ 00007FF7A94416A4 (unknown)
@ 00007FF7A96F86CC (unknown)
@ 00007FF7A94416A4 (unknown)
@ 00007FF7A96F86BD (unknown)
@ 00007FF7A94416A4 (unknown)
@ 00007FF7A96F86BD (unknown)
@ 00007FF7A94416A4 (unknown)
@ 00007FF7A96F86BD (unknown)
@ 00007FF7A94416A4 (unknown)
@ 00007FF7A96F86BD (unknown)
@ 00007FF7A970BF37 (unknown)
@ 00007FF7A9743677 (unknown)
@ 00007FF7A9711863 (unknown)
@ 00007FF7A9455CF8 (unknown)
@ 00007FF7A94416A4 (unknown)
@ 00007FF7A94DE2A3 (unknown)
@ 00007FF7A970C5F7 (unknown)
@ 00007FF7A9744557 (unknown)
@ 00007FF7A97119B3 (unknown)
@ 00007FF7A9455CF8 (unknown)
@ 00007FF7A94416A4 (unknown)
@ 00007FF7A94DEE1E (unknown)
@ 00007FF7A94FD443 (unknown)
@ 00007FF7A98B07F6 (unknown)
Process "c:\opt\mesosphere\bin\mesos-agent.exe" failed with exit code:
3221226505
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)