GFS - Google File System
architecture
chunk size: 64 MB
Problems
-
Single point of failure
shadow master
-
Scalability bottleneck:
send metadata only
special terms: consistent and defined
-
consistent: all replicas have the same value
-
defined: replica reflects the mutation, consistent
-
consistent but not defined:
Client: A A B
Server: A B A
-
defined but not consistent:
Server 1: S S S
Server 2: S S F