Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

《从Paxos到Zookeeper分布式一致性原理与实践》阅读 #11

Closed
wangzzu opened this issue Aug 5, 2017 · 1 comment
Closed

Comments

@wangzzu
Copy link
Owner

wangzzu commented Aug 5, 2017

ZooKeeper 的应用非常广泛,去年写过《ZooKeeper 学习笔记》的文章,但是并未涉及 ZooKeeper 内部机制的分析,未来 ZooKeeper 有以下几块内容需要学习:

  1. Zookeeper 的一致性协议——zab 协议、2PC、Paxos 协议(包括 leader 选举、数据同步之类的内容);
  2. ZooKeeper 的使用与应用;
  3. Zookeeper watcher 机制的实现;
  4. Zookeeper 分布式锁的实现;
  5. Zookeeper 技术内幕;
  6. ZooKeeper 运维;

在学习的过程中,主要以官方文档及《从Paxos到Zookeeper分布式一致性原理与实践》这本书为参考,按照这几个部分总结几篇文章,计划完成时间2017.10.31。

@wangzzu wangzzu changed the title ZooKeeper 的学习 《从Paxos到Zookeeper分布式一致性原理与实践》阅读 Sep 11, 2017
@wangzzu
Copy link
Owner Author

wangzzu commented Mar 19, 2019

未完成,废弃了

@wangzzu wangzzu closed this as completed Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant