3 results for “topic:chunkserver”
An attempt to reproduce Google Filesystem 2002
Implementing Google File System from its research paper which inspired Hadoop
GFS‑DynRep is a prototype of GFS that adds dynamic replication: a master server manages metadata while chunkservers store data and send heartbeats. By tracking chunk access, it automatically adjusts replica counts for fault tolerance, load balancing, and resource efficiency.