Tags

🌶🔟💉💧🐂🍺
Distributed System

k8s权威指南笔记:开发指南


k8s权威指南笔记:存储原理


k8s权威指南笔记:网络原理(2)


k8s权威指南笔记:网络原理(1)


k8s权威指南笔记:核心组件运行机制


k8s权威指南笔记:Service


k8s权威指南笔记:Pod(2)


k8s权威指南笔记:Pod(1)


etcd-raft (7): Raft线性一致读


etcd-raft (6): Raft快照


etcd-raft (5): Raft的集群配置变更


etcd-raft (4): Raft的复制和心跳


etcd-raft (3): Raft的启动与选主


etcd-raft (2): Raft日志与消息


etcd-raft (1): 基于Raft的K-V存储样例


Redis分布式锁(2):Redission实现


Redis分布式锁(1):实现原理


论文阅读-Exploiting Commutativity For Practical Fast Replication


论文阅读-Fault-Tolerance, Fast and Slow: Exploiting Failure Asynchrony in Distributed Systems


论文阅读-An Analysis of Network-Partitioning Failures in Cloud Systems


论文阅读-Just Say NO to Paxos Overhead: Replacing Consensus with Network Ordering


论文阅读-Aegean: Replication Beyond the Client-Server Model


Before-or-After Atomicity


论文阅读-Bigtable: A Distributed Storage System for Structured Data


论文阅读-Amazon Aurora: Design Considerations for High Throughput Cloud-Native Relational Database


论文阅读-Object Storage on CRAQ: High-throughput chain replication for read-mostly workload


论文阅读-Spanner: Google's Globally-Distributed Database


论文阅读-Don’t Settle for Eventual: Scalable Causal Consistency for Wide-Area Storage with COPS


论文阅读-Lightweight Asynchronous Snapshots for Distributed Dataflows


论文阅读-Distributed Snapshots: Determining Global States of Distributed Systems


论文阅读-Bitcoin: A Peer-to-Peer Electronic Cash System


论文阅读-Dynamo: Amazon’s Highly Available Key-value Store


BitTorrent: DHT Protocol


论文阅读-Chord: A Scalable Peer-to-peer Lookup Service for Internet Applications


论文阅读-Managing Update Conflicts in Bayou, a Weakly Connected Replicated Storage System


论文阅读-Scaling Memcache at Facebook


论文阅读-Frangipani:可扩展的分布式文件系统


论文阅读-利用Parameter Server扩展分布式机器学习


论文阅读-Naiad:A Timely Dataflow System


论文阅读-RDD(Resilient Distributed Datasets):一种内存式集群计算的可容错的数据抽象


论文阅读-不妥协:支持CAP的分布式事务(FaRM)


论文阅读-ZooKeeper


论文阅读-Spinnaker: 利用Paxos构建可扩展、一致且高可用的数据存储


论文阅读-容错虚拟机分布式系统的设计


论文阅读-GFS


论文阅读-MapReduce


论文阅读-Raft-2


论文阅读-Raft-1


DDIA-一致性与共识(分布式事务与共识)


DDIA-一致性与共识(顺序保证)


DDIA-一致性与共识(一致性保证与可线性化)


DDIA-分布式中的故障


DDIA-事务


DDIA-数据分区


DDIA-数据复制


DDIA-可靠、可扩展与可维护的应用系统


分布式系统概念与设计读书笔记-时间与全局状态


分布式系统概念与设计读书笔记-名字服务


分布式系统概念与设计读书笔记-分布式文件系统


SWIM Protocol


分布式系统概念与设计读书笔记-对等系统


分布式系统概念与设计读书笔记-Web服务


分布式系统概念与设计读书笔记-分布式对象和组件


分布式系统概念与设计读书笔记-操作系统支持


分布式系统概念与设计读书笔记-间接通信


分布式系统概念与设计读书笔记-远程调用


分布式系统概念与设计读书笔记-进程间通信


分布式系统概念与设计读书笔记-网络与网际互连


分布式系统概念与设计读书笔记-系统模型


分布式系统概念与设计读书笔记-Overview


分布式基本的概念


Best Practice

线程池踩坑


Project Reactor

Reactor线程隔离


Paper

论文阅读-Yugong: Geo-Distributed Data and Job Placement at Scale


论文阅读-FishStore: Faster Ingestion with Subset Hashing


论文阅读-FASTER: A Concurrent Key-Value Store with In-Place Updates


论文阅读-Exploiting Commutativity For Practical Fast Replication


论文阅读-Fault-Tolerance, Fast and Slow: Exploiting Failure Asynchrony in Distributed Systems


论文阅读-An Analysis of Network-Partitioning Failures in Cloud Systems


论文阅读-Just Say NO to Paxos Overhead: Replacing Consensus with Network Ordering


论文阅读-Aegean: Replication Beyond the Client-Server Model


论文阅读-Bigtable: A Distributed Storage System for Structured Data


论文阅读-Amazon Aurora: Design Considerations for High Throughput Cloud-Native Relational Database


论文阅读-Object Storage on CRAQ: High-throughput chain replication for read-mostly workload


论文阅读-Spanner: Google's Globally-Distributed Database


论文阅读-Don’t Settle for Eventual: Scalable Causal Consistency for Wide-Area Storage with COPS


论文阅读-A Pragmatic Implementation of Non-Blocking Linked-Lists


论文阅读-Lock-Free Linked List Using Compare-and-Swap


论文阅读-HotRing: A Hotspot-Aware In-Memory Key-Value Store


论文阅读-Transparent Pointer Compression for Linked Data Structures


论文阅读-Lightweight Asynchronous Snapshots for Distributed Dataflows


论文阅读-Distributed Snapshots: Determining Global States of Distributed Systems


论文阅读-Bitcoin: A Peer-to-Peer Electronic Cash System


论文阅读-Dynamo: Amazon’s Highly Available Key-value Store


论文阅读-Chord: A Scalable Peer-to-peer Lookup Service for Internet Applications


论文阅读-Managing Update Conflicts in Bayou, a Weakly Connected Replicated Storage System


论文阅读-Scaling Memcache at Facebook


论文阅读-Frangipani:可扩展的分布式文件系统


论文阅读-利用Parameter Server扩展分布式机器学习


论文阅读-Naiad:A Timely Dataflow System


论文阅读-RDD(Resilient Distributed Datasets):一种内存式集群计算的可容错的数据抽象


论文阅读-不妥协:支持CAP的分布式事务(FaRM)


论文阅读-ZooKeeper


论文阅读-Spinnaker: 利用Paxos构建可扩展、一致且高可用的数据存储


论文阅读-容错虚拟机分布式系统的设计


论文阅读-GFS


论文阅读-MapReduce


论文阅读-Raft-2


论文阅读-Raft-1