A Load Balancing Replica Placement Strategy in Data Grid

Qaisar Rasool,Jianzhong Li,George S. Oreku,Shuo Zhang,Donghua Yang
DOI: https://doi.org/10.1109/icdim.2008.4746731
2008-01-01
Abstract:Replication is used in data grid to enhance data availability and fault tolerance. The random burst of data requests may increase the frequency of dynamic replication thus putting system nodes under heavy storage load and delaying execution of jobs. We propose a load balancing replication strategy, Fair-Share Replication(FSR) that takes into account both the access load and storage load of the replica servers before placing a replica. We use P2P concepts in multi-tier data grid with unique path for data search, and leverage the neighborhood of replica servers in replication process. A sibling node of a candidate replica server is selected for replica placement if its access and storage loads are less than the candidate. Experiment results show that FSR performs better than fast spread replication using random access pattern.
What problem does this paper attempt to address?