Releases: criteo-forks/marathon
Releases · criteo-forks/marathon
v1.9.109-criteo42
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
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
Remove dependencies
v1.9.109-criteo40
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
Temporary log in info minimal resources asked by Marathon
v1.9.109-criteo38
Don't truncate maxCount, to allow scheduling for small applications (…
v1.9.109-max-per-relative-fix-criteo1
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
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
Rework the definition of findMinimalResources (#56) Co-authored-by: Thomas Langé <[email protected]> Co-authored-by: Flavien Quesnel <[email protected]>
v1.9.109-criteo34
Added request resources directive (#55) Change-Id: Id148e3fcc689a922e993a8f9f9edbb780b08ca7d Co-authored-by: Djamel Dahmane <[email protected]>