论文阅读: Raft

本文为 In Search of an Understandable Consensus Algorithm (Extended Version)12的阅读总结笔记,主要为论文前八章,分别总结了 Raft 算法在分布式共识中的领导者选举、日志复制、安全性、以...

April 20, 2022 · 16 min · Will

论文阅读: The Design of a Practical System for Fault Tolerant Virtual Machines

本文为 The Design of a Practical System for Fault-Tolerant Virtual Machines 1的阅读笔记总结,涵盖了 MIT 6.824 Lecture 42 的部分总结内容。 1. Introduction 本论文设计了一种虚拟机容错机制,主要以主从备份的方式实现,备份...

April 5, 2022 · 10 min · Will

论文阅读: The Google File System

本文为 The Google File System1 的阅读笔记,主要为论文前五章,涵盖了 GFS 在并行性能、副本复制、一致性、容错等方面的设计思想和细节。 Abstruction GFS 文件系统是一个面向数据密集...

April 2, 2022 · 12 min · Will