Skip to content

v1.9.109-criteo11

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Oct 08:37
6412c62
Always kill oldest instances first (#35)

Right now the order of task killing is "unhealthy" first.
For very big applications, killing unhealthy and then oldest tasks first
is a good heuristic. It favors killing first the instances that may have
have leaked.

Of course, we could find arguments for sorting in reverse (oldest
instacne have better caches) but at least we are specifying the order
instead of letting it random.

Change-Id: Ia4e7ec7751585f337d740a1246cac379d4871995
JIRA: MESOS-4343