mesosphere / marathon

Deploy and manage containers (including Docker) on top of Apache Mesos at scale.
https://mesosphere.github.io/marathon/
Apache License 2.0
4.07k stars 845 forks source link

Marathon keeps waiting if uri is not available #2736

Closed schmidtjohannes closed 8 years ago

schmidtjohannes commented 8 years ago

I added a uri which does not exist to the json and launched the task in Marathon 0.11 on Mesos 0.23. The task did not start neither changed its status, it kept on "waiting". Of course uris should exist and it is kind of an admin's fault.

Nonetheless Marathon should give some warning in this case.

kolloch commented 8 years ago

This is handled by the fetcher in Mesos. The errors are not propagated back to Marathon so that we cannot display them to the user.

schmidtjohannes commented 8 years ago

Where can I find a log about this?

kolloch commented 8 years ago

@bernd-mesos Can you help him?

I would guess that it is the Mesos agent logs or the sandbox logs (stdout/stderr).

schmidtjohannes commented 8 years ago

nothing to find there