boot2docker - Marathon not loading docker container: Failed to get resource statistics for executor -
trying spin docker container using marathon. using docker 1.8
, marathon 0.11
, mesos 0.23
, boot2docker
here how docker images , how run
https://gist.github.com/manishrajkarnikar/3dad3cfb149384d080aa
here how marathon post request , logs mess master , slave
https://gist.github.com/manishrajkarnikar/96d2031e621201d94f7f
note in containers started have "executer" @ end of container name, while mess-slave info log put warning looks searching container without executor @ end of container name , docker inspect failing causing status of task failed
failed resource statistics executor 'helloworld.ed922c9d-6ed4-11e5-a8fb-aa13c24df26f' of framework 20151009-222455-1731963072-5050-5-0000: failed 'docker inspect mesos-20151009-222455-1731963072-5050-5-s0.79b421f0-2135-437c-b4be-c95dd841ba9a': exit status = exited status 1 stderr = error: no such image or container: mesos-20151009-222455-1731963072-5050-5-s0.79b421f0-2135-437c-b4be-c95dd841ba9a
this causing multiple failed containers , tasks getting status of task_failed
what doing wrong??
i have double check whether exact issue. docker version 1.8 changed version output (see mesos-2986) fixed in mesos 0.23.1. check whether 0.23.1 solves problem?
thanks!
Comments
Post a Comment