I'm reading GFS paper but unable to understand one point, does master maintains 64kb of metadata for each replica of file(s) too? Say if master's memory is 8 gb and I store 1000 files of 1 kb each, how much memory it's going to take? if replication factor is 3.
GFS/Hadoop master's storage capacity
144 Views Asked by endurance At
2
No. The main metadata for each replica are only on chunk servers' memory. Master only store 2 types of chunk metadata.
Here's details from the paper.
The most important sentence: