Skip to content

v1.9.109-criteo16

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Dec 10:41
8bd9202
Avoid killing instances upon scale down when it is unnecessary (#39)

Example of issue that is fixed with this patch:
- context: an app has 100 green instances and 50 unscheduled ones
- trigger: the app is scaled down to 100 instances
- issue: Marathon deletes 50 green instances instead of the unscheduled ones

JIRA: MESOS-4489

Co-authored-by: Flavien Quesnel <[email protected]>