Java-Interview-Advanced/docs/distributed-system/zookeeper-distribute-lock-split-brain.md
2020-04-25 19:55:58 +08:00

7 lines
284 B
Markdown
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

分布式锁脑裂,重复加锁
分布式系统主控节点有一个Master此时因为网络故障导致其他人以为这个Master不可用了其他节点出现了别的Master导致集群里有2个Master同时在运行
curator框架源码加一些协调机制