Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Releases: Netflix/Fenzo

Fix disableVm and scheduling iteration concurrency

15 Nov 00:21
Compare
Choose a tag to compare

run disableVm mutually exclusive with scheduling iteration

Shortfall based autoscale up change

02 Nov 21:42
Compare
Choose a tag to compare

Support optional task to autoscale group mapper to optimize scale up triggers based on shortfall analysis based scale up.

AutoScale enhancements, Move to Java 8

27 Oct 20:04
Compare
Choose a tag to compare
Merge pull request #106 from spodila/autoscaleChgs

Autoscale chgs

Fix queue bucket sorting

26 Oct 21:53
Compare
Choose a tag to compare

Fix for incorrect queue bucket sorting resulting from certain scenarios due to changing total resources counts.

Fixes Issue #87

21 Oct 01:32
Compare
Choose a tag to compare

Fixes issue #87

Minor fix to scheduling service

17 Oct 22:39
Compare
Choose a tag to compare

Fix scheduling service to use internal version of task assigner in TaskScheduler.

Change signature of TaskSchedulingService.removeTask

11 Oct 02:38
Compare
Choose a tag to compare
Merge pull request #99 from spodila/chgRmTaskSignature

change signature of TaskSchedulingService.removeTask

Move removeTask function to TaskSchedulingService

11 Oct 01:23
Compare
Choose a tag to compare

The task removal must be moved to taskSchedulingService in order to properly remove from both the queue as well as the internal task tracker in TaskScheduler.

Sample framework that uses new task queues

05 Oct 21:04
Compare
Choose a tag to compare
Merge pull request #97 from spodila/taskQsampleFramework

Sample framework that use new task queues

Minor fix in task scheduling service

04 Oct 01:06
Compare
Choose a tag to compare

Fix task scheduling service to use internal implementations of TaskScheduler.
Create exception objects when throwing instead of reusing an initialized exception for better stack traces.