Skip to content

Releases: criteo-forks/marathon

v1.9.109-criteo42

24 Nov 10:37
9389049
Compare
Choose a tag to compare
Use local maven repository (#67)

It contains mirror of few missing dependencies whose repositories don't
exist anymore

JIRA: MESOS-5770

v1.9.109-criteo41

10 Mar 15:49
02137d3
Compare
Choose a tag to compare
Fix fullscan index issue on tasks health (#64)

As it was very slow with several thousands of tasks/instances, this uses two indexes instead.

Co-authored-by: Jean-Baptiste Catté <[email protected]>

v1.9.0-test-criteo4

02 Feb 15:01
Compare
Choose a tag to compare
Remove dependencies

v1.9.109-criteo40

30 Sep 15:55
05d2295
Compare
Choose a tag to compare
Prevent Marathon to scale down instances to zero (#62)

When :
- a deployment is stuck in an unsuccessful state (constraint
impossible to satisfy)
- maximumOverCapacity is used
- a new deployment has been requested and cancelled

The periodic scale thread removes all instances because number of
instances to decom is processed as max(goalRunning-scaleTo,
sentencedTasks).

This patch aims to change this behaviour by using number of actual
instances running instead of target number of instances (goalRunning).

JIRA: MESOS-5576

v1.9.109-criteo39

24 Jan 09:40
Compare
Choose a tag to compare
Temporary log in info minimal resources asked by Marathon

v1.9.109-criteo38

12 Jan 07:42
a1a89cf
Compare
Choose a tag to compare
Don't truncate maxCount, to allow scheduling for small applications (…

…#59)

v1.9.109-max-per-relative-fix-criteo1

11 Jan 17:43
Compare
Choose a tag to compare
Round up the number of allowed instances when using max_per_relative

Otherwise, it fails when number of target instances is low

v1.9.109-criteo37

07 Jan 14:41
Compare
Choose a tag to compare
Empty commit to trigger CI again

Publication of the artifact failed because v1.9.109-criteo36 tag was not
part of the criteo/1.9.109 branch history (so ./commit script decided
that criteo36 should be the new version and it failed to push a tag that
already exists).

I've fixed by changing the tag from 496ac98ef -> 17cebda72 (which have
the same code, just a different commit message due to author resetting)

Change-Id: I5b9930a2c4d088c1dc3cc2a908b9515bf15c8cb3

v1.9.109-criteo35

02 Dec 18:02
1ff88a3
Compare
Choose a tag to compare
Rework the definition of findMinimalResources (#56)

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

v1.9.109-criteo34

23 Sep 15:20
f54f7bc
Compare
Choose a tag to compare
Added request resources directive (#55)

Change-Id: Id148e3fcc689a922e993a8f9f9edbb780b08ca7d

Co-authored-by: Djamel Dahmane <[email protected]>