欢迎进入吴凯的博客

分享我的见闻与思想

The Part-Time Parliament

作者:Leslie Lamport

这是描述Paxos算法的论文

The Google File System

作者:Sanjay Ghemawat, Howard Gobioff, and Shun-Tak Leung Google

Google GFS

Ceph: A Scalable, High-Performance Distributed File System

作者:Sage A. Weil, Scott A. Brandt, Ethan L. Miller, Darrell D. E. Long, Carlos Maltzahn

Finding a needle in Haystack: Facebook’s photo storage

作者:Doug Beaver, Sanjeev Kumar, Harry C. Li, Jason Sobel, Peter Vajgel

facebook关于小文件分布式存储的经典论文

Large-scale cluster management at Google with Borg

作者:Abhishek Vermay, Luis Pedrosaz, Madhukar Korupolu, David Oppenheimer, Eric Tune, John Wilkes

Google Borg, 谷歌关于集群管理的文章,Kubernetes相当于它的开源实现,当然也有所差别,可以对照现有的其他调度系统研读,如Kubernetes、Mesos和Yarn

Chord: A Scalable Peertopeer Lookup Service for Internet

作者:Ion Stoica􀀀, Robert Morris, David Karger, M. Frans Kaashoek, Hari Balakrishnan

MIT关于无中心架构的经典算法,分布式hash的实现