Merge task table and task log into a single table (#30)

* Merge task table and task log

* Fix test in db tests

* Address Robert's comments and some better error checking

* Add a LOG_FATAL that exits the program
This commit is contained in:
Stephanie Wang
2016-11-10 18:13:26 -08:00
committed by Philipp Moritz
parent 194bdb1d96
commit 9d1e750e8f
30 changed files with 1578 additions and 842 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ void free_scheduler_state(scheduler_state *state);
*/
void handle_task_submitted(scheduler_info *info,
scheduler_state *state,
task_spec *task);
task_spec *spec);
/**
* This function will be called when a task is assigned by the global scheduler