加装zookeeper3.9.2

点击查看代码
Xshell 7 (Build 0151)
Copyright (c) 2020 NetSarang Computer, Inc. All rights reserved.

Type `help' to learn how to use Xshell prompt.
[C:\~]$ 

Connecting to 192.168.10.10:22...
Connection established.
To escape to local shell, press 'Ctrl+Alt+]'.

Last login: Sun May 26 14:08:17 2024 from 192.168.10.1
[root@master ~]# ssh clone1
Last login: Fri May 10 11:22:37 2024 from master
[root@clone1 ~]# ssh xlone2
ssh: Could not resolve hostname xlone2: Name or service not known
[root@clone1 ~]# ssh clone2
Last login: Fri May 10 11:22:58 2024 from clone1
[root@clone2 ~]# ssh clone1
Last login: Sun May 26 14:08:27 2024 from master
[root@clone1 ~]# ssh master
Last login: Sun May 26 14:08:18 2024 from 192.168.10.1
[root@master ~]# ls
anaconda-ks.cfg                        jdk1.8.0_401                    视频
apache-hive-3.1.3-bin                  jdk-8u401-linux-x64.tar.gz      图片
apache-hive-3.1.3-bin.tar.gz           mysql-connector-j-8.3.0         文档
apache-zookeeper-3.9.2-bin (1).tar.gz  mysql-connector-j-8.3.0.tar.gz  下载
hadoop-3.4.0                           perl5                           音乐
hadoop-3.4.0.tar.gz                    公共                            桌面
initial-setup-ks.cfg                   模板
[root@master ~]# tar  zxf apache-zoo*           //1.解压
[root@master ~]# ls
anaconda-ks.cfg                        hadoop-3.4.0.tar.gz             perl5  下载
apache-hive-3.1.3-bin                  initial-setup-ks.cfg            公共   音乐
apache-hive-3.1.3-bin.tar.gz           jdk1.8.0_401                    模板   桌面
apache-zookeeper-3.9.2-bin             jdk-8u401-linux-x64.tar.gz      视频
apache-zookeeper-3.9.2-bin (1).tar.gz  mysql-connector-j-8.3.0         图片
hadoop-3.4.0                           mysql-connector-j-8.3.0.tar.gz  文档
[root@master ~]# cd  apache-zoo
-bash: cd: apache-zoo: 没有那个文件或目录
[root@master ~]# cd  apache-zoo*
[root@master apache-zookeeper-3.9.2-bin]# cd conf
[root@master conf]# cd ..
[root@master apache-zookeeper-3.9.2-bin]# ls
bin  conf  docs  lib  LICENSE.txt  NOTICE.txt  README.md  README_packaging.md
[root@master apache-zookeeper-3.9.2-bin]# cd conf
[root@master conf]# ls
configuration.xsl  logback.xml  zoo_sample.cfg
[root@master conf]# mv zoo_sample.cfg  zoo.cfg
[root@master conf]# cp zoo.cfg   zoo_sample.cfg.bak
[root@master conf]# vim zoo.cfg               //2.修改配置文件

[1]+  已停止               vim zoo.cfg
[root@master conf]# pwd
/root/apache-zookeeper-3.9.2-bin/conf
[root@master conf]# fg
vim zoo.cfg

[1]+  已停止               vim zoo.cfg
[root@master conf]# cd ..
[root@master apache-zookeeper-3.9.2-bin]# ls
bin  conf  docs  lib  LICENSE.txt  NOTICE.txt  README.md  README_packaging.md
[root@master apache-zookeeper-3.9.2-bin]# cd -
/root/apache-zookeeper-3.9.2-bin/conf
[root@master conf]# fg
vim zoo.cfg
[root@master conf]# cd ..
[root@master apache-zookeeper-3.9.2-bin]# mkdir zkData     //3.创建持久化数据目录
[root@master apache-zookeeper-3.9.2-bin]# cd -
/root/apache-zookeeper-3.9.2-bin/conf
[root@master conf]# ls
configuration.xsl  logback.xml  zoo.cfg  zoo_sample.cfg.bak
[root@master conf]# vim zoo.cfd
[root@master conf]# vim zoo.cfg            
[root@master conf]# cdbin/zkzserver.sh start
-bash: cdbin/zkzserver.sh: 没有那个文件或目录
[root@master conf]# cd ..
[root@master apache-zookeeper-3.9.2-bin]# /bin/zkServer.sh start
-bash: /bin/zkServer.sh: 没有那个文件或目录
[root@master apache-zookeeper-3.9.2-bin]# bin/zkServer.sh start
ZooKeeper JMX enabled by default
Using config: /root/apache-zookeeper-3.9.2-bin/bin/../conf/zoo.cfg
Starting zookeeper ... STARTED
[root@master apache-zookeeper-3.9.2-bin]# jps
46331 QuorumPeerMain
46364 Jps
2830 DataNode
[root@master apache-zookeeper-3.9.2-bin]# bin/zkServer.sh status
ZooKeeper JMX enabled by default
Using config: /root/apache-zookeeper-3.9.2-bin/bin/../conf/zoo.cfg
myid could not be determined, will not able to locate clientPort in the server configs.
Client port not found. Looking for secureClientPort in the static config.
Unable to find either secure or unsecure client port in any configs. Terminating.
[root@master apache-zookeeper-3.9.2-bin]# ^C
[root@master apache-zookeeper-3.9.2-bin]# 
[root@master apache-zookeeper-3.9.2-bin]# ache-zookeeper-

[root@master apache-zookeeper-3.9.2-bin]# bin/zkCli.sh   //如果配置文件没错,到这里应该本地模式启动成功
Connecting to localhost:2181
2024-05-26 15:44:22,232 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:zookeeper.version=3.9.2-e454e8c7283100c7caec6dcae2bc82aaecb63023, built on 2024-02-12 20:59 UTC
2024-05-26 15:44:22,244 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:host.name=master
2024-05-26 15:44:22,244 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.version=1.8.0_401
2024-05-26 15:44:22,245 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.vendor=Oracle Corporation
2024-05-26 15:44:22,245 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.home=/root/jdk1.8.0_401/jre
2024-05-26 15:44:22,245 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.class.path=/root/apache-zookeeper-3.9.2-bin/bin/../zookeeper-metrics-providers/zookeeper-prometheus-metrics/target/classes:/root/apache-zookeeper-3.9.2-bin/bin/../zookeeper-server/target/classes:/root/apache-zookeeper-3.9.2-bin/bin/../build/classes:/root/apache-zookeeper-3.9.2-bin/bin/../zookeeper-metrics-providers/zookeeper-prometheus-metrics/target/lib/*.jar:/root/apache-zookeeper-3.9.2-bin/bin/../zookeeper-server/target/lib/*.jar:/root/apache-zookeeper-3.9.2-bin/bin/../build/lib/*.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/zookeeper-prometheus-metrics-3.9.2.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/zookeeper-jute-3.9.2.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/zookeeper-3.9.2.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/snappy-java-1.1.10.5.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/slf4j-api-1.7.30.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/simpleclient_servlet-0.9.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/simpleclient_hotspot-0.9.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/simpleclient_common-0.9.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/simpleclient-0.9.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-transport-native-unix-common-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-transport-native-epoll-4.1.105.Final-linux-x86_64.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-transport-classes-epoll-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-transport-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-classes-2.0.61.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-boringssl-static-2.0.61.Final-windows-x86_64.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-boringssl-static-2.0.61.Final-osx-x86_64.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-boringssl-static-2.0.61.Final-osx-aarch_64.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-boringssl-static-2.0.61.Final-linux-x86_64.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-boringssl-static-2.0.61.Final-linux-aarch_64.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-boringssl-static-2.0.61.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-resolver-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-handler-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-common-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-codec-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-buffer-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/metrics-core-4.1.12.1.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/logback-core-1.2.13.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/logback-classic-1.2.13.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jline-2.14.6.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-util-ajax-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-util-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-servlet-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-server-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-security-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-io-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-http-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/javax.servlet-api-3.1.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jackson-databind-2.15.2.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jackson-core-2.15.2.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jackson-annotations-2.15.2.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/commons-io-2.11.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/commons-cli-1.5.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/audience-annotations-0.12.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../zookeeper-*.jar:/root/apache-zookeeper-3.9.2-bin/bin/../zookeeper-server/src/main/resources/lib/*.jar:/root/apache-zookeeper-3.9.2-bin/bin/../conf:.:/root/jdk1.8.0_401/lib/tools.jar:JAVA_HOME/lib/dt.jar
2024-05-26 15:44:22,245 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
2024-05-26 15:44:22,245 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.io.tmpdir=/tmp
2024-05-26 15:44:22,245 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.compiler=<NA>
2024-05-26 15:44:22,245 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:os.name=Linux
2024-05-26 15:44:22,246 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:os.arch=amd64
2024-05-26 15:44:22,246 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:os.version=3.10.0-1160.114.2.el7.x86_64
2024-05-26 15:44:22,246 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:user.name=root
2024-05-26 15:44:22,246 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:user.home=/root
2024-05-26 15:44:22,246 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:user.dir=/root/apache-zookeeper-3.9.2-bin
2024-05-26 15:44:22,246 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:os.memory.free=22MB
2024-05-26 15:44:22,246 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:os.memory.max=228MB
2024-05-26 15:44:22,246 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:os.memory.total=29MB
2024-05-26 15:44:22,257 [myid:] - INFO  [main:o.a.z.ZooKeeper@637] - Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.apache.zookeeper.ZooKeeperMain$MyWatcher@18be83e4
2024-05-26 15:44:22,277 [myid:] - INFO  [main:o.a.z.c.X509Util@88] - Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation
2024-05-26 15:44:23,185 [myid:] - INFO  [main:o.a.z.c.X509Util@110] - Default TLS protocol is TLSv1.3, supported TLS protocols are [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1, SSLv3, SSLv2Hello]
2024-05-26 15:44:23,213 [myid:] - INFO  [main:o.a.z.ClientCnxnSocket@233] - jute.maxbuffer value is 1048575 Bytes
2024-05-26 15:44:23,238 [myid:] - INFO  [main:o.a.z.ClientCnxn@1726] - zookeeper.request.timeout value is 0. feature enabled=false
Welcome to ZooKeeper!
2024-05-26 15:44:23,268 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1162] - Opening socket connection to server localhost/0:0:0:0:0:0:0:1:2181.
2024-05-26 15:44:23,268 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1164] - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2024-05-26 15:44:23,310 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1285] - Session 0x0 for server localhost/0:0:0:0:0:0:0:1:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
java.net.ConnectException: 拒绝连接
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:344)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1274)
JLine support is enabled
[zk: localhost:2181(CONNECTING) 0] 2024-05-26 15:44:24,422 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1162] - Opening socket connection to server localhost/127.0.0.1:2181.
2024-05-26 15:44:24,423 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1164] - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2024-05-26 15:44:24,424 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1285] - Session 0x0 for server localhost/127.0.0.1:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
java.net.ConnectException: 拒绝连接
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:344)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1274)
2024-05-26 15:44:25,526 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1162] - Opening socket connection to server localhost/0:0:0:0:0:0:0:1:2181.
2024-05-26 15:44:25,527 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1164] - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2024-05-26 15:44:25,529 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1285] - Session 0x0 for server localhost/0:0:0:0:0:0:0:1:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
java.net.ConnectException: 拒绝连接
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:344)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1274)
2024-05-26 15:44:26,631 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1162] - Opening socket connection to server localhost/127.0.0.1:2181.
2024-05-26 15:44:26,632 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1164] - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2024-05-26 15:44:26,633 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1285] - Session 0x0 for server localhost/127.0.0.1:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
java.net.ConnectException: 拒绝连接
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:344)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1274)
2024-05-26 15:44:27,735 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1162] - Opening socket connection to server localhost/0:0:0:0:0:0:0:1:2181.
2024-05-26 15:44:27,736 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1164] - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2024-05-26 15:44:27,737 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1285] - Session 0x0 for server localhost/0:0:0:0:0:0:0:1:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
java.net.ConnectException: 拒绝连接
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:344)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1274)
2024-05-26 15:44:28,838 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1162] - Opening socket connection to server localhost/127.0.0.1:2181.
2024-05-26 15:44:28,839 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1164] - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2024-05-26 15:44:28,840 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1285] - Session 0x0 for server localhost/127.0.0.1:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
java.net.ConnectException: 拒绝连接
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:344)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1274)
2024-05-26 15:44:29,942 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1162] - Opening socket connection to server localhost/0:0:0:0:0:0:0:1:2181.
2024-05-26 15:44:29,943 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1164] - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2024-05-26 15:44:29,947 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1285] - Session 0x0 for server localhost/0:0:0:0:0:0:0:1:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
java.net.ConnectException: 拒绝连接
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:344)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1274)
2024-05-26 15:44:31,049 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1162] - Opening socket connection to server localhost/0:0:0:0:0:0:0:1:2181.
2024-05-26 15:44:31,049 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1164] - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2024-05-26 15:44:31,050 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1285] - Session 0x0 for server localhost/0:0:0:0:0:0:0:1:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
java.net.ConnectException: 拒绝连接
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:344)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1274)
2024-05-26 15:44:32,152 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1162] - Opening socket connection to server localhost/127.0.0.1:2181.
2024-05-26 15:44:32,152 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1164] - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2024-05-26 15:44:32,153 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1285] - Session 0x0 for server localhost/127.0.0.1:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
java.net.ConnectException: 拒绝连接
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:344)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1274)
2024-05-26 15:44:33,255 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1162] - Opening socket connection to server localhost/0:0:0:0:0:0:0:1:2181.
2024-05-26 15:44:33,256 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1164] - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2024-05-26 15:44:33,257 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1285] - Session 0x0 for server localhost/0:0:0:0:0:0:0:1:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
java.net.ConnectException: 拒绝连接
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:344)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1274)
2024-05-26 15:44:34,362 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1162] - Opening socket connection to server localhost/127.0.0.1:2181.
2024-05-26 15:44:34,363 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1164] - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2024-05-26 15:44:34,363 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1285] - Session 0x0 for server localhost/127.0.0.1:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
java.net.ConnectException: 拒绝连接
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:344)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1274)
2024-05-26 15:44:35,466 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1162] - Opening socket connection to server localhost/127.0.0.1:2181.
2024-05-26 15:44:35,467 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1164] - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2024-05-26 15:44:35,467 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1285] - Session 0x0 for server localhost/127.0.0.1:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
java.net.ConnectException: 拒绝连接
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:344)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1274)
2024-05-26 15:44:36,570 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1162] - Opening socket connection to server localhost/0:0:0:0:0:0:0:1:2181.
2024-05-26 15:44:36,570 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1164] - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2024-05-26 15:44:36,571 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1285] - Session 0x0 for server localhost/0:0:0:0:0:0:0:1:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
java.net.ConnectException: 拒绝连接
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:344)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1274)
2024-05-26 15:44:37,673 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1162] - Opening socket connection to server localhost/127.0.0.1:2181.
2024-05-26 15:44:37,674 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1164] - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2024-05-26 15:44:37,675 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1285] - Session 0x0 for server localhost/127.0.0.1:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
java.net.ConnectException: 拒绝连接
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:344)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1274)
[root@master apache-zookeeper-3.9.2-bin]# bin/skServer.sh start
-bash: bin/skServer.sh: 没有那个文件或目录
[root@master apache-zookeeper-3.9.2-bin]# bin/zkServer.sh start
ZooKeeper JMX enabled by default
Using config: /root/apache-zookeeper-3.9.2-bin/bin/../conf/zoo.cfg
Starting zookeeper ... already running as process 46331.
[root@master apache-zookeeper-3.9.2-bin]# sh bin/zkServer.sh status
ZooKeeper JMX enabled by default
Using config: /root/apache-zookeeper-3.9.2-bin/bin/../conf/zoo.cfg
myid could not be determined, will not able to locate clientPort in the server configs.
Client port not found. Looking for secureClientPort in the static config.
Unable to find either secure or unsecure client port in any configs. Terminating.
[root@master apache-zookeeper-3.9.2-bin]# vim /etc/profile     //4.配置环境变量
[1]+  已停止               vim /etc/profile
[root@master apache-zookeeper-3.9.2-bin]# pwd
/root/apache-zookeeper-3.9.2-bin
[root@master apache-zookeeper-3.9.2-bin]# fg
vim /etc/profile





[root@master apache-zookeeper-3.9.2-bin]# source /etc/profile
[root@master apache-zookeeper-3.9.2-bin]# scp /etc/profile  root@clone*:/etc/   
ssh: Could not resolve hostname clone*: Name or service not known
lost connection
[root@master apache-zookeeper-3.9.2-bin]# scp /etc/profile  root@clone1:/etc/  root@clone2:/etc/
profile                                                         100% 2479   826.1KB/s   00:00    
/etc: not a regular file
Killed by signal 1.
Connection to clone1 closed.
[root@master apache-zookeeper-3.9.2-bin]# scp /etc/profile  root@clone1:/etc/profile  root@clone2:/etc/profile
scp: /etc/profile: Not a directory
[root@master apache-zookeeper-3.9.2-bin]# source /etc/profile
[root@master apache-zookeeper-3.9.2-bin]# scp /etc/profile  root@clone1:/etc/profile  root@clone2:/etc/profile
scp: /etc/profile: Not a directory
[root@master apache-zookeeper-3.9.2-bin]# scp /etc/profile  root@clone1:/etc  root@clone2:/etc
profile                                                         100% 2479   800.2KB/s   00:00    
/etc: not a regular file
Connection to clone1 closed.
[root@master apache-zookeeper-3.9.2-bin]# scp /etc/profile  root@clone1:/etc profile  root@clone2:/etc
profile                                                         100% 2479     1.1MB/s   00:00    
/etc: not a regular file
Killed by signal 1.
Connection to clone1 closed.
profile: No such file or directory
[root@master apache-zookeeper-3.9.2-bin]# ssh clone1
Last login: Sun May 26 15:58:40 2024 from master
[root@clone1 ~]# vim /etc/profile
[root@clone1 ~]# exit
登出
Connection to clone1 closed.
[root@master apache-zookeeper-3.9.2-bin]# scp /etc/profile  root@clone1:/etc/profile  //5.分发
profile                                                         100% 2479     1.3MB/s   00:00    
[root@master apache-zookeeper-3.9.2-bin]# scp /etc/profile  root@clone2:/etc/profile  
profile                                                         100% 2479   346.8KB/s   00:00    
[root@master apache-zookeeper-3.9.2-bin]# cd /conf
-bash: cd: /conf: 没有那个文件或目录
[root@master apache-zookeeper-3.9.2-bin]# zkServer.sh stop
ZooKeeper JMX enabled by default
Using config: /root/apache-zookeeper-3.9.2-bin/bin/../conf/zoo.cfg
Stopping zookeeper ... STOPPED
[root@master apache-zookeeper-3.9.2-bin]# cd conf
[root@master conf]# ls
configuration.xsl  logback.xml  zoo.cfg  zoo_sample.cfg.bak
[root@master conf]# vim zoo.cfg
[root@master conf]# pwd
/root/apache-zookeeper-3.9.2-bin/conf
[root@master conf]# scp -r /root/apache-zookeeper-3.9.2-bin/  root@clone1:/root/apache-zookeeper-3.9.2-bin  //5.分发
2pc.jpg                                                         100%   15KB   4.2MB/s   00:00    
bk-overview.jpg                                                 100%  121KB  38.7MB/s   00:00    
favicon.ico                                                     100%  766   576.2KB/s   00:00    
state_dia.dia                                                   100% 2597     1.8MB/s   00:00    
state_dia.jpg                                                   100%   50KB  23.7MB/s   00:00    
zkAuditLogs.jpg                                                 100%   28KB   5.5MB/s   00:00    
zkarch.jpg                                                      100%   24KB   3.3MB/s   00:00    
zkcomponents.jpg                                                100%   30KB   5.6MB/s   00:00    
zknamespace.jpg                                                 100%   35KB   6.3MB/s   00:00    
zkperfRW-3.2.jpg                                                100%   41KB   9.0MB/s   00:00    
zkperfRW.jpg                                                    100%  158KB  14.6MB/s   00:00    
zkperfreliability.jpg                                           100%   68KB  11.5MB/s   00:00    
zkservice.jpg                                                   100%   85KB  10.7MB/s   00:00    
zookeeper_small.gif                                             100% 4847     2.3MB/s   00:00    
basic.css                                                       100% 2993     1.1MB/s   00:00    
chapter.gif                                                     100%   49    11.1KB/s   00:00    
chapter_open.gif                                                100%   49     2.5KB/s   00:00    
current.gif                                                     100%   54    10.4KB/s   00:00    
getBlank.js                                                     100% 1605   588.0KB/s   00:00    
getMenu.js                                                      100% 1646   872.9KB/s   00:00    
header_white_line.gif                                           100%   37    10.6KB/s   00:00    
init.js                                                         100% 2317   655.9KB/s   00:00    
instruction_arrow.png                                           100%  285    83.4KB/s   00:00    
menu.js                                                         100% 1683   556.1KB/s   00:00    
page.gif                                                        100%   79    35.3KB/s   00:00    
print.css                                                       100% 1237   416.7KB/s   00:00    
printer.gif                                                     100%  603   212.2KB/s   00:00    
profile.css                                                     100% 3931     1.2MB/s   00:00    
prototype.js                                                    100%  195KB  17.4MB/s   00:00    
screen.css                                                      100%   10KB   2.7MB/s   00:00    
index.html                                                      100%   12KB   6.8MB/s   00:00    
javaExample.html                                                100%   28KB  15.7MB/s   00:00    
recipes.html                                                    100%   29KB   5.9MB/s   00:00    
releasenotes.html                                               100%   22KB  10.2MB/s   00:00    
zookeeperAdmin.html                                             100%  155KB  24.7MB/s   00:00    
zookeeperAuditLogs.html                                         100%   16KB   4.3MB/s   00:00    
zookeeperCLI.html                                               100%   24KB   4.7MB/s   00:00    
zookeeperHierarchicalQuorums.html                               100% 8552     6.1MB/s   00:00    
zookeeperInternals.html                                         100%   29KB   5.1MB/s   00:00    
zookeeperJMX.html                                               100%   14KB   2.8MB/s   00:00    
zookeeperMonitor.html                                           100%   16KB   6.1MB/s   00:00    
zookeeperObservers.html                                         100%   14KB   2.7MB/s   00:00    
zookeeperOracleQuorums.html                                     100%   19KB   4.7MB/s   00:00    
zookeeperOver.html                                              100%   21KB   5.8MB/s   00:00    
zookeeperProgrammers.html                                       100%   87KB  36.6MB/s   00:00    
zookeeperQuotas.html                                            100%   10KB  10.1MB/s   00:00    
zookeeperReconfig.html                                          100%   51KB  16.8MB/s   00:00    
zookeeperSnapshotAndRestore.html                                100%   10KB   6.3MB/s   00:00    
zookeeperStarted.html                                           100%   19KB  16.7MB/s   00:00    
zookeeperTools.html                                             100%   37KB  24.3MB/s   00:00    
zookeeperTutorial.html                                          100%   29KB  12.6MB/s   00:00    
zookeeperUseCases.html                                          100%   36KB  18.6MB/s   00:00    
jquery.js                                                       100%  281KB  25.9MB/s   00:00    
jszip.js                                                        100%  358KB  32.1MB/s   00:00    
jszip.min.js                                                    100%   94KB  31.7MB/s   00:00    
jszip-utils-ie.js                                               100% 2444     1.9MB/s   00:00    
jszip-utils-ie.min.js                                           100% 1610     1.7MB/s   00:00    
jszip-utils.js                                                  100% 4483     2.3MB/s   00:00    
jszip-utils.min.js                                              100% 1777     1.2MB/s   00:00    
jquery-3.6.1.min.js                                             100%   88KB  20.4MB/s   00:00    
jquery-ui.min.css                                               100% 1842     1.3MB/s   00:00    
jquery-ui.min.js                                                100%   32KB   4.9MB/s   00:00    
ASSEMBLY_EXCEPTION                                              100% 1522   464.7KB/s   00:00    
jquery.md                                                       100% 2936     1.5MB/s   00:00    
jqueryUI.md                                                     100% 1870     1.0MB/s   00:00    
jszip.md                                                        100%   33KB  10.1MB/s   00:00    
pako.md                                                         100% 2034   452.4KB/s   00:00    
BinaryInputArchive.html                                         100% 7419     5.8MB/s   00:00    
BinaryOutputArchive.html                                        100% 7436     5.3MB/s   00:00    
Index.html                                                      100% 8949     9.7MB/s   00:00    
InputArchive.html                                               100%   59KB  13.8MB/s   00:00    
OutputArchive.html                                              100%   59KB  10.0MB/s   00:00    
Record.html                                                     100%   41KB   6.7MB/s   00:00    
RecordReader.html                                               100% 5308     2.5MB/s   00:00    
RecordWriter.html                                               100% 5308     2.2MB/s   00:00    
ToStringOutputArchive.html                                      100% 5371   921.6KB/s   00:00    
Utils.html                                                      100% 5259     1.0MB/s   00:00    
CSharpGenerator.html                                            100% 5452     1.2MB/s   00:00    
JBoolean.html                                                   100% 5403     2.1MB/s   00:00    
JBuffer.html                                                    100% 5396     2.1MB/s   00:00    
JByte.html                                                      100% 5382     1.8MB/s   00:00    
JDouble.html                                                    100% 5396   541.9KB/s   00:00    
JField.html                                                     100% 9895     2.9MB/s   00:00    
JFile.html                                                      100%   10KB   3.0MB/s   00:00    
JFloat.html                                                     100% 5389     1.4MB/s   00:00    
JInt.html                                                       100% 5375     2.4MB/s   00:00    
JLong.html                                                      100% 5382     1.4MB/s   00:00    
JMap.html                                                       100% 7158     2.1MB/s   00:00    
JRecord.html                                                    100% 8782     2.2MB/s   00:00    
JString.html                                                    100% 5396     2.0MB/s   00:00    
JType.html                                                      100%   14KB   4.0MB/s   00:00    
JVector.html                                                    100% 7206     3.1MB/s   00:00    
ParseException.html                                             100%   12KB   5.3MB/s   00:00    
Rcc.html                                                        100% 5498     4.5MB/s   00:00    
RccConstants.html                                               100% 7695     7.8MB/s   00:00    
RccTokenManager.html                                            100% 9346     6.2MB/s   00:00    
SimpleCharStream.html                                           100%   10KB  10.8MB/s   00:00    
Token.html                                                      100%   13KB  11.8MB/s   00:00    
TokenMgrError.html                                              100% 5568     5.6MB/s   00:00    
ParseException.html                                             100%   21KB  18.8MB/s   00:00    
Rcc.html                                                        100%   38KB  17.6MB/s   00:00    
RccConstants.html                                               100%   25KB   4.3MB/s   00:00    
RccTokenManager.html                                            100%   24KB   3.5MB/s   00:00    
SimpleCharStream.html                                           100%   52KB  12.7MB/s   00:00    
Token.html                                                      100%   25KB   4.8MB/s   00:00    
TokenMgrError.html                                              100%   23KB   3.9MB/s   00:00    
package-summary.html                                            100% 8277     3.7MB/s   00:00    
package-tree.html                                               100% 8412     2.6MB/s   00:00    
package-use.html                                                100% 7672     2.5MB/s   00:00    
CSharpGenerator.html                                            100% 9213     2.4MB/s   00:00    
JBoolean.html                                                   100%   15KB   3.6MB/s   00:00    
JBuffer.html                                                    100%   27KB   7.9MB/s   00:00    
JByte.html                                                      100%   13KB   4.8MB/s   00:00    
JDouble.html                                                    100%   14KB   4.7MB/s   00:00    
JField.html                                                     100%   33KB   5.5MB/s   00:00    
JFile.html                                                      100%   15KB   3.5MB/s   00:00    
JFloat.html                                                     100%   14KB   3.3MB/s   00:00    
JInt.html                                                       100%   13KB   3.9MB/s   00:00    
JLong.html                                                      100%   14KB   4.6MB/s   00:00    
JMap.html                                                       100%   24KB   6.6MB/s   00:00    
JRecord.html                                                    100%   37KB  11.6MB/s   00:00    
JString.html                                                    100%   16KB   6.6MB/s   00:00    
JType.html                                                      100%   15KB   5.0MB/s   00:00    
JVector.html                                                    100%   25KB   3.3MB/s   00:00    
package-summary.html                                            100% 8456     2.2MB/s   00:00    
package-tree.html                                               100% 7885     1.7MB/s   00:00    
package-use.html                                                100% 8785     4.8MB/s   00:00    
BinaryInputArchive.html                                         100%   39KB  11.6MB/s   00:00    
BinaryOutputArchive.html                                        100%   40KB   6.1MB/s   00:00    
Index.html                                                      100% 8597     1.5MB/s   00:00    
InputArchive.html                                               100%   27KB  14.7MB/s   00:00    
OutputArchive.html                                              100%   30KB  24.2MB/s   00:00    
Record.html                                                     100%   19KB   8.0MB/s   00:00    
RecordReader.html                                               100%   14KB   9.6MB/s   00:00    
RecordWriter.html                                               100%   14KB   2.7MB/s   00:00    
ToStringOutputArchive.html                                      100%   39KB  17.1MB/s   00:00    
Utils.html                                                      100%   11KB   7.4MB/s   00:00    
package-summary.html                                            100%   29KB  10.4MB/s   00:00    
package-tree.html                                               100% 7365     5.6MB/s   00:00    
package-use.html                                                100%   14KB   4.5MB/s   00:00    
ACL.html                                                        100%   26KB  11.1MB/s   00:00    
ClientInfo.html                                                 100% 9383     4.8MB/s   00:00    
Id.html                                                         100%   12KB   9.0MB/s   00:00    
Stat.html                                                       100%   16KB   8.7MB/s   00:00    
StatPersisted.html                                              100% 5445     2.0MB/s   00:00    
ACL.html                                                        100%   25KB   7.0MB/s   00:00    
ClientInfo.html                                                 100%   27KB   8.6MB/s   00:00    
Id.html                                                         100%   27KB   4.4MB/s   00:00    
Stat.html                                                       100%   33KB  11.3MB/s   00:00    
StatPersisted.html                                              100%   32KB   5.6MB/s   00:00    
package-summary.html                                            100% 6206     1.4MB/s   00:00    
package-tree.html                                               100% 6844     1.0MB/s   00:00    
package-use.html                                                100% 8968     4.2MB/s   00:00    
AddWatchRequest.html                                            100% 5466     2.9MB/s   00:00    
AuthPacket.html                                                 100% 5431     2.9MB/s   00:00    
CheckVersionRequest.html                                        100% 5494     1.4MB/s   00:00    
CheckWatchesRequest.html                                        100% 5494   889.6KB/s   00:00    
ConnectRequest.html                                             100% 5459     3.4MB/s   00:00    
ConnectResponse.html                                            100% 5466     2.9MB/s   00:00    
Create2Response.html                                            100% 5466     2.5MB/s   00:00    
CreateRequest.html                                              100% 5452     2.1MB/s   00:00    
CreateResponse.html                                             100% 5459     1.2MB/s   00:00    
CreateTTLRequest.html                                           100% 5473     1.0MB/s   00:00    
DeleteRequest.html                                              100% 5452     4.0MB/s   00:00    
ErrorResponse.html                                              100% 5452     3.7MB/s   00:00    
ExistsRequest.html                                              100% 5452     4.8MB/s   00:00    
ExistsResponse.html                                             100% 5459     7.2MB/s   00:00    
GetACLRequest.html                                              100% 5452     4.4MB/s   00:00    
GetACLResponse.html                                             100% 5459     4.8MB/s   00:00    
GetAllChildrenNumberRequest.html                                100% 5550     8.2MB/s   00:00    
GetAllChildrenNumberResponse.html                               100% 5557     4.0MB/s   00:00    
GetChildren2Request.html                                        100% 5494     4.0MB/s   00:00    
GetChildren2Response.html                                       100% 5501     3.8MB/s   00:00    
GetChildrenRequest.html                                         100% 5487     2.8MB/s   00:00    
GetChildrenResponse.html                                        100% 5494     2.1MB/s   00:00    
GetDataRequest.html                                             100% 5459     2.7MB/s   00:00    
GetDataResponse.html                                            100% 5466     3.4MB/s   00:00    
GetEphemeralsRequest.html                                       100% 5501     4.5MB/s   00:00    
GetEphemeralsResponse.html                                      100% 5508     3.1MB/s   00:00    
GetMaxChildrenRequest.html                                      100% 5508     3.6MB/s   00:00    
GetMaxChildrenResponse.html                                     100% 5515     3.4MB/s   00:00    
GetSASLRequest.html                                             100% 5459     2.3MB/s   00:00    
MultiHeader.html                                                100% 5438     4.3MB/s   00:00    
ReconfigRequest.html                                            100% 5466     8.0MB/s   00:00    
RemoveWatchesRequest.html                                       100% 5501     4.1MB/s   00:00    
ReplyHeader.html                                                100% 5438     5.6MB/s   00:00    
RequestHeader.html                                              100% 5452     3.1MB/s   00:00    
SetACLRequest.html                                              100% 5452     5.0MB/s   00:00    
SetACLResponse.html                                             100% 5459     1.5MB/s   00:00    
SetDataRequest.html                                             100% 5459     5.7MB/s   00:00    
SetDataResponse.html                                            100% 5466     3.6MB/s   00:00    
SetMaxChildrenRequest.html                                      100% 5508     5.0MB/s   00:00    
SetSASLRequest.html                                             100% 5459     5.5MB/s   00:00    
SetSASLResponse.html                                            100% 5466     3.3MB/s   00:00    
SetWatches.html                                                 100% 5431     3.7MB/s   00:00    
SetWatches2.html                                                100% 5438     4.0MB/s   00:00    
SyncRequest.html                                                100% 5438     2.3MB/s   00:00    
SyncResponse.html                                               100% 5445     3.0MB/s   00:00    
WatcherEvent.html                                               100% 5445     4.3MB/s   00:00    
WhoAmIResponse.html                                             100% 5459     4.9MB/s   00:00    
AddWatchRequest.html                                            100%   26KB   5.4MB/s   00:00    
AuthPacket.html                                                 100%   27KB   5.0MB/s   00:00    
CheckVersionRequest.html                                        100%   26KB   5.8MB/s   00:00    
CheckWatchesRequest.html                                        100%   26KB   5.6MB/s   00:00    
ConnectRequest.html                                             100%   29KB  16.7MB/s   00:00    
ConnectResponse.html                                            100%   28KB  16.0MB/s   00:00    
Create2Response.html                                            100%   26KB  19.0MB/s   00:00    
CreateRequest.html                                              100%   29KB  19.5MB/s   00:00    
CreateResponse.html                                             100%   25KB  23.0MB/s   00:00    
CreateTTLRequest.html                                           100%   30KB  11.5MB/s   00:00    
DeleteRequest.html                                              100%   26KB  14.4MB/s   00:00    
ErrorResponse.html                                              100%   24KB  24.6MB/s   00:00    
ExistsRequest.html                                              100%   26KB  12.3MB/s   00:00    
ExistsResponse.html                                             100%   24KB  13.0MB/s   00:00    
GetACLRequest.html                                              100%   25KB   4.3MB/s   00:00    
GetACLResponse.html                                             100%   27KB   3.1MB/s   00:00    
GetAllChildrenNumberRequest.html                                100%   25KB   7.4MB/s   00:00    
GetAllChildrenNumberResponse.html                               100%   24KB  11.9MB/s   00:00    
GetChildren2Request.html                                        100%   26KB  16.7MB/s   00:00    
GetChildren2Response.html                                       100%   27KB  16.6MB/s   00:00    
GetChildrenRequest.html                                         100%   26KB   6.6MB/s   00:00    
GetChildrenResponse.html                                        100%   26KB   3.8MB/s   00:00    
GetDataRequest.html                                             100%   26KB   3.7MB/s   00:00    
GetDataResponse.html                                            100%   25KB   4.7MB/s   00:00    
GetEphemeralsRequest.html                                       100%   25KB   5.2MB/s   00:00    
GetEphemeralsResponse.html                                      100%   26KB   5.0MB/s   00:00    
GetMaxChildrenRequest.html                                      100%   25KB   8.0MB/s   00:00    
GetMaxChildrenResponse.html                                     100%   24KB   7.6MB/s   00:00    
GetSASLRequest.html                                             100%   24KB   5.2MB/s   00:00    
MultiHeader.html                                                100%   26KB   5.9MB/s   00:00    
ReconfigRequest.html                                            100%   30KB   6.2MB/s   00:00    
RemoveWatchesRequest.html                                       100%   26KB   7.9MB/s   00:00    
ReplyHeader.html                                                100%   26KB  14.9MB/s   00:00    
RequestHeader.html                                              100%   25KB  20.6MB/s   00:00    
SetACLRequest.html                                              100%   28KB  11.7MB/s   00:00    
SetACLResponse.html                                             100%   24KB   6.5MB/s   00:00    
SetDataRequest.html                                             100%   27KB   3.6MB/s   00:00    
SetDataResponse.html                                            100%   24KB   5.7MB/s   00:00    
SetMaxChildrenRequest.html                                      100%   26KB  12.5MB/s   00:00    
SetSASLRequest.html                                             100%   24KB   8.5MB/s   00:00    
SetSASLResponse.html                                            100%   24KB   4.0MB/s   00:00    
SetWatches.html                                                 100%   33KB   8.8MB/s   00:00    
SetWatches2.html                                                100%   39KB  18.3MB/s   00:00    
SyncRequest.html                                                100%   25KB  18.2MB/s   00:00    
SyncResponse.html                                               100%   25KB   5.4MB/s   00:00    
WatcherEvent.html                                               100%   27KB  20.8MB/s   00:00    
WhoAmIResponse.html                                             100%   25KB   7.0MB/s   00:00    
package-summary.html                                            100%   14KB   2.2MB/s   00:00    
package-tree.html                                               100%   19KB   6.0MB/s   00:00    
package-use.html                                                100% 5157     1.2MB/s   00:00    
FileHeader.html                                                 100% 5582     2.0MB/s   00:00    
FileHeader.html                                                 100%   26KB  16.2MB/s   00:00    
package-summary.html                                            100% 5630     5.5MB/s   00:00    
package-tree.html                                               100% 5904     9.1MB/s   00:00    
package-use.html                                                100% 5282     6.5MB/s   00:00    
LearnerInfo.html                                                100% 5554     3.7MB/s   00:00    
QuorumAuthPacket.html                                           100% 5589     6.1MB/s   00:00    
QuorumPacket.html                                               100% 5561     5.9MB/s   00:00    
LearnerInfo.html                                                100%   26KB  12.8MB/s   00:00    
QuorumAuthPacket.html                                           100%   26KB  13.0MB/s   00:00    
QuorumPacket.html                                               100%   28KB  10.0MB/s   00:00    
package-summary.html                                            100% 6010     2.2MB/s   00:00    
package-tree.html                                               100% 6495     1.3MB/s   00:00    
package-use.html                                                100% 5257     5.1MB/s   00:00    
CheckVersionTxn.html                                            100% 5452     3.3MB/s   00:00    
CloseSessionTxn.html                                            100% 5452     2.5MB/s   00:00    
CreateContainerTxn.html                                         100% 5473     6.0MB/s   00:00    
CreateSessionTxn.html                                           100% 5459     6.2MB/s   00:00    
CreateTTLTxn.html                                               100% 5431     3.1MB/s   00:00    
CreateTxn.html                                                  100% 5410     6.1MB/s   00:00    
CreateTxnV0.html                                                100% 5424     1.3MB/s   00:00    
DeleteTxn.html                                                  100% 5410     1.0MB/s   00:00    
ErrorTxn.html                                                   100% 5403     2.9MB/s   00:00    
MultiTxn.html                                                   100% 5403     1.3MB/s   00:00    
SetACLTxn.html                                                  100% 5410     4.2MB/s   00:00    
SetDataTxn.html                                                 100% 5417     4.0MB/s   00:00    
SetMaxChildrenTxn.html                                          100% 5466     1.2MB/s   00:00    
Txn.html                                                        100% 9072     5.8MB/s   00:00    
TxnDigest.html                                                  100% 5410     1.0MB/s   00:00    
TxnHeader.html                                                  100% 5410     5.1MB/s   00:00    
CheckVersionTxn.html                                            100%   26KB   6.6MB/s   00:00    
CloseSessionTxn.html                                            100%   26KB  10.7MB/s   00:00    
CreateContainerTxn.html                                         100%   29KB   6.5MB/s   00:00    
CreateSessionTxn.html                                           100%   24KB   4.6MB/s   00:00    
CreateTTLTxn.html                                               100%   30KB   6.0MB/s   00:00    
CreateTxn.html                                                  100%   30KB   7.8MB/s   00:00    
CreateTxnV0.html                                                100%   29KB   6.6MB/s   00:00    
DeleteTxn.html                                                  100%   25KB   3.5MB/s   00:00    
ErrorTxn.html                                                   100%   24KB   4.2MB/s   00:00    
MultiTxn.html                                                   100%   25KB   4.7MB/s   00:00    
SetACLTxn.html                                                  100%   28KB  13.7MB/s   00:00    
SetDataTxn.html                                                 100%   27KB   5.4MB/s   00:00    
SetMaxChildrenTxn.html                                          100%   26KB  15.4MB/s   00:00    
Txn.html                                                        100%   25KB  13.9MB/s   00:00    
TxnDigest.html                                                  100%   25KB  10.4MB/s   00:00    
TxnHeader.html                                                  100%   28KB  16.5MB/s   00:00    
package-summary.html                                            100% 8261   212.2KB/s   00:00    
package-tree.html                                               100% 9939     5.0MB/s   00:00    
package-use.html                                                100% 6236     8.0MB/s   00:00    
glass.png                                                       100%  499   485.2KB/s   00:00    
x.png                                                           100%  394   385.3KB/s   00:00    
allclasses-index.html                                           100%   30KB  18.4MB/s   00:00    
allclasses.html                                                 100%   14KB  14.3MB/s   00:00    
allpackages-index.html                                          100% 6908     4.3MB/s   00:00    
constant-values.html                                            100%   17KB  15.5MB/s   00:00    
deprecated-list.html                                            100% 5544     5.3MB/s   00:00    
element-list                                                    100%  229   303.5KB/s   00:00    
help-doc.html                                                   100%   10KB  16.3MB/s   00:00    
index-all.html                                                  100%  529KB  34.2MB/s   00:00    
index.html                                                      100% 6877     2.2MB/s   00:00    
jquery-ui.overrides.css                                         100% 1498   492.3KB/s   00:00    
member-search-index.js                                          100%  153KB  15.5MB/s   00:00    
member-search-index.zip                                         100%   10KB   4.5MB/s   00:00    
overview-summary.html                                           100%  686   493.6KB/s   00:00    
overview-tree.html                                              100%   36KB   7.4MB/s   00:00    
package-search-index.js                                         100%  367   316.8KB/s   00:00    
package-search-index.zip                                        100%  297   302.9KB/s   00:00    
script.js                                                       100% 6040     3.1MB/s   00:00    
search.js                                                       100%   13KB   6.7MB/s   00:00    
serialized-form.html                                            100%   11KB   5.3MB/s   00:00    
stylesheet.css                                                  100%   22KB  10.8MB/s   00:00    
type-search-index.js                                            100% 5645     2.6MB/s   00:00    
type-search-index.zip                                           100%  957   430.1KB/s   00:00    
jquery.js                                                       100%  281KB  29.1MB/s   00:00    
jszip.js                                                        100%  358KB  31.6MB/s   00:00    
jszip.min.js                                                    100%   94KB  14.3MB/s   00:00    
jszip-utils-ie.js                                               100% 2444   892.9KB/s   00:00    
jszip-utils-ie.min.js                                           100% 1610   681.4KB/s   00:00    
jszip-utils.js                                                  100% 4483     1.7MB/s   00:00    
jszip-utils.min.js                                              100% 1777     1.1MB/s   00:00    
jquery-3.6.1.min.js                                             100%   88KB  13.3MB/s   00:00    
jquery-ui.min.css                                               100% 1842   959.3KB/s   00:00    
jquery-ui.min.js                                                100%   32KB  13.4MB/s   00:00    
ASSEMBLY_EXCEPTION                                              100% 1522   635.5KB/s   00:00    
jquery.md                                                       100% 2936   925.8KB/s   00:00    
jqueryUI.md                                                     100% 1870     1.0MB/s   00:00    
jszip.md                                                        100%   33KB   5.1MB/s   00:00    
pako.md                                                         100% 2034   857.9KB/s   00:00    
ZooKeeperAdmin.html                                             100% 5463     2.1MB/s   00:00    
ZooKeeperAdmin.html                                             100%   53KB  28.0MB/s   00:00    
package-summary.html                                            100% 5608     4.2MB/s   00:00    
package-tree.html                                               100% 6046     6.0MB/s   00:00    
package-use.html                                                100% 5161     3.6MB/s   00:00    
AuditConstants.html                                             100% 5463   139.6KB/s   00:00    
AuditEvent.FieldName.html                                       100% 9193     2.7MB/s   00:00    
AuditEvent.Result.html                                          100%   10KB   3.3MB/s   00:00    
AuditEvent.html                                                 100% 7708     3.0MB/s   00:00    
AuditHelper.html                                                100% 5442     5.7MB/s   00:00    
AuditLogger.html                                                100% 7126     4.3MB/s   00:00    
Slf4jAuditLogger.html                                           100% 5477     1.5MB/s   00:00    
ZKAuditProvider.html                                            100% 5470     1.0MB/s   00:00    
AuditConstants.html                                             100%   16KB   6.0MB/s   00:00    
AuditEvent.FieldName.html                                       100%   19KB   4.2MB/s   00:00    
AuditEvent.Result.html                                          100%   18KB   2.8MB/s   00:00    
AuditEvent.html                                                 100%   16KB   8.5MB/s   00:00    
AuditHelper.html                                                100%   14KB  10.2MB/s   00:00    
AuditLogger.html                                                100% 9470     8.1MB/s   00:00    
Slf4jAuditLogger.html                                           100%   13KB   3.1MB/s   00:00    
ZKAuditProvider.html                                            100%   18KB   7.6MB/s   00:00    
package-summary.html                                            100% 7519     8.9MB/s   00:00    
package-tree.html                                               100% 8100     7.4MB/s   00:00    
package-use.html                                                100% 6840     1.7MB/s   00:00    
AddWatchMode.html                                               100%   12KB   2.3MB/s   00:00    
AsyncCallback.ACLCallback.html                                  100% 7976     5.3MB/s   00:00    
AsyncCallback.AllChildrenNumberCallback.html                    100% 8030     8.0MB/s   00:00    
AsyncCallback.Children2Callback.html                            100% 8971     6.5MB/s   00:00    
AsyncCallback.ChildrenCallback.html                             100% 8953     3.2MB/s   00:00    
AsyncCallback.Create2Callback.html                              100% 9879     5.6MB/s   00:00    
AsyncCallback.DataCallback.html                                 100%   16KB  15.4MB/s   00:00    
AsyncCallback.EphemeralsCallback.html                           100% 8711    10.7MB/s   00:00    
AsyncCallback.MultiCallback.html                                100% 9367     7.1MB/s   00:00    
AsyncCallback.StatCallback.html                                 100%   11KB   5.1MB/s   00:00    
AsyncCallback.StringCallback.html                               100% 9349     2.8MB/s   00:00    
AsyncCallback.VoidCallback.html                                 100%   14KB   7.0MB/s   00:00    
AsyncCallback.html                                              100%   18KB  13.1MB/s   00:00    
ClientCnxn.html                                                 100% 8832     2.3MB/s   00:00    
ClientCnxnSocketNIO.html                                        100% 5396     3.3MB/s   00:00    
ClientCnxnSocketNetty.html                                      100% 5410     4.6MB/s   00:00    
ClientWatchManager.html                                         100% 5413     1.1MB/s   00:00    
CreateMode.html                                                 100%   25KB   4.7MB/s   00:00    
CreateOptions.Builder.html                                      100% 8245     2.4MB/s   00:00    
CreateOptions.html                                              100% 8375     1.9MB/s   00:00    
DeleteContainerRequest.html                                     100% 5417     7.3MB/s   00:00    
DigestWatcher.html                                              100% 7296     4.8MB/s   00:00    
Environment.Entry.html                                          100% 7252     4.0MB/s   00:00    
Environment.html                                                100% 5340     1.1MB/s   00:00    
KeeperException.APIErrorException.html                          100% 5494     1.5MB/s   00:00    
KeeperException.AuthFailedException.html                        100% 5508     3.1MB/s   00:00    
KeeperException.BadArgumentsException.html                      100% 7575     5.5MB/s   00:00    
KeeperException.BadVersionException.html                        100% 5508     1.9MB/s   00:00    
KeeperException.Code.html                                       100%   19KB   5.1MB/s   00:00    
KeeperException.CodeDeprecated.html                             100% 7251     1.4MB/s   00:00    
KeeperException.ConnectionLossException.html                    100% 5536     1.4MB/s   00:00    
KeeperException.DataInconsistencyException.html                 100% 5557     1.3MB/s   00:00    
KeeperException.EphemeralOnLocalSessionException.html           100% 5599     2.6MB/s   00:00    
KeeperException.InvalidACLException.html                        100% 8881     3.6MB/s   00:00    
KeeperException.InvalidCallbackException.html                   100% 5543     1.4MB/s   00:00    
KeeperException.MarshallingErrorException.html                  100% 5550     4.3MB/s   00:00    
KeeperException.NewConfigNoQuorum.html                          100% 5494     3.7MB/s   00:00    
KeeperException.NoAuthException.html                            100% 8916     1.9MB/s   00:00    
KeeperException.NoChildrenForEphemeralsException.html           100% 5599     1.9MB/s   00:00    
KeeperException.NoNodeException.html                            100%   23KB   8.4MB/s   00:00    
KeeperException.NoWatcherException.html                         100% 5501     1.2MB/s   00:00    
KeeperException.NodeExistsException.html                        100% 9505     2.7MB/s   00:00    
KeeperException.NotEmptyException.html                          100% 5494     4.3MB/s   00:00    
KeeperException.NotReadOnlyException.html                       100% 5515     4.2MB/s   00:00    
KeeperException.OperationTimeoutException.html                  100% 5550     1.6MB/s   00:00    
KeeperException.QuotaExceededException.html                     100% 7710   498.9KB/s   00:00    
KeeperException.ReconfigDisabledException.html                  100% 5550     2.5MB/s   00:00    
KeeperException.ReconfigInProgress.html                         100% 5501     1.6MB/s   00:00    
KeeperException.RequestTimeoutException.html                    100% 5536     1.5MB/s   00:00    
KeeperException.RuntimeInconsistencyException.html              100% 5578     2.8MB/s   00:00    
KeeperException.SessionClosedRequireAuthException.html          100% 5606     1.0MB/s   00:00    
KeeperException.SessionExpiredException.html                    100%   15KB   4.3MB/s   00:00    
KeeperException.SessionMovedException.html                      100%   13KB   2.8MB/s   00:00    
KeeperException.SystemErrorException.html                       100% 5515     1.4MB/s   00:00    
KeeperException.ThrottledOpException.html                       100% 5515     1.1MB/s   00:00    
KeeperException.UnimplementedException.html                     100% 5529   941.9KB/s   00:00    
KeeperException.UnknownSessionException.html                    100% 9920     2.1MB/s   00:00    
KeeperException.html                                            100%   65KB  17.7MB/s   00:00    
Login.html                                                      100% 8864     7.8MB/s   00:00    
MultiOperationRecord.html                                       100% 8299     5.0MB/s   00:00    
MultiResponse.html                                              100% 5354     3.3MB/s   00:00    
Op.Check.html                                                   100% 5319     5.4MB/s   00:00    
Op.Create.html                                                  100% 6861     9.7MB/s   00:00    
Op.CreateTTL.html                                               100% 5347     1.2MB/s   00:00    
Op.Delete.html                                                  100% 5326     4.0MB/s   00:00    
Op.GetChildren.html                                             100% 5361     1.4MB/s   00:00    
Op.GetData.html                                                 100% 5333     1.1MB/s   00:00    
Op.OpKind.html                                                  100% 8565     8.5MB/s   00:00    
Op.SetData.html                                                 100% 5333     2.1MB/s   00:00    
Op.html                                                         100%   22KB  31.6MB/s   00:00    
OpResult.CheckResult.html                                       100% 5403     1.8MB/s   00:00    
OpResult.CreateResult.html                                      100% 5410     2.0MB/s   00:00    
OpResult.DeleteResult.html                                      100% 5410     1.3MB/s   00:00    
OpResult.ErrorResult.html                                       100% 5403     1.2MB/s   00:00    
OpResult.GetChildrenResult.html                                 100% 5445     2.2MB/s   00:00    
OpResult.GetDataResult.html                                     100% 5417     1.5MB/s   00:00    
OpResult.SetDataResult.html                                     100% 5417     1.2MB/s   00:00    
OpResult.html                                                   100%   16KB   4.1MB/s   00:00    
Quotas.html                                                     100% 5305   863.7KB/s   00:00    
SaslClientCallbackHandler.html                                  100% 5438     4.5MB/s   00:00    
SaslServerPrincipal.html                                        100% 5396     1.2MB/s   00:00    
ServerAdminClient.html                                          100% 5382     2.5MB/s   00:00    
Shell.ExitCodeException.html                                    100% 5424     3.4MB/s   00:00    
Shell.ShellCommandExecutor.html                                 100% 5445     3.6MB/s   00:00    
Shell.html                                                      100% 6894     3.0MB/s   00:00    
StatsTrack.html                                                 100% 9679     2.5MB/s   00:00    
Testable.html                                                   100% 6974     1.7MB/s   00:00    
Transaction.html                                                100%   10KB   2.2MB/s   00:00    
Version.html                                                    100% 5312     5.1MB/s   00:00    
WatchDeregistration.html                                        100%   11KB  10.4MB/s   00:00    
WatchedEvent.html                                               100%   13KB   9.2MB/s   00:00    
Watcher.Event.EventType.html                                    100%   24KB   5.4MB/s   00:00    
Watcher.Event.KeeperState.html                                  100%   14KB   3.6MB/s   00:00    
Watcher.Event.html                                              100% 5378     1.4MB/s   00:00    
Watcher.WatcherType.html                                        100%   18KB   4.0MB/s   00:00    
Watcher.html                                                    100%   78KB   9.1MB/s   00:00    
ZKUtil.html                                                     100% 5305   207.8KB/s   00:00    
ZooDefs.AddWatchModes.html                                      100% 5434     3.1MB/s   00:00    
ZooDefs.Ids.html                                                100% 5364     5.3MB/s   00:00    
ZooDefs.OpCode.html                                             100% 5385     5.6MB/s   00:00    
ZooDefs.Perms.html                                              100% 5378     8.0MB/s   00:00    
ZooDefs.html                                                    100% 5312     5.7MB/s   00:00    
ZooKeeper.States.html                                           100% 8222     4.2MB/s   00:00    
ZooKeeper.WatchRegistration.html                                100%   14KB  10.8MB/s   00:00    
ZooKeeper.html                                                  100%   19KB  21.1MB/s   00:00    
ZooKeeperMain.html                                              100% 5354     4.7MB/s   00:00    
ZookeeperBanner.html                                            100% 5368     5.2MB/s   00:00    
AclParser.html                                                  100% 5414     1.8MB/s   00:00    
AddAuthCommand.html                                             100% 5449     1.7MB/s   00:00    
AddWatchCommand.html                                            100% 5456     4.5MB/s   00:00    
CliCommand.html                                                 100%   30KB   5.8MB/s   00:00    
CliException.html                                               100%   16KB   3.6MB/s   00:00    
CliParseException.html                                          100%   20KB  11.6MB/s   00:00    
CliWrapperException.html                                        100% 7119     3.4MB/s   00:00    
CloseCommand.html                                               100% 5435     1.3MB/s   00:00    
CommandFactory.Command.html                                     100% 9288     6.6MB/s   00:00    
CommandFactory.html                                             100% 5449     1.2MB/s   00:00    
CommandNotFoundException.html                                   100% 5519     7.1MB/s   00:00    
CreateCommand.html                                              100% 5442     1.9MB/s   00:00    
DelQuotaCommand.html                                            100% 5456     1.2MB/s   00:00    
DeleteAllCommand.html                                           100% 5463     1.8MB/s   00:00    
DeleteCommand.html                                              100% 5442     1.5MB/s   00:00    
GetAclCommand.html                                              100% 5442     1.2MB/s   00:00    
GetAllChildrenNumberCommand.html                                100% 5540     5.2MB/s   00:00    
GetCommand.html                                                 100% 5421     8.5MB/s   00:00    
GetConfigCommand.html                                           100% 5463   202.1KB/s   00:00    
GetEphemeralsCommand.html                                       100% 5491     2.8MB/s   00:00    
ListQuotaCommand.html                                           100% 5463     5.3MB/s   00:00    
LsCommand.html                                                  100% 5414     5.5MB/s   00:00    
MalformedCommandException.html                                  100% 5526     8.8MB/s   00:00    
MalformedPathException.html                                     100% 8843     8.0MB/s   00:00    
ReconfigCommand.html                                            100% 5456     6.4MB/s   00:00    
RemoveWatchesCommand.html                                       100% 5491     4.0MB/s   00:00    
SetAclCommand.html                                              100% 5442     6.0MB/s   00:00    
SetCommand.html                                                 100% 5421     4.5MB/s   00:00    
SetQuotaCommand.html                                            100% 5456     2.8MB/s   00:00    
StatCommand.html                                                100% 5428     3.6MB/s   00:00    
StatPrinter.html                                                100% 5428     4.2MB/s   00:00    
SyncCommand.html                                                100% 5428     3.2MB/s   00:00    
VersionCommand.html                                             100% 5449     4.5MB/s   00:00    
WhoAmICommand.html                                              100% 5442     3.3MB/s   00:00    
AclParser.html                                                  100%   13KB   4.9MB/s   00:00    
AddAuthCommand.html                                             100%   16KB   7.3MB/s   00:00    
AddWatchCommand.html                                            100%   16KB  12.9MB/s   00:00    
CliCommand.html                                                 100%   27KB   3.2MB/s   00:00    
CliException.html                                               100%   23KB   6.2MB/s   00:00    
CliParseException.html                                          100%   16KB   3.5MB/s   00:00    
CliWrapperException.html                                        100%   15KB   4.3MB/s   00:00    
CloseCommand.html                                               100%   16KB   8.9MB/s   00:00    
CommandFactory.Command.html                                     100%   27KB  18.2MB/s   00:00    
CommandFactory.html                                             100%   14KB   8.6MB/s   00:00    
CommandNotFoundException.html                                   100%   15KB   9.2MB/s   00:00    
CreateCommand.html                                              100%   16KB  15.4MB/s   00:00    
DelQuotaCommand.html                                            100%   19KB   9.5MB/s   00:00    
DeleteAllCommand.html                                           100%   16KB   4.0MB/s   00:00    
DeleteCommand.html                                              100%   16KB   3.8MB/s   00:00    
GetAclCommand.html                                              100%   16KB   5.2MB/s   00:00    
GetAllChildrenNumberCommand.html                                100%   16KB  12.2MB/s   00:00    
GetCommand.html                                                 100%   16KB   4.0MB/s   00:00    
GetConfigCommand.html                                           100%   16KB   5.2MB/s   00:00    
GetEphemeralsCommand.html                                       100%   16KB   3.0MB/s   00:00    
ListQuotaCommand.html                                           100%   18KB   2.9MB/s   00:00    
LsCommand.html                                                  100%   16KB   5.0MB/s   00:00    
MalformedCommandException.html                                  100%   15KB   3.9MB/s   00:00    
MalformedPathException.html                                     100%   15KB   3.9MB/s   00:00    
ReconfigCommand.html                                            100%   16KB   3.7MB/s   00:00    
RemoveWatchesCommand.html                                       100%   16KB   5.4MB/s   00:00    
SetAclCommand.html                                              100%   16KB   4.2MB/s   00:00    
SetCommand.html                                                 100%   16KB   3.8MB/s   00:00    
SetQuotaCommand.html                                            100%   19KB   4.5MB/s   00:00    
StatCommand.html                                                100%   16KB   4.6MB/s   00:00    
StatPrinter.html                                                100%   14KB   4.1MB/s   00:00    
SyncCommand.html                                                100%   16KB   6.9MB/s   00:00    
VersionCommand.html                                             100%   16KB   3.1MB/s   00:00    
WhoAmICommand.html                                              100%   16KB   5.9MB/s   00:00    
package-summary.html                                            100%   13KB   4.4MB/s   00:00    
package-tree.html                                               100%   13KB   3.4MB/s   00:00    
package-use.html                                                100% 8062     1.7MB/s   00:00    
ConnectStringParser.html                                        100% 5505     1.9MB/s   00:00    
FourLetterWordMain.html                                         100% 5498     1.7MB/s   00:00    
HostProvider.html                                               100%   15KB   4.0MB/s   00:00    
StaticHostProvider.Resolver.html                                100% 7846     2.4MB/s   00:00    
StaticHostProvider.html                                         100% 5498     2.6MB/s   00:00    
ZKClientConfig.html                                             100%   20KB   2.8MB/s   00:00    
ZooKeeperSaslClient.SaslState.html                              100% 8715     3.3MB/s   00:00    
ZooKeeperSaslClient.ServerSaslResponseCallback.html             100% 5694   871.8KB/s   00:00    
ZooKeeperSaslClient.html                                        100% 7657     1.7MB/s   00:00    
ConnectStringParser.html                                        100%   14KB   3.7MB/s   00:00    
FourLetterWordMain.html                                         100%   23KB   6.1MB/s   00:00    
HostProvider.html                                               100%   13KB   5.4MB/s   00:00    
StaticHostProvider.Resolver.html                                100% 9507     4.2MB/s   00:00    
StaticHostProvider.html                                         100%   27KB   7.1MB/s   00:00    
ZKClientConfig.html                                             100%   36KB  13.2MB/s   00:00    
ZooKeeperSaslClient.SaslState.html                              100%   19KB   5.7MB/s   00:00    
ZooKeeperSaslClient.ServerSaslResponseCallback.html             100%   19KB   5.1MB/s   00:00    
ZooKeeperSaslClient.html                                        100%   28KB  10.0MB/s   00:00    
package-summary.html                                            100% 8116     1.9MB/s   00:00    
package-tree.html                                               100% 8798     3.3MB/s   00:00    
package-use.html                                                100% 9228     2.3MB/s   00:00    
AtomicFileOutputStream.html                                     100% 5526     2.4MB/s   00:00    
AtomicFileWritingIdiom.OutputStreamStatement.html               100% 7844     4.0MB/s   00:00    
AtomicFileWritingIdiom.WriterStatement.html                     100% 7753   995.1KB/s   00:00    
AtomicFileWritingIdiom.html                                     100% 5526     2.0MB/s   00:00    
ClientX509Util.html                                             100% 5470     1.1MB/s   00:00    
FileChangeWatcher.State.html                                    100% 8739     1.8MB/s   00:00    
FileChangeWatcher.html                                          100% 5491     1.2MB/s   00:00    
FileKeyStoreLoaderBuilderProvider.html                          100% 5603     2.2MB/s   00:00    
IOUtils.html                                                    100% 5421     1.4MB/s   00:00    
KeyStoreFileType.html                                           100%   10KB   3.5MB/s   00:00    
NetUtils.html                                                   100% 5428     2.3MB/s   00:00    
NettyUtils.html                                                 100% 5442     1.1MB/s   00:00    
PathTrie.html                                                   100% 5428     1.4MB/s   00:00    
PathUtils.html                                                  100% 5435     1.7MB/s   00:00    
QuorumX509Util.html                                             100% 5470   738.4KB/s   00:00    
SSLContextAndOptions.html                                       100% 8459     6.7MB/s   00:00    
SecretUtils.html                                                100% 5449     5.3MB/s   00:00    
StringUtils.html                                                100% 5449     4.9MB/s   00:00    
Time.html                                                       100% 5400     3.3MB/s   00:00    
X509Exception.KeyManagerException.html                          100%   11KB   2.6MB/s   00:00    
X509Exception.SSLContextException.html                          100%   14KB   6.2MB/s   00:00    
X509Exception.TrustManagerException.html                        100%   11KB  11.7MB/s   00:00    
X509Exception.html                                              100%   14KB   3.7MB/s   00:00    
X509Util.ClientAuth.html                                        100% 8775     2.4MB/s   00:00    
X509Util.html                                                   100%   12KB   9.3MB/s   00:00    
ZKConfig.html                                                   100%   16KB   4.3MB/s   00:00    
ZKTrustManager.html                                             100% 5470     1.6MB/s   00:00    
AtomicFileOutputStream.html                                     100%   22KB   8.1MB/s   00:00    
AtomicFileWritingIdiom.OutputStreamStatement.html               100% 9227     3.6MB/s   00:00    
AtomicFileWritingIdiom.WriterStatement.html                     100% 9149     4.0MB/s   00:00    
AtomicFileWritingIdiom.html                                     100%   15KB   4.2MB/s   00:00    
ClientX509Util.html                                             100%   28KB  15.3MB/s   00:00    
FileChangeWatcher.State.html                                    100%   19KB   6.5MB/s   00:00    
FileChangeWatcher.html                                          100%   17KB   4.3MB/s   00:00    
FileKeyStoreLoaderBuilderProvider.html                          100%   10KB   3.0MB/s   00:00    
IOUtils.html                                                    100%   19KB   3.4MB/s   00:00    
KeyStoreFileType.html                                           100%   27KB  10.5MB/s   00:00    
NetUtils.html                                                   100%   15KB   3.5MB/s   00:00    
NettyUtils.html                                                 100%   18KB   4.0MB/s   00:00    
PathTrie.html                                                   100%   17KB   4.6MB/s   00:00    
PathUtils.html                                                  100%   18KB   3.3MB/s   00:00    
QuorumX509Util.html                                             100%   19KB   4.9MB/s   00:00    
SSLContextAndOptions.html                                       100%   18KB   3.8MB/s   00:00    
SecretUtils.html                                                100%   11KB   8.0MB/s   00:00    
StringUtils.html                                                100%   18KB   3.0MB/s   00:00    
Time.html                                                       100%   14KB   4.6MB/s   00:00    
X509Exception.KeyManagerException.html                          100%   16KB   6.1MB/s   00:00    
X509Exception.SSLContextException.html                          100%   18KB   4.5MB/s   00:00    
X509Exception.TrustManagerException.html                        100%   16KB   7.0MB/s   00:00    
X509Exception.html                                              100%   18KB   7.4MB/s   00:00    
X509Util.ClientAuth.html                                        100%   21KB   4.8MB/s   00:00    
X509Util.html                                                   100%   73KB  13.0MB/s   00:00    
ZKConfig.html                                                   100%   33KB  17.3MB/s   00:00    
ZKTrustManager.html                                             100%   28KB  25.1MB/s   00:00    
package-summary.html                                            100%   13KB   8.0MB/s   00:00    
package-tree.html                                               100%   14KB  14.9MB/s   00:00    
package-use.html                                                100%   14KB   2.3MB/s   00:00    
ProtocolManager.html                                            100% 7288     3.2MB/s   00:00    
ProtocolManager.html                                            100%   17KB   4.6MB/s   00:00    
package-summary.html                                            100% 5625     1.7MB/s   00:00    
package-tree.html                                               100% 5682     3.5MB/s   00:00    
package-use.html                                                100% 6453     4.8MB/s   00:00    
MBeanRegistry.html                                              100% 8115     4.1MB/s   00:00    
ManagedUtil.html                                                100% 5428     2.3MB/s   00:00    
ZKMBeanInfo.html                                                100%   17KB   6.4MB/s   00:00    
MBeanRegistry.html                                              100%   26KB   6.3MB/s   00:00    
ManagedUtil.html                                                100%   13KB   2.0MB/s   00:00    
ZKMBeanInfo.html                                                100%   11KB  13.2MB/s   00:00    
package-summary.html                                            100% 6397     5.0MB/s   00:00    
package-tree.html                                               100% 6092     5.0MB/s   00:00    
package-use.html                                                100% 8442     2.6MB/s   00:00    
Counter.html                                                    100%   32KB   4.8MB/s   00:00    
CounterSet.html                                                 100%   12KB   4.9MB/s   00:00    
Gauge.html                                                      100% 9274    13.0MB/s   00:00    
GaugeSet.html                                                   100% 9366     8.3MB/s   00:00    
MetricsContext.DetailLevel.html                                 100%   13KB  12.4MB/s   00:00    
MetricsContext.html                                             100%   11KB   5.8MB/s   00:00    
MetricsProvider.html                                            100%   12KB   9.5MB/s   00:00    
MetricsProviderLifeCycleException.html                          100%   11KB   5.2MB/s   00:00    
Summary.html                                                    100%   41KB  10.1MB/s   00:00    
SummarySet.html                                                 100%   16KB   3.3MB/s   00:00    
DefaultMetricsProvider.html                                     100% 5628     2.7MB/s   00:00    
MetricsProviderBootstrap.html                                   100% 5642     1.8MB/s   00:00    
NullMetricsProvider.NullMetricsContext.html                     100% 7722     2.7MB/s   00:00    
NullMetricsProvider.html                                        100% 5607     2.6MB/s   00:00    
DefaultMetricsProvider.html                                     100%   21KB   6.1MB/s   00:00    
MetricsProviderBootstrap.html                                   100%   13KB   4.6MB/s   00:00    
NullMetricsProvider.NullMetricsContext.html                     100%   32KB   9.7MB/s   00:00    
NullMetricsProvider.html                                        100%   23KB   6.8MB/s   00:00    
package-summary.html                                            100% 6807     3.1MB/s   00:00    
package-tree.html                                               100% 6879     1.9MB/s   00:00    
package-use.html                                                100% 6469     2.3MB/s   00:00    
Counter.html                                                    100%   10KB   3.9MB/s   00:00    
CounterSet.html                                                 100%   10KB   4.0MB/s   00:00    
Gauge.html                                                      100% 8807     2.5MB/s   00:00    
GaugeSet.html                                                   100% 9635     3.2MB/s   00:00    
MetricsContext.DetailLevel.html                                 100%   18KB   5.4MB/s   00:00    
MetricsContext.html                                             100%   23KB   6.6MB/s   00:00    
MetricsProvider.html                                            100%   15KB   6.6MB/s   00:00    
MetricsProviderLifeCycleException.html                          100%   17KB   4.9MB/s   00:00    
Summary.html                                                    100% 8824     4.3MB/s   00:00    
SummarySet.html                                                 100% 9450     3.6MB/s   00:00    
package-summary.html                                            100% 8696     5.1MB/s   00:00    
package-tree.html                                               100% 9076     6.1MB/s   00:00    
package-use.html                                                100%   15KB   7.2MB/s   00:00    
AdminServer.AdminServerException.html                           100%   14KB   8.2MB/s   00:00    
AdminServer.html                                                100% 8790     3.2MB/s   00:00    
AdminServerFactory.html                                         100% 5600     2.0MB/s   00:00    
AuthRequest.html                                                100%   10KB   3.7MB/s   00:00    
Command.html                                                    100%   21KB   5.5MB/s   00:00    
CommandBase.html                                                100%   18KB   5.9MB/s   00:00    
CommandOutputter.html                                           100% 7656     2.6MB/s   00:00    
CommandResponse.html                                            100%   47KB   9.7MB/s   00:00    
Commands.CnxnStatResetCommand.html                              100% 5677     4.4MB/s   00:00    
Commands.ConfCommand.html                                       100% 5614     1.7MB/s   00:00    
Commands.ConsCommand.html                                       100% 5614     2.2MB/s   00:00    
Commands.DigestCommand.html                                     100% 5628     2.1MB/s   00:00    
Commands.DirsCommand.html                                       100% 5614     1.3MB/s   00:00    
Commands.DumpCommand.html                                       100% 5614     3.4MB/s   00:00    
Commands.EnvCommand.html                                        100% 5607     3.5MB/s   00:00    
Commands.GetTraceMaskCommand.html                               100% 5670     5.0MB/s   00:00    
Commands.InitialConfigurationCommand.html                       100% 5726     1.7MB/s   00:00    
Commands.IsroCommand.html                                       100% 5614     3.3MB/s   00:00    
Commands.LastSnapshotCommand.html                               100% 5670     2.9MB/s   00:00    
Commands.LeaderCommand.html                                     100% 5628     2.0MB/s   00:00    
Commands.MonitorCommand.html                                    100% 5635     1.8MB/s   00:00    
Commands.ObserverCnxnStatResetCommand.html                      100% 5733     1.6MB/s   00:00    
Commands.RestoreCommand.html                                    100% 5635     2.8MB/s   00:00    
Commands.RuokCommand.html                                       100% 5614     4.2MB/s   00:00    
Commands.SetTraceMaskCommand.html                               100% 5670     1.7MB/s   00:00    
Commands.SnapshotCommand.html                                   100% 5642     3.9MB/s   00:00    
Commands.SrvrCommand.html                                       100% 7399     4.3MB/s   00:00    
Commands.StatCommand.html                                       100% 5614     1.2MB/s   00:00    
Commands.StatResetCommand.html                                  100% 5649     4.9MB/s   00:00    
Commands.SyncedObserverConsCommand.html                         100% 5712     4.1MB/s   00:00    
Commands.SystemPropertiesCommand.html                           100% 5698     5.3MB/s   00:00    
Commands.VotingViewCommand.html                                 100% 5656     2.0MB/s   00:00    
Commands.WatchCommand.html                                      100% 5621     2.7MB/s   00:00    
Commands.WatchSummaryCommand.html                               100% 5670     3.3MB/s   00:00    
Commands.WatchesByPathCommand.html                              100% 5677     6.4MB/s   00:00    
Commands.ZabStateCommand.html                                   100% 5642     4.1MB/s   00:00    
Commands.html                                                   100% 5530     1.7MB/s   00:00    
DummyAdminServer.html                                           100% 5586     5.1MB/s   00:00    
GetCommand.html                                                 100%   17KB   8.1MB/s   00:00    
JettyAdminServer.html                                           100% 5586     1.4MB/s   00:00    
JsonOutputter.html                                              100% 5565     4.9MB/s   00:00    
PostCommand.html                                                100% 7287     1.9MB/s   00:00    
ReadAheadEndpoint.html                                          100% 5593     1.5MB/s   00:00    
StreamOutputter.html                                            100% 5579   836.7KB/s   00:00    
UnifiedConnectionFactory.html                                   100% 5642     1.2MB/s   00:00    
AdminServer.AdminServerException.html                           100%   16KB   3.5MB/s   00:00    
AdminServer.html                                                100%   11KB   9.6MB/s   00:00    
AdminServerFactory.html                                         100%   13KB   5.4MB/s   00:00    
AuthRequest.html                                                100%   14KB   8.1MB/s   00:00    
Command.html                                                    100%   21KB  12.6MB/s   00:00    
CommandBase.html                                                100%   22KB  11.8MB/s   00:00    
CommandOutputter.html                                           100%   12KB  12.8MB/s   00:00    
CommandResponse.html                                            100%   32KB  12.8MB/s   00:00    
Commands.CnxnStatResetCommand.html                              100%   16KB   5.0MB/s   00:00    
Commands.ConfCommand.html                                       100%   16KB   2.5MB/s   00:00    
Commands.ConsCommand.html                                       100%   16KB   4.1MB/s   00:00    
Commands.DigestCommand.html                                     100%   16KB   3.9MB/s   00:00    
Commands.DirsCommand.html                                       100%   16KB   3.3MB/s   00:00    
Commands.DumpCommand.html                                       100%   17KB   6.4MB/s   00:00    
Commands.EnvCommand.html                                        100%   16KB   7.0MB/s   00:00    
Commands.GetTraceMaskCommand.html                               100%   16KB   3.8MB/s   00:00    
Commands.InitialConfigurationCommand.html                       100%   16KB   4.3MB/s   00:00    
Commands.IsroCommand.html                                       100%   16KB   4.6MB/s   00:00    
Commands.LastSnapshotCommand.html                               100%   17KB   6.6MB/s   00:00    
Commands.LeaderCommand.html                                     100%   16KB   5.0MB/s   00:00    
Commands.MonitorCommand.html                                    100%   17KB   7.5MB/s   00:00    
Commands.ObserverCnxnStatResetCommand.html                      100%   16KB   4.8MB/s   00:00    
Commands.RestoreCommand.html                                    100%   16KB   4.8MB/s   00:00    
Commands.RuokCommand.html                                       100%   16KB   5.1MB/s   00:00    
Commands.SetTraceMaskCommand.html                               100%   16KB   8.0MB/s   00:00    
Commands.SnapshotCommand.html                                   100%   16KB   5.9MB/s   00:00    
Commands.SrvrCommand.html                                       100%   18KB   7.2MB/s   00:00    
Commands.StatCommand.html                                       100%   17KB   4.5MB/s   00:00    
Commands.StatResetCommand.html                                  100%   16KB   3.7MB/s   00:00    
Commands.SyncedObserverConsCommand.html                         100%   17KB   2.8MB/s   00:00    
Commands.SystemPropertiesCommand.html                           100%   16KB   6.5MB/s   00:00    
Commands.VotingViewCommand.html                                 100%   16KB   6.1MB/s   00:00    
Commands.WatchCommand.html                                      100%   17KB   4.1MB/s   00:00    
Commands.WatchSummaryCommand.html                               100%   16KB   5.0MB/s   00:00    
Commands.WatchesByPathCommand.html                              100%   17KB   5.7MB/s   00:00    
Commands.ZabStateCommand.html                                   100%   16KB   3.7MB/s   00:00    
Commands.html                                                   100%   33KB  10.7MB/s   00:00    
DummyAdminServer.html                                           100%   16KB   6.7MB/s   00:00    
GetCommand.html                                                 100%   22KB   4.8MB/s   00:00    
JettyAdminServer.html                                           100%   25KB   8.7MB/s   00:00    
JsonOutputter.html                                              100%   17KB   6.1MB/s   00:00    
PostCommand.html                                                100%   17KB   5.5MB/s   00:00    
ReadAheadEndpoint.html                                          100%   32KB   7.1MB/s   00:00    
StreamOutputter.html                                            100%   16KB   4.1MB/s   00:00    
UnifiedConnectionFactory.html                                   100%   23KB   7.8MB/s   00:00    
package-summary.html                                            100%   18KB   6.6MB/s   00:00    
package-tree.html                                               100%   17KB   4.2MB/s   00:00    
package-use.html                                                100%   10KB   3.3MB/s   00:00    
AuthenticationProvider.html                                     100%   11KB   9.5MB/s   00:00    
DigestAuthenticationProvider.html                               100% 5663     3.4MB/s   00:00    
DigestLoginModule.html                                          100% 5586     3.0MB/s   00:00    
EnsembleAuthenticationProvider.html                             100% 5677     4.0MB/s   00:00    
IPAuthenticationProvider.html                                   100% 5635     3.2MB/s   00:00    
KerberosName.BadFormatString.html                               100% 5663     3.1MB/s   00:00    
KerberosName.NoMatchingRule.html                                100% 5656     3.7MB/s   00:00    
KerberosName.html                                               100% 5551     6.2MB/s   00:00    
KeyAuthenticationProvider.html                                  100% 5642     5.1MB/s   00:00    
ProviderRegistry.html                                           100% 5579     6.0MB/s   00:00    
SASLAuthenticationProvider.html                                 100% 5649     4.4MB/s   00:00    
SaslServerCallbackHandler.html                                  100% 7561     2.8MB/s   00:00    
ServerAuthenticationProvider.MatchValues.html                   100% 9019     2.1MB/s   00:00    
ServerAuthenticationProvider.ServerObjs.html                    100%   10KB   2.4MB/s   00:00    
ServerAuthenticationProvider.html                               100% 8565     2.8MB/s   00:00    
X509AuthenticationProvider.html                                 100% 5649     1.6MB/s   00:00    
AuthenticationProvider.html                                     100%   19KB   8.3MB/s   00:00    
DigestAuthenticationProvider.html                               100%   33KB  11.4MB/s   00:00    
DigestLoginModule.html                                          100%   19KB   7.2MB/s   00:00    
EnsembleAuthenticationProvider.html                             100%   25KB  16.0MB/s   00:00    
IPAuthenticationProvider.html                                   100%   27KB  11.6MB/s   00:00    
KerberosName.BadFormatString.html                               100%   13KB   2.7MB/s   00:00    
KerberosName.NoMatchingRule.html                                100%   13KB   5.0MB/s   00:00    
KerberosName.html                                               100%   22KB   6.6MB/s   00:00    
KeyAuthenticationProvider.html                                  100%   23KB   8.7MB/s   00:00    
ProviderRegistry.html                                           100%   19KB  16.1MB/s   00:00    
SASLAuthenticationProvider.html                                 100%   22KB   4.4MB/s   00:00    
SaslServerCallbackHandler.html                                  100%   15KB   8.8MB/s   00:00    
ServerAuthenticationProvider.MatchValues.html                   100%   18KB   8.0MB/s   00:00    
ServerAuthenticationProvider.ServerObjs.html                    100%   14KB   4.1MB/s   00:00    
ServerAuthenticationProvider.html                               100%   23KB  11.4MB/s   00:00    
X509AuthenticationProvider.html                                 100%   35KB  20.3MB/s   00:00    
package-summary.html                                            100%   10KB  12.7MB/s   00:00    
package-tree.html                                               100%   11KB   3.3MB/s   00:00    
package-use.html                                                100% 8389     2.8MB/s   00:00    
AuthenticationHelper.html                                       100% 5512     3.2MB/s   00:00    
BlueThrottle.html                                               100% 7226     5.9MB/s   00:00    
ByteBufferInputStream.html                                      100% 5519     4.3MB/s   00:00    
ByteBufferOutputStream.html                                     100% 5526     5.6MB/s   00:00    
ByteBufferRequestRecord.html                                    100% 5533     1.5MB/s   00:00    
ClientCnxnLimitException.html                                   100% 7741     2.1MB/s   00:00    
ConnectionBean.html                                             100% 5470     1.4MB/s   00:00    
ConnectionMXBean.html                                           100% 7275     2.3MB/s   00:00    
ContainerManager.html                                           100% 5484     3.8MB/s   00:00    
DataNode.html                                                   100%   24KB   7.7MB/s   00:00    
DataTree.ProcessTxnResult.html                                  100%   16KB   1.8MB/s   00:00    
DataTree.ZxidDigest.html                                        100% 8912     2.3MB/s   00:00    
DataTree.html                                                   100%   30KB   5.3MB/s   00:00    
DataTreeBean.html                                               100% 7236     1.6MB/s   00:00    
DataTreeMXBean.html                                             100% 7244     2.1MB/s   00:00    
DatadirCleanupManager.PurgeTaskStatus.html                      100% 9022     3.5MB/s   00:00    
DatadirCleanupManager.html                                      100% 5519     1.4MB/s   00:00    
DigestCalculator.html                                           100% 7230     3.1MB/s   00:00    
DumbWatcher.html                                                100% 5449     3.1MB/s   00:00    
EphemeralType.html                                              100% 8506     3.9MB/s   00:00    
EphemeralTypeEmulate353.html                                    100% 8672     4.0MB/s   00:00    
ExitCode.html                                                   100% 7912     4.0MB/s   00:00    
ExpiryQueue.html                                                100% 5449     2.7MB/s   00:00    
FinalRequestProcessor.html                                      100% 5519     2.0MB/s   00:00    
NIOServerCnxn.html                                              100%   12KB   5.7MB/s   00:00    
NIOServerCnxnFactory.SelectorThread.html                        100%   14KB   2.4MB/s   00:00    
NIOServerCnxnFactory.html                                       100%   11KB   2.3MB/s   00:00    
NettyServerCnxn.HandshakeState.html                             100% 9830     3.0MB/s   00:00    
NettyServerCnxn.html                                            100% 5477     1.9MB/s   00:00    
NettyServerCnxnFactory.html                                     100% 5526     3.1MB/s   00:00    
NodeHashMap.html                                                100% 7258     3.7MB/s   00:00    
NodeHashMapImpl.html                                            100% 5477     2.7MB/s   00:00    
ObserverBean.html                                               100% 5456     3.1MB/s   00:00    
PrepRequestProcessor.DigestOpCode.html                          100% 8412     4.0MB/s   00:00    
PrepRequestProcessor.html                                       100% 5512     3.1MB/s   00:00    
PurgeTxnLog.html                                                100% 5449     3.3MB/s   00:00    
RateLogger.html                                                 100% 5442     1.2MB/s   00:00    
ReferenceCountedACLCache.html                                   100% 7410     1.7MB/s   00:00    
Request.html                                                    100%   41KB  10.7MB/s   00:00    
RequestProcessor.RequestProcessorException.html                 100%   12KB   2.9MB/s   00:00    
RequestProcessor.html                                           100%   20KB   5.6MB/s   00:00    
RequestRecord.html                                              100%   14KB   5.0MB/s   00:00    
RequestThrottler.html                                           100% 7312     2.6MB/s   00:00    
ResponseCache.html                                              100% 7687     2.8MB/s   00:00    
ServerCnxn.CloseRequestException.html                           100% 5596     1.4MB/s   00:00    
ServerCnxn.DisconnectReason.html                                100%   16KB   3.7MB/s   00:00    
ServerCnxn.EndOfStreamException.html                            100% 5589     1.6MB/s   00:00    
ServerCnxn.html                                                 100%   47KB  10.1MB/s   00:00    
ServerCnxnFactory.html                                          100%   26KB   8.7MB/s   00:00    
ServerCnxnHelper.html                                           100% 5484     1.7MB/s   00:00    
ServerConfig.html                                               100%   10KB   2.5MB/s   00:00    
ServerMetrics.html                                              100% 8684     1.6MB/s   00:00    
ServerStats.Provider.html                                       100%   11KB   3.8MB/s   00:00    
ServerStats.html                                                100%   11KB   3.7MB/s   00:00    
ServerWatcher.html                                              100% 9748     3.2MB/s   00:00    
SessionTracker.Session.html                                     100% 8817     2.6MB/s   00:00    
SessionTracker.SessionExpirer.html                              100%   18KB   4.6MB/s   00:00    
SessionTracker.html                                             100%   11KB   6.9MB/s   00:00    
SessionTrackerImpl.SessionImpl.html                             100% 7885     3.5MB/s   00:00    
SessionTrackerImpl.html                                         100% 7247   401.7KB/s   00:00    
SimpleRequestRecord.html                                        100% 5505     2.4MB/s   00:00    
SnapshotComparer.html                                           100% 5484     6.4MB/s   00:00    
SnapshotFormatter.html                                          100% 5491     5.6MB/s   00:00    
SnapshotRecursiveSummary.html                                   100% 5540     4.7MB/s   00:00    
SyncRequestProcessor.html                                       100% 7357     2.4MB/s   00:00    
TraceFormatter.html                                             100% 5470     1.6MB/s   00:00    
TxnLogEntry.html                                                100% 7241     1.1MB/s   00:00    
TxnLogProposalIterator.html                                     100% 7385   986.2KB/s   00:00    
UnimplementedRequestProcessor.html                              100% 5575     3.1MB/s   00:00    
WorkerService.WorkRequest.html                                  100% 8136     3.2MB/s   00:00    
WorkerService.html                                              100% 8624     5.2MB/s   00:00    
ZKDatabase.html                                                 100%   19KB  11.1MB/s   00:00    
ZooKeeperCriticalThread.html                                    100%   12KB  15.7MB/s   00:00    
ZooKeeperSaslServer.html                                        100% 7332     8.4MB/s   00:00    
ZooKeeperServer.MissingSessionException.html                    100% 5645     6.3MB/s   00:00    
ZooKeeperServer.State.html                                      100%   12KB   5.2MB/s   00:00    
ZooKeeperServer.html                                            100%   72KB  41.4MB/s   00:00    
ZooKeeperServerBean.html                                        100%   12KB   7.3MB/s   00:00    
ZooKeeperServerConf.html                                        100% 7314     6.6MB/s   00:00    
ZooKeeperServerListener.html                                    100%   17KB   9.8MB/s   00:00    
ZooKeeperServerMXBean.html                                      100%   11KB   9.4MB/s   00:00    
ZooKeeperServerMain.html                                        100% 5505     3.2MB/s   00:00    
ZooKeeperServerShutdownHandler.html                             100% 7494     7.6MB/s   00:00    
ZooKeeperThread.html                                            100%   14KB   5.2MB/s   00:00    
ZooTrace.html                                                   100% 5428     1.4MB/s   00:00    
AbstractFourLetterCommand.html                                  100%   12KB   5.6MB/s   00:00    
CnxnStatResetCommand.html                                       100% 5628     3.4MB/s   00:00    
CommandExecutor.html                                            100% 5593     4.7MB/s   00:00    
ConfCommand.html                                                100% 5565     3.9MB/s   00:00    
ConsCommand.html                                                100% 5565     4.3MB/s   00:00    
DigestCommand.html                                              100% 5579     3.7MB/s   00:00    
DirsCommand.html                                                100% 5565     9.6MB/s   00:00    
DumpCommand.html                                                100% 5565     3.7MB/s   00:00    
EnvCommand.html                                                 100% 5558     3.7MB/s   00:00    
FourLetterCommands.html                                         100% 5614     7.8MB/s   00:00    
IsroCommand.html                                                100% 5565     4.9MB/s   00:00    
MonitorCommand.html                                             100% 5586     3.7MB/s   00:00    
NopCommand.html                                                 100% 5558     2.4MB/s   00:00    
RuokCommand.html                                                100% 5565     1.6MB/s   00:00    
SetTraceMaskCommand.html                                        100% 5621     6.5MB/s   00:00    
StatCommand.html                                                100% 5565     1.6MB/s   00:00    
StatResetCommand.html                                           100% 5600     1.9MB/s   00:00    
TraceMaskCommand.html                                           100% 5600     1.4MB/s   00:00    
WatchCommand.html                                               100% 5572     1.5MB/s   00:00    
AbstractFourLetterCommand.html                                  100%   22KB   4.0MB/s   00:00    
CnxnStatResetCommand.html                                       100%   15KB   7.0MB/s   00:00    
CommandExecutor.html                                            100%   13KB   7.1MB/s   00:00    
ConfCommand.html                                                100%   13KB   9.2MB/s   00:00    
ConsCommand.html                                                100%   15KB   7.5MB/s   00:00    
DigestCommand.html                                              100%   15KB   7.7MB/s   00:00    
DirsCommand.html                                                100%   15KB   1.9MB/s   00:00    
DumpCommand.html                                                100%   15KB   1.2MB/s   00:00    
EnvCommand.html                                                 100%   13KB  11.6MB/s   00:00    
FourLetterCommands.html                                         100%   23KB  19.4MB/s   00:00    
IsroCommand.html                                                100%   15KB  11.4MB/s   00:00    
MonitorCommand.html                                             100%   13KB   5.5MB/s   00:00    
NopCommand.html                                                 100%   15KB   5.6MB/s   00:00    
RuokCommand.html                                                100%   15KB   5.0MB/s   00:00    
SetTraceMaskCommand.html                                        100%   15KB   4.2MB/s   00:00    
StatCommand.html                                                100%   15KB   4.9MB/s   00:00    
StatResetCommand.html                                           100%   15KB   1.0MB/s   00:00    
TraceMaskCommand.html                                           100%   13KB   7.4MB/s   00:00    
WatchCommand.html                                               100%   15KB   5.0MB/s   00:00    
package-summary.html                                            100% 9535     2.3MB/s   00:00    
package-tree.html                                               100% 9321     2.7MB/s   00:00    
package-use.html                                                100% 6519     1.4MB/s   00:00    
CommandClient.html                                              100% 5600   430.7KB/s   00:00    
CommandListener.html                                            100% 5614     1.9MB/s   00:00    
ControlCommand.Action.html                                      100%   14KB   3.4MB/s   00:00    
ControlCommand.html                                             100% 8757     3.7MB/s   00:00    
ControllableConnection.html                                     100% 5663     2.3MB/s   00:00    
ControllableConnectionFactory.html                              100% 5712     1.9MB/s   00:00    
ControllerServerConfig.html                                     100% 9047     2.6MB/s   00:00    
ControllerService.html                                          100% 5628     1.8MB/s   00:00    
ZooKeeperServerController.html                                  100% 7752     2.8MB/s   00:00    
CommandClient.html                                              100%   19KB   7.1MB/s   00:00    
CommandListener.html                                            100%   13KB   3.9MB/s   00:00    
ControlCommand.Action.html                                      100%   21KB   5.4MB/s   00:00    
ControlCommand.html                                             100%   21KB   6.2MB/s   00:00    
ControllableConnection.html                                     100%   27KB   7.2MB/s   00:00    
ControllableConnectionFactory.html                              100%   27KB   5.8MB/s   00:00    
ControllerServerConfig.html                                     100%   34KB   7.4MB/s   00:00    
ControllerService.html                                          100%   24KB   6.3MB/s   00:00    
ZooKeeperServerController.html                                  100%   15KB   5.6MB/s   00:00    
package-summary.html                                            100% 8603     1.5MB/s   00:00    
package-tree.html                                               100% 9618   715.6KB/s   00:00    
package-use.html                                                100% 7464     2.3MB/s   00:00    
ExitHandler.html                                                100% 9537     3.3MB/s   00:00    
ZooKeeperServerEmbedded.ZookKeeperServerEmbeddedBuilder.html    100%   10KB   3.4MB/s   00:00    
ZooKeeperServerEmbedded.html                                    100% 7715     4.4MB/s   00:00    
ExitHandler.html                                                100%   18KB   6.2MB/s   00:00    
ZooKeeperServerEmbedded.ZookKeeperServerEmbeddedBuilder.html    100%   18KB   5.3MB/s   00:00    
ZooKeeperServerEmbedded.html                                    100%   16KB   5.7MB/s   00:00    
package-summary.html                                            100% 6885     2.9MB/s   00:00    
package-tree.html                                               100% 7580     3.1MB/s   00:00    
package-use.html                                                100% 7152     3.5MB/s   00:00    
AvgMinMaxCounter.html                                           100% 5593     2.3MB/s   00:00    
AvgMinMaxCounterSet.html                                        100% 5614     2.5MB/s   00:00    
AvgMinMaxPercentileCounter.html                                 100% 5663     2.3MB/s   00:00    
AvgMinMaxPercentileCounterSet.html                              100% 5684     1.9MB/s   00:00    
Metric.html                                                     100% 9175     3.7MB/s   00:00    
SimpleCounter.html                                              100% 5572     1.2MB/s   00:00    
SimpleCounterSet.html                                           100% 5593     2.1MB/s   00:00    
AvgMinMaxCounter.html                                           100%   19KB   8.7MB/s   00:00    
AvgMinMaxCounterSet.html                                        100%   18KB   5.1MB/s   00:00    
AvgMinMaxPercentileCounter.html                                 100%   17KB   5.9MB/s   00:00    
AvgMinMaxPercentileCounterSet.html                              100%   18KB   4.9MB/s   00:00    
Metric.html                                                     100%   16KB   4.9MB/s   00:00    
SimpleCounter.html                                              100%   18KB   5.7MB/s   00:00    
SimpleCounterSet.html                                           100%   17KB   3.4MB/s   00:00    
package-summary.html                                            100% 7308     5.0MB/s   00:00    
package-tree.html                                               100% 7872     1.7MB/s   00:00    
package-use.html                                                100% 6416     1.5MB/s   00:00    
FilePadding.html                                                100% 5593     1.5MB/s   00:00    
FileSnap.html                                                   100% 5572     1.1MB/s   00:00    
FileTxnLog.FileTxnIterator.html                                 100% 5698     1.4MB/s   00:00    
FileTxnLog.html                                                 100% 5586     1.4MB/s   00:00    
FileTxnSnapLog.DatadirException.html                            100% 7963     2.3MB/s   00:00    
FileTxnSnapLog.LogDirContentCheckException.html                 100% 5810     2.5MB/s   00:00    
FileTxnSnapLog.PlayBackListener.html                            100% 9975     5.1MB/s   00:00    
FileTxnSnapLog.SnapDirContentCheckException.html                100% 5817     3.3MB/s   00:00    
FileTxnSnapLog.html                                             100%   22KB   6.3MB/s   00:00    
SnapShot.html                                                   100% 7350     3.1MB/s   00:00    
SnapStream.StreamMode.html                                      100%   12KB   4.8MB/s   00:00    
SnapStream.html                                                 100% 5586     1.6MB/s   00:00    
SnapshotInfo.html                                               100% 8459     2.4MB/s   00:00    
TxnLog.TxnIterator.html                                         100%   12KB   3.6MB/s   00:00    
TxnLog.html                                                     100% 7328     2.4MB/s   00:00    
TxnLogToolkit.html                                              100% 5607     2.0MB/s   00:00    
Util.html                                                       100% 5544     1.6MB/s   00:00    
FilePadding.html                                                100%   15KB   2.6MB/s   00:00    
FileSnap.html                                                   100%   35KB   9.7MB/s   00:00    
FileTxnLog.FileTxnIterator.html                                 100%   29KB   9.4MB/s   00:00    
FileTxnLog.html                                                 100%   42KB   6.2MB/s   00:00    
FileTxnSnapLog.DatadirException.html                            100%   16KB   3.8MB/s   00:00    
FileTxnSnapLog.LogDirContentCheckException.html                 100%   15KB   3.0MB/s   00:00    
FileTxnSnapLog.PlayBackListener.html                            100%   10KB   3.0MB/s   00:00    
FileTxnSnapLog.SnapDirContentCheckException.html                100%   15KB 589.9KB/s   00:00    
FileTxnSnapLog.html                                             100%   56KB   9.7MB/s   00:00    
SnapShot.html                                                   100%   17KB   5.4MB/s   00:00    
SnapStream.StreamMode.html                                      100%   22KB   4.2MB/s   00:00    
SnapStream.html                                                 100%   27KB   5.8MB/s   00:00    
SnapshotInfo.html                                               100%   11KB   4.4MB/s   00:00    
TxnLog.TxnIterator.html                                         100%   15KB   4.1MB/s   00:00    
TxnLog.html                                                     100%   22KB   3.5MB/s   00:00    
TxnLogToolkit.html                                              100%   21KB   5.2MB/s   00:00    
Util.html                                                       100%   37KB   6.7MB/s   00:00    
package-summary.html                                            100%   11KB   4.1MB/s   00:00    
package-tree.html                                               100%   12KB   9.3MB/s   00:00    
package-use.html                                                100%   10KB   6.2MB/s   00:00    
NullQuorumAuthLearner.html                                      100% 5723     4.2MB/s   00:00    
NullQuorumAuthServer.html                                       100% 5716     8.9MB/s   00:00    
QuorumAuth.Status.html                                          100% 9634     8.2MB/s   00:00    
QuorumAuth.html                                                 100% 5646     3.3MB/s   00:00    
QuorumAuthLearner.html                                          100%   10KB  18.1MB/s   00:00    
QuorumAuthServer.html                                           100%   11KB  15.2MB/s   00:00    
SaslQuorumAuthLearner.html                                      100% 5723     9.7MB/s   00:00    
SaslQuorumAuthServer.html                                       100% 5716     4.6MB/s   00:00    
SaslQuorumServerCallbackHandler.html                            100% 5793     3.3MB/s   00:00    
NullQuorumAuthLearner.html                                      100%   14KB   3.8MB/s   00:00    
NullQuorumAuthServer.html                                       100%   14KB   8.2MB/s   00:00    
QuorumAuth.Status.html                                          100%   18KB   9.4MB/s   00:00    
QuorumAuth.html                                                 100%   26KB  11.7MB/s   00:00    
QuorumAuthLearner.html                                          100%   10KB   2.5MB/s   00:00    
QuorumAuthServer.html                                           100%   10KB   2.5MB/s   00:00    
SaslQuorumAuthLearner.html                                      100%   16KB   2.9MB/s   00:00    
SaslQuorumAuthServer.html                                       100%   16KB  13.2MB/s   00:00    
SaslQuorumServerCallbackHandler.html                            100%   17KB   7.2MB/s   00:00    
package-summary.html                                            100% 8489     4.8MB/s   00:00    
package-tree.html                                               100% 9574    10.0MB/s   00:00    
package-use.html                                                100% 8314     1.8MB/s   00:00    
BufferStats.html                                                100% 8715     1.8MB/s   00:00    
CommitProcessor.html                                            100% 7400     1.7MB/s   00:00    
Election.html                                                   100% 9083     5.0MB/s   00:00    
FastLeaderElection.Messenger.html                               100% 5677     4.3MB/s   00:00    
FastLeaderElection.Notification.html                            100% 5698     6.4MB/s   00:00    
FastLeaderElection.ToSend.html                                  100% 5656     6.0MB/s   00:00    
FastLeaderElection.html                                         100% 5607     4.4MB/s   00:00    
Follower.html                                                   100%   10KB   6.5MB/s   00:00    
FollowerBean.html                                               100% 5565     4.3MB/s   00:00    
FollowerMXBean.html                                             100% 7349     8.9MB/s   00:00    
FollowerRequestProcessor.html                                   100% 5649     6.4MB/s   00:00    
FollowerZooKeeperServer.html                                    100% 7652     6.1MB/s   00:00    
Leader.Proposal.html                                            100%   20KB   5.9MB/s   00:00    
Leader.PureRequestProposal.html                                 100% 5663     3.1MB/s   00:00    
Leader.XidRolloverException.html                                100% 7704     7.0MB/s   00:00    
Leader.html                                                     100%   14KB   3.1MB/s   00:00    
LeaderBean.html                                                 100% 7582     5.4MB/s   00:00    
LeaderElectionBean.html                                         100% 5607     5.9MB/s   00:00    
LeaderElectionMXBean.html                                       100% 7440     3.9MB/s   00:00    
LeaderMXBean.html                                               100% 7320     5.1MB/s   00:00    
LeaderRequestProcessor.html                                     100% 5635     4.5MB/s   00:00    
LeaderSessionTracker.html                                       100% 5621     3.7MB/s   00:00    
LeaderZooKeeperServer.html                                      100% 8783     5.0MB/s   00:00    
Learner.html                                                    100%   11KB   7.7MB/s   00:00    
LearnerHandler.html                                             100%   23KB   6.0MB/s   00:00    
LearnerHandlerBean.html                                         100% 5607     2.8MB/s   00:00    
LearnerHandlerMXBean.html                                       100% 7373     1.9MB/s   00:00    
LearnerMaster.html                                              100% 7649     8.5MB/s   00:00    
LearnerSender.html                                              100% 5572     5.7MB/s   00:00    
LearnerSessionTracker.html                                      100% 5628     5.0MB/s   00:00    
LearnerSyncRequest.html                                         100% 8053     6.2MB/s   00:00    
LearnerSyncThrottler.SyncType.html                              100%   10KB  13.8MB/s   00:00    
LearnerSyncThrottler.html                                       100% 8000     9.0MB/s   00:00    
LearnerZooKeeperServer.html                                     100% 7809     6.3MB/s   00:00    
LocalPeerBean.html                                              100% 8988     7.9MB/s   00:00    
LocalPeerMXBean.html                                            100% 7373     6.0MB/s   00:00    
LocalSessionTracker.html                                        100% 7470     6.7MB/s   00:00    
MultipleAddresses.html                                          100%   15KB   4.8MB/s   00:00    
Observer.html                                                   100%   11KB   8.8MB/s   00:00    
ObserverMXBean.html                                             100% 7346     4.2MB/s   00:00    
ObserverMaster.html                                             100% 5579     6.1MB/s   00:00    
ObserverRequestProcessor.html                                   100% 5649     6.3MB/s   00:00    
ObserverZooKeeperServer.html                                    100% 7803     6.2MB/s   00:00    
PrependableSocket.html                                          100% 5600     1.4MB/s   00:00    
ProposalRequestProcessor.html                                   100% 5649     4.4MB/s   00:00    
QuorumBean.html                                                 100% 5551     4.4MB/s   00:00    
QuorumCnxManager.InitialMessage.InitialMessageException.html    100% 8328     5.3MB/s   00:00    
QuorumCnxManager.InitialMessage.html                            100% 8041     2.7MB/s   00:00    
QuorumCnxManager.Listener.html                                  100% 7504     3.7MB/s   00:00    
QuorumCnxManager.Message.html                                   100%   10KB   5.6MB/s   00:00    
QuorumCnxManager.html                                           100% 9361     2.4MB/s   00:00    
QuorumMXBean.html                                               100% 7261     1.5MB/s   00:00    
QuorumPeer.AddressTuple.html                                    100% 5642     2.5MB/s   00:00    
QuorumPeer.LearnerType.html                                     100%   14KB   3.4MB/s   00:00    
QuorumPeer.QuorumServer.html                                    100%   35KB  15.7MB/s   00:00    
QuorumPeer.ServerState.html                                     100%   11KB  11.4MB/s   00:00    
QuorumPeer.SyncMode.html                                        100% 9642     4.5MB/s   00:00    
QuorumPeer.ZabState.html                                        100% 9642     6.3MB/s   00:00    
QuorumPeer.html                                                 100%   18KB   9.9MB/s   00:00    
QuorumPeerConfig.ConfigException.html                           100%   28KB  17.5MB/s   00:00    
QuorumPeerConfig.html                                           100%   15KB   5.7MB/s   00:00    
QuorumPeerMain.html                                             100% 5579     1.4MB/s   00:00    
QuorumStats.Provider.html                                       100% 8283     1.9MB/s   00:00    
QuorumStats.html                                                100% 5558     5.8MB/s   00:00    
QuorumZooKeeperServer.html                                      100% 8564     3.9MB/s   00:00    
ReadOnlyBean.html                                               100% 5565     6.6MB/s   00:00    
ReadOnlyRequestProcessor.html                                   100% 5649     5.4MB/s   00:00    
ReadOnlyZooKeeperServer.html                                    100% 5642     1.2MB/s   00:00    
RemotePeerBean.html                                             100% 5579     1.5MB/s   00:00    
RemotePeerMXBean.html                                           100% 7455     7.4MB/s   00:00    
SendAckRequestProcessor.html                                    100% 5642     1.2MB/s   00:00    
ServerBean.html                                                 100% 7268     1.7MB/s   00:00    
ServerMXBean.html                                               100% 8567     1.9MB/s   00:00    
StateSummary.html                                               100% 8422     2.6MB/s   00:00    
SyncThrottleException.html                                      100% 7463     1.8MB/s   00:00    
SyncedLearnerTracker.QuorumVerifierAcksetPair.html              100% 8005     1.8MB/s   00:00    
SyncedLearnerTracker.html                                       100%   12KB   6.0MB/s   00:00    
UnifiedServerSocket.UnifiedSocket.html                          100% 5712     1.4MB/s   00:00    
UnifiedServerSocket.html                                        100% 5614     5.4MB/s   00:00    
UpgradeableSessionTracker.html                                  100% 8950     8.3MB/s   00:00    
Vote.html                                                       100%   13KB   3.1MB/s   00:00    
QuorumHierarchical.html                                         100% 5730     1.4MB/s   00:00    
QuorumMaj.html                                                  100% 7385     4.0MB/s   00:00    
QuorumOracleMaj.html                                            100% 5709     3.7MB/s   00:00    
QuorumVerifier.html                                             100%   27KB  15.1MB/s   00:00    
QuorumHierarchical.html                                         100%   28KB  13.5MB/s   00:00    
QuorumMaj.html                                                  100%   29KB  16.8MB/s   00:00    
QuorumOracleMaj.html                                            100%   26KB  18.5MB/s   00:00    
QuorumVerifier.html                                             100%   24KB  11.7MB/s   00:00    
package-summary.html                                            100% 6943     4.8MB/s   00:00    
package-tree.html                                               100% 6969     1.7MB/s   00:00    
package-use.html                                                100% 9095     2.3MB/s   00:00    
BufferStats.html                                                100%   17KB   4.2MB/s   00:00    
CommitProcessor.html                                            100%   48KB  16.8MB/s   00:00    
Election.html                                                   100% 9308     8.9MB/s   00:00    
FastLeaderElection.Messenger.html                               100% 9792     5.7MB/s   00:00    
FastLeaderElection.Notification.html                            100%   12KB   6.7MB/s   00:00    
FastLeaderElection.ToSend.html                                  100% 9697     8.2MB/s   00:00    
FastLeaderElection.html                                         100%   29KB  12.3MB/s   00:00    
Follower.html                                                   100%   21KB  10.7MB/s   00:00    
FollowerBean.html                                               100%   40KB  13.2MB/s   00:00    
FollowerMXBean.html                                             100%   23KB   2.9MB/s   00:00    
FollowerRequestProcessor.html                                   100%   29KB   6.0MB/s   00:00    
FollowerZooKeeperServer.html                                    100%   41KB   9.7MB/s   00:00    
Leader.Proposal.html                                            100%   20KB   4.5MB/s   00:00    
Leader.PureRequestProposal.html                                 100%   18KB   3.6MB/s   00:00    
Leader.XidRolloverException.html                                100%   14KB   4.3MB/s   00:00    
Leader.html                                                     100%   67KB  12.5MB/s   00:00    
LeaderBean.html                                                 100%   42KB   7.5MB/s   00:00    
LeaderElectionBean.html                                         100%   15KB   4.4MB/s   00:00    
LeaderElectionMXBean.html                                       100% 8825     5.0MB/s   00:00    
LeaderMXBean.html                                               100%   24KB  10.4MB/s   00:00    
LeaderRequestProcessor.html                                     100%   16KB   3.5MB/s   00:00    
LeaderSessionTracker.html                                       100%   36KB  16.5MB/s   00:00    
LeaderZooKeeperServer.html                                      100%   45KB  18.3MB/s   00:00    
Learner.html                                                    100%   38KB  15.9MB/s   00:00    
LearnerHandler.html                                             100%   48KB   9.5MB/s   00:00    
LearnerHandlerBean.html                                         100%   17KB   5.1MB/s   00:00    
LearnerHandlerMXBean.html                                       100% 8663     5.1MB/s   00:00    
LearnerMaster.html                                              100%   16KB   8.8MB/s   00:00    
LearnerSender.html                                              100%   26KB  10.7MB/s   00:00    
LearnerSessionTracker.html                                      100%   35KB   8.0MB/s   00:00    
LearnerSyncRequest.html                                         100%   16KB   9.4MB/s   00:00    
LearnerSyncThrottler.SyncType.html                              100%   18KB  10.2MB/s   00:00    
LearnerSyncThrottler.html                                       100%   18KB   3.9MB/s   00:00    
LearnerZooKeeperServer.html                                     100%   42KB   8.4MB/s   00:00    
LocalPeerBean.html                                              100%   36KB  12.8MB/s   00:00    
LocalPeerMXBean.html                                            100%   22KB   7.6MB/s   00:00    
LocalSessionTracker.html                                        100%   32KB  13.0MB/s   00:00    
MultipleAddresses.html                                          100%   35KB   7.2MB/s   00:00    
Observer.html                                                   100%   24KB   7.1MB/s   00:00    
ObserverMXBean.html                                             100%   19KB   3.3MB/s   00:00    
ObserverMaster.html                                             100%   37KB   2.6MB/s   00:00    
ObserverRequestProcessor.html                                   100%   28KB   4.4MB/s   00:00    
ObserverZooKeeperServer.html                                    100%   37KB  12.6MB/s   00:00    
PrependableSocket.html                                          100%   24KB   9.5MB/s   00:00    
ProposalRequestProcessor.html                                   100%   18KB   5.6MB/s   00:00    
QuorumBean.html                                                 100%   24KB   7.5MB/s   00:00    
QuorumCnxManager.InitialMessage.InitialMessageException.html    100%   13KB   3.6MB/s   00:00    
QuorumCnxManager.InitialMessage.html                            100%   17KB   4.7MB/s   00:00    
QuorumCnxManager.Listener.html                                  100%   24KB  10.5MB/s   00:00    
QuorumCnxManager.Message.html                                   100% 9527     3.7MB/s   00:00    
QuorumCnxManager.html                                           100%   36KB   9.3MB/s   00:00    
QuorumMXBean.html                                               100%   15KB   4.1MB/s   00:00    
QuorumPeer.AddressTuple.html                                    100%   14KB   4.1MB/s   00:00    
QuorumPeer.LearnerType.html                                     100%   18KB   3.8MB/s   00:00    
QuorumPeer.QuorumServer.html                                    100%   31KB   9.6MB/s   00:00    
QuorumPeer.ServerState.html                                     100%   19KB   5.1MB/s   00:00    
QuorumPeer.SyncMode.html                                        100%   18KB   7.1MB/s   00:00    
QuorumPeer.ZabState.html                                        100%   19KB   6.2MB/s   00:00    
QuorumPeer.html                                                 100%  169KB  25.1MB/s   00:00    
QuorumPeerConfig.ConfigException.html                           100%   16KB   6.0MB/s   00:00    
QuorumPeerConfig.html                                           100%   80KB  15.3MB/s   00:00    
QuorumPeerMain.html                                             100%   21KB   7.5MB/s   00:00    
QuorumStats.Provider.html                                       100%   15KB   5.6MB/s   00:00    
QuorumStats.html                                                100%   15KB   5.4MB/s   00:00    
QuorumZooKeeperServer.html                                      100%   42KB   9.2MB/s   00:00    
ReadOnlyBean.html                                               100%   22KB   8.4MB/s   00:00    
ReadOnlyRequestProcessor.html                                   100%   27KB  10.5MB/s   00:00    
ReadOnlyZooKeeperServer.html                                    100%   43KB  21.8MB/s   00:00    
RemotePeerBean.html                                             100%   22KB  11.6MB/s   00:00    
RemotePeerMXBean.html                                           100%   12KB   7.8MB/s   00:00    
SendAckRequestProcessor.html                                    100%   15KB   7.2MB/s   00:00    
ServerBean.html                                                 100%   15KB   4.8MB/s   00:00    
ServerMXBean.html                                               100% 9834    10.6MB/s   00:00    
StateSummary.html                                               100%   15KB   3.5MB/s   00:00    
SyncThrottleException.html                                      100%   15KB   3.2MB/s   00:00    
SyncedLearnerTracker.QuorumVerifierAcksetPair.html              100%   15KB   9.2MB/s   00:00    
SyncedLearnerTracker.html                                       100%   18KB   2.8MB/s   00:00    
UnifiedServerSocket.UnifiedSocket.html                          100%   94KB  18.9MB/s   00:00    
UnifiedServerSocket.html                                        100%   31KB   7.5MB/s   00:00    
UpgradeableSessionTracker.html                                  100%   29KB  16.9MB/s   00:00    
Vote.html                                                       100%   20KB   9.5MB/s   00:00    
package-summary.html                                            100%   27KB  10.0MB/s   00:00    
package-tree.html                                               100%   30KB  12.8MB/s   00:00    
package-use.html                                                100%   27KB  23.4MB/s   00:00    
AdHash.html                                                     100% 7762     5.2MB/s   00:00    
AuthUtil.html                                                   100% 5523     7.1MB/s   00:00    
BitHashSet.html                                                 100% 7250    11.0MB/s   00:00    
BitMap.html                                                     100% 5509     3.3MB/s   00:00    
CircularBuffer.html                                             100% 5565     1.2MB/s   00:00    
ConfigUtils.html                                                100% 5544     4.1MB/s   00:00    
JvmPauseMonitor.html                                            100%   11KB   6.7MB/s   00:00    
KerberosUtil.html                                               100% 5551     1.4MB/s   00:00    
LogChopper.html                                                 100% 5537     4.4MB/s   00:00    
MessageTracker.html                                             100% 7790     6.2MB/s   00:00    
OSMXBean.html                                                   100% 5523     4.0MB/s   00:00    
QuotaMetricsUtils.html                                          100% 5586     6.7MB/s   00:00    
RateLimiter.html                                                100% 5544     3.6MB/s   00:00    
RequestPathMetricsCollector.html                                100% 7591    10.9MB/s   00:00    
SerializeUtils.html                                             100% 5565     6.2MB/s   00:00    
VerifyingFileFactory.Builder.html                               100% 8957     9.7MB/s   00:00    
VerifyingFileFactory.html                                       100% 7428     9.7MB/s   00:00    
ZxidUtils.html                                                  100% 5530     7.9MB/s   00:00    
AdHash.html                                                     100%   17KB   2.4MB/s   00:00    
AuthUtil.html                                                   100%   16KB   3.4MB/s   00:00    
BitHashSet.html                                                 100%   21KB   3.4MB/s   00:00    
BitMap.html                                                     100%   15KB   4.1MB/s   00:00    
CircularBuffer.html                                             100%   16KB 568.4KB/s   00:00    
ConfigUtils.html                                                100%   17KB   3.1MB/s   00:00    
JvmPauseMonitor.html                                            100%   24KB   5.7MB/s   00:00    
KerberosUtil.html                                               100%   13KB   2.7MB/s   00:00    
LogChopper.html                                                 100%   14KB   6.7MB/s   00:00    
MessageTracker.html                                             100%   20KB   4.7MB/s   00:00    
OSMXBean.html                                                   100%   14KB   4.2MB/s   00:00    
QuotaMetricsUtils.html                                          100%   25KB   5.6MB/s   00:00    
RateLimiter.html                                                100%   12KB   4.1MB/s   00:00    
RequestPathMetricsCollector.html                                100%   27KB  20.5MB/s   00:00    
SerializeUtils.html                                             100%   18KB   9.8MB/s   00:00    
VerifyingFileFactory.Builder.html                               100%   14KB   9.1MB/s   00:00    
VerifyingFileFactory.html                                       100%   15KB   8.5MB/s   00:00    
ZxidUtils.html                                                  100%   14KB  10.7MB/s   00:00    
package-summary.html                                            100%   10KB  11.8MB/s   00:00    
package-tree.html                                               100% 9191     5.3MB/s   00:00    
package-use.html                                                100%   11KB   4.9MB/s   00:00    
IDeadWatcherListener.html                                       100% 9137     4.3MB/s   00:00    
IWatchManager.html                                              100% 8827     9.2MB/s   00:00    
PathParentIterator.html                                         100% 8417     2.0MB/s   00:00    
WatchManager.html                                               100% 5558     1.4MB/s   00:00    
WatchManagerFactory.html                                        100% 5607     1.6MB/s   00:00    
WatchManagerOptimized.html                                      100% 5621     1.4MB/s   00:00    
WatchStats.html                                                 100% 9016     4.9MB/s   00:00    
WatcherCleaner.html                                             100% 5572     4.0MB/s   00:00    
WatcherMode.html                                                100%   16KB   4.9MB/s   00:00    
WatcherOrBitSet.html                                            100%   19KB   4.0MB/s   00:00    
WatchesPathReport.html                                          100%   10KB   1.2MB/s   00:00    
WatchesReport.html                                              100% 9609     6.6MB/s   00:00    
WatchesSummary.html                                             100% 9691     3.3MB/s   00:00    
IDeadWatcherListener.html                                       100% 9452    10.5MB/s   00:00    
IWatchManager.html                                              100%   31KB   6.4MB/s   00:00    
PathParentIterator.html                                         100%   20KB   5.3MB/s   00:00    
WatchManager.html                                               100%   43KB  27.4MB/s   00:00    
WatchManagerFactory.html                                        100%   14KB   4.6MB/s   00:00    
WatchManagerOptimized.html                                      100%   41KB  12.5MB/s   00:00    
WatchStats.html                                                 100%   15KB   9.4MB/s   00:00    
WatcherCleaner.html                                             100%   26KB   6.9MB/s   00:00    
WatcherMode.html                                                100%   21KB   5.2MB/s   00:00    
WatcherOrBitSet.html                                            100%   14KB   3.6MB/s   00:00    
WatchesPathReport.html                                          100%   15KB   3.7MB/s   00:00    
WatchesReport.html                                              100%   15KB   4.3MB/s   00:00    
WatchesSummary.html                                             100%   18KB   7.7MB/s   00:00    
package-summary.html                                            100% 9741     9.6MB/s   00:00    
package-tree.html                                               100%   10KB   2.0MB/s   00:00    
package-use.html                                                100%   10KB   2.9MB/s   00:00    
AuthenticationHelper.html                                       100%   19KB  10.5MB/s   00:00    
BlueThrottle.html                                               100%   36KB   8.8MB/s   00:00    
ByteBufferInputStream.html                                      100%   22KB  10.4MB/s   00:00    
ByteBufferOutputStream.html                                     100%   20KB   4.9MB/s   00:00    
ByteBufferRequestRecord.html                                    100%   15KB   4.5MB/s   00:00    
ClientCnxnLimitException.html                                   100%   14KB   2.5MB/s   00:00    
ConnectionBean.html                                             100%   37KB   8.9MB/s   00:00    
ConnectionMXBean.html                                           100%   21KB  14.2MB/s   00:00    
ContainerManager.html                                           100%   21KB  11.8MB/s   00:00    
DataNode.html                                                   100%   28KB   6.1MB/s   00:00    
DataTree.ProcessTxnResult.html                                  100%   19KB   4.8MB/s   00:00    
DataTree.ZxidDigest.html                                        100%   14KB   3.4MB/s   00:00    
DataTree.html                                                   100%  107KB  28.9MB/s   00:00    
DataTreeBean.html                                               100%   19KB   3.5MB/s   00:00    
DataTreeMXBean.html                                             100%   11KB   6.3MB/s   00:00    
DatadirCleanupManager.PurgeTaskStatus.html                      100%   18KB   8.6MB/s   00:00    
DatadirCleanupManager.html                                      100%   20KB   5.3MB/s   00:00    
DigestCalculator.html                                           100%   10KB   2.7MB/s   00:00    
DumbWatcher.html                                                100%   36KB   7.7MB/s   00:00    
EphemeralType.html                                              100%   29KB   9.9MB/s   00:00    
EphemeralTypeEmulate353.html                                    100%   23KB  14.4MB/s   00:00    
ExitCode.html                                                   100%   22KB  13.1MB/s   00:00    
ExpiryQueue.html                                                100%   19KB   5.1MB/s   00:00    
FinalRequestProcessor.html                                      100%   15KB   4.1MB/s   00:00    
NIOServerCnxn.html                                              100%   46KB   6.4MB/s   00:00    
NIOServerCnxnFactory.SelectorThread.html                        100%   28KB   9.7MB/s   00:00    
NIOServerCnxnFactory.html                                       100%   49KB   7.9MB/s   00:00    
NettyServerCnxn.HandshakeState.html                             100%   18KB  11.1MB/s   00:00    
NettyServerCnxn.html                                            100%   40KB  17.1MB/s   00:00    
NettyServerCnxnFactory.html                                     100%   40KB   1.5MB/s   00:00    
NodeHashMap.html                                                100%   19KB   4.5MB/s   00:00    
NodeHashMapImpl.html                                            100%   29KB   7.2MB/s   00:00    
ObserverBean.html                                               100%   34KB  21.3MB/s   00:00    
PrepRequestProcessor.DigestOpCode.html                          100%   19KB   9.3MB/s   00:00    
PrepRequestProcessor.html                                       100%   38KB  14.4MB/s   00:00    
PurgeTxnLog.html                                                100%   15KB   8.9MB/s   00:00    
RateLogger.html                                                 100%   14KB  12.9MB/s   00:00    
ReferenceCountedACLCache.html                                   100%   20KB   5.9MB/s   00:00    
Request.html                                                    100%   51KB  21.9MB/s   00:00    
RequestProcessor.RequestProcessorException.html                 100%   15KB   5.2MB/s   00:00    
RequestProcessor.html                                           100%   12KB   3.5MB/s   00:00    
RequestRecord.html                                              100%   13KB   8.2MB/s   00:00    
RequestThrottler.html                                           100%   32KB   7.0MB/s   00:00    
ResponseCache.html                                              100%   17KB  12.4MB/s   00:00    
ServerCnxn.CloseRequestException.html                           100%   17KB  10.8MB/s   00:00    
ServerCnxn.DisconnectReason.html                                100%   32KB  10.9MB/s   00:00    
ServerCnxn.EndOfStreamException.html                            100%   18KB   7.3MB/s   00:00    
ServerCnxn.html                                                 100%   69KB  12.3MB/s   00:00    
ServerCnxnFactory.html                                          100%   53KB  13.8MB/s   00:00    
ServerCnxnHelper.html                                           100%   13KB   6.4MB/s   00:00    
ServerConfig.html                                               100%   35KB   7.0MB/s   00:00    
ServerMetrics.html                                              100%   94KB  17.4MB/s   00:00    
ServerStats.Provider.html                                       100%   12KB   7.3MB/s   00:00    
ServerStats.html                                                100%   31KB 791.4KB/s   00:00    
ServerWatcher.html                                              100%   11KB   2.9MB/s   00:00    
SessionTracker.Session.html                                     100% 9301     6.0MB/s   00:00    
SessionTracker.SessionExpirer.html                              100%   10KB   9.9MB/s   00:00    
SessionTracker.html                                             100%   27KB  19.1MB/s   00:00    
SessionTrackerImpl.SessionImpl.html                             100%   14KB  24.9MB/s   00:00    
SessionTrackerImpl.html                                         100%   58KB  37.4MB/s   00:00    
SimpleRequestRecord.html                                        100%   15KB  11.0MB/s   00:00    
SnapshotComparer.html                                           100%   12KB  11.0MB/s   00:00    
SnapshotFormatter.html                                          100%   14KB   6.2MB/s   00:00    
SnapshotRecursiveSummary.html                                   100%   16KB   3.8MB/s   00:00    
SyncRequestProcessor.html                                       100%   30KB   4.9MB/s   00:00    
TraceFormatter.html                                             100%   13KB   3.3MB/s   00:00    
TxnLogEntry.html                                                100%   15KB   2.4MB/s   00:00    
TxnLogProposalIterator.html                                     100%   19KB   8.3MB/s   00:00    
UnimplementedRequestProcessor.html                              100%   15KB   4.2MB/s   00:00    
WorkerService.WorkRequest.html                                  100%   13KB   5.2MB/s   00:00    
WorkerService.html                                              100%   18KB   7.9MB/s   00:00    
ZKDatabase.html                                                 100%   92KB  23.3MB/s   00:00    
ZooKeeperCriticalThread.html                                    100%   26KB   5.8MB/s   00:00    
ZooKeeperSaslServer.html                                        100%   15KB   4.2MB/s   00:00    
ZooKeeperServer.MissingSessionException.html                    100%   15KB   3.5MB/s   00:00    
ZooKeeperServer.State.html                                      100%   18KB   5.6MB/s   00:00    
ZooKeeperServer.html                                            100%  152KB  25.0MB/s   00:00    
ZooKeeperServerBean.html                                        100%   91KB  12.2MB/s   00:00    
ZooKeeperServerConf.html                                        100%   30KB  16.5MB/s   00:00    
ZooKeeperServerListener.html                                    100% 9069     5.7MB/s   00:00    
ZooKeeperServerMXBean.html                                      100%   54KB   4.5MB/s   00:00    
ZooKeeperServerMain.html                                        100%   18KB   5.0MB/s   00:00    
ZooKeeperServerShutdownHandler.html                             100%   11KB   5.8MB/s   00:00    
ZooKeeperThread.html                                            100%   25KB  11.6MB/s   00:00    
ZooTrace.html                                                   100%   24KB  18.3MB/s   00:00    
package-summary.html                                            100%   31KB  16.1MB/s   00:00    
package-tree.html                                               100%   28KB   8.4MB/s   00:00    
package-use.html                                                100%   35KB  10.9MB/s   00:00    
CircularBlockingQueue.html                                      100% 5505     2.6MB/s   00:00    
PemReader.html                                                  100% 5421   894.0KB/s   00:00    
SecurityUtils.html                                              100% 5449     1.5MB/s   00:00    
ServiceUtils.html                                               100% 5442     2.4MB/s   00:00    
CircularBlockingQueue.html                                      100%   55KB  11.5MB/s   00:00    
PemReader.html                                                  100%   30KB  10.1MB/s   00:00    
SecurityUtils.html                                              100%   23KB   5.2MB/s   00:00    
ServiceUtils.html                                               100%   16KB  17.8MB/s   00:00    
package-summary.html                                            100% 6515     3.5MB/s   00:00    
package-tree.html                                               100% 6447     3.9MB/s   00:00    
package-use.html                                                100% 5156     2.5MB/s   00:00    
Info.html                                                       100% 8167     6.1MB/s   00:00    
VersionInfoMain.html                                            100% 5484     4.0MB/s   00:00    
Info.html                                                       100%   12KB   6.7MB/s   00:00    
VersionInfoMain.html                                            100%   13KB   3.3MB/s   00:00    
package-summary.html                                            100% 5992     2.5MB/s   00:00    
package-tree.html                                               100% 6063     1.7MB/s   00:00    
package-use.html                                                100% 7038     2.1MB/s   00:00    
AddWatchMode.html                                               100%   19KB   2.3MB/s   00:00    
AsyncCallback.ACLCallback.html                                  100%   14KB   2.8MB/s   00:00    
AsyncCallback.AllChildrenNumberCallback.html                    100%   12KB   2.6MB/s   00:00    
AsyncCallback.Children2Callback.html                            100%   14KB   4.4MB/s   00:00    
AsyncCallback.ChildrenCallback.html                             100%   13KB   3.2MB/s   00:00    
AsyncCallback.Create2Callback.html                              100%   14KB   3.6MB/s   00:00    
AsyncCallback.DataCallback.html                                 100%   14KB   3.9MB/s   00:00    
AsyncCallback.EphemeralsCallback.html                           100%   12KB   3.2MB/s   00:00    
AsyncCallback.MultiCallback.html                                100%   13KB   3.6MB/s   00:00    
AsyncCallback.StatCallback.html                                 100%   14KB   6.3MB/s   00:00    
AsyncCallback.StringCallback.html                               100%   13KB   4.4MB/s   00:00    
AsyncCallback.VoidCallback.html                                 100%   14KB   2.6MB/s   00:00    
AsyncCallback.html                                              100%   13KB   7.9MB/s   00:00    
ClientCnxn.html                                                 100%   50KB  11.0MB/s   00:00    
ClientCnxnSocketNIO.html                                        100%   19KB   7.1MB/s   00:00    
ClientCnxnSocketNetty.html                                      100%   19KB   5.2MB/s   00:00    
ClientWatchManager.html                                         100%   10KB   3.9MB/s   00:00    
CreateMode.html                                                 100%   26KB   9.8MB/s   00:00    
CreateOptions.Builder.html                                      100%   12KB   3.3MB/s   00:00    
CreateOptions.html                                              100%   16KB   3.0MB/s   00:00    
DeleteContainerRequest.html                                     100%   18KB  10.0MB/s   00:00    
DigestWatcher.html                                              100% 8405     7.4MB/s   00:00    
Environment.Entry.html                                          100%   14KB  11.0MB/s   00:00    
Environment.html                                                100%   15KB  10.0MB/s   00:00    
KeeperException.APIErrorException.html                          100%   20KB   7.9MB/s   00:00    
KeeperException.AuthFailedException.html                        100%   20KB   4.6MB/s   00:00    
KeeperException.BadArgumentsException.html                      100%   21KB   3.9MB/s   00:00    
KeeperException.BadVersionException.html                        100%   21KB   4.6MB/s   00:00    
KeeperException.Code.html                                       100%   41KB  14.0MB/s   00:00    
KeeperException.CodeDeprecated.html                             100%   38KB  22.7MB/s   00:00    
KeeperException.ConnectionLossException.html                    100%   20KB  18.0MB/s   00:00    
KeeperException.DataInconsistencyException.html                 100%   20KB  19.1MB/s   00:00    
KeeperException.EphemeralOnLocalSessionException.html           100%   20KB   3.6MB/s   00:00    
KeeperException.InvalidACLException.html                        100%   21KB   5.7MB/s   00:00    
KeeperException.InvalidCallbackException.html                   100%   20KB  14.5MB/s   00:00    
KeeperException.MarshallingErrorException.html                  100%   20KB   7.5MB/s   00:00    
KeeperException.NewConfigNoQuorum.html                          100%   20KB   7.8MB/s   00:00    
KeeperException.NoAuthException.html                            100%   20KB   2.9MB/s   00:00    
KeeperException.NoChildrenForEphemeralsException.html           100%   21KB   3.6MB/s   00:00    
KeeperException.NoNodeException.html                            100%   21KB   4.2MB/s   00:00    
KeeperException.NoWatcherException.html                         100%   21KB   8.8MB/s   00:00    
KeeperException.NodeExistsException.html                        100%   21KB  16.4MB/s   00:00    
KeeperException.NotEmptyException.html                          100%   21KB  10.4MB/s   00:00    
KeeperException.NotReadOnlyException.html                       100%   20KB  21.3MB/s   00:00    
KeeperException.OperationTimeoutException.html                  100%   20KB  11.5MB/s   00:00    
KeeperException.QuotaExceededException.html                     100%   21KB   8.9MB/s   00:00    
KeeperException.ReconfigDisabledException.html                  100%   21KB   8.1MB/s   00:00    
KeeperException.ReconfigInProgress.html                         100%   20KB   5.5MB/s   00:00    
KeeperException.RequestTimeoutException.html                    100%   20KB  10.4MB/s   00:00    
KeeperException.RuntimeInconsistencyException.html              100%   20KB  12.1MB/s   00:00    
KeeperException.SessionClosedRequireAuthException.html          100%   21KB  12.7MB/s   00:00    
KeeperException.SessionExpiredException.html                    100%   20KB   4.6MB/s   00:00    
KeeperException.SessionMovedException.html                      100%   20KB   9.1MB/s   00:00    
KeeperException.SystemErrorException.html                       100%   20KB  13.0MB/s   00:00    
KeeperException.ThrottledOpException.html                       100%   20KB  13.7MB/s   00:00    
KeeperException.UnimplementedException.html                     100%   20KB   2.1MB/s   00:00    
KeeperException.UnknownSessionException.html                    100%   20KB   4.3MB/s   00:00    
KeeperException.html                                            100%   45KB  10.0MB/s   00:00    
Login.html                                                      100%   23KB   6.5MB/s   00:00    
MultiOperationRecord.html                                       100%   25KB   3.8MB/s   00:00    
MultiResponse.html                                              100%   23KB   4.9MB/s   00:00    
Op.Check.html                                                   100%   16KB   3.3MB/s   00:00    
Op.Create.html                                                  100%   18KB   4.6MB/s   00:00    
Op.CreateTTL.html                                               100%   16KB   3.6MB/s   00:00    
Op.Delete.html                                                  100%   16KB  10.0MB/s   00:00    
Op.GetChildren.html                                             100%   16KB   4.9MB/s   00:00    
Op.GetData.html                                                 100%   16KB   4.1MB/s   00:00    
Op.OpKind.html                                                  100%   17KB   5.2MB/s   00:00    
Op.SetData.html                                                 100%   16KB   3.4MB/s   00:00    
Op.html                                                         100%   39KB   9.0MB/s   00:00    
OpResult.CheckResult.html                                       100%   15KB   2.9MB/s   00:00    
OpResult.CreateResult.html                                      100%   18KB   4.6MB/s   00:00    
OpResult.DeleteResult.html                                      100%   15KB   6.0MB/s   00:00    
OpResult.ErrorResult.html                                       100%   16KB   3.7MB/s   00:00    
OpResult.GetChildrenResult.html                                 100%   17KB   4.1MB/s   00:00    
OpResult.GetDataResult.html                                     100%   17KB   6.1MB/s   00:00    
OpResult.SetDataResult.html                                     100%   16KB   4.9MB/s   00:00    
OpResult.html                                                   100%   15KB   4.5MB/s   00:00    
Quotas.html                                                     100%   22KB   5.9MB/s   00:00    
SaslClientCallbackHandler.html                                  100%   15KB   3.3MB/s   00:00    
Shell.html                                                      100%   42KB   7.2MB/s   00:00    
SaslServerPrincipal.html                                        100%   10KB   3.0MB/s   00:00    
ServerAdminClient.html                                          100%   18KB   7.0MB/s   00:00    
Shell.ExitCodeException.html                                    100%   16KB  12.8MB/s   00:00    
Shell.ShellCommandExecutor.html                                 100%   28KB  15.1MB/s   00:00    
StatsTrack.html                                                 100%   22KB  14.0MB/s   00:00    
Testable.html                                                   100%   10KB   6.1MB/s   00:00    
Transaction.html                                                100%   20KB  12.2MB/s   00:00    
Version.html                                                    100%   19KB  13.0MB/s   00:00    
WatchDeregistration.html                                        100%   16KB   5.9MB/s   00:00    
WatchedEvent.html                                               100%   23KB   5.0MB/s   00:00    
Watcher.Event.EventType.html                                    100%   22KB   5.3MB/s   00:00    
Watcher.Event.KeeperState.html                                  100%   25KB   6.2MB/s   00:00    
Watcher.Event.html                                              100% 7707     3.4MB/s   00:00    
Watcher.WatcherType.html                                        100%   20KB   5.8MB/s   00:00    
Watcher.html                                                    100%   11KB   2.9MB/s   00:00    
ZKUtil.html                                                     100%   30KB  12.1MB/s   00:00    
ZooDefs.AddWatchModes.html                                      100% 8390     2.2MB/s   00:00    
ZooDefs.Ids.html                                                100%   13KB   2.9MB/s   00:00    
ZooDefs.OpCode.html                                             100%   25KB  16.9MB/s   00:00    
ZooDefs.Perms.html                                              100%   10KB   2.8MB/s   00:00    
ZooDefs.html                                                    100%   14KB   6.2MB/s   00:00    
ZooKeeper.States.html                                           100%   21KB   5.8MB/s   00:00    
ZooKeeper.WatchRegistration.html                                100%   16KB   6.7MB/s   00:00    
ZooKeeper.html                                                  100%  255KB  27.3MB/s   00:00    
ZooKeeperMain.html                                              100%   31KB   7.2MB/s   00:00    
ZookeeperBanner.html                                            100%   12KB  10.0MB/s   00:00    
package-summary.html                                            100%   31KB  10.5MB/s   00:00    
package-tree.html                                               100%   28KB  19.5MB/s   00:00    
package-use.html                                                100%   30KB  11.2MB/s   00:00    
glass.png                                                       100%  499   408.7KB/s   00:00    
x.png                                                           100%  394    70.9KB/s   00:00    
allclasses-index.html                                           100%  167KB  39.5MB/s   00:00    
allclasses.html                                                 100%   79KB  28.9MB/s   00:00    
allpackages-index.html                                          100% 9943     2.4MB/s   00:00    
constant-values.html                                            100%  192KB  35.3MB/s   00:00    
deprecated-list.html                                            100%   22KB   8.2MB/s   00:00    
element-list                                                    100%  795   595.3KB/s   00:00    
help-doc.html                                                   100%   10KB   2.6MB/s   00:00    
index-all.html                                                  100% 1930KB  29.7MB/s   00:00    
index.html                                                      100%   10KB   2.7MB/s   00:00    
jquery-ui.overrides.css                                         100% 1498     1.1MB/s   00:00    
member-search-index.js                                          100%  492KB  31.4MB/s   00:00    
member-search-index.zip                                         100%   52KB  10.3MB/s   00:00    
overview-summary.html                                           100%  688   140.2KB/s   00:00    
overview-tree.html                                              100%  149KB   3.9MB/s   00:00    
package-search-index.js                                         100% 1069   540.5KB/s   00:00    
package-search-index.zip                                        100%  368   456.8KB/s   00:00    
script.js                                                       100% 6040     4.9MB/s   00:00    
search.js                                                       100%   13KB  13.6MB/s   00:00    
serialized-form.html                                            100%   36KB  25.3MB/s   00:00    
stylesheet.css                                                  100%   22KB  11.9MB/s   00:00    
type-search-index.js                                            100%   34KB  13.3MB/s   00:00    
type-search-index.zip                                           100% 4491     3.0MB/s   00:00    
commons-cli-1.5.0.LICENSE.txt                                   100%   11KB   3.1MB/s   00:00    
commons-io-2.11.0.LICENSE.txt                                   100%   11KB   3.0MB/s   00:00    
jetty-client-9.4.53.v20231009.LICENSE.txt                       100%   23KB   2.9MB/s   00:00    
jetty-http-9.4.53.v20231009.LICENSE.txt                         100%   23KB   9.8MB/s   00:00    
jetty-io-9.4.53.v20231009.LICENSE.txt                           100%   23KB  12.1MB/s   00:00    
jetty-security-9.4.53.v20231009.LICENSE.txt                     100%   23KB   6.9MB/s   00:00    
jetty-server-9.4.53.v20231009.LICENSE.txt                       100%   23KB  11.2MB/s   00:00    
jetty-servlet-9.4.53.v20231009.LICENSE.txt                      100%   23KB   6.0MB/s   00:00    
jetty-util-9.4.53.v20231009.LICENSE.txt                         100%   23KB  10.2MB/s   00:00    
jetty-util-ajax-9.4.53.v20231009.LICENSE.txt                    100%   23KB  10.7MB/s   00:00    
jline-2.14.6.LICENSE.txt                                        100% 1535   991.2KB/s   00:00    
logback-classic-1.2.13.LICENSE.txt                              100%   35KB  20.8MB/s   00:00    
logback-core-1.2.13.LICENSE.txt                                 100%   35KB   4.5MB/s   00:00    
metrics-core-4.1.12.1.jar_LICENSE.txt                           100%   11KB   6.5MB/s   00:00    
netty-buffer-4.1.105.Final.LICENSE.txt                          100%   11KB   6.8MB/s   00:00    
netty-codec-4.1.105.Final.LICENSE.txt                           100%   11KB   3.5MB/s   00:00    
netty-common-4.1.105.Final.LICENSE.txt                          100%   11KB   9.1MB/s   00:00    
netty-handler-4.1.105.Final.LICENSE.txt                         100%   11KB  16.2MB/s   00:00    
netty-resolver-4.1.105.Final.LICENSE.txt                        100%   11KB   9.0MB/s   00:00    
netty-transport-4.1.105.Final.LICENSE.txt                       100%   11KB   2.5MB/s   00:00    
netty-transport-classes-epoll-4.1.105.Final.LICENSE.txt         100%   11KB   7.9MB/s   00:00    
netty-transport-native-unix-common-4.1.105.Final.LICENSE.txt    100%   11KB   4.9MB/s   00:00    
simpleclient-0.9.0.LICENSE.txt                                  100%   11KB   2.5MB/s   00:00    
simpleclient_common-0.9.0_LICENSE.txt                           100%   11KB   2.3MB/s   00:00    
simpleclient_hotspot-0.9.0_LICENSE.txt                          100%   11KB  12.8MB/s   00:00    
simpleclient_servlet-0.9.0_LICENSE.txt                          100%   11KB   8.0MB/s   00:00    
slf4j-1.7.30.LICENSE.txt                                        100% 1133     1.3MB/s   00:00    
snappy-java-1.1.10.5.jar_LICENSE.txt                            100%   11KB  12.2MB/s   00:00    
zookeeper-jute-3.9.2.jar                                        100%  250KB   9.3MB/s   00:00    
audience-annotations-0.12.0.jar                                 100%   20KB   5.3MB/s   00:00    
zookeeper-3.9.2.jar                                             100% 1325KB  30.2MB/s   00:00    
netty-handler-4.1.105.Final.jar                                 100%  548KB  35.0MB/s   00:00    
netty-common-4.1.105.Final.jar                                  100%  645KB  36.7MB/s   00:00    
netty-resolver-4.1.105.Final.jar                                100%   37KB  11.1MB/s   00:00    
netty-buffer-4.1.105.Final.jar                                  100%  301KB  27.1MB/s   00:00    
netty-transport-4.1.105.Final.jar                               100%  485KB  31.7MB/s   00:00    
netty-transport-native-unix-common-4.1.105.Final.jar            100%   43KB  11.9MB/s   00:00    
netty-codec-4.1.105.Final.jar                                   100%  337KB  31.3MB/s   00:00    
netty-transport-native-epoll-4.1.105.Final-linux-x86_64.jar     100%   39KB  12.5MB/s   00:00    
netty-transport-classes-epoll-4.1.105.Final.jar                 100%  144KB  23.1MB/s   00:00    
netty-tcnative-boringssl-static-2.0.61.Final.jar                100% 3228     1.3MB/s   00:00    
netty-tcnative-classes-2.0.61.Final.jar                         100%   34KB   5.3MB/s   00:00    
netty-tcnative-boringssl-static-2.0.61.Final-linux-x86_64.jar   100% 1218KB  34.7MB/s   00:00    
netty-tcnative-boringssl-static-2.0.61.Final-linux-aarch_64.jar 100% 1120KB  39.4MB/s   00:00    
netty-tcnative-boringssl-static-2.0.61.Final-osx-x86_64.jar     100% 1091KB  32.5MB/s   00:00    
netty-tcnative-boringssl-static-2.0.61.Final-osx-aarch_64.jar   100%  975KB  42.6MB/s   00:00    
netty-tcnative-boringssl-static-2.0.61.Final-windows-x86_64.jar 100%  983KB  42.8MB/s   00:00    
slf4j-api-1.7.30.jar                                            100%   41KB   6.7MB/s   00:00    
logback-core-1.2.13.jar                                         100%  439KB  31.0MB/s   00:00    
logback-classic-1.2.13.jar                                      100%  227KB  29.3MB/s   00:00    
commons-io-2.11.0.jar                                           100%  319KB  27.7MB/s   00:00    
zookeeper-prometheus-metrics-3.9.2.jar                          100%   23KB   4.4MB/s   00:00    
simpleclient-0.9.0.jar                                          100%   56KB   8.3MB/s   00:00    
simpleclient_hotspot-0.9.0.jar                                  100%   21KB   2.6MB/s   00:00    
simpleclient_servlet-0.9.0.jar                                  100% 7110     1.7MB/s   00:00    
simpleclient_common-0.9.0.jar                                   100% 5823     2.6MB/s   00:00    
commons-cli-1.5.0.jar                                           100%   57KB  12.2MB/s   00:00    
jetty-server-9.4.53.v20231009.jar                               100%  719KB  34.0MB/s   00:00    
javax.servlet-api-3.1.0.jar                                     100%   94KB  12.3MB/s   00:00    
jetty-http-9.4.53.v20231009.jar                                 100%  243KB  24.7MB/s   00:00    
jetty-util-9.4.53.v20231009.jar                                 100%  575KB  33.4MB/s   00:00    
jetty-io-9.4.53.v20231009.jar                                   100%  179KB  23.9MB/s   00:00    
jetty-servlet-9.4.53.v20231009.jar                              100%  143KB  25.0MB/s   00:00    
jetty-security-9.4.53.v20231009.jar                             100%  116KB  20.2MB/s   00:00    
jetty-util-ajax-9.4.53.v20231009.jar                            100%   65KB  16.9MB/s   00:00    
jackson-databind-2.15.2.jar                                     100% 1582KB  40.3MB/s   00:00    
jackson-annotations-2.15.2.jar                                  100%   74KB  16.7MB/s   00:00    
jackson-core-2.15.2.jar                                         100%  536KB  30.4MB/s   00:00    
jline-2.14.6.jar                                                100%  262KB  30.7MB/s   00:00    
metrics-core-4.1.12.1.jar                                       100%  103KB   3.4MB/s   00:00    
snappy-java-1.1.10.5.jar                                        100% 2246KB  34.1MB/s   00:00    
LICENSE.txt                                                     100%   11KB   4.0MB/s   00:00    
NOTICE.txt                                                      100% 2084     1.5MB/s   00:00    
README.md                                                       100% 2335     1.3MB/s   00:00    
README_packaging.md                                             100% 3570     1.8MB/s   00:00    
configuration.xsl                                               100%  535   327.3KB/s   00:00    
logback.xml                                                     100% 4559     3.3MB/s   00:00    
zoo_sample.cfg.bak                                              100% 1183   680.4KB/s   00:00    
zoo.cfg                                                         100%  878   618.1KB/s   00:00    
README.txt                                                      100%  232    98.8KB/s   00:00    
zkCleanup.sh                                                    100% 1978     1.5MB/s   00:00    
zkCli.cmd                                                       100% 1115   987.7KB/s   00:00    
zkCli.sh                                                        100% 1576   389.6KB/s   00:00    
zkEnv.cmd                                                       100% 1810     1.3MB/s   00:00    
zkEnv.sh                                                        100% 3947     2.5MB/s   00:00    
zkServer-initialize.sh                                          100% 4559     1.2MB/s   00:00    
zkServer.cmd                                                    100% 1243   598.4KB/s   00:00    
zkServer.sh                                                     100%   11KB   2.6MB/s   00:00    
zkSnapShotToolkit.cmd                                           100%  988   964.7KB/s   00:00    
zkSnapShotToolkit.sh                                            100% 1377   973.7KB/s   00:00    
zkSnapshotComparer.cmd                                          100%  987     1.1MB/s   00:00    
zkSnapshotComparer.sh                                           100% 1374     1.4MB/s   00:00    
zkSnapshotRecursiveSummaryToolkit.cmd                           100%  995   691.2KB/s   00:00    
zkSnapshotRecursiveSummaryToolkit.sh                            100% 1422   829.0KB/s   00:00    
zkTxnLogToolkit.cmd                                             100%  996   213.8KB/s   00:00    
zkTxnLogToolkit.sh                                              100% 1385   963.0KB/s   00:00    
zookeeper-root-server-master.out                                100%   44KB   8.3MB/s   00:00    
[root@master conf]# scp -r /root/apache-zookeeper-3.9.2-bin/  root@clone2:/root/apache-zookeeper-3.9.2-bin
2pc.jpg                                                         100%   15KB   3.7MB/s   00:00    
bk-overview.jpg                                                 100%  121KB  13.3MB/s   00:00    
favicon.ico                                                     100%  766   692.4KB/s   00:00    
state_dia.dia                                                   100% 2597     1.3MB/s   00:00    
state_dia.jpg                                                   100%   50KB  28.0MB/s   00:00    
zkAuditLogs.jpg                                                 100%   28KB   7.1MB/s   00:00    
zkarch.jpg                                                      100%   24KB   7.0MB/s   00:00    
zkcomponents.jpg                                                100%   30KB  12.4MB/s   00:00    
zknamespace.jpg                                                 100%   35KB  11.5MB/s   00:00    
zkperfRW-3.2.jpg                                                100%   41KB   7.6MB/s   00:00    
zkperfRW.jpg                                                    100%  158KB  16.8MB/s   00:00    
zkperfreliability.jpg                                           100%   68KB  14.4MB/s   00:00    
zkservice.jpg                                                   100%   85KB  12.5MB/s   00:00    
zookeeper_small.gif                                             100% 4847     7.1MB/s   00:00    
basic.css                                                       100% 2993     1.0MB/s   00:00    
chapter.gif                                                     100%   49    13.4KB/s   00:00    
chapter_open.gif                                                100%   49    50.3KB/s   00:00    
current.gif                                                     100%   54    79.2KB/s   00:00    
getBlank.js                                                     100% 1605     1.1MB/s   00:00    
getMenu.js                                                      100% 1646     1.8MB/s   00:00    
header_white_line.gif                                           100%   37    21.5KB/s   00:00    
init.js                                                         100% 2317     3.5MB/s   00:00    
instruction_arrow.png                                           100%  285   273.1KB/s   00:00    
menu.js                                                         100% 1683     3.3MB/s   00:00    
page.gif                                                        100%   79   132.2KB/s   00:00    
print.css                                                       100% 1237     1.6MB/s   00:00    
printer.gif                                                     100%  603   898.1KB/s   00:00    
profile.css                                                     100% 3931     3.5MB/s   00:00    
prototype.js                                                    100%  195KB  50.5MB/s   00:00    
screen.css                                                      100%   10KB   2.2MB/s   00:00    
index.html                                                      100%   12KB   7.7MB/s   00:00    
javaExample.html                                                100%   28KB  16.1MB/s   00:00    
recipes.html                                                    100%   29KB  15.7MB/s   00:00    
releasenotes.html                                               100%   22KB  13.4MB/s   00:00    
zookeeperAdmin.html                                             100%  155KB  65.2MB/s   00:00    
zookeeperAuditLogs.html                                         100%   16KB  13.0MB/s   00:00    
zookeeperCLI.html                                               100%   24KB  12.8MB/s   00:00    
zookeeperHierarchicalQuorums.html                               100% 8552     5.4MB/s   00:00    
zookeeperInternals.html                                         100%   29KB  31.3MB/s   00:00    
zookeeperJMX.html                                               100%   14KB   4.4MB/s   00:00    
zookeeperMonitor.html                                           100%   16KB   3.2MB/s   00:00    
zookeeperObservers.html                                         100%   14KB   6.7MB/s   00:00    
zookeeperOracleQuorums.html                                     100%   19KB   9.0MB/s   00:00    
zookeeperOver.html                                              100%   21KB  12.9MB/s   00:00    
zookeeperProgrammers.html                                       100%   87KB  26.2MB/s   00:00    
zookeeperQuotas.html                                            100%   10KB   7.7MB/s   00:00    
zookeeperReconfig.html                                          100%   51KB  17.5MB/s   00:00    
zookeeperSnapshotAndRestore.html                                100%   10KB   5.7MB/s   00:00    
zookeeperStarted.html                                           100%   19KB  13.1MB/s   00:00    
zookeeperTools.html                                             100%   37KB  17.9MB/s   00:00    
zookeeperTutorial.html                                          100%   29KB   4.6MB/s   00:00    
zookeeperUseCases.html                                          100%   36KB   3.6MB/s   00:00    
jquery.js                                                       100%  281KB  31.2MB/s   00:00    
jszip.js                                                        100%  358KB  54.8MB/s   00:00    
jszip.min.js                                                    100%   94KB  26.5MB/s   00:00    
jszip-utils-ie.js                                               100% 2444     2.1MB/s   00:00    
jszip-utils-ie.min.js                                           100% 1610   613.7KB/s   00:00    
jszip-utils.js                                                  100% 4483   691.4KB/s   00:00    
jszip-utils.min.js                                              100% 1777   578.2KB/s   00:00    
jquery-3.6.1.min.js                                             100%   88KB   4.2MB/s   00:00    
jquery-ui.min.css                                               100% 1842   741.4KB/s   00:00    
jquery-ui.min.js                                                100%   32KB  23.2MB/s   00:00    
ASSEMBLY_EXCEPTION                                              100% 1522     3.0MB/s   00:00    
jquery.md                                                       100% 2936     3.2MB/s   00:00    
jqueryUI.md                                                     100% 1870     1.7MB/s   00:00    
jszip.md                                                        100%   33KB  14.9MB/s   00:00    
pako.md                                                         100% 2034     1.9MB/s   00:00    
BinaryInputArchive.html                                         100% 7419     6.5MB/s   00:00    
BinaryOutputArchive.html                                        100% 7436     8.9MB/s   00:00    
Index.html                                                      100% 8949     3.4MB/s   00:00    
InputArchive.html                                               100%   59KB   8.5MB/s   00:00    
OutputArchive.html                                              100%   59KB  24.0MB/s   00:00    
Record.html                                                     100%   41KB  19.8MB/s   00:00    
RecordReader.html                                               100% 5308     3.4MB/s   00:00    
RecordWriter.html                                               100% 5308     4.9MB/s   00:00    
ToStringOutputArchive.html                                      100% 5371     8.1MB/s   00:00    
Utils.html                                                      100% 5259     2.7MB/s   00:00    
CSharpGenerator.html                                            100% 5452     1.9MB/s   00:00    
JBoolean.html                                                   100% 5403     2.5MB/s   00:00    
JBuffer.html                                                    100% 5396     3.9MB/s   00:00    
JByte.html                                                      100% 5382     2.4MB/s   00:00    
JDouble.html                                                    100% 5396     5.4MB/s   00:00    
JField.html                                                     100% 9895     5.2MB/s   00:00    
JFile.html                                                      100%   10KB   6.2MB/s   00:00    
JFloat.html                                                     100% 5389     3.8MB/s   00:00    
JInt.html                                                       100% 5375     3.8MB/s   00:00    
JLong.html                                                      100% 5382     2.5MB/s   00:00    
JMap.html                                                       100% 7158     2.0MB/s   00:00    
JRecord.html                                                    100% 8782     3.9MB/s   00:00    
JString.html                                                    100% 5396   866.3KB/s   00:00    
JType.html                                                      100%   14KB   7.4MB/s   00:00    
JVector.html                                                    100% 7206     2.6MB/s   00:00    
ParseException.html                                             100%   12KB   3.4MB/s   00:00    
Rcc.html                                                        100% 5498     4.4MB/s   00:00    
RccConstants.html                                               100% 7695    11.3MB/s   00:00    
RccTokenManager.html                                            100% 9346    15.7MB/s   00:00    
SimpleCharStream.html                                           100%   10KB   3.1MB/s   00:00    
Token.html                                                      100%   13KB   3.6MB/s   00:00    
TokenMgrError.html                                              100% 5568     2.3MB/s   00:00    
ParseException.html                                             100%   21KB   9.3MB/s   00:00    
Rcc.html                                                        100%   38KB  12.9MB/s   00:00    
RccConstants.html                                               100%   25KB  12.2MB/s   00:00    
RccTokenManager.html                                            100%   24KB  11.3MB/s   00:00    
SimpleCharStream.html                                           100%   52KB  13.5MB/s   00:00    
Token.html                                                      100%   25KB   4.6MB/s   00:00    
TokenMgrError.html                                              100%   23KB   9.5MB/s   00:00    
package-summary.html                                            100% 8277     3.6MB/s   00:00    
package-tree.html                                               100% 8412     4.4MB/s   00:00    
package-use.html                                                100% 7672     5.0MB/s   00:00    
CSharpGenerator.html                                            100% 9213     4.3MB/s   00:00    
JBoolean.html                                                   100%   15KB  11.9MB/s   00:00    
JBuffer.html                                                    100%   27KB  18.8MB/s   00:00    
JByte.html                                                      100%   13KB   6.6MB/s   00:00    
JDouble.html                                                    100%   14KB  14.5MB/s   00:00    
JField.html                                                     100%   33KB   9.6MB/s   00:00    
JFile.html                                                      100%   15KB   5.7MB/s   00:00    
JFloat.html                                                     100%   14KB   4.5MB/s   00:00    
JInt.html                                                       100%   13KB   6.0MB/s   00:00    
JLong.html                                                      100%   14KB   7.9MB/s   00:00    
JMap.html                                                       100%   24KB  10.8MB/s   00:00    
JRecord.html                                                    100%   37KB  12.1MB/s   00:00    
JString.html                                                    100%   16KB   4.4MB/s   00:00    
JType.html                                                      100%   15KB   4.5MB/s   00:00    
JVector.html                                                    100%   25KB   4.0MB/s   00:00    
package-summary.html                                            100% 8456     1.8MB/s   00:00    
package-tree.html                                               100% 7885     2.0MB/s   00:00    
package-use.html                                                100% 8785     2.4MB/s   00:00    
BinaryInputArchive.html                                         100%   39KB  10.3MB/s   00:00    
BinaryOutputArchive.html                                        100%   40KB   6.9MB/s   00:00    
Index.html                                                      100% 8597     2.8MB/s   00:00    
InputArchive.html                                               100%   27KB   8.6MB/s   00:00    
OutputArchive.html                                              100%   30KB   4.9MB/s   00:00    
Record.html                                                     100%   19KB   5.4MB/s   00:00    
RecordReader.html                                               100%   14KB   2.5MB/s   00:00    
RecordWriter.html                                               100%   14KB   5.1MB/s   00:00    
ToStringOutputArchive.html                                      100%   39KB  12.1MB/s   00:00    
Utils.html                                                      100%   11KB  20.3MB/s   00:00    
package-summary.html                                            100%   29KB  29.5MB/s   00:00    
package-tree.html                                               100% 7365     2.5MB/s   00:00    
package-use.html                                                100%   14KB   5.3MB/s   00:00    
ACL.html                                                        100%   26KB  29.9MB/s   00:00    
ClientInfo.html                                                 100% 9383    13.3MB/s   00:00    
Id.html                                                         100%   12KB   8.6MB/s   00:00    
Stat.html                                                       100%   16KB  22.5MB/s   00:00    
StatPersisted.html                                              100% 5445     6.7MB/s   00:00    
ACL.html                                                        100%   25KB  20.0MB/s   00:00    
ClientInfo.html                                                 100%   27KB  17.6MB/s   00:00    
Id.html                                                         100%   27KB   9.5MB/s   00:00    
Stat.html                                                       100%   33KB  16.0MB/s   00:00    
StatPersisted.html                                              100%   32KB   6.1MB/s   00:00    
package-summary.html                                            100% 6206     3.5MB/s   00:00    
package-tree.html                                               100% 6844     5.8MB/s   00:00    
package-use.html                                                100% 8968    10.6MB/s   00:00    
AddWatchRequest.html                                            100% 5466     3.6MB/s   00:00    
AuthPacket.html                                                 100% 5431     7.0MB/s   00:00    
CheckVersionRequest.html                                        100% 5494     9.8MB/s   00:00    
CheckWatchesRequest.html                                        100% 5494     3.9MB/s   00:00    
ConnectRequest.html                                             100% 5459     2.3MB/s   00:00    
ConnectResponse.html                                            100% 5466     1.6MB/s   00:00    
Create2Response.html                                            100% 5466     1.2MB/s   00:00    
CreateRequest.html                                              100% 5452     7.9MB/s   00:00    
CreateResponse.html                                             100% 5459     6.7MB/s   00:00    
CreateTTLRequest.html                                           100% 5473     1.3MB/s   00:00    
DeleteRequest.html                                              100% 5452     2.0MB/s   00:00    
ErrorResponse.html                                              100% 5452     1.3MB/s   00:00    
ExistsRequest.html                                              100% 5452   876.9KB/s   00:00    
ExistsResponse.html                                             100% 5459   927.1KB/s   00:00    
GetACLRequest.html                                              100% 5452     1.9MB/s   00:00    
GetACLResponse.html                                             100% 5459     2.3MB/s   00:00    
GetAllChildrenNumberRequest.html                                100% 5550     2.3MB/s   00:00    
GetAllChildrenNumberResponse.html                               100% 5557     2.6MB/s   00:00    
GetChildren2Request.html                                        100% 5494     2.3MB/s   00:00    
GetChildren2Response.html                                       100% 5501     2.3MB/s   00:00    
GetChildrenRequest.html                                         100% 5487     1.5MB/s   00:00    
GetChildrenResponse.html                                        100% 5494     4.5MB/s   00:00    
GetDataRequest.html                                             100% 5459     7.8MB/s   00:00    
GetDataResponse.html                                            100% 5466     9.2MB/s   00:00    
GetEphemeralsRequest.html                                       100% 5501     3.1MB/s   00:00    
GetEphemeralsResponse.html                                      100% 5508     4.4MB/s   00:00    
GetMaxChildrenRequest.html                                      100% 5508     7.5MB/s   00:00    
GetMaxChildrenResponse.html                                     100% 5515     5.0MB/s   00:00    
GetSASLRequest.html                                             100% 5459     3.9MB/s   00:00    
MultiHeader.html                                                100% 5438     7.1MB/s   00:00    
ReconfigRequest.html                                            100% 5466     1.4MB/s   00:00    
RemoveWatchesRequest.html                                       100% 5501     6.5MB/s   00:00    
ReplyHeader.html                                                100% 5438     4.0MB/s   00:00    
RequestHeader.html                                              100% 5452     3.9MB/s   00:00    
SetACLRequest.html                                              100% 5452     1.5MB/s   00:00    
SetACLResponse.html                                             100% 5459     1.9MB/s   00:00    
SetDataRequest.html                                             100% 5459     1.6MB/s   00:00    
SetDataResponse.html                                            100% 5466     1.6MB/s   00:00    
SetMaxChildrenRequest.html                                      100% 5508     3.5MB/s   00:00    
SetSASLRequest.html                                             100% 5459     5.8MB/s   00:00    
SetSASLResponse.html                                            100% 5466     2.8MB/s   00:00    
SetWatches.html                                                 100% 5431     5.4MB/s   00:00    
SetWatches2.html                                                100% 5438     8.0MB/s   00:00    
SyncRequest.html                                                100% 5438     5.5MB/s   00:00    
SyncResponse.html                                               100% 5445     1.6MB/s   00:00    
WatcherEvent.html                                               100% 5445     2.3MB/s   00:00    
WhoAmIResponse.html                                             100% 5459     8.9MB/s   00:00    
AddWatchRequest.html                                            100%   26KB   3.5MB/s   00:00    
AuthPacket.html                                                 100%   27KB   5.9MB/s   00:00    
CheckVersionRequest.html                                        100%   26KB   4.9MB/s   00:00    
CheckWatchesRequest.html                                        100%   26KB  12.7MB/s   00:00    
ConnectRequest.html                                             100%   29KB   5.4MB/s   00:00    
ConnectResponse.html                                            100%   28KB  27.6MB/s   00:00    
Create2Response.html                                            100%   26KB  25.3MB/s   00:00    
CreateRequest.html                                              100%   29KB  16.3MB/s   00:00    
CreateResponse.html                                             100%   25KB  11.9MB/s   00:00    
CreateTTLRequest.html                                           100%   30KB  18.2MB/s   00:00    
DeleteRequest.html                                              100%   26KB  31.0MB/s   00:00    
ErrorResponse.html                                              100%   24KB  12.7MB/s   00:00    
ExistsRequest.html                                              100%   26KB   7.0MB/s   00:00    
ExistsResponse.html                                             100%   24KB   3.3MB/s   00:00    
GetACLRequest.html                                              100%   25KB  14.8MB/s   00:00    
GetACLResponse.html                                             100%   27KB  21.3MB/s   00:00    
GetAllChildrenNumberRequest.html                                100%   25KB  13.4MB/s   00:00    
GetAllChildrenNumberResponse.html                               100%   24KB  17.9MB/s   00:00    
GetChildren2Request.html                                        100%   26KB   6.9MB/s   00:00    
GetChildren2Response.html                                       100%   27KB   1.3MB/s   00:00    
GetChildrenRequest.html                                         100%   26KB   1.1MB/s   00:00    
GetChildrenResponse.html                                        100%   26KB   2.8MB/s   00:00    
GetDataRequest.html                                             100%   26KB  11.4MB/s   00:00    
GetDataResponse.html                                            100%   25KB  22.6MB/s   00:00    
GetEphemeralsRequest.html                                       100%   25KB  21.2MB/s   00:00    
GetEphemeralsResponse.html                                      100%   26KB  12.3MB/s   00:00    
GetMaxChildrenRequest.html                                      100%   25KB   3.7MB/s   00:00    
GetMaxChildrenResponse.html                                     100%   24KB   8.7MB/s   00:00    
GetSASLRequest.html                                             100%   24KB   6.7MB/s   00:00    
MultiHeader.html                                                100%   26KB   8.3MB/s   00:00    
ReconfigRequest.html                                            100%   30KB   6.5MB/s   00:00    
RemoveWatchesRequest.html                                       100%   26KB  10.4MB/s   00:00    
ReplyHeader.html                                                100%   26KB   4.7MB/s   00:00    
RequestHeader.html                                              100%   25KB   3.2MB/s   00:00    
SetACLRequest.html                                              100%   28KB   5.7MB/s   00:00    
SetACLResponse.html                                             100%   24KB   5.9MB/s   00:00    
SetDataRequest.html                                             100%   27KB   7.2MB/s   00:00    
SetDataResponse.html                                            100%   24KB   5.8MB/s   00:00    
SetMaxChildrenRequest.html                                      100%   26KB   6.8MB/s   00:00    
SetSASLRequest.html                                             100%   24KB  11.5MB/s   00:00    
SetSASLResponse.html                                            100%   24KB   7.8MB/s   00:00    
SetWatches.html                                                 100%   33KB   5.5MB/s   00:00    
SetWatches2.html                                                100%   39KB   3.8MB/s   00:00    
SyncRequest.html                                                100%   25KB   6.5MB/s   00:00    
SyncResponse.html                                               100%   25KB  20.6MB/s   00:00    
WatcherEvent.html                                               100%   27KB  18.9MB/s   00:00    
WhoAmIResponse.html                                             100%   25KB  21.0MB/s   00:00    
package-summary.html                                            100%   14KB   7.9MB/s   00:00    
package-tree.html                                               100%   19KB  16.4MB/s   00:00    
package-use.html                                                100% 5157     2.9MB/s   00:00    
FileHeader.html                                                 100% 5582     3.8MB/s   00:00    
FileHeader.html                                                 100%   26KB   7.2MB/s   00:00    
package-summary.html                                            100% 5630     6.0MB/s   00:00    
package-tree.html                                               100% 5904     6.7MB/s   00:00    
package-use.html                                                100% 5282     7.1MB/s   00:00    
LearnerInfo.html                                                100% 5554     3.8MB/s   00:00    
QuorumAuthPacket.html                                           100% 5589     5.4MB/s   00:00    
QuorumPacket.html                                               100% 5561     2.6MB/s   00:00    
LearnerInfo.html                                                100%   26KB   7.1MB/s   00:00    
QuorumAuthPacket.html                                           100%   26KB   4.1MB/s   00:00    
QuorumPacket.html                                               100%   28KB  20.5MB/s   00:00    
package-summary.html                                            100% 6010     5.3MB/s   00:00    
package-tree.html                                               100% 6495     5.8MB/s   00:00    
package-use.html                                                100% 5257     3.0MB/s   00:00    
CheckVersionTxn.html                                            100% 5452     6.7MB/s   00:00    
CloseSessionTxn.html                                            100% 5452     6.1MB/s   00:00    
CreateContainerTxn.html                                         100% 5473     2.3MB/s   00:00    
CreateSessionTxn.html                                           100% 5459     3.9MB/s   00:00    
CreateTTLTxn.html                                               100% 5431     2.3MB/s   00:00    
CreateTxn.html                                                  100% 5410     1.1MB/s   00:00    
CreateTxnV0.html                                                100% 5424     1.8MB/s   00:00    
DeleteTxn.html                                                  100% 5410     3.0MB/s   00:00    
ErrorTxn.html                                                   100% 5403     2.9MB/s   00:00    
MultiTxn.html                                                   100% 5403     7.7MB/s   00:00    
SetACLTxn.html                                                  100% 5410     3.7MB/s   00:00    
SetDataTxn.html                                                 100% 5417     6.0MB/s   00:00    
SetMaxChildrenTxn.html                                          100% 5466     3.5MB/s   00:00    
Txn.html                                                        100% 9072     2.2MB/s   00:00    
TxnDigest.html                                                  100% 5410     5.4MB/s   00:00    
TxnHeader.html                                                  100% 5410     4.3MB/s   00:00    
CheckVersionTxn.html                                            100%   26KB  11.1MB/s   00:00    
CloseSessionTxn.html                                            100%   26KB   4.5MB/s   00:00    
CreateContainerTxn.html                                         100%   29KB  20.4MB/s   00:00    
CreateSessionTxn.html                                           100%   24KB  12.5MB/s   00:00    
CreateTTLTxn.html                                               100%   30KB  13.3MB/s   00:00    
CreateTxn.html                                                  100%   30KB  10.0MB/s   00:00    
CreateTxnV0.html                                                100%   29KB   5.1MB/s   00:00    
DeleteTxn.html                                                  100%   25KB   7.4MB/s   00:00    
ErrorTxn.html                                                   100%   24KB   6.2MB/s   00:00    
MultiTxn.html                                                   100%   25KB   5.5MB/s   00:00    
SetACLTxn.html                                                  100%   28KB   1.7MB/s   00:00    
SetDataTxn.html                                                 100%   27KB  10.2MB/s   00:00    
SetMaxChildrenTxn.html                                          100%   26KB  14.1MB/s   00:00    
Txn.html                                                        100%   25KB  10.3MB/s   00:00    
TxnDigest.html                                                  100%   25KB   4.4MB/s   00:00    
TxnHeader.html                                                  100%   28KB   7.2MB/s   00:00    
package-summary.html                                            100% 8261     2.5MB/s   00:00    
package-tree.html                                               100% 9939     2.8MB/s   00:00    
package-use.html                                                100% 6236     2.4MB/s   00:00    
glass.png                                                       100%  499   179.8KB/s   00:00    
x.png                                                           100%  394   101.7KB/s   00:00    
allclasses-index.html                                           100%   30KB  13.5MB/s   00:00    
allclasses.html                                                 100%   14KB  12.0MB/s   00:00    
allpackages-index.html                                          100% 6908     5.4MB/s   00:00    
constant-values.html                                            100%   17KB   8.6MB/s   00:00    
deprecated-list.html                                            100% 5544     4.0MB/s   00:00    
element-list                                                    100%  229   235.4KB/s   00:00    
help-doc.html                                                   100%   10KB   6.2MB/s   00:00    
index-all.html                                                  100%  529KB  43.1MB/s   00:00    
index.html                                                      100% 6877     3.9MB/s   00:00    
jquery-ui.overrides.css                                         100% 1498     1.2MB/s   00:00    
member-search-index.js                                          100%  153KB  30.9MB/s   00:00    
member-search-index.zip                                         100%   10KB   7.7MB/s   00:00    
overview-summary.html                                           100%  686   491.6KB/s   00:00    
overview-tree.html                                              100%   36KB  12.6MB/s   00:00    
package-search-index.js                                         100%  367   116.2KB/s   00:00    
package-search-index.zip                                        100%  297    68.4KB/s   00:00    
script.js                                                       100% 6040     2.0MB/s   00:00    
search.js                                                       100%   13KB   4.2MB/s   00:00    
serialized-form.html                                            100%   11KB   3.6MB/s   00:00    
stylesheet.css                                                  100%   22KB   8.0MB/s   00:00    
type-search-index.js                                            100% 5645     1.5MB/s   00:00    
type-search-index.zip                                           100%  957   370.1KB/s   00:00    
jquery.js                                                       100%  281KB  23.4MB/s   00:00    
jszip.js                                                        100%  358KB  39.6MB/s   00:00    
jszip.min.js                                                    100%   94KB  28.9MB/s   00:00    
jszip-utils-ie.js                                               100% 2444     1.0MB/s   00:00    
jszip-utils-ie.min.js                                           100% 1610   643.6KB/s   00:00    
jszip-utils.js                                                  100% 4483     1.5MB/s   00:00    
jszip-utils.min.js                                              100% 1777   960.2KB/s   00:00    
jquery-3.6.1.min.js                                             100%   88KB  24.6MB/s   00:00    
jquery-ui.min.css                                               100% 1842   394.7KB/s   00:00    
jquery-ui.min.js                                                100%   32KB 958.7KB/s   00:00    
ASSEMBLY_EXCEPTION                                              100% 1522   399.5KB/s   00:00    
jquery.md                                                       100% 2936   787.5KB/s   00:00    
jqueryUI.md                                                     100% 1870   542.7KB/s   00:00    
jszip.md                                                        100%   33KB   8.7MB/s   00:00    
pako.md                                                         100% 2034   613.7KB/s   00:00    
ZooKeeperAdmin.html                                             100% 5463     2.8MB/s   00:00    
ZooKeeperAdmin.html                                             100%   53KB  33.6MB/s   00:00    
package-summary.html                                            100% 5608     7.3MB/s   00:00    
package-tree.html                                               100% 6046    10.1MB/s   00:00    
package-use.html                                                100% 5161     3.0MB/s   00:00    
AuditConstants.html                                             100% 5463     4.7MB/s   00:00    
AuditEvent.FieldName.html                                       100% 9193    12.1MB/s   00:00    
AuditEvent.Result.html                                          100%   10KB  22.2MB/s   00:00    
AuditEvent.html                                                 100% 7708     3.2MB/s   00:00    
AuditHelper.html                                                100% 5442    11.2MB/s   00:00    
AuditLogger.html                                                100% 7126     6.4MB/s   00:00    
Slf4jAuditLogger.html                                           100% 5477     7.8MB/s   00:00    
ZKAuditProvider.html                                            100% 5470     2.1MB/s   00:00    
AuditConstants.html                                             100%   16KB   8.6MB/s   00:00    
AuditEvent.FieldName.html                                       100%   19KB   5.0MB/s   00:00    
AuditEvent.Result.html                                          100%   18KB   7.4MB/s   00:00    
AuditEvent.html                                                 100%   16KB   8.0MB/s   00:00    
AuditHelper.html                                                100%   14KB  16.0MB/s   00:00    
AuditLogger.html                                                100% 9470     5.5MB/s   00:00    
Slf4jAuditLogger.html                                           100%   13KB   8.5MB/s   00:00    
ZKAuditProvider.html                                            100%   18KB   4.2MB/s   00:00    
package-summary.html                                            100% 7519     7.3MB/s   00:00    
package-tree.html                                               100% 8100     3.7MB/s   00:00    
package-use.html                                                100% 6840     7.7MB/s   00:00    
AddWatchMode.html                                               100%   12KB   9.9MB/s   00:00    
AsyncCallback.ACLCallback.html                                  100% 7976     8.5MB/s   00:00    
AsyncCallback.AllChildrenNumberCallback.html                    100% 8030     2.6MB/s   00:00    
AsyncCallback.Children2Callback.html                            100% 8971     8.3MB/s   00:00    
AsyncCallback.ChildrenCallback.html                             100% 8953     1.9MB/s   00:00    
AsyncCallback.Create2Callback.html                              100% 9879     6.3MB/s   00:00    
AsyncCallback.DataCallback.html                                 100%   16KB   4.8MB/s   00:00    
AsyncCallback.EphemeralsCallback.html                           100% 8711     7.6MB/s   00:00    
AsyncCallback.MultiCallback.html                                100% 9367     8.6MB/s   00:00    
AsyncCallback.StatCallback.html                                 100%   11KB   7.7MB/s   00:00    
AsyncCallback.StringCallback.html                               100% 9349     9.1MB/s   00:00    
AsyncCallback.VoidCallback.html                                 100%   14KB  12.3MB/s   00:00    
AsyncCallback.html                                              100%   18KB   2.6MB/s   00:00    
ClientCnxn.html                                                 100% 8832     6.8MB/s   00:00    
ClientCnxnSocketNIO.html                                        100% 5396     2.3MB/s   00:00    
ClientCnxnSocketNetty.html                                      100% 5410   819.3KB/s   00:00    
ClientWatchManager.html                                         100% 5413     2.9MB/s   00:00    
CreateMode.html                                                 100%   25KB  10.0MB/s   00:00    
CreateOptions.Builder.html                                      100% 8245     3.1MB/s   00:00    
CreateOptions.html                                              100% 8375     2.1MB/s   00:00    
DeleteContainerRequest.html                                     100% 5417     3.1MB/s   00:00    
DigestWatcher.html                                              100% 7296     2.5MB/s   00:00    
Environment.Entry.html                                          100% 7252     2.2MB/s   00:00    
Environment.html                                                100% 5340     1.6MB/s   00:00    
KeeperException.APIErrorException.html                          100% 5494     2.0MB/s   00:00    
KeeperException.AuthFailedException.html                        100% 5508     3.1MB/s   00:00    
KeeperException.BadArgumentsException.html                      100% 7575     3.7MB/s   00:00    
KeeperException.BadVersionException.html                        100% 5508     2.1MB/s   00:00    
KeeperException.Code.html                                       100%   19KB   8.0MB/s   00:00    
KeeperException.CodeDeprecated.html                             100% 7251     2.8MB/s   00:00    
KeeperException.ConnectionLossException.html                    100% 5536     2.2MB/s   00:00    
KeeperException.DataInconsistencyException.html                 100% 5557     2.5MB/s   00:00    
KeeperException.EphemeralOnLocalSessionException.html           100% 5599     2.8MB/s   00:00    
KeeperException.InvalidACLException.html                        100% 8881     4.2MB/s   00:00    
KeeperException.InvalidCallbackException.html                   100% 5543     2.6MB/s   00:00    
KeeperException.MarshallingErrorException.html                  100% 5550     2.9MB/s   00:00    
KeeperException.NewConfigNoQuorum.html                          100% 5494     3.2MB/s   00:00    
KeeperException.NoAuthException.html                            100% 8916     5.9MB/s   00:00    
KeeperException.NoChildrenForEphemeralsException.html           100% 5599     1.6MB/s   00:00    
KeeperException.NoNodeException.html                            100%   23KB   5.1MB/s   00:00    
KeeperException.NoWatcherException.html                         100% 5501     1.1MB/s   00:00    
KeeperException.NodeExistsException.html                        100% 9505     9.2MB/s   00:00    
KeeperException.NotEmptyException.html                          100% 5494     1.6MB/s   00:00    
KeeperException.NotReadOnlyException.html                       100% 5515     3.0MB/s   00:00    
KeeperException.OperationTimeoutException.html                  100% 5550     3.0MB/s   00:00    
KeeperException.QuotaExceededException.html                     100% 7710     6.0MB/s   00:00    
KeeperException.ReconfigDisabledException.html                  100% 5550     3.5MB/s   00:00    
KeeperException.ReconfigInProgress.html                         100% 5501     3.4MB/s   00:00    
KeeperException.RequestTimeoutException.html                    100% 5536     2.4MB/s   00:00    
KeeperException.RuntimeInconsistencyException.html              100% 5578     3.4MB/s   00:00    
KeeperException.SessionClosedRequireAuthException.html          100% 5606     3.5MB/s   00:00    
KeeperException.SessionExpiredException.html                    100%   15KB   5.3MB/s   00:00    
KeeperException.SessionMovedException.html                      100%   13KB   3.0MB/s   00:00    
KeeperException.SystemErrorException.html                       100% 5515     2.4MB/s   00:00    
KeeperException.ThrottledOpException.html                       100% 5515     2.3MB/s   00:00    
KeeperException.UnimplementedException.html                     100% 5529     1.4MB/s   00:00    
KeeperException.UnknownSessionException.html                    100% 9920     3.2MB/s   00:00    
KeeperException.html                                            100%   65KB  16.0MB/s   00:00    
Login.html                                                      100% 8864     8.7MB/s   00:00    
MultiOperationRecord.html                                       100% 8299     4.3MB/s   00:00    
MultiResponse.html                                              100% 5354     1.2MB/s   00:00    
Op.Check.html                                                   100% 5319     3.5MB/s   00:00    
Op.Create.html                                                  100% 6861     2.8MB/s   00:00    
Op.CreateTTL.html                                               100% 5347     2.5MB/s   00:00    
Op.Delete.html                                                  100% 5326     2.3MB/s   00:00    
Op.GetChildren.html                                             100% 5361     2.7MB/s   00:00    
Op.GetData.html                                                 100% 5333     2.1MB/s   00:00    
Op.OpKind.html                                                  100% 8565     3.1MB/s   00:00    
Op.SetData.html                                                 100% 5333     4.3MB/s   00:00    
Op.html                                                         100%   22KB  12.6MB/s   00:00    
OpResult.CheckResult.html                                       100% 5403     2.4MB/s   00:00    
OpResult.CreateResult.html                                      100% 5410     3.3MB/s   00:00    
OpResult.DeleteResult.html                                      100% 5410     1.7MB/s   00:00    
OpResult.ErrorResult.html                                       100% 5403     2.4MB/s   00:00    
OpResult.GetChildrenResult.html                                 100% 5445     1.5MB/s   00:00    
OpResult.GetDataResult.html                                     100% 5417     1.3MB/s   00:00    
OpResult.SetDataResult.html                                     100% 5417     3.9MB/s   00:00    
OpResult.html                                                   100%   16KB  16.4MB/s   00:00    
Quotas.html                                                     100% 5305     3.8MB/s   00:00    
SaslClientCallbackHandler.html                                  100% 5438     3.6MB/s   00:00    
SaslServerPrincipal.html                                        100% 5396     2.6MB/s   00:00    
ServerAdminClient.html                                          100% 5382   942.4KB/s   00:00    
Shell.ExitCodeException.html                                    100% 5424   772.4KB/s   00:00    
Shell.ShellCommandExecutor.html                                 100% 5445     1.2MB/s   00:00    
Shell.html                                                      100% 6894     2.3MB/s   00:00    
StatsTrack.html                                                 100% 9679     2.6MB/s   00:00    
Testable.html                                                   100% 6974     2.7MB/s   00:00    
Transaction.html                                                100%   10KB   2.4MB/s   00:00    
Version.html                                                    100% 5312     1.4MB/s   00:00    
WatchDeregistration.html                                        100%   11KB   1.9MB/s   00:00    
WatchedEvent.html                                               100%   13KB   3.0MB/s   00:00    
Watcher.Event.EventType.html                                    100%   24KB   3.3MB/s   00:00    
Watcher.Event.KeeperState.html                                  100%   14KB   2.3MB/s   00:00    
Watcher.Event.html                                              100% 5378     1.4MB/s   00:00    
Watcher.WatcherType.html                                        100%   18KB   5.0MB/s   00:00    
Watcher.html                                                    100%   78KB  11.7MB/s   00:00    
ZKUtil.html                                                     100% 5305     4.4MB/s   00:00    
ZooDefs.AddWatchModes.html                                      100% 5434     6.2MB/s   00:00    
ZooDefs.Ids.html                                                100% 5364     6.9MB/s   00:00    
ZooDefs.OpCode.html                                             100% 5385     7.8MB/s   00:00    
ZooDefs.Perms.html                                              100% 5378     4.5MB/s   00:00    
ZooDefs.html                                                    100% 5312     2.8MB/s   00:00    
ZooKeeper.States.html                                           100% 8222    10.1MB/s   00:00    
ZooKeeper.WatchRegistration.html                                100%   14KB  10.7MB/s   00:00    
ZooKeeper.html                                                  100%   19KB  20.0MB/s   00:00    
ZooKeeperMain.html                                              100% 5354     4.4MB/s   00:00    
ZookeeperBanner.html                                            100% 5368     5.2MB/s   00:00    
AclParser.html                                                  100% 5414     3.5MB/s   00:00    
AddAuthCommand.html                                             100% 5449     6.8MB/s   00:00    
AddWatchCommand.html                                            100% 5456     5.6MB/s   00:00    
CliCommand.html                                                 100%   30KB  11.0MB/s   00:00    
CliException.html                                               100%   16KB   5.0MB/s   00:00    
CliParseException.html                                          100%   20KB   2.1MB/s   00:00    
CliWrapperException.html                                        100% 7119     6.6MB/s   00:00    
CloseCommand.html                                               100% 5435     4.5MB/s   00:00    
CommandFactory.Command.html                                     100% 9288     7.5MB/s   00:00    
CommandFactory.html                                             100% 5449     7.3MB/s   00:00    
CommandNotFoundException.html                                   100% 5519     5.1MB/s   00:00    
CreateCommand.html                                              100% 5442     4.7MB/s   00:00    
DelQuotaCommand.html                                            100% 5456     8.3MB/s   00:00    
DeleteAllCommand.html                                           100% 5463     1.2MB/s   00:00    
DeleteCommand.html                                              100% 5442     1.0MB/s   00:00    
GetAclCommand.html                                              100% 5442     1.1MB/s   00:00    
GetAllChildrenNumberCommand.html                                100% 5540   941.5KB/s   00:00    
GetCommand.html                                                 100% 5421     1.7MB/s   00:00    
GetConfigCommand.html                                           100% 5463     1.7MB/s   00:00    
GetEphemeralsCommand.html                                       100% 5491     1.4MB/s   00:00    
ListQuotaCommand.html                                           100% 5463     1.6MB/s   00:00    
LsCommand.html                                                  100% 5414     1.3MB/s   00:00    
MalformedCommandException.html                                  100% 5526     2.2MB/s   00:00    
MalformedPathException.html                                     100% 8843     1.3MB/s   00:00    
ReconfigCommand.html                                            100% 5456     2.4MB/s   00:00    
RemoveWatchesCommand.html                                       100% 5491     1.3MB/s   00:00    
SetAclCommand.html                                              100% 5442   499.7KB/s   00:00    
SetCommand.html                                                 100% 5421     1.7MB/s   00:00    
SetQuotaCommand.html                                            100% 5456     1.5MB/s   00:00    
StatCommand.html                                                100% 5428     7.4MB/s   00:00    
StatPrinter.html                                                100% 5428     3.8MB/s   00:00    
SyncCommand.html                                                100% 5428     1.8MB/s   00:00    
VersionCommand.html                                             100% 5449     4.3MB/s   00:00    
WhoAmICommand.html                                              100% 5442     3.2MB/s   00:00    
AclParser.html                                                  100%   13KB   9.4MB/s   00:00    
AddAuthCommand.html                                             100%   16KB  15.6MB/s   00:00    
AddWatchCommand.html                                            100%   16KB   5.1MB/s   00:00    
CliCommand.html                                                 100%   27KB   6.1MB/s   00:00    
CliException.html                                               100%   23KB   6.3MB/s   00:00    
CliParseException.html                                          100%   16KB   1.0MB/s   00:00    
CliWrapperException.html                                        100%   15KB  11.7MB/s   00:00    
CloseCommand.html                                               100%   16KB   3.4MB/s   00:00    
CommandFactory.Command.html                                     100%   27KB   5.1MB/s   00:00    
CommandFactory.html                                             100%   14KB   2.0MB/s   00:00    
CommandNotFoundException.html                                   100%   15KB   6.5MB/s   00:00    
CreateCommand.html                                              100%   16KB  10.7MB/s   00:00    
DelQuotaCommand.html                                            100%   19KB   8.4MB/s   00:00    
DeleteAllCommand.html                                           100%   16KB  14.0MB/s   00:00    
DeleteCommand.html                                              100%   16KB  20.8MB/s   00:00    
GetAclCommand.html                                              100%   16KB  16.9MB/s   00:00    
GetAllChildrenNumberCommand.html                                100%   16KB  16.4MB/s   00:00    
GetCommand.html                                                 100%   16KB  14.0MB/s   00:00    
GetConfigCommand.html                                           100%   16KB  14.9MB/s   00:00    
GetEphemeralsCommand.html                                       100%   16KB  10.5MB/s   00:00    
ListQuotaCommand.html                                           100%   18KB  11.3MB/s   00:00    
LsCommand.html                                                  100%   16KB   9.0MB/s   00:00    
MalformedCommandException.html                                  100%   15KB   4.6MB/s   00:00    
MalformedPathException.html                                     100%   15KB   4.1MB/s   00:00    
ReconfigCommand.html                                            100%   16KB   4.9MB/s   00:00    
RemoveWatchesCommand.html                                       100%   16KB   3.7MB/s   00:00    
SetAclCommand.html                                              100%   16KB   6.4MB/s   00:00    
SetCommand.html                                                 100%   16KB   4.7MB/s   00:00    
SetQuotaCommand.html                                            100%   19KB   5.7MB/s   00:00    
StatCommand.html                                                100%   16KB   4.8MB/s   00:00    
StatPrinter.html                                                100%   14KB   5.7MB/s   00:00    
SyncCommand.html                                                100%   16KB   4.5MB/s   00:00    
VersionCommand.html                                             100%   16KB   5.6MB/s   00:00    
WhoAmICommand.html                                              100%   16KB   6.6MB/s   00:00    
package-summary.html                                            100%   13KB   6.9MB/s   00:00    
package-tree.html                                               100%   13KB   4.5MB/s   00:00    
package-use.html                                                100% 8062     2.8MB/s   00:00    
ConnectStringParser.html                                        100% 5505     2.8MB/s   00:00    
FourLetterWordMain.html                                         100% 5498     2.2MB/s   00:00    
HostProvider.html                                               100%   15KB   9.3MB/s   00:00    
StaticHostProvider.Resolver.html                                100% 7846     3.4MB/s   00:00    
StaticHostProvider.html                                         100% 5498     2.9MB/s   00:00    
ZKClientConfig.html                                             100%   20KB   8.7MB/s   00:00    
ZooKeeperSaslClient.SaslState.html                              100% 8715     3.7MB/s   00:00    
ZooKeeperSaslClient.ServerSaslResponseCallback.html             100% 5694     1.5MB/s   00:00    
ZooKeeperSaslClient.html                                        100% 7657     2.1MB/s   00:00    
ConnectStringParser.html                                        100%   14KB   5.6MB/s   00:00    
FourLetterWordMain.html                                         100%   23KB   6.1MB/s   00:00    
HostProvider.html                                               100%   13KB   3.1MB/s   00:00    
StaticHostProvider.Resolver.html                                100% 9507     2.0MB/s   00:00    
StaticHostProvider.html                                         100%   27KB  10.8MB/s   00:00    
ZKClientConfig.html                                             100%   36KB  13.6MB/s   00:00    
ZooKeeperSaslClient.SaslState.html                              100%   19KB   5.4MB/s   00:00    
ZooKeeperSaslClient.ServerSaslResponseCallback.html             100%   19KB   5.1MB/s   00:00    
ZooKeeperSaslClient.html                                        100%   28KB   5.4MB/s   00:00    
package-summary.html                                            100% 8116     3.2MB/s   00:00    
package-tree.html                                               100% 8798     2.6MB/s   00:00    
package-use.html                                                100% 9228     2.7MB/s   00:00    
AtomicFileOutputStream.html                                     100% 5526     1.7MB/s   00:00    
AtomicFileWritingIdiom.OutputStreamStatement.html               100% 7844     2.0MB/s   00:00    
AtomicFileWritingIdiom.WriterStatement.html                     100% 7753     2.9MB/s   00:00    
AtomicFileWritingIdiom.html                                     100% 5526     1.9MB/s   00:00    
ClientX509Util.html                                             100% 5470     3.5MB/s   00:00    
FileChangeWatcher.State.html                                    100% 8739     5.1MB/s   00:00    
FileChangeWatcher.html                                          100% 5491     3.8MB/s   00:00    
FileKeyStoreLoaderBuilderProvider.html                          100% 5603     1.9MB/s   00:00    
IOUtils.html                                                    100% 5421   524.0KB/s   00:00    
KeyStoreFileType.html                                           100%   10KB   2.1MB/s   00:00    
NetUtils.html                                                   100% 5428     2.0MB/s   00:00    
NettyUtils.html                                                 100% 5442     5.8MB/s   00:00    
PathTrie.html                                                   100% 5428     6.6MB/s   00:00    
PathUtils.html                                                  100% 5435     6.6MB/s   00:00    
QuorumX509Util.html                                             100% 5470     6.0MB/s   00:00    
SSLContextAndOptions.html                                       100% 8459     5.3MB/s   00:00    
SecretUtils.html                                                100% 5449     3.8MB/s   00:00    
StringUtils.html                                                100% 5449     8.3MB/s   00:00    
Time.html                                                       100% 5400     8.3MB/s   00:00    
X509Exception.KeyManagerException.html                          100%   11KB  10.4MB/s   00:00    
X509Exception.SSLContextException.html                          100%   14KB  15.6MB/s   00:00    
X509Exception.TrustManagerException.html                        100%   11KB   8.4MB/s   00:00    
X509Exception.html                                              100%   14KB  17.0MB/s   00:00    
X509Util.ClientAuth.html                                        100% 8775     9.9MB/s   00:00    
X509Util.html                                                   100%   12KB   9.1MB/s   00:00    
ZKConfig.html                                                   100%   16KB   5.9MB/s   00:00    
ZKTrustManager.html                                             100% 5470     5.7MB/s   00:00    
AtomicFileOutputStream.html                                     100%   22KB   2.7MB/s   00:00    
AtomicFileWritingIdiom.OutputStreamStatement.html               100% 9227     1.8MB/s   00:00    
AtomicFileWritingIdiom.WriterStatement.html                     100% 9149     6.8MB/s   00:00    
AtomicFileWritingIdiom.html                                     100%   15KB   9.7MB/s   00:00    
ClientX509Util.html                                             100%   28KB   7.3MB/s   00:00    
FileChangeWatcher.State.html                                    100%   19KB   8.4MB/s   00:00    
FileChangeWatcher.html                                          100%   17KB   7.7MB/s   00:00    
FileKeyStoreLoaderBuilderProvider.html                          100%   10KB   2.3MB/s   00:00    
IOUtils.html                                                    100%   19KB   9.2MB/s   00:00    
KeyStoreFileType.html                                           100%   27KB  18.9MB/s   00:00    
NetUtils.html                                                   100%   15KB   7.7MB/s   00:00    
NettyUtils.html                                                 100%   18KB  12.1MB/s   00:00    
PathTrie.html                                                   100%   17KB  21.9MB/s   00:00    
PathUtils.html                                                  100%   18KB   8.2MB/s   00:00    
QuorumX509Util.html                                             100%   19KB  12.2MB/s   00:00    
SSLContextAndOptions.html                                       100%   18KB   8.3MB/s   00:00    
SecretUtils.html                                                100%   11KB  19.5MB/s   00:00    
StringUtils.html                                                100%   18KB   3.9MB/s   00:00    
Time.html                                                       100%   14KB  13.2MB/s   00:00    
X509Exception.KeyManagerException.html                          100%   16KB   2.6MB/s   00:00    
X509Exception.SSLContextException.html                          100%   18KB   5.6MB/s   00:00    
X509Exception.TrustManagerException.html                        100%   16KB   3.2MB/s   00:00    
X509Exception.html                                              100%   18KB   3.6MB/s   00:00    
X509Util.ClientAuth.html                                        100%   21KB  15.9MB/s   00:00    
X509Util.html                                                   100%   73KB  44.1MB/s   00:00    
ZKConfig.html                                                   100%   33KB  19.1MB/s   00:00    
ZKTrustManager.html                                             100%   28KB  16.4MB/s   00:00    
package-summary.html                                            100%   13KB   4.3MB/s   00:00    
package-tree.html                                               100%   14KB   7.3MB/s   00:00    
package-use.html                                                100%   14KB  14.0MB/s   00:00    
ProtocolManager.html                                            100% 7288     4.6MB/s   00:00    
ProtocolManager.html                                            100%   17KB   5.8MB/s   00:00    
package-summary.html                                            100% 5625     2.7MB/s   00:00    
package-tree.html                                               100% 5682     5.4MB/s   00:00    
package-use.html                                                100% 6453     1.9MB/s   00:00    
MBeanRegistry.html                                              100% 8115     7.1MB/s   00:00    
ManagedUtil.html                                                100% 5428     4.7MB/s   00:00    
ZKMBeanInfo.html                                                100%   17KB   9.9MB/s   00:00    
MBeanRegistry.html                                              100%   26KB  17.3MB/s   00:00    
ManagedUtil.html                                                100%   13KB   5.2MB/s   00:00    
ZKMBeanInfo.html                                                100%   11KB   5.8MB/s   00:00    
package-summary.html                                            100% 6397     4.1MB/s   00:00    
package-tree.html                                               100% 6092     6.7MB/s   00:00    
package-use.html                                                100% 8442     5.3MB/s   00:00    
Counter.html                                                    100%   32KB  11.5MB/s   00:00    
CounterSet.html                                                 100%   12KB   4.3MB/s   00:00    
Gauge.html                                                      100% 9274     7.5MB/s   00:00    
GaugeSet.html                                                   100% 9366    16.3MB/s   00:00    
MetricsContext.DetailLevel.html                                 100%   13KB   3.5MB/s   00:00    
MetricsContext.html                                             100%   11KB   3.9MB/s   00:00    
MetricsProvider.html                                            100%   12KB   5.4MB/s   00:00    
MetricsProviderLifeCycleException.html                          100%   11KB   8.3MB/s   00:00    
Summary.html                                                    100%   41KB   9.8MB/s   00:00    
SummarySet.html                                                 100%   16KB   5.1MB/s   00:00    
DefaultMetricsProvider.html                                     100% 5628     4.2MB/s   00:00    
MetricsProviderBootstrap.html                                   100% 5642     6.4MB/s   00:00    
NullMetricsProvider.NullMetricsContext.html                     100% 7722     9.1MB/s   00:00    
NullMetricsProvider.html                                        100% 5607     6.1MB/s   00:00    
DefaultMetricsProvider.html                                     100%   21KB  15.3MB/s   00:00    
MetricsProviderBootstrap.html                                   100%   13KB  14.1MB/s   00:00    
NullMetricsProvider.NullMetricsContext.html                     100%   32KB  40.5MB/s   00:00    
NullMetricsProvider.html                                        100%   23KB  30.6MB/s   00:00    
package-summary.html                                            100% 6807     7.9MB/s   00:00    
package-tree.html                                               100% 6879     9.5MB/s   00:00    
package-use.html                                                100% 6469     3.7MB/s   00:00    
Counter.html                                                    100%   10KB   9.2MB/s   00:00    
CounterSet.html                                                 100%   10KB   2.3MB/s   00:00    
Gauge.html                                                      100% 8807     7.8MB/s   00:00    
GaugeSet.html                                                   100% 9635    14.3MB/s   00:00    
MetricsContext.DetailLevel.html                                 100%   18KB   5.0MB/s   00:00    
MetricsContext.html                                             100%   23KB   3.3MB/s   00:00    
MetricsProvider.html                                            100%   15KB   3.5MB/s   00:00    
MetricsProviderLifeCycleException.html                          100%   17KB   9.2MB/s   00:00    
Summary.html                                                    100% 8824     2.4MB/s   00:00    
SummarySet.html                                                 100% 9450     8.5MB/s   00:00    
package-summary.html                                            100% 8696     6.9MB/s   00:00    
package-tree.html                                               100% 9076     7.2MB/s   00:00    
package-use.html                                                100%   15KB  14.6MB/s   00:00    
AdminServer.AdminServerException.html                           100%   14KB   9.2MB/s   00:00    
AdminServer.html                                                100% 8790     9.8MB/s   00:00    
AdminServerFactory.html                                         100% 5600     1.0MB/s   00:00    
AuthRequest.html                                                100%   10KB   1.7MB/s   00:00    
Command.html                                                    100%   21KB   4.4MB/s   00:00    
CommandBase.html                                                100%   18KB   2.8MB/s   00:00    
CommandOutputter.html                                           100% 7656     2.3MB/s   00:00    
CommandResponse.html                                            100%   47KB  10.2MB/s   00:00    
Commands.CnxnStatResetCommand.html                              100% 5677     2.1MB/s   00:00    
Commands.ConfCommand.html                                       100% 5614     3.9MB/s   00:00    
Commands.ConsCommand.html                                       100% 5614    12.5MB/s   00:00    
Commands.DigestCommand.html                                     100% 5628     9.5MB/s   00:00    
Commands.DirsCommand.html                                       100% 5614     4.3MB/s   00:00    
Commands.DumpCommand.html                                       100% 5614     5.4MB/s   00:00    
Commands.EnvCommand.html                                        100% 5607     2.4MB/s   00:00    
Commands.GetTraceMaskCommand.html                               100% 5670     1.3MB/s   00:00    
Commands.InitialConfigurationCommand.html                       100% 5726     6.8MB/s   00:00    
Commands.IsroCommand.html                                       100% 5614     4.6MB/s   00:00    
Commands.LastSnapshotCommand.html                               100% 5670     2.8MB/s   00:00    
Commands.LeaderCommand.html                                     100% 5628     2.4MB/s   00:00    
Commands.MonitorCommand.html                                    100% 5635     9.0MB/s   00:00    
Commands.ObserverCnxnStatResetCommand.html                      100% 5733     4.2MB/s   00:00    
Commands.RestoreCommand.html                                    100% 5635     2.3MB/s   00:00    
Commands.RuokCommand.html                                       100% 5614     6.0MB/s   00:00    
Commands.SetTraceMaskCommand.html                               100% 5670     4.6MB/s   00:00    
Commands.SnapshotCommand.html                                   100% 5642     7.5MB/s   00:00    
Commands.SrvrCommand.html                                       100% 7399     8.4MB/s   00:00    
Commands.StatCommand.html                                       100% 5614     7.4MB/s   00:00    
Commands.StatResetCommand.html                                  100% 5649     5.2MB/s   00:00    
Commands.SyncedObserverConsCommand.html                         100% 5712     1.5MB/s   00:00    
Commands.SystemPropertiesCommand.html                           100% 5698     1.3MB/s   00:00    
Commands.VotingViewCommand.html                                 100% 5656     1.0MB/s   00:00    
Commands.WatchCommand.html                                      100% 5621     5.1MB/s   00:00    
Commands.WatchSummaryCommand.html                               100% 5670     5.3MB/s   00:00    
Commands.WatchesByPathCommand.html                              100% 5677     4.4MB/s   00:00    
Commands.ZabStateCommand.html                                   100% 5642     6.4MB/s   00:00    
Commands.html                                                   100% 5530   163.2KB/s   00:00    
DummyAdminServer.html                                           100% 5586     2.1MB/s   00:00    
GetCommand.html                                                 100%   17KB  11.6MB/s   00:00    
JettyAdminServer.html                                           100% 5586     3.8MB/s   00:00    
JsonOutputter.html                                              100% 5565     2.7MB/s   00:00    
PostCommand.html                                                100% 7287     6.2MB/s   00:00    
ReadAheadEndpoint.html                                          100% 5593     4.5MB/s   00:00    
StreamOutputter.html                                            100% 5579     3.6MB/s   00:00    
UnifiedConnectionFactory.html                                   100% 5642     6.6MB/s   00:00    
AdminServer.AdminServerException.html                           100%   16KB  15.6MB/s   00:00    
AdminServer.html                                                100%   11KB   7.8MB/s   00:00    
AdminServerFactory.html                                         100%   13KB  18.7MB/s   00:00    
AuthRequest.html                                                100%   14KB  13.3MB/s   00:00    
Command.html                                                    100%   21KB   7.4MB/s   00:00    
CommandBase.html                                                100%   22KB  13.4MB/s   00:00    
CommandOutputter.html                                           100%   12KB  15.2MB/s   00:00    
CommandResponse.html                                            100%   32KB   5.2MB/s   00:00    
Commands.CnxnStatResetCommand.html                              100%   16KB  10.3MB/s   00:00    
Commands.ConfCommand.html                                       100%   16KB   4.7MB/s   00:00    
Commands.ConsCommand.html                                       100%   16KB  15.9MB/s   00:00    
Commands.DigestCommand.html                                     100%   16KB  12.9MB/s   00:00    
Commands.DirsCommand.html                                       100%   16KB   9.1MB/s   00:00    
Commands.DumpCommand.html                                       100%   17KB 666.6KB/s   00:00    
Commands.EnvCommand.html                                        100%   16KB  12.5MB/s   00:00    
Commands.GetTraceMaskCommand.html                               100%   16KB  13.7MB/s   00:00    
Commands.InitialConfigurationCommand.html                       100%   16KB  12.5MB/s   00:00    
Commands.IsroCommand.html                                       100%   16KB   6.4MB/s   00:00    
Commands.LastSnapshotCommand.html                               100%   17KB  13.8MB/s   00:00    
Commands.LeaderCommand.html                                     100%   16KB   6.9MB/s   00:00    
Commands.MonitorCommand.html                                    100%   17KB   3.0MB/s   00:00    
Commands.ObserverCnxnStatResetCommand.html                      100%   16KB   3.9MB/s   00:00    
Commands.RestoreCommand.html                                    100%   16KB   5.6MB/s   00:00    
Commands.RuokCommand.html                                       100%   16KB 607.0KB/s   00:00    
Commands.SetTraceMaskCommand.html                               100%   16KB   5.4MB/s   00:00    
Commands.SnapshotCommand.html                                   100%   16KB   7.6MB/s   00:00    
Commands.SrvrCommand.html                                       100%   18KB  10.9MB/s   00:00    
Commands.StatCommand.html                                       100%   17KB  14.5MB/s   00:00    
Commands.StatResetCommand.html                                  100%   16KB  17.7MB/s   00:00    
Commands.SyncedObserverConsCommand.html                         100%   17KB   6.7MB/s   00:00    
Commands.SystemPropertiesCommand.html                           100%   16KB  17.6MB/s   00:00    
Commands.VotingViewCommand.html                                 100%   16KB  17.5MB/s   00:00    
Commands.WatchCommand.html                                      100%   17KB  17.6MB/s   00:00    
Commands.WatchSummaryCommand.html                               100%   16KB   8.2MB/s   00:00    
Commands.WatchesByPathCommand.html                              100%   17KB   9.2MB/s   00:00    
Commands.ZabStateCommand.html                                   100%   16KB   8.9MB/s   00:00    
Commands.html                                                   100%   33KB   3.4MB/s   00:00    
DummyAdminServer.html                                           100%   16KB   6.2MB/s   00:00    
GetCommand.html                                                 100%   22KB   6.7MB/s   00:00    
JettyAdminServer.html                                           100%   25KB  16.1MB/s   00:00    
JsonOutputter.html                                              100%   17KB  21.8MB/s   00:00    
PostCommand.html                                                100%   17KB  20.6MB/s   00:00    
ReadAheadEndpoint.html                                          100%   32KB  27.3MB/s   00:00    
StreamOutputter.html                                            100%   16KB   6.9MB/s   00:00    
UnifiedConnectionFactory.html                                   100%   23KB  15.8MB/s   00:00    
package-summary.html                                            100%   18KB  12.8MB/s   00:00    
package-tree.html                                               100%   17KB   9.4MB/s   00:00    
package-use.html                                                100%   10KB   2.9MB/s   00:00    
AuthenticationProvider.html                                     100%   11KB   2.5MB/s   00:00    
DigestAuthenticationProvider.html                               100% 5663     2.0MB/s   00:00    
DigestLoginModule.html                                          100% 5586     3.4MB/s   00:00    
EnsembleAuthenticationProvider.html                             100% 5677     2.0MB/s   00:00    
IPAuthenticationProvider.html                                   100% 5635     3.2MB/s   00:00    
KerberosName.BadFormatString.html                               100% 5663     2.0MB/s   00:00    
KerberosName.NoMatchingRule.html                                100% 5656     2.3MB/s   00:00    
KerberosName.html                                               100% 5551     2.6MB/s   00:00    
KeyAuthenticationProvider.html                                  100% 5642     1.9MB/s   00:00    
ProviderRegistry.html                                           100% 5579     2.4MB/s   00:00    
SASLAuthenticationProvider.html                                 100% 5649     2.9MB/s   00:00    
SaslServerCallbackHandler.html                                  100% 7561     3.2MB/s   00:00    
ServerAuthenticationProvider.MatchValues.html                   100% 9019     3.5MB/s   00:00    
ServerAuthenticationProvider.ServerObjs.html                    100%   10KB  11.4MB/s   00:00    
ServerAuthenticationProvider.html                               100% 8565     3.8MB/s   00:00    
X509AuthenticationProvider.html                                 100% 5649     2.1MB/s   00:00    
AuthenticationProvider.html                                     100%   19KB   6.7MB/s   00:00    
DigestAuthenticationProvider.html                               100%   33KB  13.4MB/s   00:00    
DigestLoginModule.html                                          100%   19KB   9.3MB/s   00:00    
EnsembleAuthenticationProvider.html                             100%   25KB   6.0MB/s   00:00    
IPAuthenticationProvider.html                                   100%   27KB   9.5MB/s   00:00    
KerberosName.BadFormatString.html                               100%   13KB   3.0MB/s   00:00    
KerberosName.NoMatchingRule.html                                100%   13KB   3.8MB/s   00:00    
KerberosName.html                                               100%   22KB   7.6MB/s   00:00    
KeyAuthenticationProvider.html                                  100%   23KB   7.1MB/s   00:00    
ProviderRegistry.html                                           100%   19KB   4.3MB/s   00:00    
SASLAuthenticationProvider.html                                 100%   22KB   4.3MB/s   00:00    
SaslServerCallbackHandler.html                                  100%   15KB 858.7KB/s   00:00    
ServerAuthenticationProvider.MatchValues.html                   100%   18KB  10.9MB/s   00:00    
ServerAuthenticationProvider.ServerObjs.html                    100%   14KB   7.3MB/s   00:00    
ServerAuthenticationProvider.html                               100%   23KB   4.6MB/s   00:00    
X509AuthenticationProvider.html                                 100%   35KB  23.5MB/s   00:00    
package-summary.html                                            100%   10KB  12.4MB/s   00:00    
package-tree.html                                               100%   11KB   9.3MB/s   00:00    
package-use.html                                                100% 8389     4.9MB/s   00:00    
AuthenticationHelper.html                                       100% 5512     4.4MB/s   00:00    
BlueThrottle.html                                               100% 7226     8.1MB/s   00:00    
ByteBufferInputStream.html                                      100% 5519     4.4MB/s   00:00    
ByteBufferOutputStream.html                                     100% 5526     4.7MB/s   00:00    
ByteBufferRequestRecord.html                                    100% 5533     4.7MB/s   00:00    
ClientCnxnLimitException.html                                   100% 7741     4.4MB/s   00:00    
ConnectionBean.html                                             100% 5470    10.2MB/s   00:00    
ConnectionMXBean.html                                           100% 7275     7.4MB/s   00:00    
ContainerManager.html                                           100% 5484     3.5MB/s   00:00    
DataNode.html                                                   100%   24KB  17.7MB/s   00:00    
DataTree.ProcessTxnResult.html                                  100%   16KB  12.6MB/s   00:00    
DataTree.ZxidDigest.html                                        100% 8912     3.5MB/s   00:00    
DataTree.html                                                   100%   30KB  13.5MB/s   00:00    
DataTreeBean.html                                               100% 7236     2.0MB/s   00:00    
DataTreeMXBean.html                                             100% 7244     1.9MB/s   00:00    
DatadirCleanupManager.PurgeTaskStatus.html                      100% 9022     2.4MB/s   00:00    
DatadirCleanupManager.html                                      100% 5519     8.2MB/s   00:00    
DigestCalculator.html                                           100% 7230     2.8MB/s   00:00    
DumbWatcher.html                                                100% 5449     3.2MB/s   00:00    
EphemeralType.html                                              100% 8506     1.7MB/s   00:00    
EphemeralTypeEmulate353.html                                    100% 8672     9.1MB/s   00:00    
ExitCode.html                                                   100% 7912     7.3MB/s   00:00    
ExpiryQueue.html                                                100% 5449     3.3MB/s   00:00    
FinalRequestProcessor.html                                      100% 5519     4.4MB/s   00:00    
NIOServerCnxn.html                                              100%   12KB  15.7MB/s   00:00    
NIOServerCnxnFactory.SelectorThread.html                        100%   14KB   5.1MB/s   00:00    
NIOServerCnxnFactory.html                                       100%   11KB  10.3MB/s   00:00    
NettyServerCnxn.HandshakeState.html                             100% 9830     8.7MB/s   00:00    
NettyServerCnxn.html                                            100% 5477     5.7MB/s   00:00    
NettyServerCnxnFactory.html                                     100% 5526     3.9MB/s   00:00    
NodeHashMap.html                                                100% 7258     6.4MB/s   00:00    
NodeHashMapImpl.html                                            100% 5477     3.1MB/s   00:00    
ObserverBean.html                                               100% 5456   929.6KB/s   00:00    
PrepRequestProcessor.DigestOpCode.html                          100% 8412     3.2MB/s   00:00    
PrepRequestProcessor.html                                       100% 5512     4.5MB/s   00:00    
PurgeTxnLog.html                                                100% 5449     4.6MB/s   00:00    
RateLogger.html                                                 100% 5442     1.7MB/s   00:00    
ReferenceCountedACLCache.html                                   100% 7410     2.1MB/s   00:00    
Request.html                                                    100%   41KB  12.8MB/s   00:00    
RequestProcessor.RequestProcessorException.html                 100%   12KB   4.0MB/s   00:00    
RequestProcessor.html                                           100%   20KB  16.2MB/s   00:00    
RequestRecord.html                                              100%   14KB  11.5MB/s   00:00    
RequestThrottler.html                                           100% 7312     4.8MB/s   00:00    
ResponseCache.html                                              100% 7687     8.8MB/s   00:00    
ServerCnxn.CloseRequestException.html                           100% 5596     4.4MB/s   00:00    
ServerCnxn.DisconnectReason.html                                100%   16KB   6.4MB/s   00:00    
ServerCnxn.EndOfStreamException.html                            100% 5589     4.4MB/s   00:00    
ServerCnxn.html                                                 100%   47KB   8.7MB/s   00:00    
ServerCnxnFactory.html                                          100%   26KB   5.4MB/s   00:00    
ServerCnxnHelper.html                                           100% 5484     4.4MB/s   00:00    
ServerConfig.html                                               100%   10KB  12.0MB/s   00:00    
ServerMetrics.html                                              100% 8684     7.0MB/s   00:00    
ServerStats.Provider.html                                       100%   11KB  13.9MB/s   00:00    
ServerStats.html                                                100%   11KB   9.0MB/s   00:00    
ServerWatcher.html                                              100% 9748     7.1MB/s   00:00    
SessionTracker.Session.html                                     100% 8817    11.0MB/s   00:00    
SessionTracker.SessionExpirer.html                              100%   18KB  22.6MB/s   00:00    
SessionTracker.html                                             100%   11KB  10.2MB/s   00:00    
SessionTrackerImpl.SessionImpl.html                             100% 7885     7.3MB/s   00:00    
SessionTrackerImpl.html                                         100% 7247     5.8MB/s   00:00    
SimpleRequestRecord.html                                        100% 5505     1.9MB/s   00:00    
SnapshotComparer.html                                           100% 5484     5.2MB/s   00:00    
SnapshotFormatter.html                                          100% 5491     4.0MB/s   00:00    
SnapshotRecursiveSummary.html                                   100% 5540     2.8MB/s   00:00    
SyncRequestProcessor.html                                       100% 7357     1.7MB/s   00:00    
TraceFormatter.html                                             100% 5470     4.8MB/s   00:00    
TxnLogEntry.html                                                100% 7241     5.5MB/s   00:00    
TxnLogProposalIterator.html                                     100% 7385     3.6MB/s   00:00    
UnimplementedRequestProcessor.html                              100% 5575     1.4MB/s   00:00    
WorkerService.WorkRequest.html                                  100% 8136     2.8MB/s   00:00    
WorkerService.html                                              100% 8624     7.7MB/s   00:00    
ZKDatabase.html                                                 100%   19KB   3.2MB/s   00:00    
ZooKeeperCriticalThread.html                                    100%   12KB   3.0MB/s   00:00    
ZooKeeperSaslServer.html                                        100% 7332     1.9MB/s   00:00    
ZooKeeperServer.MissingSessionException.html                    100% 5645     2.1MB/s   00:00    
ZooKeeperServer.State.html                                      100%   12KB   8.2MB/s   00:00    
ZooKeeperServer.html                                            100%   72KB  25.4MB/s   00:00    
ZooKeeperServerBean.html                                        100%   12KB  13.9MB/s   00:00    
ZooKeeperServerConf.html                                        100% 7314     1.5MB/s   00:00    
ZooKeeperServerListener.html                                    100%   17KB   4.3MB/s   00:00    
ZooKeeperServerMXBean.html                                      100%   11KB  14.4MB/s   00:00    
ZooKeeperServerMain.html                                        100% 5505     6.5MB/s   00:00    
ZooKeeperServerShutdownHandler.html                             100% 7494    11.1MB/s   00:00    
ZooKeeperThread.html                                            100%   14KB  14.6MB/s   00:00    
ZooTrace.html                                                   100% 5428     4.0MB/s   00:00    
AbstractFourLetterCommand.html                                  100%   12KB   5.5MB/s   00:00    
CnxnStatResetCommand.html                                       100% 5628     5.0MB/s   00:00    
CommandExecutor.html                                            100% 5593     5.1MB/s   00:00    
ConfCommand.html                                                100% 5565     1.3MB/s   00:00    
ConsCommand.html                                                100% 5565     1.4MB/s   00:00    
DigestCommand.html                                              100% 5579     1.4MB/s   00:00    
DirsCommand.html                                                100% 5565     1.4MB/s   00:00    
DumpCommand.html                                                100% 5565     3.8MB/s   00:00    
EnvCommand.html                                                 100% 5558     4.2MB/s   00:00    
FourLetterCommands.html                                         100% 5614     6.2MB/s   00:00    
IsroCommand.html                                                100% 5565     5.3MB/s   00:00    
MonitorCommand.html                                             100% 5586    11.3MB/s   00:00    
NopCommand.html                                                 100% 5558     5.0MB/s   00:00    
RuokCommand.html                                                100% 5565     4.3MB/s   00:00    
SetTraceMaskCommand.html                                        100% 5621     7.0MB/s   00:00    
StatCommand.html                                                100% 5565     4.3MB/s   00:00    
StatResetCommand.html                                           100% 5600     7.2MB/s   00:00    
TraceMaskCommand.html                                           100% 5600     5.9MB/s   00:00    
WatchCommand.html                                               100% 5572     2.1MB/s   00:00    
AbstractFourLetterCommand.html                                  100%   22KB   4.2MB/s   00:00    
CnxnStatResetCommand.html                                       100%   15KB   4.0MB/s   00:00    
CommandExecutor.html                                            100%   13KB   4.3MB/s   00:00    
ConfCommand.html                                                100%   13KB   2.5MB/s   00:00    
ConsCommand.html                                                100%   15KB  11.3MB/s   00:00    
DigestCommand.html                                              100%   15KB   5.2MB/s   00:00    
DirsCommand.html                                                100%   15KB   4.5MB/s   00:00    
DumpCommand.html                                                100%   15KB   5.1MB/s   00:00    
EnvCommand.html                                                 100%   13KB   2.7MB/s   00:00    
FourLetterCommands.html                                         100%   23KB   3.5MB/s   00:00    
IsroCommand.html                                                100%   15KB  14.3MB/s   00:00    
MonitorCommand.html                                             100%   13KB  14.0MB/s   00:00    
NopCommand.html                                                 100%   15KB  13.1MB/s   00:00    
RuokCommand.html                                                100%   15KB  10.1MB/s   00:00    
SetTraceMaskCommand.html                                        100%   15KB  11.2MB/s   00:00    
StatCommand.html                                                100%   15KB  12.9MB/s   00:00    
StatResetCommand.html                                           100%   15KB  15.7MB/s   00:00    
TraceMaskCommand.html                                           100%   13KB   9.9MB/s   00:00    
WatchCommand.html                                               100%   15KB  15.2MB/s   00:00    
package-summary.html                                            100% 9535    10.4MB/s   00:00    
package-tree.html                                               100% 9321    17.6MB/s   00:00    
package-use.html                                                100% 6519     1.7MB/s   00:00    
CommandClient.html                                              100% 5600     4.7MB/s   00:00    
CommandListener.html                                            100% 5614     6.0MB/s   00:00    
ControlCommand.Action.html                                      100%   14KB   2.7MB/s   00:00    
ControlCommand.html                                             100% 8757     2.4MB/s   00:00    
ControllableConnection.html                                     100% 5663     2.8MB/s   00:00    
ControllableConnectionFactory.html                              100% 5712     1.8MB/s   00:00    
ControllerServerConfig.html                                     100% 9047     5.8MB/s   00:00    
ControllerService.html                                          100% 5628     5.5MB/s   00:00    
ZooKeeperServerController.html                                  100% 7752     6.8MB/s   00:00    
CommandClient.html                                              100%   19KB  11.5MB/s   00:00    
CommandListener.html                                            100%   13KB  13.1MB/s   00:00    
ControlCommand.Action.html                                      100%   21KB  21.6MB/s   00:00    
ControlCommand.html                                             100%   21KB  14.5MB/s   00:00    
ControllableConnection.html                                     100%   27KB   8.2MB/s   00:00    
ControllableConnectionFactory.html                              100%   27KB   6.3MB/s   00:00    
ControllerServerConfig.html                                     100%   34KB  17.8MB/s   00:00    
ControllerService.html                                          100%   24KB   3.8MB/s   00:00    
ZooKeeperServerController.html                                  100%   15KB   9.2MB/s   00:00    
package-summary.html                                            100% 8603     5.4MB/s   00:00    
package-tree.html                                               100% 9618     7.6MB/s   00:00    
package-use.html                                                100% 7464     5.1MB/s   00:00    
ExitHandler.html                                                100% 9537     8.2MB/s   00:00    
ZooKeeperServerEmbedded.ZookKeeperServerEmbeddedBuilder.html    100%   10KB  12.8MB/s   00:00    
ZooKeeperServerEmbedded.html                                    100% 7715     7.7MB/s   00:00    
ExitHandler.html                                                100%   18KB   5.0MB/s   00:00    
ZooKeeperServerEmbedded.ZookKeeperServerEmbeddedBuilder.html    100%   18KB  12.9MB/s   00:00    
ZooKeeperServerEmbedded.html                                    100%   16KB   3.8MB/s   00:00    
package-summary.html                                            100% 6885     6.5MB/s   00:00    
package-tree.html                                               100% 7580    10.7MB/s   00:00    
package-use.html                                                100% 7152     1.9MB/s   00:00    
AvgMinMaxCounter.html                                           100% 5593     2.9MB/s   00:00    
AvgMinMaxCounterSet.html                                        100% 5614     3.9MB/s   00:00    
AvgMinMaxPercentileCounter.html                                 100% 5663     3.7MB/s   00:00    
AvgMinMaxPercentileCounterSet.html                              100% 5684     9.0MB/s   00:00    
Metric.html                                                     100% 9175     9.9MB/s   00:00    
SimpleCounter.html                                              100% 5572     4.4MB/s   00:00    
SimpleCounterSet.html                                           100% 5593     7.4MB/s   00:00    
AvgMinMaxCounter.html                                           100%   19KB  24.5MB/s   00:00    
AvgMinMaxCounterSet.html                                        100%   18KB  14.7MB/s   00:00    
AvgMinMaxPercentileCounter.html                                 100%   17KB  16.8MB/s   00:00    
AvgMinMaxPercentileCounterSet.html                              100%   18KB  23.7MB/s   00:00    
Metric.html                                                     100%   16KB  12.2MB/s   00:00    
SimpleCounter.html                                              100%   18KB   8.8MB/s   00:00    
SimpleCounterSet.html                                           100%   17KB   4.5MB/s   00:00    
package-summary.html                                            100% 7308     6.6MB/s   00:00    
package-tree.html                                               100% 7872     2.5MB/s   00:00    
package-use.html                                                100% 6416     4.1MB/s   00:00    
FilePadding.html                                                100% 5593    10.2MB/s   00:00    
FileSnap.html                                                   100% 5572     3.9MB/s   00:00    
FileTxnLog.FileTxnIterator.html                                 100% 5698     7.9MB/s   00:00    
FileTxnLog.html                                                 100% 5586     7.6MB/s   00:00    
FileTxnSnapLog.DatadirException.html                            100% 7963     6.8MB/s   00:00    
FileTxnSnapLog.LogDirContentCheckException.html                 100% 5810     1.2MB/s   00:00    
FileTxnSnapLog.PlayBackListener.html                            100% 9975    11.9MB/s   00:00    
FileTxnSnapLog.SnapDirContentCheckException.html                100% 5817     3.1MB/s   00:00    
FileTxnSnapLog.html                                             100%   22KB  17.2MB/s   00:00    
SnapShot.html                                                   100% 7350     4.6MB/s   00:00    
SnapStream.StreamMode.html                                      100%   12KB   9.6MB/s   00:00    
SnapStream.html                                                 100% 5586     1.9MB/s   00:00    
SnapshotInfo.html                                               100% 8459     5.1MB/s   00:00    
TxnLog.TxnIterator.html                                         100%   12KB  16.0MB/s   00:00    
TxnLog.html                                                     100% 7328     5.3MB/s   00:00    
TxnLogToolkit.html                                              100% 5607     7.6MB/s   00:00    
Util.html                                                       100% 5544     2.2MB/s   00:00    
FilePadding.html                                                100%   15KB   7.8MB/s   00:00    
FileSnap.html                                                   100%   35KB  19.7MB/s   00:00    
FileTxnLog.FileTxnIterator.html                                 100%   29KB  24.6MB/s   00:00    
FileTxnLog.html                                                 100%   42KB  17.4MB/s   00:00    
FileTxnSnapLog.DatadirException.html                            100%   16KB   3.9MB/s   00:00    
FileTxnSnapLog.LogDirContentCheckException.html                 100%   15KB   8.3MB/s   00:00    
FileTxnSnapLog.PlayBackListener.html                            100%   10KB   5.8MB/s   00:00    
FileTxnSnapLog.SnapDirContentCheckException.html                100%   15KB  14.9MB/s   00:00    
FileTxnSnapLog.html                                             100%   56KB  32.4MB/s   00:00    
SnapShot.html                                                   100%   17KB   3.0MB/s   00:00    
SnapStream.StreamMode.html                                      100%   22KB   3.6MB/s   00:00    
SnapStream.html                                                 100%   27KB  13.9MB/s   00:00    
SnapshotInfo.html                                               100%   11KB  10.7MB/s   00:00    
TxnLog.TxnIterator.html                                         100%   15KB  15.2MB/s   00:00    
TxnLog.html                                                     100%   22KB  27.2MB/s   00:00    
TxnLogToolkit.html                                              100%   21KB  18.2MB/s   00:00    
Util.html                                                       100%   37KB  34.4MB/s   00:00    
package-summary.html                                            100%   11KB  13.3MB/s   00:00    
package-tree.html                                               100%   12KB   9.8MB/s   00:00    
package-use.html                                                100%   10KB   7.9MB/s   00:00    
NullQuorumAuthLearner.html                                      100% 5723     3.1MB/s   00:00    
NullQuorumAuthServer.html                                       100% 5716     4.3MB/s   00:00    
QuorumAuth.Status.html                                          100% 9634     1.7MB/s   00:00    
QuorumAuth.html                                                 100% 5646     1.9MB/s   00:00    
QuorumAuthLearner.html                                          100%   10KB   3.2MB/s   00:00    
QuorumAuthServer.html                                           100%   11KB   3.2MB/s   00:00    
SaslQuorumAuthLearner.html                                      100% 5723   960.5KB/s   00:00    
SaslQuorumAuthServer.html                                       100% 5716   933.4KB/s   00:00    
SaslQuorumServerCallbackHandler.html                            100% 5793     1.1MB/s   00:00    
NullQuorumAuthLearner.html                                      100%   14KB   4.2MB/s   00:00    
NullQuorumAuthServer.html                                       100%   14KB   5.0MB/s   00:00    
QuorumAuth.Status.html                                          100%   18KB   4.2MB/s   00:00    
QuorumAuth.html                                                 100%   26KB   7.1MB/s   00:00    
QuorumAuthLearner.html                                          100%   10KB   5.4MB/s   00:00    
QuorumAuthServer.html                                           100%   10KB   2.5MB/s   00:00    
SaslQuorumAuthLearner.html                                      100%   16KB   5.1MB/s   00:00    
SaslQuorumAuthServer.html                                       100%   16KB   5.3MB/s   00:00    
SaslQuorumServerCallbackHandler.html                            100%   17KB   4.4MB/s   00:00    
package-summary.html                                            100% 8489     2.9MB/s   00:00    
package-tree.html                                               100% 9574     6.4MB/s   00:00    
package-use.html                                                100% 8314     2.9MB/s   00:00    
BufferStats.html                                                100% 8715     5.1MB/s   00:00    
CommitProcessor.html                                            100% 7400     2.6MB/s   00:00    
Election.html                                                   100% 9083     3.1MB/s   00:00    
FastLeaderElection.Messenger.html                               100% 5677     2.2MB/s   00:00    
FastLeaderElection.Notification.html                            100% 5698     2.2MB/s   00:00    
FastLeaderElection.ToSend.html                                  100% 5656     1.8MB/s   00:00    
FastLeaderElection.html                                         100% 5607     1.7MB/s   00:00    
Follower.html                                                   100%   10KB   3.3MB/s   00:00    
FollowerBean.html                                               100% 5565     2.2MB/s   00:00    
FollowerMXBean.html                                             100% 7349     2.9MB/s   00:00    
FollowerRequestProcessor.html                                   100% 5649     2.3MB/s   00:00    
FollowerZooKeeperServer.html                                    100% 7652     4.8MB/s   00:00    
Leader.Proposal.html                                            100%   20KB  13.4MB/s   00:00    
Leader.PureRequestProposal.html                                 100% 5663     1.9MB/s   00:00    
Leader.XidRolloverException.html                                100% 7704     1.7MB/s   00:00    
Leader.html                                                     100%   14KB   5.6MB/s   00:00    
LeaderBean.html                                                 100% 7582     5.5MB/s   00:00    
LeaderElectionBean.html                                         100% 5607     9.9MB/s   00:00    
LeaderElectionMXBean.html                                       100% 7440     7.5MB/s   00:00    
LeaderMXBean.html                                               100% 7320     5.1MB/s   00:00    
LeaderRequestProcessor.html                                     100% 5635     3.9MB/s   00:00    
LeaderSessionTracker.html                                       100% 5621     4.8MB/s   00:00    
LeaderZooKeeperServer.html                                      100% 8783     4.0MB/s   00:00    
Learner.html                                                    100%   11KB   4.7MB/s   00:00    
LearnerHandler.html                                             100%   23KB   5.8MB/s   00:00    
LearnerHandlerBean.html                                         100% 5607     4.3MB/s   00:00    
LearnerHandlerMXBean.html                                       100% 7373     2.7MB/s   00:00    
LearnerMaster.html                                              100% 7649     7.6MB/s   00:00    
LearnerSender.html                                              100% 5572     2.4MB/s   00:00    
LearnerSessionTracker.html                                      100% 5628     1.9MB/s   00:00    
LearnerSyncRequest.html                                         100% 8053    10.8MB/s   00:00    
LearnerSyncThrottler.SyncType.html                              100%   10KB   6.0MB/s   00:00    
LearnerSyncThrottler.html                                       100% 8000     7.4MB/s   00:00    
LearnerZooKeeperServer.html                                     100% 7809     1.9MB/s   00:00    
LocalPeerBean.html                                              100% 8988     5.7MB/s   00:00    
LocalPeerMXBean.html                                            100% 7373     1.7MB/s   00:00    
LocalSessionTracker.html                                        100% 7470     1.6MB/s   00:00    
MultipleAddresses.html                                          100%   15KB  16.3MB/s   00:00    
Observer.html                                                   100%   11KB   3.9MB/s   00:00    
ObserverMXBean.html                                             100% 7346     7.0MB/s   00:00    
ObserverMaster.html                                             100% 5579     5.0MB/s   00:00    
ObserverRequestProcessor.html                                   100% 5649    11.0MB/s   00:00    
ObserverZooKeeperServer.html                                    100% 7803    10.8MB/s   00:00    
PrependableSocket.html                                          100% 5600     7.3MB/s   00:00    
ProposalRequestProcessor.html                                   100% 5649     7.7MB/s   00:00    
QuorumBean.html                                                 100% 5551     6.2MB/s   00:00    
QuorumCnxManager.InitialMessage.InitialMessageException.html    100% 8328     3.8MB/s   00:00    
QuorumCnxManager.InitialMessage.html                            100% 8041     6.8MB/s   00:00    
QuorumCnxManager.Listener.html                                  100% 7504     9.4MB/s   00:00    
QuorumCnxManager.Message.html                                   100%   10KB   2.4MB/s   00:00    
QuorumCnxManager.html                                           100% 9361     7.3MB/s   00:00    
QuorumMXBean.html                                               100% 7261     1.9MB/s   00:00    
QuorumPeer.AddressTuple.html                                    100% 5642     1.3MB/s   00:00    
QuorumPeer.LearnerType.html                                     100%   14KB   2.8MB/s   00:00    
QuorumPeer.QuorumServer.html                                    100%   35KB  21.4MB/s   00:00    
QuorumPeer.ServerState.html                                     100%   11KB   3.7MB/s   00:00    
QuorumPeer.SyncMode.html                                        100% 9642     2.0MB/s   00:00    
QuorumPeer.ZabState.html                                        100% 9642     4.4MB/s   00:00    
QuorumPeer.html                                                 100%   18KB   5.6MB/s   00:00    
QuorumPeerConfig.ConfigException.html                           100%   28KB   4.4MB/s   00:00    
QuorumPeerConfig.html                                           100%   15KB   4.0MB/s   00:00    
QuorumPeerMain.html                                             100% 5579     3.1MB/s   00:00    
QuorumStats.Provider.html                                       100% 8283   452.5KB/s   00:00    
QuorumStats.html                                                100% 5558     1.7MB/s   00:00    
QuorumZooKeeperServer.html                                      100% 8564     2.4MB/s   00:00    
ReadOnlyBean.html                                               100% 5565     1.7MB/s   00:00    
ReadOnlyRequestProcessor.html                                   100% 5649     7.2MB/s   00:00    
ReadOnlyZooKeeperServer.html                                    100% 5642     2.8MB/s   00:00    
RemotePeerBean.html                                             100% 5579     4.6MB/s   00:00    
RemotePeerMXBean.html                                           100% 7455     2.9MB/s   00:00    
SendAckRequestProcessor.html                                    100% 5642     4.9MB/s   00:00    
ServerBean.html                                                 100% 7268     7.3MB/s   00:00    
ServerMXBean.html                                               100% 8567     3.5MB/s   00:00    
StateSummary.html                                               100% 8422    11.5MB/s   00:00    
SyncThrottleException.html                                      100% 7463    13.4MB/s   00:00    
SyncedLearnerTracker.QuorumVerifierAcksetPair.html              100% 8005     5.8MB/s   00:00    
SyncedLearnerTracker.html                                       100%   12KB  11.7MB/s   00:00    
UnifiedServerSocket.UnifiedSocket.html                          100% 5712     7.9MB/s   00:00    
UnifiedServerSocket.html                                        100% 5614     3.4MB/s   00:00    
UpgradeableSessionTracker.html                                  100% 8950    14.6MB/s   00:00    
Vote.html                                                       100%   13KB  10.4MB/s   00:00    
QuorumHierarchical.html                                         100% 5730     5.9MB/s   00:00    
QuorumMaj.html                                                  100% 7385     5.7MB/s   00:00    
QuorumOracleMaj.html                                            100% 5709     2.8MB/s   00:00    
QuorumVerifier.html                                             100%   27KB   6.7MB/s   00:00    
QuorumHierarchical.html                                         100%   28KB   4.7MB/s   00:00    
QuorumMaj.html                                                  100%   29KB  27.4MB/s   00:00    
QuorumOracleMaj.html                                            100%   26KB  19.5MB/s   00:00    
QuorumVerifier.html                                             100%   24KB  16.5MB/s   00:00    
package-summary.html                                            100% 6943     3.9MB/s   00:00    
package-tree.html                                               100% 6969     6.4MB/s   00:00    
package-use.html                                                100% 9095     8.9MB/s   00:00    
BufferStats.html                                                100%   17KB   9.5MB/s   00:00    
CommitProcessor.html                                            100%   48KB  16.4MB/s   00:00    
Election.html                                                   100% 9308     1.3MB/s   00:00    
FastLeaderElection.Messenger.html                               100% 9792     8.7MB/s   00:00    
FastLeaderElection.Notification.html                            100%   12KB   4.2MB/s   00:00    
FastLeaderElection.ToSend.html                                  100% 9697     3.2MB/s   00:00    
FastLeaderElection.html                                         100%   29KB   5.8MB/s   00:00    
Follower.html                                                   100%   21KB   5.6MB/s   00:00    
FollowerBean.html                                               100%   40KB  11.4MB/s   00:00    
FollowerMXBean.html                                             100%   23KB   9.2MB/s   00:00    
FollowerRequestProcessor.html                                   100%   29KB   8.4MB/s   00:00    
FollowerZooKeeperServer.html                                    100%   41KB  13.7MB/s   00:00    
Leader.Proposal.html                                            100%   20KB   4.2MB/s   00:00    
Leader.PureRequestProposal.html                                 100%   18KB   9.7MB/s   00:00    
Leader.XidRolloverException.html                                100%   14KB   8.5MB/s   00:00    
Leader.html                                                     100%   67KB  13.3MB/s   00:00    
LeaderBean.html                                                 100%   42KB  11.7MB/s   00:00    
LeaderElectionBean.html                                         100%   15KB   6.4MB/s   00:00    
LeaderElectionMXBean.html                                       100% 8825     4.2MB/s   00:00    
LeaderMXBean.html                                               100%   24KB   6.7MB/s   00:00    
LeaderRequestProcessor.html                                     100%   16KB   5.8MB/s   00:00    
LeaderSessionTracker.html                                       100%   36KB   9.2MB/s   00:00    
LeaderZooKeeperServer.html                                      100%   45KB  13.8MB/s   00:00    
Learner.html                                                    100%   38KB  11.3MB/s   00:00    
LearnerHandler.html                                             100%   48KB  16.0MB/s   00:00    
LearnerHandlerBean.html                                         100%   17KB   5.0MB/s   00:00    
LearnerHandlerMXBean.html                                       100% 8663     3.2MB/s   00:00    
LearnerMaster.html                                              100%   16KB   7.2MB/s   00:00    
LearnerSender.html                                              100%   26KB   9.4MB/s   00:00    
LearnerSessionTracker.html                                      100%   35KB  17.5MB/s   00:00    
LearnerSyncRequest.html                                         100%   16KB  11.8MB/s   00:00    
LearnerSyncThrottler.SyncType.html                              100%   18KB  10.5MB/s   00:00    
LearnerSyncThrottler.html                                       100%   18KB  17.6MB/s   00:00    
LearnerZooKeeperServer.html                                     100%   42KB  39.3MB/s   00:00    
LocalPeerBean.html                                              100%   36KB  28.0MB/s   00:00    
LocalPeerMXBean.html                                            100%   22KB  22.5MB/s   00:00    
LocalSessionTracker.html                                        100%   32KB  14.2MB/s   00:00    
MultipleAddresses.html                                          100%   35KB  15.4MB/s   00:00    
Observer.html                                                   100%   24KB   4.6MB/s   00:00    
ObserverMXBean.html                                             100%   19KB   9.4MB/s   00:00    
ObserverMaster.html                                             100%   37KB   8.7MB/s   00:00    
ObserverRequestProcessor.html                                   100%   28KB   4.9MB/s   00:00    
ObserverZooKeeperServer.html                                    100%   37KB  11.3MB/s   00:00    
PrependableSocket.html                                          100%   24KB   9.3MB/s   00:00    
ProposalRequestProcessor.html                                   100%   18KB   7.7MB/s   00:00    
QuorumBean.html                                                 100%   24KB  12.9MB/s   00:00    
QuorumCnxManager.InitialMessage.InitialMessageException.html    100%   13KB   8.9MB/s   00:00    
QuorumCnxManager.InitialMessage.html                            100%   17KB   4.8MB/s   00:00    
QuorumCnxManager.Listener.html                                  100%   24KB  14.6MB/s   00:00    
QuorumCnxManager.Message.html                                   100% 9527     6.5MB/s   00:00    
QuorumCnxManager.html                                           100%   36KB   6.3MB/s   00:00    
QuorumMXBean.html                                               100%   15KB  16.8MB/s   00:00    
QuorumPeer.AddressTuple.html                                    100%   14KB   3.5MB/s   00:00    
QuorumPeer.LearnerType.html                                     100%   18KB   4.8MB/s   00:00    
QuorumPeer.QuorumServer.html                                    100%   31KB  25.1MB/s   00:00    
QuorumPeer.ServerState.html                                     100%   19KB   3.6MB/s   00:00    
QuorumPeer.SyncMode.html                                        100%   18KB   6.4MB/s   00:00    
QuorumPeer.ZabState.html                                        100%   19KB  15.5MB/s   00:00    
QuorumPeer.html                                                 100%  169KB  48.4MB/s   00:00    
QuorumPeerConfig.ConfigException.html                           100%   16KB  14.0MB/s   00:00    
QuorumPeerConfig.html                                           100%   80KB  33.4MB/s   00:00    
QuorumPeerMain.html                                             100%   21KB  17.7MB/s   00:00    
QuorumStats.Provider.html                                       100%   15KB   9.6MB/s   00:00    
QuorumStats.html                                                100%   15KB  13.8MB/s   00:00    
QuorumZooKeeperServer.html                                      100%   42KB  28.3MB/s   00:00    
ReadOnlyBean.html                                               100%   22KB   6.3MB/s   00:00    
ReadOnlyRequestProcessor.html                                   100%   27KB   4.8MB/s   00:00    
ReadOnlyZooKeeperServer.html                                    100%   43KB  33.0MB/s   00:00    
RemotePeerBean.html                                             100%   22KB  35.7MB/s   00:00    
RemotePeerMXBean.html                                           100%   12KB  12.8MB/s   00:00    
SendAckRequestProcessor.html                                    100%   15KB  17.5MB/s   00:00    
ServerBean.html                                                 100%   15KB   8.8MB/s   00:00    
ServerMXBean.html                                               100% 9834     5.5MB/s   00:00    
StateSummary.html                                               100%   15KB  16.7MB/s   00:00    
SyncThrottleException.html                                      100%   15KB  12.2MB/s   00:00    
SyncedLearnerTracker.QuorumVerifierAcksetPair.html              100%   15KB  20.5MB/s   00:00    
SyncedLearnerTracker.html                                       100%   18KB  25.7MB/s   00:00    
UnifiedServerSocket.UnifiedSocket.html                          100%   94KB  54.1MB/s   00:00    
UnifiedServerSocket.html                                        100%   31KB  26.0MB/s   00:00    
UpgradeableSessionTracker.html                                  100%   29KB  11.4MB/s   00:00    
Vote.html                                                       100%   20KB   5.5MB/s   00:00    
package-summary.html                                            100%   27KB  15.2MB/s   00:00    
package-tree.html                                               100%   30KB  18.7MB/s   00:00    
package-use.html                                                100%   27KB   7.7MB/s   00:00    
AdHash.html                                                     100% 7762     6.7MB/s   00:00    
AuthUtil.html                                                   100% 5523     1.0MB/s   00:00    
BitHashSet.html                                                 100% 7250     9.3MB/s   00:00    
BitMap.html                                                     100% 5509     5.8MB/s   00:00    
CircularBuffer.html                                             100% 5565     4.6MB/s   00:00    
ConfigUtils.html                                                100% 5544     4.5MB/s   00:00    
JvmPauseMonitor.html                                            100%   11KB  14.0MB/s   00:00    
KerberosUtil.html                                               100% 5551    10.4MB/s   00:00    
LogChopper.html                                                 100% 5537     5.8MB/s   00:00    
MessageTracker.html                                             100% 7790    10.3MB/s   00:00    
OSMXBean.html                                                   100% 5523    10.4MB/s   00:00    
QuotaMetricsUtils.html                                          100% 5586    12.0MB/s   00:00    
RateLimiter.html                                                100% 5544     3.9MB/s   00:00    
RequestPathMetricsCollector.html                                100% 7591     7.2MB/s   00:00    
SerializeUtils.html                                             100% 5565     6.7MB/s   00:00    
VerifyingFileFactory.Builder.html                               100% 8957     2.3MB/s   00:00    
VerifyingFileFactory.html                                       100% 7428     5.2MB/s   00:00    
ZxidUtils.html                                                  100% 5530     3.8MB/s   00:00    
AdHash.html                                                     100%   17KB   7.2MB/s   00:00    
AuthUtil.html                                                   100%   16KB  22.9MB/s   00:00    
BitHashSet.html                                                 100%   21KB  19.7MB/s   00:00    
BitMap.html                                                     100%   15KB   6.5MB/s   00:00    
CircularBuffer.html                                             100%   16KB   7.8MB/s   00:00    
ConfigUtils.html                                                100%   17KB   7.4MB/s   00:00    
JvmPauseMonitor.html                                            100%   24KB  22.2MB/s   00:00    
KerberosUtil.html                                               100%   13KB  14.7MB/s   00:00    
LogChopper.html                                                 100%   14KB   4.4MB/s   00:00    
MessageTracker.html                                             100%   20KB   4.3MB/s   00:00    
OSMXBean.html                                                   100%   14KB   5.7MB/s   00:00    
QuotaMetricsUtils.html                                          100%   25KB  12.5MB/s   00:00    
RateLimiter.html                                                100%   12KB  14.1MB/s   00:00    
RequestPathMetricsCollector.html                                100%   27KB  24.1MB/s   00:00    
SerializeUtils.html                                             100%   18KB  17.0MB/s   00:00    
VerifyingFileFactory.Builder.html                               100%   14KB  12.8MB/s   00:00    
VerifyingFileFactory.html                                       100%   15KB   9.4MB/s   00:00    
ZxidUtils.html                                                  100%   14KB   8.4MB/s   00:00    
package-summary.html                                            100%   10KB  13.5MB/s   00:00    
package-tree.html                                               100% 9191     9.1MB/s   00:00    
package-use.html                                                100%   11KB  10.0MB/s   00:00    
IDeadWatcherListener.html                                       100% 9137     7.3MB/s   00:00    
IWatchManager.html                                              100% 8827     9.0MB/s   00:00    
PathParentIterator.html                                         100% 8417     2.3MB/s   00:00    
WatchManager.html                                               100% 5558     2.4MB/s   00:00    
WatchManagerFactory.html                                        100% 5607     1.2MB/s   00:00    
WatchManagerOptimized.html                                      100% 5621     6.9MB/s   00:00    
WatchStats.html                                                 100% 9016    10.5MB/s   00:00    
WatcherCleaner.html                                             100% 5572     1.6MB/s   00:00    
WatcherMode.html                                                100%   16KB  12.4MB/s   00:00    
WatcherOrBitSet.html                                            100%   19KB  12.9MB/s   00:00    
WatchesPathReport.html                                          100%   10KB  14.0MB/s   00:00    
WatchesReport.html                                              100% 9609     8.3MB/s   00:00    
WatchesSummary.html                                             100% 9691     7.5MB/s   00:00    
IDeadWatcherListener.html                                       100% 9452     2.7MB/s   00:00    
IWatchManager.html                                              100%   31KB  15.3MB/s   00:00    
PathParentIterator.html                                         100%   20KB   7.6MB/s   00:00    
WatchManager.html                                               100%   43KB  17.8MB/s   00:00    
WatchManagerFactory.html                                        100%   14KB  10.5MB/s   00:00    
WatchManagerOptimized.html                                      100%   41KB   9.0MB/s   00:00    
WatchStats.html                                                 100%   15KB   5.3MB/s   00:00    
WatcherCleaner.html                                             100%   26KB   9.4MB/s   00:00    
WatcherMode.html                                                100%   21KB   5.0MB/s   00:00    
WatcherOrBitSet.html                                            100%   14KB   1.1MB/s   00:00    
WatchesPathReport.html                                          100%   15KB   4.1MB/s   00:00    
WatchesReport.html                                              100%   15KB   7.8MB/s   00:00    
WatchesSummary.html                                             100%   18KB   8.8MB/s   00:00    
package-summary.html                                            100% 9741     4.2MB/s   00:00    
package-tree.html                                               100%   10KB   5.1MB/s   00:00    
package-use.html                                                100%   10KB   4.0MB/s   00:00    
AuthenticationHelper.html                                       100%   19KB   6.2MB/s   00:00    
BlueThrottle.html                                               100%   36KB  13.2MB/s   00:00    
ByteBufferInputStream.html                                      100%   22KB  13.3MB/s   00:00    
ByteBufferOutputStream.html                                     100%   20KB   8.6MB/s   00:00    
ByteBufferRequestRecord.html                                    100%   15KB   7.6MB/s   00:00    
ClientCnxnLimitException.html                                   100%   14KB  11.0MB/s   00:00    
ConnectionBean.html                                             100%   37KB  15.1MB/s   00:00    
ConnectionMXBean.html                                           100%   21KB   7.7MB/s   00:00    
ContainerManager.html                                           100%   21KB   7.3MB/s   00:00    
DataNode.html                                                   100%   28KB  11.8MB/s   00:00    
DataTree.ProcessTxnResult.html                                  100%   19KB   8.0MB/s   00:00    
DataTree.ZxidDigest.html                                        100%   14KB   5.8MB/s   00:00    
DataTree.html                                                   100%  107KB  26.8MB/s   00:00    
DataTreeBean.html                                               100%   19KB   8.5MB/s   00:00    
DataTreeMXBean.html                                             100%   11KB   5.7MB/s   00:00    
DatadirCleanupManager.PurgeTaskStatus.html                      100%   18KB   2.6MB/s   00:00    
DatadirCleanupManager.html                                      100%   20KB   6.7MB/s   00:00    
DigestCalculator.html                                           100%   10KB   2.2MB/s   00:00    
DumbWatcher.html                                                100%   36KB   9.0MB/s   00:00    
EphemeralType.html                                              100%   29KB   7.9MB/s   00:00    
EphemeralTypeEmulate353.html                                    100%   23KB   9.4MB/s   00:00    
ExitCode.html                                                   100%   22KB   6.0MB/s   00:00    
ExpiryQueue.html                                                100%   19KB   8.5MB/s   00:00    
FinalRequestProcessor.html                                      100%   15KB   5.3MB/s   00:00    
NIOServerCnxn.html                                              100%   46KB  14.0MB/s   00:00    
NIOServerCnxnFactory.SelectorThread.html                        100%   28KB   7.9MB/s   00:00    
NIOServerCnxnFactory.html                                       100%   49KB  16.3MB/s   00:00    
NettyServerCnxn.HandshakeState.html                             100%   18KB   4.8MB/s   00:00    
NettyServerCnxn.html                                            100%   40KB  11.8MB/s   00:00    
NettyServerCnxnFactory.html                                     100%   40KB  11.1MB/s   00:00    
NodeHashMap.html                                                100%   19KB   6.1MB/s   00:00    
NodeHashMapImpl.html                                            100%   29KB   8.4MB/s   00:00    
ObserverBean.html                                               100%   34KB  10.5MB/s   00:00    
PrepRequestProcessor.DigestOpCode.html                          100%   19KB   8.9MB/s   00:00    
PrepRequestProcessor.html                                       100%   38KB  13.0MB/s   00:00    
PurgeTxnLog.html                                                100%   15KB  10.4MB/s   00:00    
RateLogger.html                                                 100%   14KB   1.7MB/s   00:00    
ReferenceCountedACLCache.html                                   100%   20KB  11.7MB/s   00:00    
Request.html                                                    100%   51KB  49.3MB/s   00:00    
RequestProcessor.RequestProcessorException.html                 100%   15KB  18.4MB/s   00:00    
RequestProcessor.html                                           100%   12KB  13.0MB/s   00:00    
RequestRecord.html                                              100%   13KB   6.8MB/s   00:00    
RequestThrottler.html                                           100%   32KB  20.4MB/s   00:00    
ResponseCache.html                                              100%   17KB  12.6MB/s   00:00    
ServerCnxn.CloseRequestException.html                           100%   17KB   8.8MB/s   00:00    
ServerCnxn.DisconnectReason.html                                100%   32KB  14.1MB/s   00:00    
ServerCnxn.EndOfStreamException.html                            100%   18KB  14.2MB/s   00:00    
ServerCnxn.html                                                 100%   69KB  29.5MB/s   00:00    
ServerCnxnFactory.html                                          100%   53KB  23.3MB/s   00:00    
ServerCnxnHelper.html                                           100%   13KB  13.4MB/s   00:00    
ServerConfig.html                                               100%   35KB  13.7MB/s   00:00    
ServerMetrics.html                                              100%   94KB  30.6MB/s   00:00    
ServerStats.Provider.html                                       100%   12KB   2.3MB/s   00:00    
ServerStats.html                                                100%   31KB   6.0MB/s   00:00    
ServerWatcher.html                                              100%   11KB   3.0MB/s   00:00    
SessionTracker.Session.html                                     100% 9301    10.8MB/s   00:00    
SessionTracker.SessionExpirer.html                              100%   10KB   4.6MB/s   00:00    
SessionTracker.html                                             100%   27KB  17.1MB/s   00:00    
SessionTrackerImpl.SessionImpl.html                             100%   14KB  10.9MB/s   00:00    
SessionTrackerImpl.html                                         100%   58KB  27.7MB/s   00:00    
SimpleRequestRecord.html                                        100%   15KB  10.3MB/s   00:00    
SnapshotComparer.html                                           100%   12KB  11.7MB/s   00:00    
SnapshotFormatter.html                                          100%   14KB  13.9MB/s   00:00    
SnapshotRecursiveSummary.html                                   100%   16KB   9.8MB/s   00:00    
SyncRequestProcessor.html                                       100%   30KB  18.6MB/s   00:00    
TraceFormatter.html                                             100%   13KB  16.9MB/s   00:00    
TxnLogEntry.html                                                100%   15KB  14.1MB/s   00:00    
TxnLogProposalIterator.html                                     100%   19KB   5.1MB/s   00:00    
UnimplementedRequestProcessor.html                              100%   15KB  13.1MB/s   00:00    
WorkerService.WorkRequest.html                                  100%   13KB   2.2MB/s   00:00    
WorkerService.html                                              100%   18KB   6.2MB/s   00:00    
ZKDatabase.html                                                 100%   92KB  30.5MB/s   00:00    
ZooKeeperCriticalThread.html                                    100%   26KB  13.7MB/s   00:00    
ZooKeeperSaslServer.html                                        100%   15KB   7.6MB/s   00:00    
ZooKeeperServer.MissingSessionException.html                    100%   15KB   4.2MB/s   00:00    
ZooKeeperServer.State.html                                      100%   18KB  13.2MB/s   00:00    
ZooKeeperServer.html                                            100%  152KB  41.4MB/s   00:00    
ZooKeeperServerBean.html                                        100%   91KB  17.2MB/s   00:00    
ZooKeeperServerConf.html                                        100%   30KB  15.5MB/s   00:00    
ZooKeeperServerListener.html                                    100% 9069     6.6MB/s   00:00    
ZooKeeperServerMXBean.html                                      100%   54KB  23.6MB/s   00:00    
ZooKeeperServerMain.html                                        100%   18KB   5.0MB/s   00:00    
ZooKeeperServerShutdownHandler.html                             100%   11KB   9.3MB/s   00:00    
ZooKeeperThread.html                                            100%   25KB  19.8MB/s   00:00    
ZooTrace.html                                                   100%   24KB  21.2MB/s   00:00    
package-summary.html                                            100%   31KB  22.1MB/s   00:00    
package-tree.html                                               100%   28KB  13.3MB/s   00:00    
package-use.html                                                100%   35KB  22.1MB/s   00:00    
CircularBlockingQueue.html                                      100% 5505     2.5MB/s   00:00    
PemReader.html                                                  100% 5421     5.4MB/s   00:00    
SecurityUtils.html                                              100% 5449     3.5MB/s   00:00    
ServiceUtils.html                                               100% 5442     6.2MB/s   00:00    
CircularBlockingQueue.html                                      100%   55KB  45.8MB/s   00:00    
PemReader.html                                                  100%   30KB  21.3MB/s   00:00    
SecurityUtils.html                                              100%   23KB  21.7MB/s   00:00    
ServiceUtils.html                                               100%   16KB  18.8MB/s   00:00    
package-summary.html                                            100% 6515     3.7MB/s   00:00    
package-tree.html                                               100% 6447     3.8MB/s   00:00    
package-use.html                                                100% 5156     6.6MB/s   00:00    
Info.html                                                       100% 8167     5.5MB/s   00:00    
VersionInfoMain.html                                            100% 5484     3.2MB/s   00:00    
Info.html                                                       100%   12KB   9.6MB/s   00:00    
VersionInfoMain.html                                            100%   13KB   6.8MB/s   00:00    
package-summary.html                                            100% 5992     6.0MB/s   00:00    
package-tree.html                                               100% 6063     9.2MB/s   00:00    
package-use.html                                                100% 7038     9.5MB/s   00:00    
AddWatchMode.html                                               100%   19KB  26.3MB/s   00:00    
AsyncCallback.ACLCallback.html                                  100%   14KB   8.4MB/s   00:00    
AsyncCallback.AllChildrenNumberCallback.html                    100%   12KB  12.1MB/s   00:00    
AsyncCallback.Children2Callback.html                            100%   14KB  15.0MB/s   00:00    
AsyncCallback.ChildrenCallback.html                             100%   13KB  11.6MB/s   00:00    
AsyncCallback.Create2Callback.html                              100%   14KB  11.9MB/s   00:00    
AsyncCallback.DataCallback.html                                 100%   14KB  10.3MB/s   00:00    
AsyncCallback.EphemeralsCallback.html                           100%   12KB   5.8MB/s   00:00    
AsyncCallback.MultiCallback.html                                100%   13KB   3.3MB/s   00:00    
AsyncCallback.StatCallback.html                                 100%   14KB   3.7MB/s   00:00    
AsyncCallback.StringCallback.html                               100%   13KB  10.7MB/s   00:00    
AsyncCallback.VoidCallback.html                                 100%   14KB  11.3MB/s   00:00    
AsyncCallback.html                                              100%   13KB   8.6MB/s   00:00    
ClientCnxn.html                                                 100%   50KB   7.7MB/s   00:00    
ClientCnxnSocketNIO.html                                        100%   19KB   4.6MB/s   00:00    
ClientCnxnSocketNetty.html                                      100%   19KB   4.3MB/s   00:00    
ClientWatchManager.html                                         100%   10KB  11.4MB/s   00:00    
CreateMode.html                                                 100%   26KB  28.9MB/s   00:00    
CreateOptions.Builder.html                                      100%   12KB   4.0MB/s   00:00    
CreateOptions.html                                              100%   16KB   4.3MB/s   00:00    
DeleteContainerRequest.html                                     100%   18KB   3.5MB/s   00:00    
DigestWatcher.html                                              100% 8405     4.2MB/s   00:00    
Environment.Entry.html                                          100%   14KB   7.6MB/s   00:00    
Environment.html                                                100%   15KB   3.3MB/s   00:00    
KeeperException.APIErrorException.html                          100%   20KB   3.4MB/s   00:00    
KeeperException.AuthFailedException.html                        100%   20KB   3.6MB/s   00:00    
KeeperException.BadArgumentsException.html                      100%   21KB   7.5MB/s   00:00    
KeeperException.BadVersionException.html                        100%   21KB   5.0MB/s   00:00    
KeeperException.Code.html                                       100%   41KB   6.5MB/s   00:00    
KeeperException.CodeDeprecated.html                             100%   38KB  25.0MB/s   00:00    
KeeperException.ConnectionLossException.html                    100%   20KB  20.7MB/s   00:00    
KeeperException.DataInconsistencyException.html                 100%   20KB  19.6MB/s   00:00    
KeeperException.EphemeralOnLocalSessionException.html           100%   20KB  16.4MB/s   00:00    
KeeperException.InvalidACLException.html                        100%   21KB   5.9MB/s   00:00    
KeeperException.InvalidCallbackException.html                   100%   20KB   6.1MB/s   00:00    
KeeperException.MarshallingErrorException.html                  100%   20KB   4.2MB/s   00:00    
KeeperException.NewConfigNoQuorum.html                          100%   20KB   7.2MB/s   00:00    
KeeperException.NoAuthException.html                            100%   20KB   6.1MB/s   00:00    
KeeperException.NoChildrenForEphemeralsException.html           100%   21KB   3.5MB/s   00:00    
KeeperException.NoNodeException.html                            100%   21KB   5.8MB/s   00:00    
KeeperException.NoWatcherException.html                         100%   21KB   5.8MB/s   00:00    
KeeperException.NodeExistsException.html                        100%   21KB   4.2MB/s   00:00    
KeeperException.NotEmptyException.html                          100%   21KB   5.5MB/s   00:00    
KeeperException.NotReadOnlyException.html                       100%   20KB   7.0MB/s   00:00    
KeeperException.OperationTimeoutException.html                  100%   20KB   7.2MB/s   00:00    
KeeperException.QuotaExceededException.html                     100%   21KB   5.1MB/s   00:00    
KeeperException.ReconfigDisabledException.html                  100%   21KB   5.3MB/s   00:00    
KeeperException.ReconfigInProgress.html                         100%   20KB   5.8MB/s   00:00    
KeeperException.RequestTimeoutException.html                    100%   20KB   4.2MB/s   00:00    
KeeperException.RuntimeInconsistencyException.html              100%   20KB   9.3MB/s   00:00    
KeeperException.SessionClosedRequireAuthException.html          100%   21KB  11.4MB/s   00:00    
KeeperException.SessionExpiredException.html                    100%   20KB  10.5MB/s   00:00    
KeeperException.SessionMovedException.html                      100%   20KB  11.2MB/s   00:00    
KeeperException.SystemErrorException.html                       100%   20KB   9.5MB/s   00:00    
KeeperException.ThrottledOpException.html                       100%   20KB  22.5MB/s   00:00    
KeeperException.UnimplementedException.html                     100%   20KB   7.2MB/s   00:00    
KeeperException.UnknownSessionException.html                    100%   20KB   7.8MB/s   00:00    
KeeperException.html                                            100%   45KB   9.7MB/s   00:00    
Login.html                                                      100%   23KB 549.8KB/s   00:00    
MultiOperationRecord.html                                       100%   25KB   6.7MB/s   00:00    
MultiResponse.html                                              100%   23KB   4.5MB/s   00:00    
Op.Check.html                                                   100%   16KB   6.2MB/s   00:00    
Op.Create.html                                                  100%   18KB  10.7MB/s   00:00    
Op.CreateTTL.html                                               100%   16KB   6.4MB/s   00:00    
Op.Delete.html                                                  100%   16KB  16.8MB/s   00:00    
Op.GetChildren.html                                             100%   16KB   9.2MB/s   00:00    
Op.GetData.html                                                 100%   16KB   9.9MB/s   00:00    
Op.OpKind.html                                                  100%   17KB  20.2MB/s   00:00    
Op.SetData.html                                                 100%   16KB  16.3MB/s   00:00    
Op.html                                                         100%   39KB  10.1MB/s   00:00    
OpResult.CheckResult.html                                       100%   15KB   9.6MB/s   00:00    
OpResult.CreateResult.html                                      100%   18KB  13.0MB/s   00:00    
OpResult.DeleteResult.html                                      100%   15KB  10.5MB/s   00:00    
OpResult.ErrorResult.html                                       100%   16KB  10.4MB/s   00:00    
OpResult.GetChildrenResult.html                                 100%   17KB  23.0MB/s   00:00    
OpResult.GetDataResult.html                                     100%   17KB  12.6MB/s   00:00    
OpResult.SetDataResult.html                                     100%   16KB  14.8MB/s   00:00    
OpResult.html                                                   100%   15KB  10.2MB/s   00:00    
Quotas.html                                                     100%   22KB   6.4MB/s   00:00    
SaslClientCallbackHandler.html                                  100%   15KB   2.5MB/s   00:00    
Shell.html                                                      100%   42KB   5.5MB/s   00:00    
SaslServerPrincipal.html                                        100%   10KB  10.4MB/s   00:00    
ServerAdminClient.html                                          100%   18KB  18.5MB/s   00:00    
Shell.ExitCodeException.html                                    100%   16KB  18.6MB/s   00:00    
Shell.ShellCommandExecutor.html                                 100%   28KB  34.0MB/s   00:00    
StatsTrack.html                                                 100%   22KB  13.1MB/s   00:00    
Testable.html                                                   100%   10KB  13.8MB/s   00:00    
Transaction.html                                                100%   20KB  21.7MB/s   00:00    
Version.html                                                    100%   19KB  17.2MB/s   00:00    
WatchDeregistration.html                                        100%   16KB  10.1MB/s   00:00    
WatchedEvent.html                                               100%   23KB  16.4MB/s   00:00    
Watcher.Event.EventType.html                                    100%   22KB  12.2MB/s   00:00    
Watcher.Event.KeeperState.html                                  100%   25KB   6.4MB/s   00:00    
Watcher.Event.html                                              100% 7707     5.9MB/s   00:00    
Watcher.WatcherType.html                                        100%   20KB  11.8MB/s   00:00    
Watcher.html                                                    100%   11KB   6.3MB/s   00:00    
ZKUtil.html                                                     100%   30KB   5.7MB/s   00:00    
ZooDefs.AddWatchModes.html                                      100% 8390     9.1MB/s   00:00    
ZooDefs.Ids.html                                                100%   13KB  19.0MB/s   00:00    
ZooDefs.OpCode.html                                             100%   25KB  16.5MB/s   00:00    
ZooDefs.Perms.html                                              100%   10KB  15.4MB/s   00:00    
ZooDefs.html                                                    100%   14KB  13.7MB/s   00:00    
ZooKeeper.States.html                                           100%   21KB  17.1MB/s   00:00    
ZooKeeper.WatchRegistration.html                                100%   16KB  13.6MB/s   00:00    
ZooKeeper.html                                                  100%  255KB  32.5MB/s   00:00    
ZooKeeperMain.html                                              100%   31KB  13.6MB/s   00:00    
ZookeeperBanner.html                                            100%   12KB   5.4MB/s   00:00    
package-summary.html                                            100%   31KB  33.1MB/s   00:00    
package-tree.html                                               100%   28KB  19.0MB/s   00:00    
package-use.html                                                100%   30KB  13.2MB/s   00:00    
glass.png                                                       100%  499   805.2KB/s   00:00    
x.png                                                           100%  394   419.5KB/s   00:00    
allclasses-index.html                                           100%  167KB  22.7MB/s   00:00    
allclasses.html                                                 100%   79KB  45.2MB/s   00:00    
allpackages-index.html                                          100% 9943    16.6MB/s   00:00    
constant-values.html                                            100%  192KB  38.7MB/s   00:00    
deprecated-list.html                                            100%   22KB   7.8MB/s   00:00    
element-list                                                    100%  795   539.7KB/s   00:00    
help-doc.html                                                   100%   10KB   2.7MB/s   00:00    
index-all.html                                                  100% 1930KB  39.2MB/s   00:00    
index.html                                                      100%   10KB   3.6MB/s   00:00    
jquery-ui.overrides.css                                         100% 1498     1.1MB/s   00:00    
member-search-index.js                                          100%  492KB  40.1MB/s   00:00    
member-search-index.zip                                         100%   52KB  10.8MB/s   00:00    
overview-summary.html                                           100%  688   340.0KB/s   00:00    
overview-tree.html                                              100%  149KB  22.0MB/s   00:00    
package-search-index.js                                         100% 1069   690.4KB/s   00:00    
package-search-index.zip                                        100%  368   283.0KB/s   00:00    
script.js                                                       100% 6040     3.6MB/s   00:00    
search.js                                                       100%   13KB   5.7MB/s   00:00    
serialized-form.html                                            100%   36KB   9.9MB/s   00:00    
stylesheet.css                                                  100%   22KB   5.6MB/s   00:00    
type-search-index.js                                            100%   34KB   3.9MB/s   00:00    
type-search-index.zip                                           100% 4491     1.0MB/s   00:00    
commons-cli-1.5.0.LICENSE.txt                                   100%   11KB   2.2MB/s   00:00    
commons-io-2.11.0.LICENSE.txt                                   100%   11KB   4.4MB/s   00:00    
jetty-client-9.4.53.v20231009.LICENSE.txt                       100%   23KB   4.5MB/s   00:00    
jetty-http-9.4.53.v20231009.LICENSE.txt                         100%   23KB   6.2MB/s   00:00    
jetty-io-9.4.53.v20231009.LICENSE.txt                           100%   23KB   8.8MB/s   00:00    
jetty-security-9.4.53.v20231009.LICENSE.txt                     100%   23KB   7.8MB/s   00:00    
jetty-server-9.4.53.v20231009.LICENSE.txt                       100%   23KB   8.2MB/s   00:00    
jetty-servlet-9.4.53.v20231009.LICENSE.txt                      100%   23KB   9.4MB/s   00:00    
jetty-util-9.4.53.v20231009.LICENSE.txt                         100%   23KB   6.4MB/s   00:00    
jetty-util-ajax-9.4.53.v20231009.LICENSE.txt                    100%   23KB   4.9MB/s   00:00    
jline-2.14.6.LICENSE.txt                                        100% 1535   466.4KB/s   00:00    
logback-classic-1.2.13.LICENSE.txt                              100%   35KB   7.4MB/s   00:00    
logback-core-1.2.13.LICENSE.txt                                 100%   35KB   9.6MB/s   00:00    
metrics-core-4.1.12.1.jar_LICENSE.txt                           100%   11KB  10.0MB/s   00:00    
netty-buffer-4.1.105.Final.LICENSE.txt                          100%   11KB  17.4MB/s   00:00    
netty-codec-4.1.105.Final.LICENSE.txt                           100%   11KB   5.4MB/s   00:00    
netty-common-4.1.105.Final.LICENSE.txt                          100%   11KB   4.4MB/s   00:00    
netty-handler-4.1.105.Final.LICENSE.txt                         100%   11KB   8.2MB/s   00:00    
netty-resolver-4.1.105.Final.LICENSE.txt                        100%   11KB   7.2MB/s   00:00    
netty-transport-4.1.105.Final.LICENSE.txt                       100%   11KB   2.9MB/s   00:00    
netty-transport-classes-epoll-4.1.105.Final.LICENSE.txt         100%   11KB   3.9MB/s   00:00    
netty-transport-native-unix-common-4.1.105.Final.LICENSE.txt    100%   11KB   4.8MB/s   00:00    
simpleclient-0.9.0.LICENSE.txt                                  100%   11KB   6.1MB/s   00:00    
simpleclient_common-0.9.0_LICENSE.txt                           100%   11KB  15.2MB/s   00:00    
simpleclient_hotspot-0.9.0_LICENSE.txt                          100%   11KB  14.7MB/s   00:00    
simpleclient_servlet-0.9.0_LICENSE.txt                          100%   11KB   7.0MB/s   00:00    
slf4j-1.7.30.LICENSE.txt                                        100% 1133     1.3MB/s   00:00    
snappy-java-1.1.10.5.jar_LICENSE.txt                            100%   11KB   9.8MB/s   00:00    
zookeeper-jute-3.9.2.jar                                        100%  250KB  10.4MB/s   00:00    
audience-annotations-0.12.0.jar                                 100%   20KB   9.2MB/s   00:00    
zookeeper-3.9.2.jar                                             100% 1325KB  10.8MB/s   00:00    
netty-handler-4.1.105.Final.jar                                 100%  548KB  35.6MB/s   00:00    
netty-common-4.1.105.Final.jar                                  100%  645KB  26.1MB/s   00:00    
netty-resolver-4.1.105.Final.jar                                100%   37KB   8.9MB/s   00:00    
netty-buffer-4.1.105.Final.jar                                  100%  301KB  37.8MB/s   00:00    
netty-transport-4.1.105.Final.jar                               100%  485KB  31.5MB/s   00:00    
netty-transport-native-unix-common-4.1.105.Final.jar            100%   43KB  12.6MB/s   00:00    
netty-codec-4.1.105.Final.jar                                   100%  337KB  28.1MB/s   00:00    
netty-transport-native-epoll-4.1.105.Final-linux-x86_64.jar     100%   39KB   9.8MB/s   00:00    
netty-transport-classes-epoll-4.1.105.Final.jar                 100%  144KB  21.8MB/s   00:00    
netty-tcnative-boringssl-static-2.0.61.Final.jar                100% 3228     1.4MB/s   00:00    
netty-tcnative-classes-2.0.61.Final.jar                         100%   34KB  12.1MB/s   00:00    
netty-tcnative-boringssl-static-2.0.61.Final-linux-x86_64.jar   100% 1218KB  33.2MB/s   00:00    
netty-tcnative-boringssl-static-2.0.61.Final-linux-aarch_64.jar 100% 1120KB  34.2MB/s   00:00    
netty-tcnative-boringssl-static-2.0.61.Final-osx-x86_64.jar     100% 1091KB  36.7MB/s   00:00    
netty-tcnative-boringssl-static-2.0.61.Final-osx-aarch_64.jar   100%  975KB  40.2MB/s   00:00    
netty-tcnative-boringssl-static-2.0.61.Final-windows-x86_64.jar 100%  983KB  36.3MB/s   00:00    
slf4j-api-1.7.30.jar                                            100%   41KB  13.9MB/s   00:00    
logback-core-1.2.13.jar                                         100%  439KB  37.2MB/s   00:00    
logback-classic-1.2.13.jar                                      100%  227KB  26.6MB/s   00:00    
commons-io-2.11.0.jar                                           100%  319KB  23.1MB/s   00:00    
zookeeper-prometheus-metrics-3.9.2.jar                          100%   23KB   6.5MB/s   00:00    
simpleclient-0.9.0.jar                                          100%   56KB   6.8MB/s   00:00    
simpleclient_hotspot-0.9.0.jar                                  100%   21KB   4.1MB/s   00:00    
simpleclient_servlet-0.9.0.jar                                  100% 7110     1.2MB/s   00:00    
simpleclient_common-0.9.0.jar                                   100% 5823     1.5MB/s   00:00    
commons-cli-1.5.0.jar                                           100%   57KB  10.0MB/s   00:00    
jetty-server-9.4.53.v20231009.jar                               100%  719KB  31.7MB/s   00:00    
javax.servlet-api-3.1.0.jar                                     100%   94KB  17.3MB/s   00:00    
jetty-http-9.4.53.v20231009.jar                                 100%  243KB  19.1MB/s   00:00    
jetty-util-9.4.53.v20231009.jar                                 100%  575KB  47.4MB/s   00:00    
jetty-io-9.4.53.v20231009.jar                                   100%  179KB  22.3MB/s   00:00    
jetty-servlet-9.4.53.v20231009.jar                              100%  143KB  23.2MB/s   00:00    
jetty-security-9.4.53.v20231009.jar                             100%  116KB  16.4MB/s   00:00    
jetty-util-ajax-9.4.53.v20231009.jar                            100%   65KB  17.3MB/s   00:00    
jackson-databind-2.15.2.jar                                     100% 1582KB  45.4MB/s   00:00    
jackson-annotations-2.15.2.jar                                  100%   74KB  17.6MB/s   00:00    
jackson-core-2.15.2.jar                                         100%  536KB  33.6MB/s   00:00    
jline-2.14.6.jar                                                100%  262KB  29.8MB/s   00:00    
metrics-core-4.1.12.1.jar                                       100%  103KB  18.6MB/s   00:00    
snappy-java-1.1.10.5.jar                                        100% 2246KB  47.3MB/s   00:00    
LICENSE.txt                                                     100%   11KB   3.4MB/s   00:00    
NOTICE.txt                                                      100% 2084     1.0MB/s   00:00    
README.md                                                       100% 2335     1.5MB/s   00:00    
README_packaging.md                                             100% 3570     2.0MB/s   00:00    
configuration.xsl                                               100%  535   401.4KB/s   00:00    
logback.xml                                                     100% 4559     2.2MB/s   00:00    
zoo_sample.cfg.bak                                              100% 1183   716.1KB/s   00:00    
zoo.cfg                                                         100%  878   206.0KB/s   00:00    
README.txt                                                      100%  232    54.1KB/s   00:00    
zkCleanup.sh                                                    100% 1978     1.2MB/s   00:00    
zkCli.cmd                                                       100% 1115   556.2KB/s   00:00    
zkCli.sh                                                        100% 1576     1.6MB/s   00:00    
zkEnv.cmd                                                       100% 1810   988.2KB/s   00:00    
zkEnv.sh                                                        100% 3947     1.8MB/s   00:00    
zkServer-initialize.sh                                          100% 4559     2.5MB/s   00:00    
zkServer.cmd                                                    100% 1243   885.5KB/s   00:00    
zkServer.sh                                                     100%   11KB   5.3MB/s   00:00    
zkSnapShotToolkit.cmd                                           100%  988   535.7KB/s   00:00    
zkSnapShotToolkit.sh                                            100% 1377   641.3KB/s   00:00    
zkSnapshotComparer.cmd                                          100%  987   329.6KB/s   00:00    
zkSnapshotComparer.sh                                           100% 1374     1.0MB/s   00:00    
zkSnapshotRecursiveSummaryToolkit.cmd                           100%  995   776.0KB/s   00:00    
zkSnapshotRecursiveSummaryToolkit.sh                            100% 1422     1.5MB/s   00:00    
zkTxnLogToolkit.cmd                                             100%  996   705.3KB/s   00:00    
zkTxnLogToolkit.sh                                              100% 1385   922.4KB/s   00:00    
zookeeper-root-server-master.out                                100%   44KB   7.7MB/s   00:00    
[root@master conf]# ssh clone1
Last login: Sun May 26 15:59:06 2024 from master
[root@clone1 ~]# source /etc/profile
[root@clone1 ~]# ssh clone2
Last login: Sun May 26 14:08:40 2024 from clone1
so[root@clone2 ~]# source /etc/profile
[root@clone2 ~]# less /etc/profile
[root@clone2 ~]# cd /root/apache-zookeeper-3.9.2-bin/
您在 /var/spool/mail/root 中有新邮件
[root@clone2 apache-zookeeper-3.9.2-bin]# ls
bin  conf  docs  lib  LICENSE.txt  logs  NOTICE.txt  README.md  README_packaging.md  zkData
[root@clone2 apache-zookeeper-3.9.2-bin]# cd zkData
[root@clone2 zkData]# ls
version-2
[root@clone2 zkData]# cd ..
[root@clone2 apache-zookeeper-3.9.2-bin]# echo 3 > ./zkData/myid    //6.添加标识
[root@clone2 apache-zookeeper-3.9.2-bin]# exit
登出
Connection to clone2 closed.
您在 /var/spool/mail/root 中有新邮件
[root@clone1 ~]# cd /root/apache-zookeeper-3.9.2-bin/
[root@clone1 apache-zookeeper-3.9.2-bin]# echo 2 > ./zkData/myid
[root@clone1 apache-zookeeper-3.9.2-bin]# exit
登出
Connection to clone1 closed.
[root@master conf]# cd ..
[root@master apache-zookeeper-3.9.2-bin]# echo 1 > ./zkData/myid
[root@master apache-zookeeper-3.9.2-bin]# bin/zkServer.sh start
ZooKeeper JMX enabled by default
Using config: /root/apache-zookeeper-3.9.2-bin/bin/../conf/zoo.cfg
Starting zookeeper ... STARTED
[root@master apache-zookeeper-3.9.2-bin]# ssh clone1
Last login: Sun May 26 16:03:50 2024 from master
[root@clone1 ~]# zkServer.sh start
ZooKeeper JMX enabled by default
Using config: /root/apache-zookeeper-3.9.2-bin/bin/../conf/zoo.cfg
Starting zookeeper ... STARTED
[root@clone1 ~]# ssh clone2
Last login: Sun May 26 16:04:02 2024 from clone1
[root@clone2 ~]# zkServer.sh start
ZooKeeper JMX enabled by default
Using config: /root/apache-zookeeper-3.9.2-bin/bin/../conf/zoo.cfg
Starting zookeeper ... STARTED
[root@clone2 ~]# zkCli.sh -server         //如果配置文件没错,到这里应该集群模式启动成功
Error: no argument found for option -server
Connecting to localhost:2181
2024-05-26 16:08:01,219 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:zookeeper.version=3.9.2-e454e8c7283100c7caec6dcae2bc82aaecb63023, built on 2024-02-12 20:59 UTC
2024-05-26 16:08:01,236 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:host.name=clone2
2024-05-26 16:08:01,240 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.version=1.8.0_401
2024-05-26 16:08:01,240 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.vendor=Oracle Corporation
2024-05-26 16:08:01,240 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.home=/root/jdk1.8.0_401/jre
2024-05-26 16:08:01,240 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.class.path=/root/apache-zookeeper-3.9.2-bin/bin/../zookeeper-metrics-providers/zookeeper-prometheus-metrics/target/classes:/root/apache-zookeeper-3.9.2-bin/bin/../zookeeper-server/target/classes:/root/apache-zookeeper-3.9.2-bin/bin/../build/classes:/root/apache-zookeeper-3.9.2-bin/bin/../zookeeper-metrics-providers/zookeeper-prometheus-metrics/target/lib/*.jar:/root/apache-zookeeper-3.9.2-bin/bin/../zookeeper-server/target/lib/*.jar:/root/apache-zookeeper-3.9.2-bin/bin/../build/lib/*.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/zookeeper-prometheus-metrics-3.9.2.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/zookeeper-jute-3.9.2.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/zookeeper-3.9.2.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/snappy-java-1.1.10.5.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/slf4j-api-1.7.30.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/simpleclient_servlet-0.9.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/simpleclient_hotspot-0.9.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/simpleclient_common-0.9.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/simpleclient-0.9.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-transport-native-unix-common-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-transport-native-epoll-4.1.105.Final-linux-x86_64.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-transport-classes-epoll-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-transport-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-classes-2.0.61.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-boringssl-static-2.0.61.Final-windows-x86_64.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-boringssl-static-2.0.61.Final-osx-x86_64.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-boringssl-static-2.0.61.Final-osx-aarch_64.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-boringssl-static-2.0.61.Final-linux-x86_64.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-boringssl-static-2.0.61.Final-linux-aarch_64.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-boringssl-static-2.0.61.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-resolver-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-handler-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-common-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-codec-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-buffer-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/metrics-core-4.1.12.1.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/logback-core-1.2.13.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/logback-classic-1.2.13.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jline-2.14.6.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-util-ajax-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-util-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-servlet-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-server-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-security-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-io-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-http-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/javax.servlet-api-3.1.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jackson-databind-2.15.2.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jackson-core-2.15.2.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jackson-annotations-2.15.2.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/commons-io-2.11.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/commons-cli-1.5.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/audience-annotations-0.12.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../zookeeper-*.jar:/root/apache-zookeeper-3.9.2-bin/bin/../zookeeper-server/src/main/resources/lib/*.jar:/root/apache-zookeeper-3.9.2-bin/bin/../conf:.:/root/jdk1.8.0_401/lib/tools.jar:JAVA_HOME/lib/dt.jar
2024-05-26 16:08:01,241 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
2024-05-26 16:08:01,241 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.io.tmpdir=/tmp
2024-05-26 16:08:01,241 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.compiler=<NA>
2024-05-26 16:08:01,241 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:os.name=Linux
2024-05-26 16:08:01,241 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:os.arch=amd64
2024-05-26 16:08:01,241 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:os.version=3.10.0-1160.114.2.el7.x86_64
2024-05-26 16:08:01,241 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:user.name=root
2024-05-26 16:08:01,242 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:user.home=/root
2024-05-26 16:08:01,242 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:user.dir=/root
2024-05-26 16:08:01,242 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:os.memory.free=22MB
2024-05-26 16:08:01,242 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:os.memory.max=228MB
2024-05-26 16:08:01,242 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:os.memory.total=29MB
2024-05-26 16:08:01,250 [myid:] - INFO  [main:o.a.z.ZooKeeper@637] - Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.apache.zookeeper.ZooKeeperMain$MyWatcher@18be83e4
2024-05-26 16:08:01,264 [myid:] - INFO  [main:o.a.z.c.X509Util@88] - Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation
2024-05-26 16:08:02,029 [myid:] - INFO  [main:o.a.z.c.X509Util@110] - Default TLS protocol is TLSv1.3, supported TLS protocols are [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1, SSLv3, SSLv2Hello]
2024-05-26 16:08:02,081 [myid:] - INFO  [main:o.a.z.ClientCnxnSocket@233] - jute.maxbuffer value is 1048575 Bytes
2024-05-26 16:08:02,098 [myid:] - INFO  [main:o.a.z.ClientCnxn@1726] - zookeeper.request.timeout value is 0. feature enabled=false
Welcome to ZooKeeper!
2024-05-26 16:08:02,121 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1162] - Opening socket connection to server localhost/0:0:0:0:0:0:0:1:2181.
2024-05-26 16:08:02,122 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1164] - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2024-05-26 16:08:02,159 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1285] - Session 0x0 for server localhost/0:0:0:0:0:0:0:1:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
java.net.ConnectException: 拒绝连接
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:344)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1274)
JLine support is enabled
[zk: localhost:2181(CONNECTING) 0] 2024-05-26 16:08:03,270 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1162] - Opening socket connection to server localhost/0:0:0:0:0:0:0:1:2181.
2024-05-26 16:08:03,271 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1164] - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2024-05-26 16:08:03,272 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1285] - Session 0x0 for server localhost/0:0:0:0:0:0:0:1:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
java.net.ConnectException: 拒绝连接
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:344)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1274)
2024-05-26 16:08:04,375 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1162] - Opening socket connection to server localhost/127.0.0.1:2181.
2024-05-26 16:08:04,375 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1164] - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2024-05-26 16:08:04,376 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1285] - Session 0x0 for server localhost/127.0.0.1:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
java.net.ConnectException: 拒绝连接
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:344)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1274)
2024-05-26 16:08:05,479 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1162] - Opening socket connection to server localhost/0:0:0:0:0:0:0:1:2181.
2024-05-26 16:08:05,480 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1164] - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2024-05-26 16:08:05,483 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1285] - Session 0x0 for server localhost/0:0:0:0:0:0:0:1:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
java.net.ConnectException: 拒绝连接
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:344)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1274)
2024-05-26 16:08:06,586 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1162] - Opening socket connection to server localhost/127.0.0.1:2181.
2024-05-26 16:08:06,587 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1164] - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2024-05-26 16:08:06,588 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1285] - Session 0x0 for server localhost/127.0.0.1:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
java.net.ConnectException: 拒绝连接
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:344)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1274)
2024-05-26 16:08:07,690 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1162] - Opening socket connection to server localhost/127.0.0.1:2181.
2024-05-26 16:08:07,692 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1164] - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2024-05-26 16:08:07,694 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1285] - Session 0x0 for server localhost/127.0.0.1:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
java.net.ConnectException: 拒绝连接
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:344)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1274)
2024-05-26 16:08:08,796 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1162] - Opening socket connection to server localhost/0:0:0:0:0:0:0:1:2181.
2024-05-26 16:08:08,797 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1164] - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2024-05-26 16:08:08,798 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1285] - Session 0x0 for server localhost/0:0:0:0:0:0:0:1:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
java.net.ConnectException: 拒绝连接
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:344)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1274)
2024-05-26 16:08:09,901 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1162] - Opening socket connection to server localhost/127.0.0.1:2181.
2024-05-26 16:08:09,901 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1164] - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2024-05-26 16:08:09,902 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1285] - Session 0x0 for server localhost/127.0.0.1:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
java.net.ConnectException: 拒绝连接
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:344)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1274)
2024-05-26 16:08:11,004 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1162] - Opening socket connection to server localhost/0:0:0:0:0:0:0:1:2181.
2024-05-26 16:08:11,004 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1164] - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2024-05-26 16:08:11,005 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1285] - Session 0x0 for server localhost/0:0:0:0:0:0:0:1:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
java.net.ConnectException: 拒绝连接
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:344)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1274)
2024-05-26 16:08:12,108 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1162] - Opening socket connection to server localhost/0:0:0:0:0:0:0:1:2181.
2024-05-26 16:08:12,109 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1164] - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2024-05-26 16:08:12,110 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1285] - Session 0x0 for server localhost/0:0:0:0:0:0:0:1:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
java.net.ConnectException: 拒绝连接
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:344)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1274)
2024-05-26 16:08:13,213 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1162] - Opening socket connection to server localhost/0:0:0:0:0:0:0:1:2181.
2024-05-26 16:08:13,214 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1164] - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2024-05-26 16:08:13,215 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1285] - Session 0x0 for server localhost/0:0:0:0:0:0:0:1:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
java.net.ConnectException: 拒绝连接
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:344)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1274)
2024-05-26 16:08:14,317 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1162] - Opening socket connection to server localhost/0:0:0:0:0:0:0:1:2181.
2024-05-26 16:08:14,318 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1164] - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2024-05-26 16:08:14,318 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1285] - Session 0x0 for server localhost/0:0:0:0:0:0:0:1:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
java.net.ConnectException: 拒绝连接
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:344)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1274)
2024-05-26 16:08:15,421 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1162] - Opening socket connection to server localhost/127.0.0.1:2181.
2024-05-26 16:08:15,421 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1164] - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2024-05-26 16:08:15,422 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1285] - Session 0x0 for server localhost/127.0.0.1:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
java.net.ConnectException: 拒绝连接
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:344)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1274)
2024-05-26 16:08:16,525 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1162] - Opening socket connection to server localhost/0:0:0:0:0:0:0:1:2181.
2024-05-26 16:08:16,525 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1164] - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2024-05-26 16:08:16,527 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1285] - Session 0x0 for server localhost/0:0:0:0:0:0:0:1:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
java.net.ConnectException: 拒绝连接
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:344)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1274)
2024-05-26 16:08:17,630 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1162] - Opening socket connection to server localhost/0:0:0:0:0:0:0:1:2181.
2024-05-26 16:08:17,631 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1164] - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2024-05-26 16:08:17,632 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1285] - Session 0x0 for server localhost/0:0:0:0:0:0:0:1:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
java.net.ConnectException: 拒绝连接
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:344)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1274)
2024-05-26 16:08:18,733 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1162] - Opening socket connection to server localhost/127.0.0.1:2181.
2024-05-26 16:08:18,734 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1164] - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2024-05-26 16:08:18,736 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1285] - Session 0x0 for server localhost/127.0.0.1:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
java.net.ConnectException: 拒绝连接
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:344)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1274)
2024-05-26 16:08:19,839 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1162] - Opening socket connection to server localhost/0:0:0:0:0:0:0:1:2181.
2024-05-26 16:08:19,840 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1164] - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2024-05-26 16:08:19,840 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1285] - Session 0x0 for server localhost/0:0:0:0:0:0:0:1:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
java.net.ConnectException: 拒绝连接
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:715)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:344)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1274)
[root@clone2 ~]# ls
anaconda-ks.cfg               hadoop-3.4.0                perl5  图片  桌面
apache-hive-3.1.3-bin         initial-setup-ks.cfg        公共   文档
apache-hive-3.1.3-bin.tar.gz  jdk1.8.0_401                模板   下载
apache-zookeeper-3.9.2-bin    jdk-8u401-linux-x64.tar.gz  视频   音乐
您在 /var/spool/mail/root 中有新邮件
[root@clone2 ~]# cd /root/apache-zookeeper-3.9.2-bin/
[root@clone2 apache-zookeeper-3.9.2-bin]# ls
bin  conf  docs  lib  LICENSE.txt  logs  NOTICE.txt  README.md  README_packaging.md  zkData
[root@clone2 apache-zookeeper-3.9.2-bin]# zkServer.sh status
ZooKeeper JMX enabled by default
Using config: /root/apache-zookeeper-3.9.2-bin/bin/../conf/zoo.cfg
Client port not found in static config file. Looking in dynamic config file.
grep: : 没有那个文件或目录
Client port not found in the server configs
Client port not found. Looking for secureClientPort in the static config.
Unable to find either secure or unsecure client port in any configs. Terminating.
[root@clone2 apache-zookeeper-3.9.2-bin]# service iptables status
Redirecting to /bin/systemctl status iptables.service
Unit iptables.service could not be found.
您在 /var/spool/mail/root 中有新邮件
[root@clone2 apache-zookeeper-3.9.2-bin]# service fillwalld status
Redirecting to /bin/systemctl status fillwalld.service
Unit fillwalld.service could not be found.
[root@clone2 apache-zookeeper-3.9.2-bin]# systemctl status fillwalld
Unit fillwalld.service could not be found.
您在 /var/spool/mail/root 中有新邮件
[root@clone2 apache-zookeeper-3.9.2-bin]# systemctl status firewalld
● firewalld.service - firewalld - dynamic firewall daemon
   Loaded: loaded (/usr/lib/systemd/system/firewalld.service; disabled; vendor preset: enabled)
   Active: inactive (dead)
     Docs: man:firewalld(1)
[root@clone2 apache-zookeeper-3.9.2-bin]# cd conf
您在 /var/spool/mail/root 中有新邮件
[root@clone2 conf]# ls
configuration.xsl  logback.xml  zoo.cfg  zoo_sample.cfg.bak
[root@clone2 conf]# vim zoo.cfg
[root@clone2 conf]# :vim zoo_sam*
bash: :vim: 未找到命令...
相似命令是: 'vim'
[root@clone2 conf]# vim zoo_sam*
您在 /var/spool/mail/root 中有新邮件
[root@clone2 conf]# cp zoo_sample.cfg.bak zoo.cfg
cp:是否覆盖"zoo.cfg"? y
[root@clone2 conf]# vim zoo.cfg    //修正配置文件,重启服务器
[root@clone2 conf]# skService.sh stop
bash: skService.sh: 未找到命令...
您在 /var/spool/mail/root 中有新邮件
[root@clone2 conf]# zkService.sh stop &
[1] 117906
[root@clone2 conf]# bash: zkService.sh: 未找到命令...
exit
登出
Connection to clone2 closed.
您在 /var/spool/mail/root 中有新邮件
[root@clone1 ~]# cd apache-zoo*
[root@clone1 apache-zookeeper-3.9.2-bin]# cd conf
[root@clone1 conf]# ls
configuration.xsl  logback.xml  zoo.cfg  zoo_sample.cfg.bak
[root@clone1 conf]# cp zoo_sample.cfg.bak zoo.cfg
cp:是否覆盖"zoo.cfg"? y
[root@clone1 conf]# vim zoo.cfg
您在 /var/spool/mail/root 中有新邮件
[root@clone1 conf]# ssh clone2
Last login: Sun May 26 16:07:35 2024 from clone1
[root@clone2 ~]# cd apache-zoo*
[root@clone2 apache-zookeeper-3.9.2-bin]# cd conf
[root@clone2 conf]# ls
configuration.xsl  logback.xml  zoo.cfg  zoo_sample.cfg.bak
[root@clone2 conf]# vim zoo.cfg
您在 /var/spool/mail/root 中有新邮件
[root@clone2 conf]# scp zoo.cfg root@clone1:/root/apache-zookeeper-3.9.2-bin/conf/zoo.cfg
zoo.cfg                                                         100% 1286   749.1KB/s   00:00    
[root@clone2 conf]# scp zoo.cfg root@master:/root/apache-zookeeper-3.9.2-bin/conf/zoo.cfg
zoo.cfg                                                         100% 1286   321.6KB/s   00:00    
[root@clone2 conf]# zkServer.sh start
ZooKeeper JMX enabled by default
Using config: /root/apache-zookeeper-3.9.2-bin/bin/../conf/zoo.cfg
Starting zookeeper ... already running as process 117169.
您在 /var/spool/mail/root 中有新邮件
[root@clone2 conf]# zkServer.sh stop
ZooKeeper JMX enabled by default
Using config: /root/apache-zookeeper-3.9.2-bin/bin/../conf/zoo.cfg
Stopping zookeeper ... STOPPED
[root@clone2 conf]# zkServer.sh start
ZooKeeper JMX enabled by default
Using config: /root/apache-zookeeper-3.9.2-bin/bin/../conf/zoo.cfg
Starting zookeeper ... STARTED
[root@clone2 conf]# exit
登出
Connection to clone2 closed.
您在 /var/spool/mail/root 中有新邮件
[root@clone1 conf]# zkServer.sh stop
ZooKeeper JMX enabled by default
Using config: /root/apache-zookeeper-3.9.2-bin/bin/../conf/zoo.cfg
Stopping zookeeper ... STOPPED
[root@clone1 conf]# zkServer.sh start
ZooKeeper JMX enabled by default
Using config: /root/apache-zookeeper-3.9.2-bin/bin/../conf/zoo.cfg
Starting zookeeper ... eSTARTED
[root@clone1 conf]# exit
登出
Connection to clone1 closed.
[root@master apache-zookeeper-3.9.2-bin]# zkServer.sh stop
ZooKeeper JMX enabled by default
Using config: /root/apache-zookeeper-3.9.2-bin/bin/../conf/zoo.cfg
Stopping zookeeper ... STOPPED
[root@master apache-zookeeper-3.9.2-bin]# zkServer.sh start
ZooKeeper JMX enabled by default
Using config: /root/apache-zookeeper-3.9.2-bin/bin/../conf/zoo.cfg
Starting zookeeper ... STARTED
[root@master apache-zookeeper-3.9.2-bin]# zkCli.sh -server        //7.启动客户端(3)
Error: no argument found for option -server
Connecting to localhost:2181
2024-05-26 16:20:52,118 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:zookeeper.version=3.9.2-e454e8c7283100c7caec6dcae2bc82aaecb63023, built on 2024-02-12 20:59 UTC
2024-05-26 16:20:52,123 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:host.name=master
2024-05-26 16:20:52,124 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.version=1.8.0_401
2024-05-26 16:20:52,124 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.vendor=Oracle Corporation
2024-05-26 16:20:52,124 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.home=/root/jdk1.8.0_401/jre
2024-05-26 16:20:52,124 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.class.path=/root/apache-zookeeper-3.9.2-bin/bin/../zookeeper-metrics-providers/zookeeper-prometheus-metrics/target/classes:/root/apache-zookeeper-3.9.2-bin/bin/../zookeeper-server/target/classes:/root/apache-zookeeper-3.9.2-bin/bin/../build/classes:/root/apache-zookeeper-3.9.2-bin/bin/../zookeeper-metrics-providers/zookeeper-prometheus-metrics/target/lib/*.jar:/root/apache-zookeeper-3.9.2-bin/bin/../zookeeper-server/target/lib/*.jar:/root/apache-zookeeper-3.9.2-bin/bin/../build/lib/*.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/zookeeper-prometheus-metrics-3.9.2.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/zookeeper-jute-3.9.2.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/zookeeper-3.9.2.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/snappy-java-1.1.10.5.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/slf4j-api-1.7.30.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/simpleclient_servlet-0.9.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/simpleclient_hotspot-0.9.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/simpleclient_common-0.9.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/simpleclient-0.9.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-transport-native-unix-common-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-transport-native-epoll-4.1.105.Final-linux-x86_64.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-transport-classes-epoll-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-transport-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-classes-2.0.61.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-boringssl-static-2.0.61.Final-windows-x86_64.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-boringssl-static-2.0.61.Final-osx-x86_64.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-boringssl-static-2.0.61.Final-osx-aarch_64.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-boringssl-static-2.0.61.Final-linux-x86_64.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-boringssl-static-2.0.61.Final-linux-aarch_64.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-boringssl-static-2.0.61.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-resolver-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-handler-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-common-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-codec-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-buffer-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/metrics-core-4.1.12.1.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/logback-core-1.2.13.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/logback-classic-1.2.13.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jline-2.14.6.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-util-ajax-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-util-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-servlet-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-server-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-security-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-io-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-http-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/javax.servlet-api-3.1.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jackson-databind-2.15.2.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jackson-core-2.15.2.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jackson-annotations-2.15.2.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/commons-io-2.11.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/commons-cli-1.5.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/audience-annotations-0.12.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../zookeeper-*.jar:/root/apache-zookeeper-3.9.2-bin/bin/../zookeeper-server/src/main/resources/lib/*.jar:/root/apache-zookeeper-3.9.2-bin/bin/../conf:.:/root/jdk1.8.0_401/lib/tools.jar:JAVA_HOME/lib/dt.jar
2024-05-26 16:20:52,124 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
2024-05-26 16:20:52,124 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.io.tmpdir=/tmp
2024-05-26 16:20:52,125 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.compiler=<NA>
2024-05-26 16:20:52,125 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:os.name=Linux
2024-05-26 16:20:52,125 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:os.arch=amd64
2024-05-26 16:20:52,126 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:os.version=3.10.0-1160.114.2.el7.x86_64
2024-05-26 16:20:52,126 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:user.name=root
2024-05-26 16:20:52,126 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:user.home=/root
2024-05-26 16:20:52,126 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:user.dir=/root/apache-zookeeper-3.9.2-bin
2024-05-26 16:20:52,126 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:os.memory.free=22MB
2024-05-26 16:20:52,127 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:os.memory.max=228MB
2024-05-26 16:20:52,127 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:os.memory.total=29MB
2024-05-26 16:20:52,132 [myid:] - INFO  [main:o.a.z.ZooKeeper@637] - Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.apache.zookeeper.ZooKeeperMain$MyWatcher@18be83e4
2024-05-26 16:20:52,150 [myid:] - INFO  [main:o.a.z.c.X509Util@88] - Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation
2024-05-26 16:20:52,797 [myid:] - INFO  [main:o.a.z.c.X509Util@110] - Default TLS protocol is TLSv1.3, supported TLS protocols are [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1, SSLv3, SSLv2Hello]
2024-05-26 16:20:52,826 [myid:] - INFO  [main:o.a.z.ClientCnxnSocket@233] - jute.maxbuffer value is 1048575 Bytes
2024-05-26 16:20:52,856 [myid:] - INFO  [main:o.a.z.ClientCnxn@1726] - zookeeper.request.timeout value is 0. feature enabled=false
Welcome to ZooKeeper!
2024-05-26 16:20:52,885 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1162] - Opening socket connection to server localhost/0:0:0:0:0:0:0:1:2181.
2024-05-26 16:20:52,886 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1164] - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2024-05-26 16:20:52,909 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@998] - Socket connection established, initiating session, client: /0:0:0:0:0:0:0:1:48254, server: localhost/0:0:0:0:0:0:0:1:2181
JLine support is enabled
2024-05-26 16:20:52,997 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1432] - Session establishment complete on server localhost/0:0:0:0:0:0:0:1:2181, session id = 0x100543240a80000, negotiated timeout = 30000

WATCHER::

WatchedEvent state:SyncConnected type:None path:null zxid: -1
[zk: localhost:2181(CONNECTED) 0] q
ZooKeeper -server host:port -client-configuration properties-file cmd args
	addWatch [-m mode] path # optional mode is one of [PERSISTENT, PERSISTENT_RECURSIVE] - default is PERSISTENT_RECURSIVE
	addauth scheme auth
	close 
	config [-c] [-w] [-s]
	connect host:port
	create [-s] [-e] [-c] [-t ttl] path [data] [acl]
	delete [-v version] path
	deleteall path [-b batch size]
	delquota [-n|-b|-N|-B] path
	get [-s] [-w] path
	getAcl [-s] path
	getAllChildrenNumber path
	getEphemerals path
	history 
	listquota path
	ls [-s] [-w] [-R] path
	printwatches on|off
	quit 
	reconfig [-s] [-v version] [[-file path] | [-members serverID=host:port1:port2;port3[,...]*]] | [-add serverId=host:port1:port2;port3[,...]]* [-remove serverId[,...]*]
	redo cmdno
	removewatches path [-c|-d|-a] [-l]
	set [-s] [-v version] path data
	setAcl [-s] [-v version] [-R] path acl
	setquota -n|-b|-N|-B val path
	stat [-w] path
	sync path
	version 
	whoami 
Command not found: Command not found q
[zk: localhost:2181(CONNECTED) 1] exit
ZooKeeper -server host:port -client-configuration properties-file cmd args
	addWatch [-m mode] path # optional mode is one of [PERSISTENT, PERSISTENT_RECURSIVE] - default is PERSISTENT_RECURSIVE
	addauth scheme auth
	close 
	config [-c] [-w] [-s]
	connect host:port
	create [-s] [-e] [-c] [-t ttl] path [data] [acl]
	delete [-v version] path
	deleteall path [-b batch size]
	delquota [-n|-b|-N|-B] path
	get [-s] [-w] path
	getAcl [-s] path
	getAllChildrenNumber path
	getEphemerals path
	history 
	listquota path
	ls [-s] [-w] [-R] path
	printwatches on|off
	quit 
	reconfig [-s] [-v version] [[-file path] | [-members serverID=host:port1:port2;port3[,...]*]] | [-add serverId=host:port1:port2;port3[,...]]* [-remove serverId[,...]*]
	redo cmdno
	removewatches path [-c|-d|-a] [-l]
	set [-s] [-v version] path data
	setAcl [-s] [-v version] [-R] path acl
	setquota -n|-b|-N|-B val path
	stat [-w] path
	sync path
	version 
	whoami 
Command not found: Command not found exit
[zk: localhost:2181(CONNECTED) 2] exit;
ZooKeeper -server host:port -client-configuration properties-file cmd args
	addWatch [-m mode] path # optional mode is one of [PERSISTENT, PERSISTENT_RECURSIVE] - default is PERSISTENT_RECURSIVE
	addauth scheme auth
	close 
	config [-c] [-w] [-s]
	connect host:port
	create [-s] [-e] [-c] [-t ttl] path [data] [acl]
	delete [-v version] path
	deleteall path [-b batch size]
	delquota [-n|-b|-N|-B] path
	get [-s] [-w] path
	getAcl [-s] path
	getAllChildrenNumber path
	getEphemerals path
	history 
	listquota path
	ls [-s] [-w] [-R] path
	printwatches on|off
	quit 
	reconfig [-s] [-v version] [[-file path] | [-members serverID=host:port1:port2;port3[,...]*]] | [-add serverId=host:port1:port2;port3[,...]]* [-remove serverId[,...]*]
	redo cmdno
	removewatches path [-c|-d|-a] [-l]
	set [-s] [-v version] path data
	setAcl [-s] [-v version] [-R] path acl
	setquota -n|-b|-N|-B val path
	stat [-w] path
	sync path
	version 
	whoami 
Command not found: Command not found exit;
[zk: localhost:2181(CONNECTED) 3] 
[1]+  已停止               zkCli.sh -server
[root@master apache-zookeeper-3.9.2-bin]# ssh clone1
Last login: Sun May 26 16:07:21 2024 from master
[root@clone1 ~]# zkCli.sh -server &
[1] 3162
[root@clone1 ~]# Error: no argument found for option -server
Connecting to localhost:2181
2024-05-26 16:21:50,238 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:zookeeper.version=3.9.2-e454e8c7283100c7caec6dcae2bc82aaecb63023, built on 2024-02-12 20:59 UTC
2024-05-26 16:21:50,245 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:host.name=clone1
2024-05-26 16:21:50,245 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.version=1.8.0_401
2024-05-26 16:21:50,246 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.vendor=Oracle Corporation
2024-05-26 16:21:50,246 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.home=/root/jdk1.8.0_401/jre
2024-05-26 16:21:50,247 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.class.path=/root/apache-zookeeper-3.9.2-bin/bin/../zookeeper-metrics-providers/zookeeper-prometheus-metrics/target/classes:/root/apache-zookeeper-3.9.2-bin/bin/../zookeeper-server/target/classes:/root/apache-zookeeper-3.9.2-bin/bin/../build/classes:/root/apache-zookeeper-3.9.2-bin/bin/../zookeeper-metrics-providers/zookeeper-prometheus-metrics/target/lib/*.jar:/root/apache-zookeeper-3.9.2-bin/bin/../zookeeper-server/target/lib/*.jar:/root/apache-zookeeper-3.9.2-bin/bin/../build/lib/*.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/zookeeper-prometheus-metrics-3.9.2.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/zookeeper-jute-3.9.2.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/zookeeper-3.9.2.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/snappy-java-1.1.10.5.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/slf4j-api-1.7.30.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/simpleclient_servlet-0.9.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/simpleclient_hotspot-0.9.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/simpleclient_common-0.9.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/simpleclient-0.9.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-transport-native-unix-common-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-transport-native-epoll-4.1.105.Final-linux-x86_64.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-transport-classes-epoll-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-transport-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-classes-2.0.61.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-boringssl-static-2.0.61.Final-windows-x86_64.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-boringssl-static-2.0.61.Final-osx-x86_64.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-boringssl-static-2.0.61.Final-osx-aarch_64.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-boringssl-static-2.0.61.Final-linux-x86_64.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-boringssl-static-2.0.61.Final-linux-aarch_64.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-boringssl-static-2.0.61.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-resolver-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-handler-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-common-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-codec-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-buffer-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/metrics-core-4.1.12.1.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/logback-core-1.2.13.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/logback-classic-1.2.13.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jline-2.14.6.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-util-ajax-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-util-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-servlet-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-server-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-security-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-io-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-http-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/javax.servlet-api-3.1.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jackson-databind-2.15.2.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jackson-core-2.15.2.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jackson-annotations-2.15.2.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/commons-io-2.11.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/commons-cli-1.5.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/audience-annotations-0.12.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../zookeeper-*.jar:/root/apache-zookeeper-3.9.2-bin/bin/../zookeeper-server/src/main/resources/lib/*.jar:/root/apache-zookeeper-3.9.2-bin/bin/../conf:.:/root/jdk1.8.0_401/lib/tools.jar:JAVA_HOME/lib/dt.jar
2024-05-26 16:21:50,247 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
2024-05-26 16:21:50,247 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.io.tmpdir=/tmp
2024-05-26 16:21:50,247 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.compiler=<NA>
2024-05-26 16:21:50,247 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:os.name=Linux
2024-05-26 16:21:50,247 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:os.arch=amd64
2024-05-26 16:21:50,248 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:os.version=3.10.0-1160.114.2.el7.x86_64
2024-05-26 16:21:50,248 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:user.name=root
2024-05-26 16:21:50,248 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:user.home=/root
2024-05-26 16:21:50,248 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:user.dir=/root
2024-05-26 16:21:50,248 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:os.memory.free=22MB
2024-05-26 16:21:50,248 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:os.memory.max=228MB
2024-05-26 16:21:50,249 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:os.memory.total=29MB
2024-05-26 16:21:50,262 [myid:] - INFO  [main:o.a.z.ZooKeeper@637] - Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.apache.zookeeper.ZooKeeperMain$MyWatcher@18be83e4
2024-05-26 16:21:50,275 [myid:] - INFO  [main:o.a.z.c.X509Util@88] - Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation
2024-05-26 16:21:51,065 [myid:] - INFO  [main:o.a.z.c.X509Util@110] - Default TLS protocol is TLSv1.3, supported TLS protocols are [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1, SSLv3, SSLv2Hello]
2024-05-26 16:21:51,087 [myid:] - INFO  [main:o.a.z.ClientCnxnSocket@233] - jute.maxbuffer value is 1048575 Bytes
2024-05-26 16:21:51,110 [myid:] - INFO  [main:o.a.z.ClientCnxn@1726] - zookeeper.request.timeout value is 0. feature enabled=false
Welcome to ZooKeeper!
2024-05-26 16:21:51,132 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1162] - Opening socket connection to server localhost/127.0.0.1:2181.
2024-05-26 16:21:51,132 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1164] - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2024-05-26 16:21:51,148 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@998] - Socket connection established, initiating session, client: /127.0.0.1:54706, server: localhost/127.0.0.1:2181
JLine support is enabled
2024-05-26 16:21:51,196 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1432] - Session establishment complete on server localhost/127.0.0.1:2181, session id = 0x200541dc3150000, negotiated timeout = 30000

WATCHER::

WatchedEvent state:SyncConnected type:None path:null zxid: -1


[1]+  已停止               zkCli.sh -server
[root@clone1 ~]# zkCli.sh -server
Error: no argument found for option -server
Connecting to localhost:2181
2024-05-26 16:22:06,671 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:zookeeper.version=3.9.2-e454e8c7283100c7caec6dcae2bc82aaecb63023, built on 2024-02-12 20:59 UTC
2024-05-26 16:22:06,676 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:host.name=clone1
2024-05-26 16:22:06,677 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.version=1.8.0_401
2024-05-26 16:22:06,678 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.vendor=Oracle Corporation
2024-05-26 16:22:06,678 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.home=/root/jdk1.8.0_401/jre
2024-05-26 16:22:06,678 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.class.path=/root/apache-zookeeper-3.9.2-bin/bin/../zookeeper-metrics-providers/zookeeper-prometheus-metrics/target/classes:/root/apache-zookeeper-3.9.2-bin/bin/../zookeeper-server/target/classes:/root/apache-zookeeper-3.9.2-bin/bin/../build/classes:/root/apache-zookeeper-3.9.2-bin/bin/../zookeeper-metrics-providers/zookeeper-prometheus-metrics/target/lib/*.jar:/root/apache-zookeeper-3.9.2-bin/bin/../zookeeper-server/target/lib/*.jar:/root/apache-zookeeper-3.9.2-bin/bin/../build/lib/*.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/zookeeper-prometheus-metrics-3.9.2.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/zookeeper-jute-3.9.2.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/zookeeper-3.9.2.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/snappy-java-1.1.10.5.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/slf4j-api-1.7.30.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/simpleclient_servlet-0.9.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/simpleclient_hotspot-0.9.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/simpleclient_common-0.9.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/simpleclient-0.9.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-transport-native-unix-common-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-transport-native-epoll-4.1.105.Final-linux-x86_64.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-transport-classes-epoll-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-transport-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-classes-2.0.61.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-boringssl-static-2.0.61.Final-windows-x86_64.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-boringssl-static-2.0.61.Final-osx-x86_64.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-boringssl-static-2.0.61.Final-osx-aarch_64.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-boringssl-static-2.0.61.Final-linux-x86_64.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-boringssl-static-2.0.61.Final-linux-aarch_64.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-boringssl-static-2.0.61.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-resolver-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-handler-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-common-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-codec-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-buffer-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/metrics-core-4.1.12.1.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/logback-core-1.2.13.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/logback-classic-1.2.13.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jline-2.14.6.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-util-ajax-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-util-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-servlet-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-server-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-security-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-io-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-http-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/javax.servlet-api-3.1.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jackson-databind-2.15.2.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jackson-core-2.15.2.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jackson-annotations-2.15.2.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/commons-io-2.11.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/commons-cli-1.5.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/audience-annotations-0.12.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../zookeeper-*.jar:/root/apache-zookeeper-3.9.2-bin/bin/../zookeeper-server/src/main/resources/lib/*.jar:/root/apache-zookeeper-3.9.2-bin/bin/../conf:.:/root/jdk1.8.0_401/lib/tools.jar:JAVA_HOME/lib/dt.jar
2024-05-26 16:22:06,678 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
2024-05-26 16:22:06,678 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.io.tmpdir=/tmp
2024-05-26 16:22:06,678 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.compiler=<NA>
2024-05-26 16:22:06,678 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:os.name=Linux
2024-05-26 16:22:06,679 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:os.arch=amd64
2024-05-26 16:22:06,679 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:os.version=3.10.0-1160.114.2.el7.x86_64
2024-05-26 16:22:06,679 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:user.name=root
2024-05-26 16:22:06,679 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:user.home=/root
2024-05-26 16:22:06,679 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:user.dir=/root
2024-05-26 16:22:06,679 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:os.memory.free=22MB
2024-05-26 16:22:06,679 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:os.memory.max=228MB
2024-05-26 16:22:06,679 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:os.memory.total=29MB
2024-05-26 16:22:06,685 [myid:] - INFO  [main:o.a.z.ZooKeeper@637] - Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.apache.zookeeper.ZooKeeperMain$MyWatcher@18be83e4
2024-05-26 16:22:06,706 [myid:] - INFO  [main:o.a.z.c.X509Util@88] - Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation
2024-05-26 16:22:07,360 [myid:] - INFO  [main:o.a.z.c.X509Util@110] - Default TLS protocol is TLSv1.3, supported TLS protocols are [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1, SSLv3, SSLv2Hello]
2024-05-26 16:22:07,390 [myid:] - INFO  [main:o.a.z.ClientCnxnSocket@233] - jute.maxbuffer value is 1048575 Bytes
2024-05-26 16:22:07,415 [myid:] - INFO  [main:o.a.z.ClientCnxn@1726] - zookeeper.request.timeout value is 0. feature enabled=false
Welcome to ZooKeeper!
2024-05-26 16:22:07,435 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1162] - Opening socket connection to server localhost/127.0.0.1:2181.
2024-05-26 16:22:07,436 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1164] - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2024-05-26 16:22:07,456 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@998] - Socket connection established, initiating session, client: /127.0.0.1:54708, server: localhost/127.0.0.1:2181
JLine support is enabled
2024-05-26 16:22:07,486 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1432] - Session establishment complete on server localhost/127.0.0.1:2181, session id = 0x200541dc3150001, negotiated timeout = 30000

WATCHER::

WatchedEvent state:SyncConnected type:None path:null zxid: -1
[zk: localhost:2181(CONNECTED) 0] 
[2]+  已停止               zkCli.sh -server
[root@clone1 ~]# ssh clone2
Last login: Sun May 26 16:16:56 2024 from clone1
[root@clone2 ~]# zkCli.sh -server
Error: no argument found for option -server
Connecting to localhost:2181
2024-05-26 16:22:21,987 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:zookeeper.version=3.9.2-e454e8c7283100c7caec6dcae2bc82aaecb63023, built on 2024-02-12 20:59 UTC
2024-05-26 16:22:21,993 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:host.name=clone2
2024-05-26 16:22:21,994 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.version=1.8.0_401
2024-05-26 16:22:21,994 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.vendor=Oracle Corporation
2024-05-26 16:22:21,994 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.home=/root/jdk1.8.0_401/jre
2024-05-26 16:22:21,994 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.class.path=/root/apache-zookeeper-3.9.2-bin/bin/../zookeeper-metrics-providers/zookeeper-prometheus-metrics/target/classes:/root/apache-zookeeper-3.9.2-bin/bin/../zookeeper-server/target/classes:/root/apache-zookeeper-3.9.2-bin/bin/../build/classes:/root/apache-zookeeper-3.9.2-bin/bin/../zookeeper-metrics-providers/zookeeper-prometheus-metrics/target/lib/*.jar:/root/apache-zookeeper-3.9.2-bin/bin/../zookeeper-server/target/lib/*.jar:/root/apache-zookeeper-3.9.2-bin/bin/../build/lib/*.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/zookeeper-prometheus-metrics-3.9.2.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/zookeeper-jute-3.9.2.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/zookeeper-3.9.2.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/snappy-java-1.1.10.5.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/slf4j-api-1.7.30.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/simpleclient_servlet-0.9.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/simpleclient_hotspot-0.9.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/simpleclient_common-0.9.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/simpleclient-0.9.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-transport-native-unix-common-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-transport-native-epoll-4.1.105.Final-linux-x86_64.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-transport-classes-epoll-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-transport-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-classes-2.0.61.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-boringssl-static-2.0.61.Final-windows-x86_64.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-boringssl-static-2.0.61.Final-osx-x86_64.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-boringssl-static-2.0.61.Final-osx-aarch_64.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-boringssl-static-2.0.61.Final-linux-x86_64.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-boringssl-static-2.0.61.Final-linux-aarch_64.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-tcnative-boringssl-static-2.0.61.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-resolver-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-handler-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-common-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-codec-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/netty-buffer-4.1.105.Final.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/metrics-core-4.1.12.1.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/logback-core-1.2.13.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/logback-classic-1.2.13.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jline-2.14.6.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-util-ajax-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-util-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-servlet-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-server-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-security-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-io-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jetty-http-9.4.53.v20231009.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/javax.servlet-api-3.1.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jackson-databind-2.15.2.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jackson-core-2.15.2.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/jackson-annotations-2.15.2.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/commons-io-2.11.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/commons-cli-1.5.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../lib/audience-annotations-0.12.0.jar:/root/apache-zookeeper-3.9.2-bin/bin/../zookeeper-*.jar:/root/apache-zookeeper-3.9.2-bin/bin/../zookeeper-server/src/main/resources/lib/*.jar:/root/apache-zookeeper-3.9.2-bin/bin/../conf:.:/root/jdk1.8.0_401/lib/tools.jar:JAVA_HOME/lib/dt.jar
2024-05-26 16:22:21,994 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
2024-05-26 16:22:21,995 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.io.tmpdir=/tmp
2024-05-26 16:22:21,995 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:java.compiler=<NA>
2024-05-26 16:22:21,995 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:os.name=Linux
2024-05-26 16:22:21,995 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:os.arch=amd64
2024-05-26 16:22:21,995 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:os.version=3.10.0-1160.114.2.el7.x86_64
2024-05-26 16:22:21,995 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:user.name=root
2024-05-26 16:22:21,995 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:user.home=/root
2024-05-26 16:22:21,995 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:user.dir=/root
2024-05-26 16:22:21,996 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:os.memory.free=22MB
2024-05-26 16:22:21,996 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:os.memory.max=228MB
2024-05-26 16:22:21,996 [myid:] - INFO  [main:o.a.z.Environment@98] - Client environment:os.memory.total=29MB
2024-05-26 16:22:22,010 [myid:] - INFO  [main:o.a.z.ZooKeeper@637] - Initiating client connection, connectString=localhost:2181 sessionTimeout=30000 watcher=org.apache.zookeeper.ZooKeeperMain$MyWatcher@18be83e4
2024-05-26 16:22:22,027 [myid:] - INFO  [main:o.a.z.c.X509Util@88] - Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation
2024-05-26 16:22:22,675 [myid:] - INFO  [main:o.a.z.c.X509Util@110] - Default TLS protocol is TLSv1.3, supported TLS protocols are [TLSv1.3, TLSv1.2, TLSv1.1, TLSv1, SSLv3, SSLv2Hello]
2024-05-26 16:22:22,701 [myid:] - INFO  [main:o.a.z.ClientCnxnSocket@233] - jute.maxbuffer value is 1048575 Bytes
2024-05-26 16:22:22,726 [myid:] - INFO  [main:o.a.z.ClientCnxn@1726] - zookeeper.request.timeout value is 0. feature enabled=false
Welcome to ZooKeeper!
2024-05-26 16:22:22,742 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1162] - Opening socket connection to server localhost/0:0:0:0:0:0:0:1:2181.
2024-05-26 16:22:22,742 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1164] - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2024-05-26 16:22:22,759 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@998] - Socket connection established, initiating session, client: /0:0:0:0:0:0:0:1:54328, server: localhost/0:0:0:0:0:0:0:1:2181
JLine support is enabled
2024-05-26 16:22:22,811 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1432] - Session establishment complete on server localhost/0:0:0:0:0:0:0:1:2181, session id = 0x300541d7ef10000, negotiated timeout = 30000

WATCHER::

WatchedEvent state:SyncConnected type:None path:null zxid: -1
[zk: localhost:2181(CONNECTED) 0] 
[1]+  已停止               zkCli.sh -server
[root@clone2 ~]# zkServer.sh status
ZooKeeper JMX enabled by default
Using config: /root/apache-zookeeper-3.9.2-bin/bin/../conf/zoo.cfg
Client port found: 2181. Client address: localhost. Client SSL: false.
Mode: leader
[root@clone2 ~]# exit
登出
有停止的任务。
[root@clone2 ~]# zkServer.sh status
ZooKeeper JMX enabled by default
Using config: /root/apache-zookeeper-3.9.2-bin/bin/../conf/zoo.cfg
Client port found: 2181. Client address: localhost. Client SSL: false.
Mode: leader
[root@clone2 ~]# fg
zkCli.sh -server
2024-05-26 16:25:03,182 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1241] - Client session timed out, have not heard from server in 160375ms for session id 0x300541d7ef10000
2024-05-26 16:25:03,186 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1285] - Session 0x300541d7ef10000 for server localhost/0:0:0:0:0:0:0:1:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
org.apache.zookeeper.ClientCnxn$SessionTimeoutException: Client session timed out, have not heard from server in 160375ms for session id 0x300541d7ef10000
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1242)

WATCHER::

WatchedEvent state:Disconnected type:None path:null zxid: -1
2024-05-26 16:25:04,649 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1162] - Opening socket connection to server localhost/127.0.0.1:2181.
2024-05-26 16:25:04,649 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1164] - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2024-05-26 16:25:04,651 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@998] - Socket connection established, initiating session, client: /127.0.0.1:52838, server: localhost/127.0.0.1:2181
2024-05-26 16:25:04,664 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1417] - Unable to reconnect to ZooKeeper service, session 0x300541d7ef10000 has expired
2024-05-26 16:25:04,666 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1285] - Session 0x300541d7ef10000 for server localhost/127.0.0.1:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
org.apache.zookeeper.ClientCnxn$SessionExpiredException: Unable to reconnect to ZooKeeper service, session 0x300541d7ef10000 has expired
	at org.apache.zookeeper.ClientCnxn$SendThread.onConnected(ClientCnxn.java:1418)
	at org.apache.zookeeper.ClientCnxnSocket.readConnectResult(ClientCnxnSocket.java:148)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:86)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1274)

WATCHER::

WatchedEvent state:Expired type:None path:null zxid: -1
2024-05-26 16:25:04,669 [myid:] - INFO  [main-EventThread:o.a.z.ClientCnxn$EventThread@554] - EventThread shut down for session: 0x300541d7ef10000
asdf^H
asd
ZooKeeper -server host:port -client-configuration properties-file cmd args
	addWatch [-m mode] path # optional mode is one of [PERSISTENT, PERSISTENT_RECURSIVE] - default is PERSISTENT_RECURSIVE
	addauth scheme auth
	close 
	config [-c] [-w] [-s]
	connect host:port
	create [-s] [-e] [-c] [-t ttl] path [data] [acl]
	delete [-v version] path
	deleteall path [-b batch size]
	delquota [-n|-b|-N|-B] path
	get [-s] [-w] path
	getAcl [-s] path
	getAllChildrenNumber path
	getEphemerals path
	history 
	listquota path
	ls [-s] [-w] [-R] path
	printwatches on|off
	quit 
	reconfig [-s] [-v version] [[-file path] | [-members serverID=host:port1:port2;port3[,...]*]] | [-add serverId=host:port1:port2;port3[,...]]* [-remove serverId[,...]*]
	redo cmdno
	removewatches path [-c|-d|-a] [-l]
	set [-s] [-v version] path data
	setAcl [-s] [-v version] [-R] path acl
	setquota -n|-b|-N|-B val path
	stat [-w] path
	sync path
	version 
	whoami 
Command not found: Command not found asd
[zk: localhost:2181(CLOSED) 1] quir^Ht        //8.退出客户端
quit
2024-05-26 16:25:24,463 [myid:] - ERROR [main:o.a.z.u.ServiceUtils@48] - Exiting JVM with code 127
您在 /var/spool/mail/root 中有新邮件
[root@clone2 ~]# exit
登出
Connection to clone2 closed.
您在 /var/spool/mail/root 中有新邮件
[root@clone1 ~]# zkServer.sh status   //9.查看服务器状态
ZooKeeper JMX enabled by default
Using config: /root/apache-zookeeper-3.9.2-bin/bin/../conf/zoo.cfg
Client port found: 2181. Client address: localhost. Client SSL: false.
Mode: follower
[root@clone1 ~]# fg
zkCli.sh -server
2024-05-26 16:25:44,668 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1241] - Client session timed out, have not heard from server in 217182ms for session id 0x200541dc3150001
2024-05-26 16:25:44,672 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1285] - Session 0x200541dc3150001 for server localhost/127.0.0.1:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
org.apache.zookeeper.ClientCnxn$SessionTimeoutException: Client session timed out, have not heard from server in 217182ms for session id 0x200541dc3150001
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1242)

WATCHER::

WatchedEvent state:Disconnected type:None path:null zxid: -1
qui2024-05-26 16:25:46,114 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1162] - Opening socket connection to server localhost/0:0:0:0:0:0:0:1:2181.
2024-05-26 16:25:46,115 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1164] - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2024-05-26 16:25:46,116 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@998] - Socket connection established, initiating session, client: /0:0:0:0:0:0:0:1:39204, server: localhost/0:0:0:0:0:0:0:1:2181
2024-05-26 16:25:46,123 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1417] - Unable to reconnect to ZooKeeper service, session 0x200541dc3150001 has expired

WATCHER::

WatchedEvent state:Expired type:None path:null zxid: -1
2024-05-26 16:25:46,124 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1285] - Session 0x200541dc3150001 for server localhost/0:0:0:0:0:0:0:1:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
org.apache.zookeeper.ClientCnxn$SessionExpiredException: Unable to reconnect to ZooKeeper service, session 0x200541dc3150001 has expired
	at org.apache.zookeeper.ClientCnxn$SendThread.onConnected(ClientCnxn.java:1418)
	at org.apache.zookeeper.ClientCnxnSocket.readConnectResult(ClientCnxnSocket.java:148)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:86)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1274)
2024-05-26 16:25:46,124 [myid:] - INFO  [main-EventThread:o.a.z.ClientCnxn$EventThread@554] - EventThread shut down for session: 0x200541dc3150001
t
quit
2024-05-26 16:25:46,586 [myid:] - INFO  [main:o.a.z.u.ServiceUtils@45] - Exiting JVM with code 0
[root@clone1 ~]# exit
登出
有停止的任务。
[root@clone1 ~]# fg
zkCli.sh -server
2024-05-26 16:26:00,095 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1241] - Client session timed out, have not heard from server in 248897ms for session id 0x200541dc3150000
2024-05-26 16:26:00,101 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1285] - Session 0x200541dc3150000 for server localhost/127.0.0.1:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
org.apache.zookeeper.ClientCnxn$SessionTimeoutException: Client session timed out, have not heard from server in 248897ms for session id 0x200541dc3150000
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1242)
[zk: localhost:2181(CONNECTED) 0] 
WATCHER::

WatchedEvent state:Disconnected type:None path:null zxid: -1
2024-05-26 16:26:01,731 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1162] - Opening socket connection to server localhost/127.0.0.1:2181.
2024-05-26 16:26:01,732 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1164] - SASL config status: Will not attempt to authenticate using SASL (unknown error)
2024-05-26 16:26:01,733 [myid:localhost:2181] - INFO  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@998] - Socket connection established, initiating session, client: /127.0.0.1:54720, server: localhost/127.0.0.1:2181
2024-05-26 16:26:01,740 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1417] - Unable to reconnect to ZooKeeper service, session 0x200541dc3150000 has expired
2024-05-26 16:26:01,740 [myid:localhost:2181] - WARN  [main-SendThread(localhost:2181):o.a.z.ClientCnxn$SendThread@1285] - Session 0x200541dc3150000 for server localhost/127.0.0.1:2181, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
org.apache.zookeeper.ClientCnxn$SessionExpiredException: Unable to reconnect to ZooKeeper service, session 0x200541dc3150000 has expired
	at org.apache.zookeeper.ClientCnxn$SendThread.onConnected(ClientCnxn.java:1418)
	at org.apache.zookeeper.ClientCnxnSocket.readConnectResult(ClientCnxnSocket.java:148)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:86)
	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1274)

WATCHER::

WatchedEvent state:Expired type:None path:null zxid: -1
2024-05-26 16:26:01,741 [myid:] - INFO  [main-EventThread:o.a.z.ClientCnxn$EventThread@554] - EventThread shut down for session: 0x200541dc3150000
quit
2024-05-26 16:26:08,053 [myid:] - INFO  [main:o.a.z.u.ServiceUtils@45] - Exiting JVM with code 0
[root@clone1 ~]# exit
登出
Connection to clone1 closed.
[root@master apache-zookeeper-3.9.2-bin]# zkServer.sh status
ZooKeeper JMX enabled by default
Using config: /root/apache-zookeeper-3.9.2-bin/bin/../conf/zoo.cfg
Client port found: 2181. Client address: localhost. Client SSL: false.
Mode: follower
[root@master apache-zookeeper-3.9.2-bin]# 

zoo.cfg
# The number of milliseconds of each tick
tickTime=2000
# The number of ticks that the initial 
# synchronization phase can take
initLimit=10
# The number of ticks that can pass between 
# sending a request and getting an acknowledgement
syncLimit=5
# the directory where the snapshot is stored.
# do not use /tmp for storage, /tmp here is just 
# example sakes.
dataDir=/root/apache-zookeeper-3.9.2-bin/zkData      //修改内容
# the port at which the clients will connect
clientPort=2181
# the maximum number of client connections.
# increase this if you need to handle more clients
#maxClientCnxns=60
#
# Be sure to read the maintenance section of the 
# administrator guide before turning on autopurge.
#
# https://zookeeper.apache.org/doc/current/zookeeperAdmin.html#sc_maintenance
#
# The number of snapshots to retain in dataDir
#autopurge.snapRetainCount=3
# Purge task interval in hours
# Set to "0" to disable auto purge feature
#autopurge.purgeInterval=1

## Metrics Providers
#
# https://prometheus.io Metrics Exporter
#metricsProvider.className=org.apache.zookeeper.metrics.prometheus.PrometheusMetricsProvider
#metricsProvider.httpHost=0.0.0.0
#metricsProvider.httpPort=7000
#metricsProvider.exportJvmInfo=true
server.1=master:2888:3888       //新加内容
server.2=clone1:2888:3888
server.3=clone2:2888:3888

/etc/profile
# /etc/profile

# System wide environment and startup programs, for login setup
# Functions and aliases go in /etc/bashrc

# It's NOT a good idea to change this file unless you know what you
# are doing. It's much better to create a custom.sh shell script in
# /etc/profile.d/ to make custom changes to your environment, as this
# will prevent the need for merging in future updates.

pathmunge () {
    case ":${PATH}:" in
        *:"$1":*)
            ;;
        *)
            if [ "$2" = "after" ] ; then
                PATH=$PATH:$1
            else
                PATH=$1:$PATH
            fi
    esac
}


if [ -x /usr/bin/id ]; then
    if [ -z "$EUID" ]; then
        # ksh workaround
        EUID=`/usr/bin/id -u`
        UID=`/usr/bin/id -ru
    fi
    USER="`/usr/bin/id -un`"
    LOGNAME=$USER
    MAIL="/var/spool/mail/$USER"
fi

# Path manipulation
if [ "$EUID" = "0" ]; then
    pathmunge /usr/sbin
    pathmunge /usr/local/sbin
else
    pathmunge /usr/local/sbin after
    pathmunge /usr/sbin after
fi

HOSTNAME=`/usr/bin/hostname 2>/dev/null`
HISTSIZE=1000
if [ "$HISTCONTROL" = "ignorespace" ] ; then
    export HISTCONTROL=ignoreboth
else
    export HISTCONTROL=ignoredups
fi
export PATH USER LOGNAME MAIL HOSTNAME HISTSIZE HISTCONTROL

# By default, we want umask to get set. This sets it for login shell
# Current threshold for system reserved uid/gids is 200
# You could check uidgid reservation validity in
# /usr/share/doc/setup-*/uidgid file
if [ $UID -gt 199 ] && [ "`/usr/bin/id -gn`" = "`/usr/bin/id -un`" ]; then
    umask 002
else
    umask 022
fi

for i in /etc/profile.d/*.sh /etc/profile.d/sh.local ; do
    if [ -r "$i" ]; then
        if [ "${-#*i}" != "$-" ]; then
            . "$i"
        else
            . "$i" >/dev/null
        fi
    fi
done

unset i
unset -f pathmunge
#Java
export JAVA_HOME=/root/jdk1.8.0_401
export CLASSPATH=.:$JAVA_HOME/lib/tools.jar:JAVA_HOME/lib/dt.jar
export PATH=$PATH:$JAVA_HOME/bin
#Hadoop
export HADOOP_HOME=/root/hadoop-3.4.0
export PATH=$PATH:$HADOOP_HOME/bin:$HADOOP_HOME/sbin:$HADOOP_HOME/libexec
export HDFS_NAMENODE_USER=root
export HDFS_DATANODE_USER=root
export HDFS_SECONDARYNAMENODE_USER=root
export YARN_RESOURCEMANAGER_USER=root
export YARN_NODEMANAGER_USER=root
#Hive
export HIVE_HOME=/root/apache-hive-3.1.3-bin
export PATH=$PATH:${HIVE_HOME}/bin
#Zookeeper     //新加内容
export ZOOKEEPER_HOME=/root/apache-zookeeper-3.9.2-bin
export PATH=$ZOOKEEPER_HOME/bin:$PATH
export ZOO_LOG_DIR=$ZOOKEEPER/logs


posted @ 2024-05-26 20:45  基础狗  阅读(8)  评论(0编辑  收藏  举报