Title :
The Load Rebalancing Problem in Distributed File Systems
Author :
Chung, Hsueh-Yi ; Chang, Che-Wei ; Hsiao, Hung-Chang ; Chao, Yu-Chang
Author_Institution :
Comput. Sci. & Inf. Eng., Nat. Cheng Kung Univ., Tainan, Taiwan
Abstract :
Distributed file systems (DFS) are key building blocks for cloud computing applications based on the MapReduce programming paradigm. In such file systems, nodes simultaneously serve computing and storage functions, a file is partitioned into a number of chunks allocated in distinct nodes so that MapReduce tasks can be performed in parallel over the nodes. However, in a cloud computing environment, failure is the norm, and nodes may be upgraded, replaced, and added in the system. Files can also be dynamically created, deleted, and appended. This results in load imbalance, that is, the file chunks are not distributed as uniformly as possible in the nodes. Although distributed load balancing algorithms exist in the literature to deal with the load imbalance problem, emerging DFSs in production systems strongly depend on a central node for chunk reallocation. This dependence is clearly inadequate in a large-scale, failure-prone environment because the central load balancer is put under considerable workload that is linearly scaled with the system size, and may thus become the performance bottleneck and the single point of failure. In this paper, we illustrate and define the load rebalancing problem in cloud DFSs. We advocate file systems in clouds shall incorporate decentralized load rebalancing algorithms to eliminate the performance bottleneck and the single point of failure. Simulation results for a potential distributed load balancing algorithm are illustrated. The performance of our proposal implemented in the Hadoop distributed file system is also demonstrated.
Keywords :
cloud computing; resource allocation; DFS; Hadoop distributed file system; chunk reallocation; cloud computing; decentralized load rebalancing algorithms; distributed file systems; distributed load balancing algorithms; failure-prone environment; large-scale environment; load imbalance problem; load rebalancing problem; production systems; Algorithm design and analysis; Cloud computing; Google; Load management; Proposals; Protocols; Vectors; Clouds; Distributed file systems; Load balancing;
Conference_Titel :
Cluster Computing (CLUSTER), 2012 IEEE International Conference on
Conference_Location :
Beijing
Print_ISBN :
978-1-4673-2422-9
DOI :
10.1109/CLUSTER.2012.31