[2/5] mesos git commit: Fixed a bug relating to lingering executors [2/2].

2018-02-12 Thread bmahler
Fixed a bug relating to lingering executors [2/2]. A task-less v1 executor could linger if the agent restarts before any of the executor's initial tasks got delivered. This was because we checked for the executor having any tasks running before we remove the dropped tasks. This patch fixes this i

[2/5] mesos git commit: Fixed a bug relating to lingering executors [2/2].

2018-02-12 Thread bmahler
Fixed a bug relating to lingering executors [2/2]. A task-less v1 executor could linger if the agent restarts before any of the executor's initial tasks got delivered. This was because we checked for the executor having any tasks running before we remove the dropped tasks. This patch fixes this i