Github user kaysoky commented on the issue:
https://github.com/apache/mesos/pull/59
Dealing with large artifacts should be the framework's responsibility.
Suppose the framework launches a task with a URI that sometimes hangs. The
framework will receive a `TASK_RUNNING` status update as soon as the URI is
done fetching. If this status update does not come without some
framework-defined timeout, the framework should then remediate, say by killing
the task and trying again.
We don't want Mesos to dictate the maximum timeout for any fetches.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---