Related Experiment Video
Updated: Jan 4, 2026

The Replica Set Method: A High-throughput Approach to Quantitatively Measure Caenorhabditis elegans Lifespan
Published on: June 29, 2018
HaRD: a heterogeneity-aware replica deletion for HDFS
Hilmi Egemen Ciritoglu1, John Murphy1, Christina Thorpe2
11Performance Engineering Laboratory, School of Computer Science, University College Dublin, Dublin, Ireland.
Dynamic data replication in Hadoop Distributed File System (HDFS) can cause unbalanced data distribution. A new heterogeneity-aware replica deletion scheme (HaRD) improves performance on diverse clusters.
Area of Science:
- Distributed Systems
- Big Data Storage
- Data Management
Background:
- Hadoop Distributed File System (HDFS) uses data replication for reliability and throughput, balancing availability against disk usage.
- Dynamic replication schemes adjust file replication factors based on data popularity to optimize performance.
- Reducing replication factors for less popular data can lead to unbalanced distribution, causing performance issues like hot spots and increased network usage.
Purpose of the Study:
- To confirm that reducing replication factors in HDFS leads to unbalanced data distribution.
- To demonstrate the sub-optimal performance of existing balanced distribution schemes (WBRD) on heterogeneous clusters.
- To propose and evaluate a new heterogeneity-aware replica deletion scheme (HaRD) for HDFS.
Main Methods:
- Validated the impact of replication factor reduction on data distribution using Hadoop's default scheme.
- Implemented the proposed heterogeneity-aware replica deletion scheme (HaRD) on HDFS.
- Conducted performance evaluations on a 23-node dedicated heterogeneous cluster.
Main Results:
- Confirmed that dynamic replication factor reduction causes unbalanced data distribution.
- Showed that WBRD, while balancing distribution, is sub-optimal on heterogeneous clusters.
- HaRD reduced execution time by up to 60% compared to default Hadoop and 17% compared to WBRD.
Conclusions:
- The proposed HaRD scheme effectively addresses data distribution imbalance in heterogeneous HDFS clusters.
- HaRD leverages node processing capabilities to optimize replica placement, enhancing overall system performance.
- HaRD offers significant improvements in execution time for large-scale data processing on diverse hardware.
Related Concept Videos
Restarting Stalled Replication Forks
Restarting Stalled Replication Forks
Deleterious Substances in Aggregate
Another type of impurity is clay and fine material that...
Replication in Eukaryotes
Replication in Eukaryotes
Many Proteins Orchestrate Replication at the Origin
Eukaryotic replication follows many of the same...
Cluster Sampling Method
To choose a cluster sample, divide the population into clusters (groups) and then randomly select some of the clusters. All the members from these clusters are in the cluster sample. For example, if you randomly sample four departments from your...

