The Google File System
Presented by: Alexa Leal
The Google File System Presented by: Alexa Leal Architecture the - - PowerPoint PPT Presentation
The Google File System Presented by: Alexa Leal Architecture the basic idea Question: 1. GFS does not cache file data. Why does this design choice not lead to performance loss? Single Master Clients never read or write to the master
Presented by: Alexa Leal
Question:
performance loss?
Question:
potential performance risk? How does GFS minimize such a risk?
and present to them to master (HeartBeat)
space allocation method
Questions:
allocation and what’s its benefit?
seconds
*example of a write
then returns that offset to the client
goal
Questions:
2. When a new chunkserver is added into the system, the master mostly uses chunk rebalancing rather than using writing new chunks to fill up it. Why?
Any replica not known to master is garbage Master will remove hidden files if they have existed for 3 days
Question:. How are files and chunks are deleted? What’s the advantages of the delayed space reclamation (garbage collection), rather than eager deletion?
mutations
version chunk numbers do not match
sequentially