Vinod Kone created MESOS-1813: --------------------------------- Summary: Fail fast in example frameworks if task goes into unexpected state Key: MESOS-1813 URL: https://issues.apache.org/jira/browse/MESOS-1813 Project: Mesos Issue Type: Improvement Components: test Reporter: Vinod Kone
Most of the example frameworks launch a bunch of tasks and exit if *all* of them reach FINISHED state. But if there is a bug in the code resulting in TASK_LOST, the framework waits forever. Instead the framework should abort if an un-expected task state is encountered. -- This message was sent by Atlassian JIRA (v6.3.4#6332)