Skip to content

Files

Latest commit

author
文亮
Aug 14, 2019
f9d8506 · Aug 14, 2019

History

History
6 lines (3 loc) · 284 Bytes

zookeeper-distribute-lock-split-brain.md

File metadata and controls

6 lines (3 loc) · 284 Bytes

分布式锁脑裂,重复加锁

分布式系统,主控节点有一个Master,此时因为网络故障,导致其他人以为这个Master不可用了,其他节点出现了别的Master,导致集群里有2个Master同时在运行

curator框架源码,加一些协调机制