zoomkeeper浅谈
写作背景工作中遇到了使用zoomkeeper锁,然而对于背后的原理不是很懂,这里写下zoomkeeper相关知识的理解参考:http://www.tutorialspoint.com/zookeeper/zookeeper_fundamentals.htmhttp://stackoverflow.com/questions/3764650/if-you-are-using-apache-zoo
·
写作背景
工作中遇到了使用zoomkeeper锁,然而对于背后的原理不是很懂,这里写下zoomkeeper相关知识的理解
参考:
- http://www.tutorialspoint.com/zookeeper/zookeeper_fundamentals.htm
- http://stackoverflow.com/questions/3764650/if-you-are-using-apache-zookeeper-what-do-you-use-it-for
应用
- 在多server 提供统一的 locking service (由于乐观锁的机制比较好的处理竞争条件)
在优酷 两个分布式定时任务 抢zoomkeeper谁抢到谁执行。
2.保持多server 统一的配置和状态。
架构讲解
znode
version Number:采用的是乐观锁的方式,每次改节点上的数据变化 version number 都会自增。
更多推荐
已为社区贡献1条内容
所有评论(0)