Neil Conway created MESOS-7718:
----------------------------------
Summary: Change/regression in task launch logging messages
Key: MESOS-7718
URL: https://issues.apache.org/jira/browse/MESOS-7718
Project: Mesos
Issue Type: Bug
Reporter: Neil Conway
In current head, we log:
{noformat}
I0624 14:39:44.800494 133443584 master.cpp:9518] Adding task foo task with
resources
[{"allocation_info":{"role":"foo"},"name":"cpus","reservations":[{"role":"foo","type":"STATIC"}],"scalar":{"value":1.0},"type":"SCALAR"},{"allocation_info":{"role":"foo"},"name":"mem","scalar":{"value":128.0},"type":"SCALAR"}]
on agent ca17430a-ea5b-4cc7-90eb-550771e7c406-S0 at slave(1)@10.0.88.40:5051
(10.0.88.40)
I0624 14:39:44.800694 133443584 master.cpp:4684] Launching task foo task of
framework ca17430a-ea5b-4cc7-90eb-550771e7c406-0000 (mesos-execute instance)
with resources
[{"allocation_info":{"role":"foo"},"name":"cpus","reservations":[{"role":"foo","type":"STATIC"}],"scalar":{"value":1.0},"type":"SCALAR"},{"allocation_info":{"role":"foo"},"name":"mem","scalar":{"value":128.0},"type":"SCALAR"}]
on agent ca17430a-ea5b-4cc7-90eb-550771e7c406-S0 at slave(1)@10.0.88.40:5051
(10.0.88.40)
{noformat}
Logging the resources in JSON is unfortunate.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)