vix.ing · top · new · best · stats · spec

Optimization for Speculative Execution of Multiple Jobs in a MapReduce-like Cluster

2014/06/03 by Huanle Xu, Xu, Huanle, Wing Cheong Lau +1
Computer Science · #Cloud Computing and Resource Management #Distributed #FOS: Computer and information sciences #Graph Theory and Algorithms #IoT and Edge/Fog Computing #Parallel #and Cluster Computing (cs.DC) #cs.DC

paper · pdf · doi:10.48550/arxiv.1406.0609

This paper has been withdrawn due to the simulation part need to be strengthened

openalex publication_date 2014/06/03 · arxiv created 2015/01/05 · arxiv updated 2015/01/06 · openalex created_date 2016/06/24 · openalex updated_date 2026/07/28

Abstract

Nowadays, a computing cluster in a typical data center can easily consist of hundreds of thousands of commodity servers, making component/ machine failures the norm rather than exception. A parallel processing job can be delayed substantially as long as one of its many tasks is being assigned to a failing machine. To tackle this so-called straggler problem, most parallel processing frameworks such as MapReduce have adopted various strategies under which the system may speculatively launch additional copies of the same task if its progress is abnormally slow or simply because extra idling resource is available. In this paper, we focus on the design of speculative execution schemes for a parallel processing cluster under different loading conditions. For the lightly loaded case, we analyze and propose two optimization-based schemes, namely, the Smart Cloning Algorithm (SCA) which is based on maximizing the job utility and the Straggler Detection Algorithm (SDA) which minimizes the overall resource consumption of a job. We also derive the workload threshold under which SCA or SDA should be used for speculative execution. Our simulation results show both SCA and SDA can reduce the job flowtime by nearly 60% comparing to the speculative execution strategy of Microsoft Mantri. For the heavily loaded case, we propose the Enhanced Speculative Execution (ESE) algorithm which is an extension of the Microsoft Mantri scheme. We show that the ESE algorithm can beat the Mantri baseline scheme by 18% in terms of job flowtime while consuming the same amount of resource.

Citations

Related