Skip to content

v1.9.109-criteo11-rc3

Compare
Choose a tag to compare
Finally fixed the bug where marathon were not releasing the lock

This was appearing because the KillStreamWatcher was waiting for all
tasks to die, and not only the overdue ones.

This was appearing most of the time when tasks were Unreachable because
they sometimes re-appear while marathon already scheduled new ones.

JIRA: MESOS-4345