From f304cd295afc13df4e723897f491e4147687dc93 Mon Sep 17 00:00:00 2001 From: Pradyumna Kaushik Date: Tue, 20 Dec 2016 14:55:46 -0500 Subject: [PATCH] Completed couple of TODOs and added two more. --- schedulers/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schedulers/README.md b/schedulers/README.md index 72c2f34..7492e56 100644 --- a/schedulers/README.md +++ b/schedulers/README.md @@ -4,8 +4,8 @@ Electron: Scheduling Algorithms To Do: * Design changes -- Possible to have one scheduler with different scheduling schemes? - * Use the generic running average calculator in utilities/runAvg in schedulers/proactiveclusterwidecappers.go - * Add functionality to the runAvg interface to be able to remove element in the window based on a criteria. + * Fix the race condition on 'tasksRunning' in proactiveclusterwidecappingfcfs.go and proactiveclusterwidecappingranked.go + * Separate the capping strategies from the scheduling algorithms and make it possible to use any capping strategy with any scheduler. Scheduling Algorithms: