This repository has been archived on 2024-04-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
elektron/schedulers
Pradyumna Kaushik b569bd3060 Merged in schedPolSwitchLogging-revert (pull request #7)
adding back the call to base#LogSchedPolicySwitch(...). Had removed this addition by mistake when resolving merge conflicts.

Approved-by: Akash Kothawale <akothaw1@binghamton.edu>
Approved-by: Pradyumna Kaushik <pkaushi1@binghamton.edu>
2018-09-23 19:07:44 -04:00
..
base.go Merged in scheduleOnlySchedWindowTasks (pull request #6) 2018-09-23 19:07:22 -04:00
bin-packing.go Merged in scheduleOnlySchedWindowTasks (pull request #6) 2018-09-23 19:07:22 -04:00
electronScheduler.go Merged in akash/LogPolicySwitch (pull request #4) 2018-09-23 18:57:24 -04:00
first-fit.go Merged in scheduleOnlySchedWindowTasks (pull request #6) 2018-09-23 19:07:22 -04:00
helpers.go Merged in scheduleOnlySchedWindowTasks (pull request #6) 2018-09-23 19:07:22 -04:00
MaxGreedyMins.go Merged in scheduleOnlySchedWindowTasks (pull request #6) 2018-09-23 19:07:22 -04:00
MaxMin.go Merged in scheduleOnlySchedWindowTasks (pull request #6) 2018-09-23 19:07:22 -04:00
schedPolicy.go Merged in schedPolSwitchLogging-revert (pull request #7) 2018-09-23 19:07:44 -04:00
states.go Fix: mesos-go imports 2018-09-23 17:31:03 -04:00
store.go added utility to compute the scheduling window. Right now there's only criteria on which this is determined -- fillNextOfferCycle. So, the schedWindow is the max number of tasks, that aren't yet scheduled, whose aggregate resource requirement is as close as possible to the resource available in the next round of resource offers. To be able to make the most use of the next offer cycle, one would need to perform a non-polynomial search of the TaskQueue and as this is computationally expensive, a linear search is performed on the TaskQueue. Retrofitted scheduling policies to also call utilities.schedUtils#schedWindowResizingStrategy#Apply before switching to a new scheduling policy. 2018-09-23 18:03:14 -04:00