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

Releases: Netflix/Fenzo

Maintenance Release

05 Jun 21:11
8c82038
Compare
Choose a tag to compare
Maintenance Release Pre-release
Pre-release
  • Allow a new offer in single lease mode if there is not an offer on the vm.

Maintenance Release

22 Jan 17:57
66ecaca
Compare
Choose a tag to compare
Maintenance Release Pre-release
Pre-release
  • Fix scalar resource accounting for single lease mode.

Maintenance Release

07 Oct 20:57
b15bc32
Compare
Choose a tag to compare
Maintenance Release Pre-release
Pre-release

Make AssignableVirtualMachine public so that it can be used in TaskScheduler.withAssignableVMsEvaluator.

More information for constraints and fitness functions

27 Aug 17:44
4d26cf8
Compare
Choose a tag to compare
  • Provide VM ids to constraints and fitness functions, when available

More information for scheduler callbacks

20 Aug 01:01
4fb3ff9
Compare
Choose a tag to compare
  • Provide VMIDs (when available) to scheduler callbacks

Maintenance Release

30 Apr 22:48
3c1d8fc
Compare
Choose a tag to compare
Maintenance Release Pre-release
Pre-release
  • Add experimental api for evaluating assignable VMs.
  • Doc/code cleanup.

Minor Improvements

14 May 16:22
5f49f98
Compare
Choose a tag to compare
Minor Improvements Pre-release
Pre-release
  • Add task batch size in order to dynamically increase/reduce scheduling iteration time
  • Name the fenzo threads

Minor Improvement

17 Mar 21:21
e462045
Compare
Choose a tag to compare
Minor Improvement Pre-release
Pre-release
  • Add the ability to get usage by in PreferentialNamedConsumableResourceSet and get used count in PreferenctialNamedConsumableResource

ENI fitness evaluator

06 Feb 19:41
76902c7
Compare
Choose a tag to compare
ENI fitness evaluator Pre-release
Pre-release
ENI fitness (#173)

* Add pluggable ENI fitness evaluator (#170)
* Make the number of threads in TaskScheduler configurable

Maintenance release

08 Jan 17:56
30b1874
Compare
Choose a tag to compare

Resolved issues:

  • #167 Unsafe concurrent access to unknown lease collection in AssignableVMs class