Re: Design doc for TASK_GONE

2016-05-12 Thread Neil Conway
Folks, Based on some design feedback, I've modified the proposal for this feature. Rather than introducing a new TASK_GONE status, the major change is to _change_ the meaning of TASK_LOST so that it only identifies when a task is definitely not running (either because it failed to launch or becau

Design doc for TASK_GONE

2016-05-09 Thread Neil Conway
Hi folks, To address some shortcomings and ambiguities in the TASK_LOST task state, I'd like to propose that we introduce a new task state, TASK_GONE. For more information, see the design doc: https://issues.apache.org/jira/browse/MESOS-5345 Comments welcome! Neil