iaGuoZhi / paper-readnotes

1 stars 0 forks source link

The Chubby lock service for loosely-coupled distributed systems #1

Closed iaGuoZhi closed 2 years ago

iaGuoZhi commented 3 years ago

https://ipads.se.sjtu.edu.cn/courses/ads/paper/ads-chubby.pdf

iaGuoZhi commented 3 years ago

chubby 是google实现与使用的锁服务,它提供了一套类似分布式文件系统的接口来访问锁。相比于performance(throughput,capacity)它更关注availability,reliability。它提供的锁服务是粗粒度的。在提供锁服务的同时,它也支持读写小文件,作为一个名字服务。它的缓存是consistent caching而不是time-based caching。