代码改变世界

ZooKeeper从环境到代码的知识网址

2019-03-11 17:25  Spiderman25  阅读(107)  评论(0)    收藏  举报

linux端口开放指定端口的两种方法
https://www.cnblogs.com/jtestroad/p/8031850.html

linux服务器查看防火墙状态
https://blog.csdn.net/qqllife/article/details/76355079
Linuxg下JDK安装(ZK需要JDK)
https://blog.csdn.net/lyhkmm/article/details/79524712
ZooKeeper下载安装
https://blog.csdn.net/ring300/article/details/80446918
怎么备份VMware虚拟磁盘文件或移植到其他虚拟机
https://www.cnblogs.com/shihaiming/p/5892201.html
ZooKeeper命令行
https://www.w3cschool.cn/zookeeper/zookeeper_cli.html
Zookeeper API
https://www.w3cschool.cn/zookeeper/zookeeper_api.html
可视窗口下载链接
https://issues.apache.org/jira/secure/attachment/12436620/ZooInspector.zip
理论文章
https://www.w3cschool.cn/zookeeper/
https://jingyan.baidu.com/article/e73e26c093cc4b24acb6a761.html  VMware怎么克隆多个虚拟机
https://www.cnblogs.com/raphael5200/p/5285380.html   Zookeeper 2、Zookeeper的安装和配置(集群模式)
https://blog.csdn.net/qqllife/article/details/76355079  linux服务器查看防火墙状态
https://blog.csdn.net/weijifeng_/article/details/79775738#2.7  5分钟让你了解 ZooKeeper 的功能和原理

https://www.cnblogs.com/felixzh/p/5869212.html   Zookeeper的功能以及工作原理
https://blog.csdn.net/gs80140/article/details/51496925  一直对zookeeper的应用和原理比较迷糊,今天看一篇文章,讲得很通透,分享如下:
zookeeper JAVA API 简单操作
https://www.cnblogs.com/admln/p/zookeeper-java-api-simple-oprate.html  zookeeper JAVA API 简单操作
https://blog.csdn.net/u010398771/article/details/82420504  java连接zookeeper实现zookeeper的基本操作
https://www.cnblogs.com/leesf456/p/6028416.html  【分布式】Zookeeper使用--Java API
监听
https://blog.csdn.net/lanhezhong/article/details/84776835  zookeeper功能介绍(三)---java在zookeeper节点上注册监听器
https://blog.csdn.net/liu857279611/article/details/70495413  zookeeper之监听事件总结

myid放data中,被坑了一次

当某个zookeeper停止时,客户端也是连接不上的,因为连接的是某个IP地址上的zookeeper。只不过上线后会同步其他的zookeeper。