Multi-Replication with Intelligent Staging in Data-Intensive Grid Applications

  • Authors:
  • Yuya Machida;Shin'ichiro Takizawa;Hidemoto Nakada;Satoshi Matsuoka

  • Affiliations:
  • Tokyo Institute of Technology, 2-12-1 Ookayama, Tokyo, 152-8550, Japan. machida@matsulab.is.titech.ac.jp;Tokyo Institute of Technology, 2-12-1 Ookayama, Tokyo, 152-8550, Japan. takizawa@matsulab.is.titech.ac.jp;National Institute of Advanced Industrial Science and Technology (AIST), 1-1-1 Umezono, Tsukuba, 305-8568, Japan/ Tokyo Institute of Technology, 2-12-1 Ookayama, Tokyo, 152-8550, J;Tokyo Institute of Technology, 2-12-1 Ookayama, Tokyo, 152-8550, Japan/ National Institute of Informatics, 2-1-2 Hitotsubashi, Chiyoda-ku, Tokyo, 101-8430, Japan. matsu@is.titech.a

  • Venue:
  • GRID '06 Proceedings of the 7th IEEE/ACM International Conference on Grid Computing
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

Existing data grid scheduling systems handle huge data I/O via replica location services coupled with simple staging, decoupled from scheduling of computing tasks. However, when the application/workflow scales, we observe considerable degradations in performance, compared to processing within a tightly-coupled cluster. For example, when numerous nodes access the same set of files simultaneously, major performance degradation occurs even if replicas are used, due to bottlenecks that manifest in the infrastructure. Instead of resorting to expensive solutions such as parallel file systems, we propose alleviating the situation by tightly coupling replica and data transfer management with computation scheduling. In particular we propose three techniques: (1) dynamic aggregation and O(1) replication of data-staging requests across multiple nodes using a multi-replication framework, (2) replica-centric scheduling - data re-use and time-to-replication as compute scheduling metrics on the grid and (3) overlapped execution of data staging and compute bound tasks. Early benchmark results implemented in our prototype Condor-like grid scheduling system demonstrate that the techniques are quite effective in eliminating much of the overhead in data transfers in many cases.