Re: Sending TASK_STARTING in the built-in executors

2017-10-20 Thread Benno Evers
As a follow-up, this change now landed and will likely be part of Mesos 1.5.0. We did our best to verify that we don't accidentally break existing frameworks, and the only issue we could find was with chronos (where a fix was since merged into the stable and master branches). If you discover that

Fwd: Sending TASK_STARTING in the built-in executors

2017-08-23 Thread Benno Evers
Hi all, when starting a task, an executor can send out the following status updates: - [optional] TASK_STARTING: Sent by the executor when it received the launch command - TASK_RUNNING: Sent by the executor when the task is running The built-in executors currently don't send out TASK_STARTIN