Scheduling Computational Workflows on Failure-prone Platforms

TitleScheduling Computational Workflows on Failure-prone Platforms
Publication TypeJournal Article
Year of Publication2016
AuthorsAupy, G., A. Benoit, H. Casanova, and Y. Robert
JournalInternational Journal of Networking and Computing
Volume6
Number1
Pagination2-26
ISSN 2185-2847
Keywordscheckpointing, fault-tolerance, reliability, scheduling, workflow
AbstractWe study the scheduling of computational workflows on compute resources that experience exponentially distributed failures. When a failure occurs, rollback and recovery is used to resume the execution from the last checkpointed state. The scheduling problem is to minimize the expected execution time by deciding in which order to execute the tasks in the workflow and deciding for each task whether to checkpoint it or not after it completes. We give a polynomialtime optimal algorithm for fork DAGs (Directed Acyclic Graphs) and show that the problem is NP-complete with join DAGs. We also investigate the complexity of the simple case in which no task is checkpointed. Our main result is a polynomial-time algorithm to compute the expected execution time of a workflow, with a given task execution order and specified to-be-checkpointed tasks. Using this algorithm as a basis, we propose several heuristics for solving the scheduling problem. We evaluate these heuristics for representative workflow configurations.