分布式系统论文笔记(一)

April 14, 2017

最近上完了 MIT 6.824 Distributed Systems,把论文读完了,Lab 做了 1,2,3,这里是一些笔记。

MapReduce

GFS

image

Raft

Dynamo

TODO

image

Spanner

2PC

2PC 在这篇文章里讲的《Transaction Management in the R* Distributed Database Management System 》。

image

我们来考虑各种失败情况:

Bayou

《Managing Update Conflicts in Bayou, a Weakly Connected Replicated Storage System》。

Chubby

问题

TODO

为什么需要 Chubby

设计

架构

API

Cache

Session

Fail-over

image

经验

Bigtable

问题

TODO

自己的理解

摘录

Chord

image

PNUTS

image

Ceph

image

Ceph 中两个重要的底层技术是数据分布算法 CRUSH 和对象存储 RADOS.

CRUSH

RADOS