From ef6f74cd814304945a504c06aa22fe3670f0cdc2 Mon Sep 17 00:00:00 2001 From: Pradyumna Kaushik Date: Mon, 20 Feb 2017 22:42:07 -0500 Subject: [PATCH] removed TODO for consolidating common scheduler struct members into base.go. --- schedulers/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/schedulers/README.md b/schedulers/README.md index cec4efc..476e114 100644 --- a/schedulers/README.md +++ b/schedulers/README.md @@ -7,7 +7,6 @@ To Do: * Fix the race condition on 'tasksRunning' in proactiveclusterwidecappingfcfs.go and proactiveclusterwidecappingranked.go * **Critical**: Separate the capping strategies from the scheduling algorithms and make it possible to use any capping strategy with any scheduler. * Create a package that would contain routines to perform various logging and move helpers.coLocated(...) into that. - * Move all the common struct members from all schedulers into base.go. Scheduling Algorithms: