While testing the ElasticSearch framework on DC/OS. I encountered an issue with Minuteman. VIPs are not used by this framework but still Minuteman will fail while parsing the tasks:
minuteman-env[5274]: 15:47:59.123 [error] Failed to parse task: {function_clause,[{mesos_state_client,protocol,[<<"TCP">>],
Hi!
While testing the ElasticSearch framework on DC/OS. I encountered an issue with Minuteman. VIPs are not used by this framework but still Minuteman will fail while parsing the tasks:
I looked into the Mesos
state.json
and found:Seems like simply converting
TCP
to lowercasetcp
for the protocol used by the executors will fix this issue.Regards, Jan