Detected Zookeeper ID 1 Preparing truststore Adding /opt/kafka/cluster-ca-certs/ca.crt to truststore /tmp/zookeeper/cluster.truststore.p12 with alias ca Certificate was added to keystore Preparing truststore is complete Looking for the right CA Found the right CA: /opt/kafka/cluster-ca-certs/ca.crt Preparing keystore for client and quorum listeners Preparing keystore for client and quorum listeners is complete Starting Zookeeper with configuration: # The directory where the snapshot is stored. dataDir=/var/lib/zookeeper/data # Other options 4lw.commands.whitelist=* standaloneEnabled=false reconfigEnabled=true clientPort=12181 clientPortAddress=127.0.0.1 # TLS options serverCnxnFactory=org.apache.zookeeper.server.NettyServerCnxnFactory ssl.clientAuth=need ssl.quorum.clientAuth=need secureClientPort=2181 sslQuorum=true ssl.trustStore.location=/tmp/zookeeper/cluster.truststore.p12 ssl.trustStore.password=U13pmUfRI0Ett8dzhWibzehxiUwgPRas ssl.trustStore.type=PKCS12 ssl.quorum.trustStore.location=/tmp/zookeeper/cluster.truststore.p12 ssl.quorum.trustStore.password=U13pmUfRI0Ett8dzhWibzehxiUwgPRas ssl.quorum.trustStore.type=PKCS12 ssl.keyStore.location=/tmp/zookeeper/cluster.keystore.p12 ssl.keyStore.password=U13pmUfRI0Ett8dzhWibzehxiUwgPRas ssl.keyStore.type=PKCS12 ssl.quorum.keyStore.location=/tmp/zookeeper/cluster.keystore.p12 ssl.quorum.keyStore.password=U13pmUfRI0Ett8dzhWibzehxiUwgPRas ssl.quorum.keyStore.type=PKCS12 # Provided configuration tickTime=2000 initLimit=5 syncLimit=2 autopurge.purgeInterval=1 # Zookeeper nodes configuration server.1=openshift-my-cluster-zookeeper-0.openshift-my-cluster-zookeeper-nodes.kafka-cluster-test.svc:2888:3888:participant;127.0.0.1:12181 server.2=openshift-my-cluster-zookeeper-1.openshift-my-cluster-zookeeper-nodes.kafka-cluster-test.svc:2888:3888:participant;127.0.0.1:12181 server.3=openshift-my-cluster-zookeeper-2.openshift-my-cluster-zookeeper-nodes.kafka-cluster-test.svc:2888:3888:participant;127.0.0.1:12181 2020-08-17 23:12:48,518 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2020-08-17 23:12:48,527 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2020-08-17 23:12:48,527 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2020-08-17 23:12:48,532 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main] 2020-08-17 23:12:53,568 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2020-08-17 23:12:53,568 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2020-08-17 23:12:53,569 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2020-08-17 23:12:53,575 INFO Log4j 1.2 jmx support found and enabled. (org.apache.zookeeper.jmx.ManagedUtil) [main] 2020-08-17 23:12:53,580 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2020-08-17 23:12:53,592 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2020-08-17 23:12:53,597 INFO Starting quorum peer (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main] 2020-08-17 23:12:53,671 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2020-08-17 23:12:53,715 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2020-08-17 23:12:53,716 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2020-08-17 23:12:53,716 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2020-08-17 23:12:53,736 INFO Logging initialized @5843ms to org.eclipse.jetty.util.log.Slf4jLog (org.eclipse.jetty.util.log) [main] 2020-08-17 23:12:53,808 WARN o.e.j.s.ServletContextHandler@434a63ab{/,null,UNAVAILABLE} contextPath ends with /* (org.eclipse.jetty.server.handler.ContextHandler) [main] 2020-08-17 23:12:53,808 WARN Empty contextPath (org.eclipse.jetty.server.handler.ContextHandler) [main] 2020-08-17 23:12:53,824 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2020-08-17 23:12:53,824 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2020-08-17 23:12:53,824 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2020-08-17 23:12:53,825 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2020-08-17 23:12:53,825 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2020-08-17 23:12:53,825 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2020-08-17 23:12:53,825 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2020-08-17 23:12:53,835 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main] 2020-08-17 23:12:53,837 INFO Using TLS encrypted quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2020-08-17 23:12:53,837 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2020-08-17 23:12:53,837 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2020-08-17 23:12:53,837 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2020-08-17 23:12:53,839 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2020-08-17 23:12:53,842 INFO currentEpoch not found! Creating with a reasonable default of 0. This should only happen when you are upgrading your installation (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2020-08-17 23:12:53,844 INFO acceptedEpoch not found! Creating with a reasonable default of 0. This should only happen when you are upgrading your installation (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2020-08-17 23:12:53,846 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2020-08-17 23:12:53,918 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2020-08-17 23:12:53,918 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2020-08-17 23:12:53,920 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2020-08-17 23:12:53,924 INFO jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.8+10-LTS (org.eclipse.jetty.server.Server) [main] 2020-08-17 23:12:53,953 INFO DefaultSessionIdManager workerName=node0 (org.eclipse.jetty.server.session) [main] 2020-08-17 23:12:53,953 INFO No SessionScavenger set, using defaults (org.eclipse.jetty.server.session) [main] 2020-08-17 23:12:53,955 INFO node0 Scavenging every 660000ms (org.eclipse.jetty.server.session) [main] 2020-08-17 23:12:53,968 INFO Started o.e.j.s.ServletContextHandler@434a63ab{/,null,AVAILABLE} (org.eclipse.jetty.server.handler.ContextHandler) [main] 2020-08-17 23:12:53,976 INFO Started ServerConnector@1e6454ec{HTTP/1.1,[http/1.1]}{0.0.0.0:8080} (org.eclipse.jetty.server.AbstractConnector) [main] 2020-08-17 23:12:53,976 INFO Started @6083ms (org.eclipse.jetty.server.Server) [main] 2020-08-17 23:12:53,977 INFO Started AdminServer on address 0.0.0.0, port 8080 and command URL /commands (org.apache.zookeeper.server.admin.JettyAdminServer) [main] 2020-08-17 23:12:53,984 INFO Election port bind maximum retries is 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main] 2020-08-17 23:12:53,984 INFO Creating TLS-only quorum server socket (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumPeerListener] 2020-08-17 23:12:53,986 INFO 1 is accepting connections now, my election bind port: openshift-my-cluster-zookeeper-0.openshift-my-cluster-zookeeper-nodes.kafka-cluster-test.svc/10.129.2.153:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumPeerListener] 2020-08-17 23:12:53,996 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-08-17 23:12:53,998 INFO New election. My id = 1, proposed zxid=0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-08-17 23:12:54,001 INFO Notification: 2 (message format version), 1 (n.leader), 0x0 (n.zxid), 0x1 (n.round), LOOKING (n.state), 1 (n.sid), 0x0 (n.peerEPoch), LOOKING (my state)0 (n.config version) (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]] 2020-08-17 23:12:54,205 INFO Notification time out: 400 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-08-17 23:12:54,489 INFO Received connection request from /10.131.0.106:58420 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [openshift-my-cluster-zookeeper-0.openshift-my-cluster-zookeeper-nodes.kafka-cluster-test.svc/10.129.2.153:3888] 2020-08-17 23:12:54,606 INFO Notification time out: 800 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-08-17 23:12:54,900 INFO SSL handshake complete with openshift-my-cluster-zookeeper-2.openshift-my-cluster-zookeeper-nodes.kafka-cluster-test.svc/10.128.2.134:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-2] 2020-08-17 23:12:54,901 INFO Have smaller server identifier, so dropping the connection: (myId:1 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-2] 2020-08-17 23:12:54,906 INFO SSL handshake complete with openshift-my-cluster-zookeeper-1.openshift-my-cluster-zookeeper-nodes.kafka-cluster-test.svc/10.131.0.106:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-1] 2020-08-17 23:12:54,907 INFO Have smaller server identifier, so dropping the connection: (myId:1 --> sid:2) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-1] 2020-08-17 23:12:54,926 INFO Accepted TLS connection from openshift-my-cluster-zookeeper-1.openshift-my-cluster-zookeeper-nodes.kafka-cluster-test.svc.cluster.local/10.131.0.106:58420 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [openshift-my-cluster-zookeeper-0.openshift-my-cluster-zookeeper-nodes.kafka-cluster-test.svc/10.129.2.153:3888] 2020-08-17 23:12:54,931 INFO Received connection request from /10.128.2.134:46606 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [openshift-my-cluster-zookeeper-0.openshift-my-cluster-zookeeper-nodes.kafka-cluster-test.svc/10.129.2.153:3888] 2020-08-17 23:12:54,937 INFO Notification: 2 (message format version), 2 (n.leader), 0x0 (n.zxid), 0x1 (n.round), LOOKING (n.state), 2 (n.sid), 0x0 (n.peerEPoch), LOOKING (my state)0 (n.config version) (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]] 2020-08-17 23:12:54,941 INFO Notification: 2 (message format version), 2 (n.leader), 0x0 (n.zxid), 0x1 (n.round), LOOKING (n.state), 1 (n.sid), 0x0 (n.peerEPoch), LOOKING (my state)0 (n.config version) (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]] 2020-08-17 23:12:55,003 INFO Accepted TLS connection from openshift-my-cluster-zookeeper-2.openshift-my-cluster-zookeeper-nodes.kafka-cluster-test.svc.cluster.local/10.128.2.134:46606 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [openshift-my-cluster-zookeeper-0.openshift-my-cluster-zookeeper-nodes.kafka-cluster-test.svc/10.129.2.153:3888] 2020-08-17 23:12:55,010 INFO Notification: 2 (message format version), 3 (n.leader), 0x0 (n.zxid), 0x1 (n.round), LOOKING (n.state), 3 (n.sid), 0x0 (n.peerEPoch), LOOKING (my state)0 (n.config version) (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]] 2020-08-17 23:12:55,011 INFO Notification: 2 (message format version), 3 (n.leader), 0x0 (n.zxid), 0x1 (n.round), LOOKING (n.state), 1 (n.sid), 0x0 (n.peerEPoch), LOOKING (my state)0 (n.config version) (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]] 2020-08-17 23:12:55,015 INFO Notification: 2 (message format version), 3 (n.leader), 0x0 (n.zxid), 0x1 (n.round), LOOKING (n.state), 2 (n.sid), 0x0 (n.peerEPoch), LOOKING (my state)0 (n.config version) (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]] 2020-08-17 23:12:55,034 INFO SSL handshake complete with openshift-my-cluster-zookeeper-2.openshift-my-cluster-zookeeper-nodes.kafka-cluster-test.svc/10.128.2.134:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-3] 2020-08-17 23:12:55,034 INFO Have smaller server identifier, so dropping the connection: (myId:1 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-3] 2020-08-17 23:12:55,036 WARN Connection broken for id 3, my id = 1, error = (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:3] java.io.EOFException at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1226) 2020-08-17 23:12:55,038 INFO Received connection request from /10.128.2.134:46614 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [openshift-my-cluster-zookeeper-0.openshift-my-cluster-zookeeper-nodes.kafka-cluster-test.svc/10.129.2.153:3888] 2020-08-17 23:12:55,038 WARN Interrupting SendWorker thread from RecvWorker. sid: 3. myId: 1 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:3] 2020-08-17 23:12:55,039 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:3] java.lang.InterruptedException at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056) at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133) at java.base/java.util.concurrent.ArrayBlockingQueue.poll(ArrayBlockingQueue.java:432) at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1308) at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$700(QuorumCnxManager.java:85) at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1143) 2020-08-17 23:12:55,039 WARN Send worker leaving thread id 3 my id = 1 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:3] 2020-08-17 23:12:55,108 INFO Accepted TLS connection from openshift-my-cluster-zookeeper-2.openshift-my-cluster-zookeeper-nodes.kafka-cluster-test.svc.cluster.local/10.128.2.134:46614 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [openshift-my-cluster-zookeeper-0.openshift-my-cluster-zookeeper-nodes.kafka-cluster-test.svc/10.129.2.153:3888] 2020-08-17 23:12:55,119 INFO Notification: 2 (message format version), 3 (n.leader), 0x0 (n.zxid), 0x1 (n.round), LOOKING (n.state), 3 (n.sid), 0x0 (n.peerEPoch), LOOKING (my state)0 (n.config version) (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]] 2020-08-17 23:12:55,319 INFO FOLLOWING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-08-17 23:12:55,323 INFO TCP NoDelay set to: true (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-08-17 23:12:55,327 INFO Server environment:zookeeper.version=3.5.8-f439ca583e70862c3068a1f2a7d4d068eec33315, built on 05/04/2020 15:53 GMT (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-08-17 23:12:55,327 INFO Server environment:host.name=openshift-my-cluster-zookeeper-0.openshift-my-cluster-zookeeper-nodes.kafka-cluster-test.svc.cluster.local (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-08-17 23:12:55,327 INFO Server environment:java.version=11.0.8 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-08-17 23:12:55,327 INFO Server environment:java.vendor=N/A (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-08-17 23:12:55,327 INFO Server environment:java.home=/usr/lib/jvm/java-11-openjdk-11.0.8.10-0.el7_8.x86_64 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-08-17 23:12:55,328 INFO Server environment:java.class.path=/opt/kafka/bin/../libs/activation-1.1.1.jar:/opt/kafka/bin/../libs/annotations-13.0.jar:/opt/kafka/bin/../libs/aopalliance-repackaged-2.5.0.jar:/opt/kafka/bin/../libs/argparse4j-0.7.0.jar:/opt/kafka/bin/../libs/audience-annotations-0.5.0.jar:/opt/kafka/bin/../libs/bcpkix-jdk15on-1.62.jar:/opt/kafka/bin/../libs/bcprov-jdk15on-1.60.jar:/opt/kafka/bin/../libs/commons-cli-1.4.jar:/opt/kafka/bin/../libs/commons-lang-2.6.jar:/opt/kafka/bin/../libs/commons-lang3-3.8.1.jar:/opt/kafka/bin/../libs/commons-math3-3.6.1.jar:/opt/kafka/bin/../libs/connect-api-2.6.0.jar:/opt/kafka/bin/../libs/connect-basic-auth-extension-2.6.0.jar:/opt/kafka/bin/../libs/connect-file-2.6.0.jar:/opt/kafka/bin/../libs/connect-json-2.6.0.jar:/opt/kafka/bin/../libs/connect-mirror-2.6.0.jar:/opt/kafka/bin/../libs/connect-mirror-client-2.6.0.jar:/opt/kafka/bin/../libs/connect-runtime-2.6.0.jar:/opt/kafka/bin/../libs/connect-transforms-2.6.0.jar:/opt/kafka/bin/../libs/cruise-control-metrics-reporter-2.5.11.jar:/opt/kafka/bin/../libs/gson-2.8.6.jar:/opt/kafka/bin/../libs/guava-20.0.jar:/opt/kafka/bin/../libs/hamcrest-core-1.3.jar:/opt/kafka/bin/../libs/hk2-api-2.5.0.jar:/opt/kafka/bin/../libs/hk2-locator-2.5.0.jar:/opt/kafka/bin/../libs/hk2-utils-2.5.0.jar:/opt/kafka/bin/../libs/jackson-annotations-2.10.2.jar:/opt/kafka/bin/../libs/jackson-core-2.10.2.jar:/opt/kafka/bin/../libs/jackson-databind-2.10.2.jar:/opt/kafka/bin/../libs/jackson-dataformat-csv-2.10.2.jar:/opt/kafka/bin/../libs/jackson-datatype-jdk8-2.10.2.jar:/opt/kafka/bin/../libs/jackson-jaxrs-base-2.10.2.jar:/opt/kafka/bin/../libs/jackson-jaxrs-json-provider-2.10.2.jar:/opt/kafka/bin/../libs/jackson-module-jaxb-annotations-2.10.2.jar:/opt/kafka/bin/../libs/jackson-module-paranamer-2.10.2.jar:/opt/kafka/bin/../libs/jackson-module-scala_2.12-2.10.2.jar:/opt/kafka/bin/../libs/jaeger-client-1.1.0.jar:/opt/kafka/bin/../libs/jaeger-core-1.1.0.jar:/opt/kafka/bin/../libs/jaeger-thrift-1.1.0.jar:/opt/kafka/bin/../libs/jaeger-tracerresolver-1.1.0.jar:/opt/kafka/bin/../libs/jakarta.activation-api-1.2.1.jar:/opt/kafka/bin/../libs/jakarta.annotation-api-1.3.4.jar:/opt/kafka/bin/../libs/jakarta.inject-2.5.0.jar:/opt/kafka/bin/../libs/jakarta.ws.rs-api-2.1.5.jar:/opt/kafka/bin/../libs/jakarta.xml.bind-api-2.3.2.jar:/opt/kafka/bin/../libs/javassist-3.22.0-CR2.jar:/opt/kafka/bin/../libs/javassist-3.26.0-GA.jar:/opt/kafka/bin/../libs/javax.servlet-api-3.1.0.jar:/opt/kafka/bin/../libs/javax.ws.rs-api-2.1.1.jar:/opt/kafka/bin/../libs/jaxb-api-2.3.0.jar:/opt/kafka/bin/../libs/jersey-client-2.28.jar:/opt/kafka/bin/../libs/jersey-common-2.28.jar:/opt/kafka/bin/../libs/jersey-container-servlet-2.28.jar:/opt/kafka/bin/../libs/jersey-container-servlet-core-2.28.jar:/opt/kafka/bin/../libs/jersey-hk2-2.28.jar:/opt/kafka/bin/../libs/jersey-media-jaxb-2.28.jar:/opt/kafka/bin/../libs/jersey-server-2.28.jar:/opt/kafka/bin/../libs/jetty-client-9.4.24.v20191120.jar:/opt/kafka/bin/../libs/jetty-continuation-9.4.24.v20191120.jar:/opt/kafka/bin/../libs/jetty-http-9.4.24.v20191120.jar:/opt/kafka/bin/../libs/jetty-io-9.4.24.v20191120.jar:/opt/kafka/bin/../libs/jetty-security-9.4.24.v20191120.jar:/opt/kafka/bin/../libs/jetty-server-9.4.24.v20191120.jar:/opt/kafka/bin/../libs/jetty-servlet-9.4.24.v20191120.jar:/opt/kafka/bin/../libs/jetty-servlets-9.4.24.v20191120.jar:/opt/kafka/bin/../libs/jetty-util-9.4.24.v20191120.jar:/opt/kafka/bin/../libs/jmx_prometheus_javaagent-0.12.0.jar:/opt/kafka/bin/../libs/jopt-simple-5.0.4.jar:/opt/kafka/bin/../libs/json-smart-1.1.1.jar:/opt/kafka/bin/../libs/jsonevent-layout-1.7.jar:/opt/kafka/bin/../libs/jsr305-3.0.2.jar:/opt/kafka/bin/../libs/junit-4.13.jar:/opt/kafka/bin/../libs/kafka-agent.jar:/opt/kafka/bin/../libs/kafka-clients-2.6.0.jar:/opt/kafka/bin/../libs/kafka-log4j-appender-2.6.0.jar:/opt/kafka/bin/../libs/kafka-oauth-client-0.5.0.jar:/opt/kafka/bin/../libs/kafka-oauth-common-0.5.0.jar:/opt/kafka/bin/../libs/kafka-oauth-keycloak-authorizer-0.5.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-0.5.0.jar:/opt/kafka/bin/../libs/kafka-streams-2.6.0.jar:/opt/kafka/bin/../libs/kafka-streams-examples-2.6.0.jar:/opt/kafka/bin/../libs/kafka-streams-scala_2.12-2.6.0.jar:/opt/kafka/bin/../libs/kafka-streams-test-utils-2.6.0.jar:/opt/kafka/bin/../libs/kafka-tools-2.6.0.jar:/opt/kafka/bin/../libs/kafka_2.12-2.6.0-sources.jar:/opt/kafka/bin/../libs/kafka_2.12-2.6.0.jar:/opt/kafka/bin/../libs/keycloak-common-10.0.0.jar:/opt/kafka/bin/../libs/keycloak-core-10.0.0.jar:/opt/kafka/bin/../libs/kotlin-stdlib-1.3.50.jar:/opt/kafka/bin/../libs/kotlin-stdlib-common-1.3.50.jar:/opt/kafka/bin/../libs/libthrift-0.13.0.jar:/opt/kafka/bin/../libs/log4j-1.2.17.jar:/opt/kafka/bin/../libs/lz4-java-1.7.1.jar:/opt/kafka/bin/../libs/maven-artifact-3.6.3.jar:/opt/kafka/bin/../libs/metrics-core-2.2.0.jar:/opt/kafka/bin/../libs/mirror-maker-agent.jar:/opt/kafka/bin/../libs/netty-buffer-4.1.50.Final.jar:/opt/kafka/bin/../libs/netty-codec-4.1.50.Final.jar:/opt/kafka/bin/../libs/netty-common-4.1.50.Final.jar:/opt/kafka/bin/../libs/netty-handler-4.1.50.Final.jar:/opt/kafka/bin/../libs/netty-resolver-4.1.50.Final.jar:/opt/kafka/bin/../libs/netty-transport-4.1.50.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-epoll-4.1.50.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-unix-common-4.1.50.Final.jar:/opt/kafka/bin/../libs/okhttp-4.2.2.jar:/opt/kafka/bin/../libs/okio-2.2.2.jar:/opt/kafka/bin/../libs/opa-authorizer-0.4.1.jar:/opt/kafka/bin/../libs/opentracing-api-0.33.0.jar:/opt/kafka/bin/../libs/opentracing-kafka-client-0.1.12.jar:/opt/kafka/bin/../libs/opentracing-noop-0.33.0.jar:/opt/kafka/bin/../libs/opentracing-tracerresolver-0.1.8.jar:/opt/kafka/bin/../libs/opentracing-util-0.33.0.jar:/opt/kafka/bin/../libs/osgi-resource-locator-1.0.1.jar:/opt/kafka/bin/../libs/paranamer-2.8.jar:/opt/kafka/bin/../libs/plexus-utils-3.2.1.jar:/opt/kafka/bin/../libs/reflections-0.9.12.jar:/opt/kafka/bin/../libs/rocksdbjni-5.18.4.jar:/opt/kafka/bin/../libs/scala-collection-compat_2.12-2.1.6.jar:/opt/kafka/bin/../libs/scala-java8-compat_2.12-0.9.1.jar:/opt/kafka/bin/../libs/scala-library-2.12.11.jar:/opt/kafka/bin/../libs/scala-logging_2.12-3.9.2.jar:/opt/kafka/bin/../libs/scala-reflect-2.12.11.jar:/opt/kafka/bin/../libs/slf4j-api-1.7.30.jar:/opt/kafka/bin/../libs/slf4j-log4j12-1.7.30.jar:/opt/kafka/bin/../libs/snappy-java-1.1.7.3.jar:/opt/kafka/bin/../libs/tracing-agent.jar:/opt/kafka/bin/../libs/validation-api-2.0.1.Final.jar:/opt/kafka/bin/../libs/zookeeper-3.5.8.jar:/opt/kafka/bin/../libs/zookeeper-jute-3.5.8.jar:/opt/kafka/bin/../libs/zstd-jni-1.4.4-7.jar (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-08-17 23:12:55,328 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-08-17 23:12:55,328 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-08-17 23:12:55,328 INFO Server environment:java.compiler= (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-08-17 23:12:55,328 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-08-17 23:12:55,328 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-08-17 23:12:55,328 INFO Server environment:os.version=4.18.0-193.14.3.el8_2.x86_64 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-08-17 23:12:55,328 INFO Server environment:user.name=1000590000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-08-17 23:12:55,328 INFO Server environment:user.home=/ (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-08-17 23:12:55,328 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-08-17 23:12:55,328 INFO Server environment:os.memory.free=212MB (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-08-17 23:12:55,328 INFO Server environment:os.memory.max=3754MB (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-08-17 23:12:55,328 INFO Server environment:os.memory.total=240MB (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-08-17 23:12:55,330 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-08-17 23:12:55,330 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-08-17 23:12:55,330 INFO Created server with tickTime 2000 minSessionTimeout 4000 maxSessionTimeout 40000 datadir /var/lib/zookeeper/data/version-2 snapdir /var/lib/zookeeper/data/version-2 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-08-17 23:12:55,330 INFO FOLLOWING - LEADER ELECTION TOOK - 11 MS (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-08-17 23:12:55,334 WARN Unexpected exception, tries=0, remaining init limit=9999, connecting to openshift-my-cluster-zookeeper-2.openshift-my-cluster-zookeeper-nodes.kafka-cluster-test.svc/10.128.2.134:2888 (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242) at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:289) at org.apache.zookeeper.server.quorum.Learner.sockConnect(Learner.java:233) at org.apache.zookeeper.server.quorum.Learner.connectToLeader(Learner.java:262) at org.apache.zookeeper.server.quorum.Follower.followLeader(Follower.java:77) at org.apache.zookeeper.server.quorum.QuorumPeer.run(QuorumPeer.java:1253) 2020-08-17 23:12:56,454 INFO Getting a diff from the leader 0x0 (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-08-17 23:12:56,460 INFO Learner received NEWLEADER message (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-08-17 23:12:56,489 INFO Learner received UPTODATE message (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-08-17 23:12:56,500 INFO Configuring CommitProcessor with 1 worker threads. (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-08-17 23:13:05,704 INFO The list of known four letter word commands is : [{1936881266=srvr, 1937006964=stat, 2003003491=wchc, 1685417328=dump, 1668445044=crst, 1936880500=srst, 1701738089=envi, 1668247142=conf, -720899=telnet close, 2003003507=wchs, 2003003504=wchp, 1684632179=dirs, 1668247155=cons, 1835955314=mntr, 1769173615=isro, 1920298859=ruok, 1735683435=gtmk, 1937010027=stmk}] (org.apache.zookeeper.server.command.FourLetterCommands) [nioEventLoopGroup-4-1] 2020-08-17 23:13:05,705 INFO The list of enabled four letter word commands is : [[wchs, stat, wchp, dirs, stmk, conf, ruok, mntr, srvr, wchc, envi, srst, isro, dump, gtmk, telnet close, crst, cons]] (org.apache.zookeeper.server.command.FourLetterCommands) [nioEventLoopGroup-4-1] 2020-08-17 23:13:05,705 INFO Processing ruok command from /127.0.0.1:36156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:13:10,536 INFO Processing ruok command from /127.0.0.1:36226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:13:11,572 WARN Got zxid 0x100000001 expected 0x1 (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)] 2020-08-17 23:13:11,573 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:1] 2020-08-17 23:13:15,677 INFO Processing ruok command from /127.0.0.1:36310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:13:19,491 INFO Authenticated Id 'CN=openshift-my-cluster-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2020-08-17 23:13:19,903 INFO Authenticated Id 'CN=openshift-my-cluster-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2020-08-17 23:13:20,086 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.PrepRequestProcessor) [CommitProcWorkThread-1] 2020-08-17 23:13:20,584 INFO Processing ruok command from /127.0.0.1:36384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:13:25,673 INFO Processing ruok command from /127.0.0.1:36462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:13:30,531 INFO Processing ruok command from /127.0.0.1:36512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:13:35,704 INFO Processing ruok command from /127.0.0.1:36624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:13:40,534 INFO Processing ruok command from /127.0.0.1:36684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:13:45,786 INFO Processing ruok command from /127.0.0.1:36794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:13:47,880 INFO Authenticated Id 'CN=openshift-my-cluster-entity-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2020-08-17 23:13:50,531 INFO Processing ruok command from /127.0.0.1:36872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:13:55,691 INFO Processing ruok command from /127.0.0.1:36974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:14:00,536 INFO Processing ruok command from /127.0.0.1:37026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:14:05,675 INFO Processing ruok command from /127.0.0.1:37130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:14:07,659 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2020-08-17 23:14:08,549 INFO Submitting global closeSession request for session 0x10000ecf2a30003 (org.apache.zookeeper.server.ZooKeeperServer) [nioEventLoopGroup-7-2] 2020-08-17 23:14:10,529 INFO Processing ruok command from /127.0.0.1:37206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:14:15,684 INFO Processing ruok command from /127.0.0.1:37312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:14:20,533 INFO Processing ruok command from /127.0.0.1:37370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:14:25,685 INFO Processing ruok command from /127.0.0.1:37472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:14:30,532 INFO Processing ruok command from /127.0.0.1:37538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:14:35,678 INFO Processing ruok command from /127.0.0.1:37652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:14:40,546 INFO Processing ruok command from /127.0.0.1:37706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:14:45,675 INFO Processing ruok command from /127.0.0.1:37818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:14:50,552 INFO Processing ruok command from /127.0.0.1:37888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:14:55,670 INFO Processing ruok command from /127.0.0.1:37994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:15:00,529 INFO Processing ruok command from /127.0.0.1:38054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:15:05,672 INFO Processing ruok command from /127.0.0.1:38178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:15:10,533 INFO Processing ruok command from /127.0.0.1:38232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:15:15,676 INFO Processing ruok command from /127.0.0.1:38336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:15:20,535 INFO Processing ruok command from /127.0.0.1:38390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:15:25,676 INFO Processing ruok command from /127.0.0.1:38502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:15:30,530 INFO Processing ruok command from /127.0.0.1:38564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:15:35,673 INFO Processing ruok command from /127.0.0.1:38692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:15:40,533 INFO Processing ruok command from /127.0.0.1:38754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:15:45,673 INFO Processing ruok command from /127.0.0.1:38866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:15:50,537 INFO Processing ruok command from /127.0.0.1:38948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:15:55,761 INFO Processing ruok command from /127.0.0.1:39080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:16:00,532 INFO Processing ruok command from /127.0.0.1:39166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:16:05,671 INFO Processing ruok command from /127.0.0.1:39298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:16:10,531 INFO Processing ruok command from /127.0.0.1:39362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:16:15,688 INFO Processing ruok command from /127.0.0.1:39486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:16:20,533 INFO Processing ruok command from /127.0.0.1:39548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:16:25,672 INFO Processing ruok command from /127.0.0.1:39650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:16:30,036 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2020-08-17 23:16:30,529 INFO Processing ruok command from /127.0.0.1:39706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:16:30,908 INFO Submitting global closeSession request for session 0x10000ecf2a30004 (org.apache.zookeeper.server.ZooKeeperServer) [nioEventLoopGroup-7-1] 2020-08-17 23:16:35,675 INFO Processing ruok command from /127.0.0.1:39804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:16:40,536 INFO Processing ruok command from /127.0.0.1:39874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:16:45,666 INFO Processing ruok command from /127.0.0.1:39962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:16:50,531 INFO Processing ruok command from /127.0.0.1:40034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:16:55,679 INFO Processing ruok command from /127.0.0.1:40118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:16:59,933 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2020-08-17 23:17:00,530 INFO Processing ruok command from /127.0.0.1:40192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:17:00,826 INFO Submitting global closeSession request for session 0x10000ecf2a30005 (org.apache.zookeeper.server.ZooKeeperServer) [nioEventLoopGroup-7-2] 2020-08-17 23:17:05,678 INFO Processing ruok command from /127.0.0.1:40288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:17:10,530 INFO Processing ruok command from /127.0.0.1:40358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:17:15,671 INFO Processing ruok command from /127.0.0.1:40448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:17:20,534 INFO Processing ruok command from /127.0.0.1:40524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:17:25,670 INFO Processing ruok command from /127.0.0.1:40608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:17:30,531 INFO Processing ruok command from /127.0.0.1:40684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:17:35,671 INFO Processing ruok command from /127.0.0.1:40780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:17:40,528 INFO Processing ruok command from /127.0.0.1:40850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:17:45,677 INFO Processing ruok command from /127.0.0.1:40934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:17:50,526 INFO Processing ruok command from /127.0.0.1:41006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:17:55,665 INFO Processing ruok command from /127.0.0.1:41094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:18:00,539 INFO Processing ruok command from /127.0.0.1:41166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:18:05,666 INFO Processing ruok command from /127.0.0.1:41266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:18:10,527 INFO Processing ruok command from /127.0.0.1:41334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:18:15,674 INFO Processing ruok command from /127.0.0.1:41414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:18:20,535 INFO Processing ruok command from /127.0.0.1:41488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:18:25,678 INFO Processing ruok command from /127.0.0.1:41572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:18:30,532 INFO Processing ruok command from /127.0.0.1:41650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:18:35,672 INFO Processing ruok command from /127.0.0.1:41746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:18:40,533 INFO Processing ruok command from /127.0.0.1:41818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:18:45,676 INFO Processing ruok command from /127.0.0.1:41902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:18:50,530 INFO Processing ruok command from /127.0.0.1:41974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:18:55,663 INFO Processing ruok command from /127.0.0.1:42054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:19:00,530 INFO Processing ruok command from /127.0.0.1:42136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:19:05,683 INFO Processing ruok command from /127.0.0.1:42236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:19:10,537 INFO Processing ruok command from /127.0.0.1:42308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:19:15,672 INFO Processing ruok command from /127.0.0.1:42392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:19:20,529 INFO Processing ruok command from /127.0.0.1:42462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:19:25,675 INFO Processing ruok command from /127.0.0.1:42546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:19:30,528 INFO Processing ruok command from /127.0.0.1:42622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:19:35,673 INFO Processing ruok command from /127.0.0.1:42742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:19:40,531 INFO Processing ruok command from /127.0.0.1:42796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:19:45,671 INFO Processing ruok command from /127.0.0.1:42900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:19:50,532 INFO Processing ruok command from /127.0.0.1:42960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:19:55,672 INFO Processing ruok command from /127.0.0.1:43064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:20:00,013 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2020-08-17 23:20:00,530 INFO Processing ruok command from /127.0.0.1:43118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:20:00,905 INFO Submitting global closeSession request for session 0x10000ecf2a30006 (org.apache.zookeeper.server.ZooKeeperServer) [nioEventLoopGroup-7-1] 2020-08-17 23:20:05,676 INFO Processing ruok command from /127.0.0.1:43234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:20:10,534 INFO Processing ruok command from /127.0.0.1:43282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:20:15,669 INFO Processing ruok command from /127.0.0.1:43386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:20:20,534 INFO Processing ruok command from /127.0.0.1:43440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:20:25,673 INFO Processing ruok command from /127.0.0.1:43540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:20:30,539 INFO Processing ruok command from /127.0.0.1:43600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:20:35,668 INFO Processing ruok command from /127.0.0.1:43714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:20:40,536 INFO Processing ruok command from /127.0.0.1:43764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:20:45,668 INFO Processing ruok command from /127.0.0.1:43866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:20:50,536 INFO Processing ruok command from /127.0.0.1:43920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:20:55,667 INFO Processing ruok command from /127.0.0.1:44026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:21:00,038 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2020-08-17 23:21:00,530 INFO Processing ruok command from /127.0.0.1:44086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:21:00,905 INFO Submitting global closeSession request for session 0x10000ecf2a30007 (org.apache.zookeeper.server.ZooKeeperServer) [nioEventLoopGroup-7-2] 2020-08-17 23:21:05,679 INFO Processing ruok command from /127.0.0.1:44210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:21:10,530 INFO Processing ruok command from /127.0.0.1:44258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:21:15,670 INFO Processing ruok command from /127.0.0.1:44360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:21:20,529 INFO Processing ruok command from /127.0.0.1:44412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:21:25,665 INFO Processing ruok command from /127.0.0.1:44510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:21:30,543 INFO Processing ruok command from /127.0.0.1:44574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:21:35,679 INFO Processing ruok command from /127.0.0.1:44692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:21:40,530 INFO Processing ruok command from /127.0.0.1:44750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:21:45,681 INFO Processing ruok command from /127.0.0.1:44850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:21:50,527 INFO Processing ruok command from /127.0.0.1:44910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:21:55,683 INFO Processing ruok command from /127.0.0.1:45012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:22:00,044 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2020-08-17 23:22:00,532 INFO Processing ruok command from /127.0.0.1:45072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:22:00,939 INFO Submitting global closeSession request for session 0x10000ecf2a30008 (org.apache.zookeeper.server.ZooKeeperServer) [nioEventLoopGroup-7-1] 2020-08-17 23:22:05,676 INFO Processing ruok command from /127.0.0.1:45186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:22:10,533 INFO Processing ruok command from /127.0.0.1:45242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:22:15,665 INFO Processing ruok command from /127.0.0.1:45340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:22:20,537 INFO Processing ruok command from /127.0.0.1:45400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:22:25,684 INFO Processing ruok command from /127.0.0.1:45502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:22:30,538 INFO Processing ruok command from /127.0.0.1:45558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:22:35,680 INFO Processing ruok command from /127.0.0.1:45666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:22:40,539 INFO Processing ruok command from /127.0.0.1:45726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:22:45,668 INFO Processing ruok command from /127.0.0.1:45808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:22:50,536 INFO Processing ruok command from /127.0.0.1:45890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:22:55,672 INFO Processing ruok command from /127.0.0.1:45968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:23:00,534 INFO Processing ruok command from /127.0.0.1:46048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:23:05,672 INFO Processing ruok command from /127.0.0.1:46138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:23:10,534 INFO Processing ruok command from /127.0.0.1:46212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:23:15,678 INFO Processing ruok command from /127.0.0.1:46294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:23:20,527 INFO Processing ruok command from /127.0.0.1:46366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:23:25,668 INFO Processing ruok command from /127.0.0.1:46448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:23:30,537 INFO Processing ruok command from /127.0.0.1:46528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:23:35,670 INFO Processing ruok command from /127.0.0.1:46626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:23:40,534 INFO Processing ruok command from /127.0.0.1:46696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:23:45,673 INFO Processing ruok command from /127.0.0.1:46778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:23:50,534 INFO Processing ruok command from /127.0.0.1:46852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:23:55,669 INFO Processing ruok command from /127.0.0.1:46934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:24:00,533 INFO Processing ruok command from /127.0.0.1:47016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:24:05,672 INFO Processing ruok command from /127.0.0.1:47114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:24:10,530 INFO Processing ruok command from /127.0.0.1:47190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:24:15,671 INFO Processing ruok command from /127.0.0.1:47272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:24:20,528 INFO Processing ruok command from /127.0.0.1:47344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:24:25,681 INFO Processing ruok command from /127.0.0.1:47426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:24:30,531 INFO Processing ruok command from /127.0.0.1:47508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:24:35,674 INFO Processing ruok command from /127.0.0.1:47608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:24:40,528 INFO Processing ruok command from /127.0.0.1:47686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:24:45,676 INFO Processing ruok command from /127.0.0.1:47768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:24:50,534 INFO Processing ruok command from /127.0.0.1:47842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:24:55,686 INFO Processing ruok command from /127.0.0.1:47924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:25:00,535 INFO Processing ruok command from /127.0.0.1:48000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:25:05,674 INFO Processing ruok command from /127.0.0.1:48094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:25:10,532 INFO Processing ruok command from /127.0.0.1:48164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:25:15,672 INFO Processing ruok command from /127.0.0.1:48246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:25:20,530 INFO Processing ruok command from /127.0.0.1:48326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:25:25,670 INFO Processing ruok command from /127.0.0.1:48408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:25:30,533 INFO Processing ruok command from /127.0.0.1:48470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:25:35,671 INFO Processing ruok command from /127.0.0.1:48578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:25:40,531 INFO Processing ruok command from /127.0.0.1:48626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:25:45,675 INFO Processing ruok command from /127.0.0.1:48734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:25:50,527 INFO Processing ruok command from /127.0.0.1:48786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:25:55,673 INFO Processing ruok command from /127.0.0.1:48898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:26:00,532 INFO Processing ruok command from /127.0.0.1:48950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:26:05,683 INFO Processing ruok command from /127.0.0.1:49072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:26:10,528 INFO Processing ruok command from /127.0.0.1:49122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:26:15,671 INFO Processing ruok command from /127.0.0.1:49228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:26:20,530 INFO Processing ruok command from /127.0.0.1:49282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:26:25,678 INFO Processing ruok command from /127.0.0.1:49386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:26:30,131 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2020-08-17 23:26:30,534 INFO Processing ruok command from /127.0.0.1:49448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:26:31,025 INFO Submitting global closeSession request for session 0x10000ecf2a30009 (org.apache.zookeeper.server.ZooKeeperServer) [nioEventLoopGroup-7-2] 2020-08-17 23:26:35,681 INFO Processing ruok command from /127.0.0.1:49570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:26:40,529 INFO Processing ruok command from /127.0.0.1:49620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:26:45,672 INFO Processing ruok command from /127.0.0.1:49724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:26:50,529 INFO Processing ruok command from /127.0.0.1:49780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:26:55,665 INFO Processing ruok command from /127.0.0.1:49880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:27:00,141 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2020-08-17 23:27:00,533 INFO Processing ruok command from /127.0.0.1:49938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:27:00,936 INFO Submitting global closeSession request for session 0x10000ecf2a3000a (org.apache.zookeeper.server.ZooKeeperServer) [nioEventLoopGroup-7-1] 2020-08-17 23:27:05,676 INFO Processing ruok command from /127.0.0.1:50058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:27:10,532 INFO Processing ruok command from /127.0.0.1:50106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:27:15,680 INFO Processing ruok command from /127.0.0.1:50210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:27:20,530 INFO Processing ruok command from /127.0.0.1:50260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:27:25,681 INFO Processing ruok command from /127.0.0.1:50368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:27:30,531 INFO Processing ruok command from /127.0.0.1:50420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:27:35,688 INFO Processing ruok command from /127.0.0.1:50536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:27:40,532 INFO Processing ruok command from /127.0.0.1:50584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:27:45,672 INFO Processing ruok command from /127.0.0.1:50692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:27:50,529 INFO Processing ruok command from /127.0.0.1:50744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:27:55,670 INFO Processing ruok command from /127.0.0.1:50848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:28:00,538 INFO Processing ruok command from /127.0.0.1:50906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:28:05,668 INFO Processing ruok command from /127.0.0.1:51018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:28:10,527 INFO Processing ruok command from /127.0.0.1:51070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:28:15,669 INFO Processing ruok command from /127.0.0.1:51174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:28:20,530 INFO Processing ruok command from /127.0.0.1:51228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:28:25,674 INFO Processing ruok command from /127.0.0.1:51332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:28:30,532 INFO Processing ruok command from /127.0.0.1:51388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:28:35,674 INFO Processing ruok command from /127.0.0.1:51498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:28:40,530 INFO Processing ruok command from /127.0.0.1:51564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:28:45,678 INFO Processing ruok command from /127.0.0.1:51648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:28:50,528 INFO Processing ruok command from /127.0.0.1:51718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:28:55,678 INFO Processing ruok command from /127.0.0.1:51808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:29:00,528 INFO Processing ruok command from /127.0.0.1:51882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:29:05,669 INFO Processing ruok command from /127.0.0.1:51978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:29:10,529 INFO Processing ruok command from /127.0.0.1:52050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:29:15,668 INFO Processing ruok command from /127.0.0.1:52134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:29:20,531 INFO Processing ruok command from /127.0.0.1:52204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:29:25,668 INFO Processing ruok command from /127.0.0.1:52284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:29:30,530 INFO Processing ruok command from /127.0.0.1:52374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:29:35,672 INFO Processing ruok command from /127.0.0.1:52480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:29:40,530 INFO Processing ruok command from /127.0.0.1:52548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:29:45,681 INFO Processing ruok command from /127.0.0.1:52636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:29:50,537 INFO Processing ruok command from /127.0.0.1:52708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:29:55,668 INFO Processing ruok command from /127.0.0.1:52786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:30:00,530 INFO Processing ruok command from /127.0.0.1:52866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:30:05,686 INFO Processing ruok command from /127.0.0.1:52962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:30:10,532 INFO Processing ruok command from /127.0.0.1:53030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:30:15,670 INFO Processing ruok command from /127.0.0.1:53112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:30:20,531 INFO Processing ruok command from /127.0.0.1:53194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:30:25,684 INFO Processing ruok command from /127.0.0.1:53278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:30:30,049 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2020-08-17 23:30:30,535 INFO Processing ruok command from /127.0.0.1:53350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:30:30,944 INFO Submitting global closeSession request for session 0x10000ecf2a3000b (org.apache.zookeeper.server.ZooKeeperServer) [nioEventLoopGroup-7-2] 2020-08-17 23:30:35,683 INFO Processing ruok command from /127.0.0.1:53444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:30:40,530 INFO Processing ruok command from /127.0.0.1:53518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:30:45,671 INFO Processing ruok command from /127.0.0.1:53600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:30:50,530 INFO Processing ruok command from /127.0.0.1:53676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:30:55,677 INFO Processing ruok command from /127.0.0.1:53768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:30:59,934 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2020-08-17 23:31:00,531 INFO Processing ruok command from /127.0.0.1:53848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:31:00,830 INFO Submitting global closeSession request for session 0x10000ecf2a3000c (org.apache.zookeeper.server.ZooKeeperServer) [nioEventLoopGroup-7-1] 2020-08-17 23:31:05,676 INFO Processing ruok command from /127.0.0.1:53946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:31:10,526 INFO Processing ruok command from /127.0.0.1:54018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:31:15,676 INFO Processing ruok command from /127.0.0.1:54096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:31:20,533 INFO Processing ruok command from /127.0.0.1:54162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:31:25,676 INFO Processing ruok command from /127.0.0.1:54254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:31:30,536 INFO Processing ruok command from /127.0.0.1:54318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:31:35,674 INFO Processing ruok command from /127.0.0.1:54432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:31:40,532 INFO Processing ruok command from /127.0.0.1:54482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:31:45,671 INFO Processing ruok command from /127.0.0.1:54584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:31:50,529 INFO Processing ruok command from /127.0.0.1:54636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:31:55,671 INFO Processing ruok command from /127.0.0.1:54740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:31:59,998 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2020-08-17 23:32:00,529 INFO Processing ruok command from /127.0.0.1:54794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:32:00,894 INFO Submitting global closeSession request for session 0x10000ecf2a3000d (org.apache.zookeeper.server.ZooKeeperServer) [nioEventLoopGroup-7-2] 2020-08-17 23:32:05,673 INFO Processing ruok command from /127.0.0.1:54912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:32:10,529 INFO Processing ruok command from /127.0.0.1:54966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:32:15,670 INFO Processing ruok command from /127.0.0.1:55064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:32:20,532 INFO Processing ruok command from /127.0.0.1:55120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:32:25,679 INFO Processing ruok command from /127.0.0.1:55218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:32:30,012 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2020-08-17 23:32:30,723 INFO Processing ruok command from /127.0.0.1:55280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:32:30,901 INFO Submitting global closeSession request for session 0x10000ecf2a3000e (org.apache.zookeeper.server.ZooKeeperServer) [nioEventLoopGroup-7-1] 2020-08-17 23:32:35,671 INFO Processing ruok command from /127.0.0.1:55390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:32:40,536 INFO Processing ruok command from /127.0.0.1:55448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:32:45,674 INFO Processing ruok command from /127.0.0.1:55554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:32:50,530 INFO Processing ruok command from /127.0.0.1:55606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:32:55,666 INFO Processing ruok command from /127.0.0.1:55706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:33:00,536 INFO Processing ruok command from /127.0.0.1:55766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:33:05,672 INFO Processing ruok command from /127.0.0.1:55882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:33:10,530 INFO Processing ruok command from /127.0.0.1:55934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:33:15,674 INFO Processing ruok command from /127.0.0.1:56036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:33:20,530 INFO Processing ruok command from /127.0.0.1:56096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:33:25,679 INFO Processing ruok command from /127.0.0.1:56194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:33:30,208 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2020-08-17 23:33:30,532 INFO Processing ruok command from /127.0.0.1:56254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:33:31,067 INFO Submitting global closeSession request for session 0x10000ecf2a3000f (org.apache.zookeeper.server.ZooKeeperServer) [nioEventLoopGroup-7-2] 2020-08-17 23:33:35,678 INFO Processing ruok command from /127.0.0.1:56368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:33:40,535 INFO Processing ruok command from /127.0.0.1:56418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:33:45,674 INFO Processing ruok command from /127.0.0.1:56520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:33:50,529 INFO Processing ruok command from /127.0.0.1:56572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:33:55,688 INFO Processing ruok command from /127.0.0.1:56680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:34:00,535 INFO Processing ruok command from /127.0.0.1:56740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:34:05,669 INFO Processing ruok command from /127.0.0.1:56854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:34:10,538 INFO Processing ruok command from /127.0.0.1:56904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:34:15,667 INFO Processing ruok command from /127.0.0.1:57002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:34:20,533 INFO Processing ruok command from /127.0.0.1:57058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:34:25,675 INFO Processing ruok command from /127.0.0.1:57146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:34:30,535 INFO Processing ruok command from /127.0.0.1:57224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:34:35,675 INFO Processing ruok command from /127.0.0.1:57328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:34:40,530 INFO Processing ruok command from /127.0.0.1:57398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:34:45,679 INFO Processing ruok command from /127.0.0.1:57480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:34:50,534 INFO Processing ruok command from /127.0.0.1:57552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:34:55,674 INFO Processing ruok command from /127.0.0.1:57636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:35:00,529 INFO Processing ruok command from /127.0.0.1:57712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:35:05,679 INFO Processing ruok command from /127.0.0.1:57806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:35:10,526 INFO Processing ruok command from /127.0.0.1:57884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:35:15,663 INFO Processing ruok command from /127.0.0.1:57966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:35:20,535 INFO Processing ruok command from /127.0.0.1:58042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:35:25,675 INFO Processing ruok command from /127.0.0.1:58120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:35:30,535 INFO Processing ruok command from /127.0.0.1:58202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:35:35,752 INFO Processing ruok command from /127.0.0.1:58302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:35:40,538 INFO Processing ruok command from /127.0.0.1:58374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:35:45,672 INFO Processing ruok command from /127.0.0.1:58460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2020-08-17 23:35:50,530 INFO Processing ruok command from /127.0.0.1:58536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2020-08-17 23:35:55,681 INFO Processing ruok command from /127.0.0.1:58624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]