Results

By type

          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=[hidden]
ssl.trustStore.type=PKCS12
ssl.quorum.trustStore.location=/tmp/zookeeper/cluster.truststore.p12
ssl.quorum.trustStore.password=[hidden]
ssl.quorum.trustStore.type=PKCS12

ssl.keyStore.location=/tmp/zookeeper/cluster.keystore.p12
ssl.keyStore.password=[hidden]
ssl.keyStore.type=PKCS12
ssl.quorum.keyStore.location=/tmp/zookeeper/cluster.keystore.p12
ssl.quorum.keyStore.password=[hidden]
ssl.quorum.keyStore.type=PKCS12

# Provided configuration
tickTime=2000
initLimit=5
syncLimit=2
autopurge.purgeInterval=1
admin.enableServer=false
ssl.hostnameVerification=false
ssl.quorum.hostnameVerification=false


# Zookeeper nodes configuration
server.1=onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181
server.2=onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181
server.3=onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181

+ exec /usr/bin/tini -w -e 143 -- /opt/kafka/bin/zookeeper-server-start.sh /tmp/zookeeper.properties
2022-09-25 02:21:02,548 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-09-25 02:21:02,562 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-09-25 02:21:02,563 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-09-25 02:21:02,568 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main]
2022-09-25 02:21:02,569 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-09-25 02:21:02,569 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-09-25 02:21:02,619 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main]
2022-09-25 02:21:02,620 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main]
2022-09-25 02:21:02,622 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-09-25 02:21:02,634 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2022-09-25 02:21:02,635 INFO Log4j 1.2 jmx support found and enabled. (org.apache.zookeeper.jmx.ManagedUtil) [main]
2022-09-25 02:21:02,647 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-09-25 02:21:02,660 INFO Starting quorum peer, myid=1 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main]
2022-09-25 02:21:02,688 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@7c469c48 (org.apache.zookeeper.server.ServerMetrics) [main]
2022-09-25 02:21:02,816 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-09-25 02:21:02,816 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-09-25 02:21:02,816 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-09-25 02:21:02,902 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-09-25 02:21:02,904 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-09-25 02:21:02,904 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-09-25 02:21:02,904 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-09-25 02:21:02,904 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-09-25 02:21:02,905 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-09-25 02:21:02,905 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-09-25 02:21:02,914 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-09-25 02:21:02,920 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main]
2022-09-25 02:21:02,921 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-09-25 02:21:02,922 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-09-25 02:21:02,922 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-09-25 02:21:02,922 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-09-25 02:21:02,922 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-09-25 02:21:02,923 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-09-25 02:21:02,923 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-09-25 02:21:02,923 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-09-25 02:21:02,951 INFO  (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-25 02:21:02,951 INFO   ______                  _                                           (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-25 02:21:02,951 INFO  |___  /                 | |                                          (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-25 02:21:02,951 INFO     / /    ___     ___   | | __   ___    ___   _ __     ___   _ __    (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-25 02:21:02,951 INFO    / /    / _ \   / _ \  | |/ /  / _ \  / _ \ | '_ \   / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-25 02:21:02,951 INFO   / /__  | (_) | | (_) | |   <  |  __/ |  __/ | |_) | |  __/ | |     (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-25 02:21:02,951 INFO  /_____|  \___/   \___/  |_|\_\  \___|  \___| | .__/   \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-25 02:21:02,951 INFO                                               | |                      (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-25 02:21:02,952 INFO                                               |_|                      (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-25 02:21:02,952 INFO  (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-25 02:21:02,955 INFO Server environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-25 02:21:02,955 INFO Server environment:host.name=onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-25 02:21:02,955 INFO Server environment:java.version=11.0.15 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-25 02:21:02,955 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-25 02:21:02,955 INFO Server environment:java.home=/usr/lib/jvm/java-11-openjdk-11.0.15.0.10-2.el8_6.x86_64 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-25 02:21:02,955 INFO Server environment:java.class.path=/opt/kafka/bin/../libs/accessors-smart-2.4.7.jar:/opt/kafka/bin/../libs/activation-1.1.1.jar:/opt/kafka/bin/../libs/annotations-13.0.jar:/opt/kafka/bin/../libs/aopalliance-repackaged-2.6.1.jar:/opt/kafka/bin/../libs/argparse4j-0.7.0.jar:/opt/kafka/bin/../libs/audience-annotations-0.5.0.jar:/opt/kafka/bin/../libs/automaton-1.11-8.jar:/opt/kafka/bin/../libs/checker-qual-3.5.0.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/connect-api-3.1.0.jar:/opt/kafka/bin/../libs/connect-basic-auth-extension-3.1.0.jar:/opt/kafka/bin/../libs/connect-file-3.1.0.jar:/opt/kafka/bin/../libs/connect-json-3.1.0.jar:/opt/kafka/bin/../libs/connect-mirror-3.1.0.jar:/opt/kafka/bin/../libs/connect-mirror-client-3.1.0.jar:/opt/kafka/bin/../libs/connect-runtime-3.1.0.jar:/opt/kafka/bin/../libs/connect-transforms-3.1.0.jar:/opt/kafka/bin/../libs/cruise-control-metrics-reporter-2.5.95.jar:/opt/kafka/bin/../libs/error_prone_annotations-2.3.4.jar:/opt/kafka/bin/../libs/failureaccess-1.0.1.jar:/opt/kafka/bin/../libs/generex-1.0.2.jar:/opt/kafka/bin/../libs/gson-2.9.0.jar:/opt/kafka/bin/../libs/guava-30.1-jre.jar:/opt/kafka/bin/../libs/hk2-api-2.6.1.jar:/opt/kafka/bin/../libs/hk2-locator-2.6.1.jar:/opt/kafka/bin/../libs/hk2-utils-2.6.1.jar:/opt/kafka/bin/../libs/j2objc-annotations-1.3.jar:/opt/kafka/bin/../libs/jackson-annotations-2.12.3.jar:/opt/kafka/bin/../libs/jackson-core-2.12.3.jar:/opt/kafka/bin/../libs/jackson-databind-2.12.3.jar:/opt/kafka/bin/../libs/jackson-dataformat-csv-2.12.3.jar:/opt/kafka/bin/../libs/jackson-dataformat-yaml-2.12.3.jar:/opt/kafka/bin/../libs/jackson-datatype-jdk8-2.12.3.jar:/opt/kafka/bin/../libs/jackson-datatype-jsr310-2.12.3.jar:/opt/kafka/bin/../libs/jackson-jaxrs-base-2.12.3.jar:/opt/kafka/bin/../libs/jackson-jaxrs-json-provider-2.12.3.jar:/opt/kafka/bin/../libs/jackson-module-jaxb-annotations-2.12.3.jar:/opt/kafka/bin/../libs/jackson-module-scala_2.13-2.12.3.jar:/opt/kafka/bin/../libs/jaeger-client-1.8.1.jar:/opt/kafka/bin/../libs/jaeger-core-1.8.1.jar:/opt/kafka/bin/../libs/jaeger-thrift-1.8.1.jar:/opt/kafka/bin/../libs/jaeger-tracerresolver-1.8.1.jar:/opt/kafka/bin/../libs/jakarta.activation-api-1.2.1.jar:/opt/kafka/bin/../libs/jakarta.annotation-api-1.3.5.jar:/opt/kafka/bin/../libs/jakarta.inject-2.6.1.jar:/opt/kafka/bin/../libs/jakarta.validation-api-2.0.2.jar:/opt/kafka/bin/../libs/jakarta.ws.rs-api-2.1.6.jar:/opt/kafka/bin/../libs/jakarta.xml.bind-api-2.3.2.jar:/opt/kafka/bin/../libs/javassist-3.27.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.34.jar:/opt/kafka/bin/../libs/jersey-common-2.34.jar:/opt/kafka/bin/../libs/jersey-container-servlet-2.34.jar:/opt/kafka/bin/../libs/jersey-container-servlet-core-2.34.jar:/opt/kafka/bin/../libs/jersey-hk2-2.34.jar:/opt/kafka/bin/../libs/jersey-server-2.34.jar:/opt/kafka/bin/../libs/jetty-client-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-continuation-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-http-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-io-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-security-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-server-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-servlet-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-servlets-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-util-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-util-ajax-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jline-3.12.1.jar:/opt/kafka/bin/../libs/jmx_prometheus_javaagent-0.17.0.jar:/opt/kafka/bin/../libs/jopt-simple-5.0.4.jar:/opt/kafka/bin/../libs/jose4j-0.7.8.jar:/opt/kafka/bin/../libs/json-path-2.6.0.jar:/opt/kafka/bin/../libs/json-smart-2.4.7.jar:/opt/kafka/bin/../libs/jsonevent-layout-1.7.jar:/opt/kafka/bin/../libs/jsr305-3.0.2.jar:/opt/kafka/bin/../libs/kafka-agent-0.30.0.jar:/opt/kafka/bin/../libs/kafka-clients-3.1.0.jar:/opt/kafka/bin/../libs/kafka-env-var-config-provider-1.0.0.jar:/opt/kafka/bin/../libs/kafka-kubernetes-config-provider-1.0.0.jar:/opt/kafka/bin/../libs/kafka-log4j-appender-3.1.0.jar:/opt/kafka/bin/../libs/kafka-metadata-3.1.0.jar:/opt/kafka/bin/../libs/kafka-oauth-client-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-common-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-keycloak-authorizer-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-plain-0.10.0.jar:/opt/kafka/bin/../libs/kafka-quotas-plugin-0.2.0.jar:/opt/kafka/bin/../libs/kafka-raft-3.1.0.jar:/opt/kafka/bin/../libs/kafka-server-common-3.1.0.jar:/opt/kafka/bin/../libs/kafka-shell-3.1.0.jar:/opt/kafka/bin/../libs/kafka-storage-3.1.0.jar:/opt/kafka/bin/../libs/kafka-storage-api-3.1.0.jar:/opt/kafka/bin/../libs/kafka-streams-3.1.0.jar:/opt/kafka/bin/../libs/kafka-streams-examples-3.1.0.jar:/opt/kafka/bin/../libs/kafka-streams-scala_2.13-3.1.0.jar:/opt/kafka/bin/../libs/kafka-streams-test-utils-3.1.0.jar:/opt/kafka/bin/../libs/kafka-tools-3.1.0.jar:/opt/kafka/bin/../libs/kafka_2.13-3.1.0.jar:/opt/kafka/bin/../libs/kotlin-stdlib-1.4.10.jar:/opt/kafka/bin/../libs/kotlin-stdlib-common-1.4.0.jar:/opt/kafka/bin/../libs/kubernetes-client-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-apps-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-batch-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-certificates-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-common-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-core-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-extensions-5.12.0.jar:/opt/kafka/bin/../libs/libthrift-0.15.0.jar:/opt/kafka/bin/../libs/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/opt/kafka/bin/../libs/log4j-1.2.17.jar:/opt/kafka/bin/../libs/logging-interceptor-3.12.12.jar:/opt/kafka/bin/../libs/lz4-java-1.8.0.jar:/opt/kafka/bin/../libs/maven-artifact-3.8.1.jar:/opt/kafka/bin/../libs/metrics-core-2.2.0.jar:/opt/kafka/bin/../libs/metrics-core-4.1.12.1.jar:/opt/kafka/bin/../libs/mirror-maker-2-extensions-1.2.0.jar:/opt/kafka/bin/../libs/mirror-maker-agent-0.30.0.jar:/opt/kafka/bin/../libs/netty-buffer-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-codec-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-common-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-handler-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-resolver-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-transport-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-epoll-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-unix-common-4.1.68.Final.jar:/opt/kafka/bin/../libs/nimbus-jose-jwt-9.10.jar:/opt/kafka/bin/../libs/okhttp-4.9.3.jar:/opt/kafka/bin/../libs/okio-2.8.0.jar:/opt/kafka/bin/../libs/opa-authorizer-1.4.0.jar:/opt/kafka/bin/../libs/opentracing-api-0.33.0.jar:/opt/kafka/bin/../libs/opentracing-kafka-client-0.1.15.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.3.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-6.22.1.1.jar:/opt/kafka/bin/../libs/scala-collection-compat_2.13-2.4.4.jar:/opt/kafka/bin/../libs/scala-java8-compat_2.13-1.0.0.jar:/opt/kafka/bin/../libs/scala-library-2.13.6.jar:/opt/kafka/bin/../libs/scala-logging_2.13-3.9.3.jar:/opt/kafka/bin/../libs/scala-reflect-2.13.6.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/snakeyaml-1.27.jar:/opt/kafka/bin/../libs/snappy-java-1.1.8.4.jar:/opt/kafka/bin/../libs/tracing-agent-0.30.0.jar:/opt/kafka/bin/../libs/trogdor-3.1.0.jar:/opt/kafka/bin/../libs/zjsonpatch-0.3.0.jar:/opt/kafka/bin/../libs/zookeeper-3.6.3.jar:/opt/kafka/bin/../libs/zookeeper-jute-3.6.3.jar:/opt/kafka/bin/../libs/zstd-jni-1.5.0-4.jar (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-25 02:21:02,964 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-25 02:21:02,964 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-25 02:21:02,965 INFO Server environment:java.compiler= (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-25 02:21:02,965 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-25 02:21:02,965 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-25 02:21:02,965 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-25 02:21:02,965 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-25 02:21:02,965 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-25 02:21:02,965 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-25 02:21:02,966 INFO Server environment:os.memory.free=224MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-25 02:21:02,966 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-25 02:21:02,966 INFO Server environment:os.memory.total=244MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-25 02:21:02,966 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-25 02:21:02,967 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-25 02:21:02,967 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-25 02:21:02,967 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-25 02:21:02,967 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-25 02:21:02,968 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-25 02:21:02,968 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-25 02:21:02,968 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-09-25 02:21:02,975 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main]
2022-09-25 02:21:02,976 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main]
2022-09-25 02:21:02,977 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main]
2022-09-25 02:21:02,977 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main]
2022-09-25 02:21:02,995 INFO Using TLS encrypted quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-09-25 02:21:02,995 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-09-25 02:21:02,996 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-09-25 02:21:02,996 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-09-25 02:21:02,996 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-09-25 02:21:02,996 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-09-25 02:21:02,996 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-09-25 02:21:03,016 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main]
2022-09-25 02:21:03,016 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main]
2022-09-25 02:21:03,026 INFO Snapshot loaded in 28 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main]
2022-09-25 02:21:03,029 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]
2022-09-25 02:21:03,035 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]
2022-09-25 02:21:03,039 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-09-25 02:21:03,177 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-09-25 02:21:03,177 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-09-25 02:21:03,180 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-09-25 02:21:03,181 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-09-25 02:21:03,190 INFO Election port bind maximum retries is infinite (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main]
2022-09-25 02:21:03,193 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main]
2022-09-25 02:21:03,193 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main]
2022-09-25 02:21:03,212 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main]
2022-09-25 02:21:03,213 INFO Creating TLS-only quorum server socket (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888]
2022-09-25 02:21:03,218 ERROR Exception while listening (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888]
java.net.SocketException: Unresolved address
	at java.base/java.net.ServerSocket.bind(ServerSocket.java:388)
	at java.base/java.net.ServerSocket.bind(ServerSocket.java:349)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$Listener$ListenerHandler.createNewServerSocket(QuorumCnxManager.java:1135)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$Listener$ListenerHandler.acceptConnections(QuorumCnxManager.java:1064)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$Listener$ListenerHandler.run(QuorumCnxManager.java:1033)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
2022-09-25 02:21:03,231 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:03,238 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:2181)]
2022-09-25 02:21:03,255 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:1, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]]
2022-09-25 02:21:03,462 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:2181)]
2022-09-25 02:21:03,863 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:2181)]
2022-09-25 02:21:04,223 INFO Creating TLS-only quorum server socket (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888]
2022-09-25 02:21:04,224 ERROR Exception while listening (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888]
java.net.SocketException: Unresolved address
	at java.base/java.net.ServerSocket.bind(ServerSocket.java:388)
	at java.base/java.net.ServerSocket.bind(ServerSocket.java:349)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$Listener$ListenerHandler.createNewServerSocket(QuorumCnxManager.java:1135)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$Listener$ListenerHandler.acceptConnections(QuorumCnxManager.java:1064)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$Listener$ListenerHandler.run(QuorumCnxManager.java:1033)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
2022-09-25 02:21:04,381 INFO SSL handshake complete with onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.133:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-1]
2022-09-25 02:21:04,381 INFO SSL handshake complete with onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.138:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-2]
2022-09-25 02:21:04,384 INFO Have smaller server identifier, so dropping the connection: (myId:1 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-2]
2022-09-25 02:21:04,384 INFO Have smaller server identifier, so dropping the connection: (myId:1 --> sid:2) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-1]
2022-09-25 02:21:04,666 INFO Notification time out: 1600 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:04,680 INFO SSL handshake complete with onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.133:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-3]
2022-09-25 02:21:04,680 INFO SSL handshake complete with onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.138:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-2]
2022-09-25 02:21:04,680 INFO Have smaller server identifier, so dropping the connection: (myId:1 --> sid:2) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-3]
2022-09-25 02:21:04,681 INFO Have smaller server identifier, so dropping the connection: (myId:1 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-2]
2022-09-25 02:21:05,225 INFO Creating TLS-only quorum server socket (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888]
2022-09-25 02:21:05,225 ERROR Exception while listening (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888]
java.net.SocketException: Unresolved address
	at java.base/java.net.ServerSocket.bind(ServerSocket.java:388)
	at java.base/java.net.ServerSocket.bind(ServerSocket.java:349)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$Listener$ListenerHandler.createNewServerSocket(QuorumCnxManager.java:1135)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$Listener$ListenerHandler.acceptConnections(QuorumCnxManager.java:1064)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$Listener$ListenerHandler.run(QuorumCnxManager.java:1033)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
2022-09-25 02:21:06,227 INFO Creating TLS-only quorum server socket (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888]
2022-09-25 02:21:06,227 ERROR Exception while listening (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888]
java.net.SocketException: Unresolved address
	at java.base/java.net.ServerSocket.bind(ServerSocket.java:388)
	at java.base/java.net.ServerSocket.bind(ServerSocket.java:349)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$Listener$ListenerHandler.createNewServerSocket(QuorumCnxManager.java:1135)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$Listener$ListenerHandler.acceptConnections(QuorumCnxManager.java:1064)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$Listener$ListenerHandler.run(QuorumCnxManager.java:1033)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
2022-09-25 02:21:06,268 INFO Notification time out: 3200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:06,281 INFO SSL handshake complete with onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.133:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-2]
2022-09-25 02:21:06,282 INFO Have smaller server identifier, so dropping the connection: (myId:1 --> sid:2) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-2]
2022-09-25 02:21:06,285 INFO SSL handshake complete with onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.138:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-3]
2022-09-25 02:21:06,287 INFO Have smaller server identifier, so dropping the connection: (myId:1 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-3]
2022-09-25 02:21:07,228 INFO Creating TLS-only quorum server socket (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888]
2022-09-25 02:21:07,229 ERROR Exception while listening (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888]
java.net.SocketException: Unresolved address
	at java.base/java.net.ServerSocket.bind(ServerSocket.java:388)
	at java.base/java.net.ServerSocket.bind(ServerSocket.java:349)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$Listener$ListenerHandler.createNewServerSocket(QuorumCnxManager.java:1135)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$Listener$ListenerHandler.acceptConnections(QuorumCnxManager.java:1064)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$Listener$ListenerHandler.run(QuorumCnxManager.java:1033)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
2022-09-25 02:21:08,230 INFO Creating TLS-only quorum server socket (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888]
2022-09-25 02:21:08,230 ERROR Exception while listening (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888]
java.net.SocketException: Unresolved address
	at java.base/java.net.ServerSocket.bind(ServerSocket.java:388)
	at java.base/java.net.ServerSocket.bind(ServerSocket.java:349)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$Listener$ListenerHandler.createNewServerSocket(QuorumCnxManager.java:1135)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$Listener$ListenerHandler.acceptConnections(QuorumCnxManager.java:1064)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$Listener$ListenerHandler.run(QuorumCnxManager.java:1033)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
2022-09-25 02:21:09,231 INFO Creating TLS-only quorum server socket (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888]
2022-09-25 02:21:09,232 ERROR Exception while listening (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888]
java.net.SocketException: Unresolved address
	at java.base/java.net.ServerSocket.bind(ServerSocket.java:388)
	at java.base/java.net.ServerSocket.bind(ServerSocket.java:349)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$Listener$ListenerHandler.createNewServerSocket(QuorumCnxManager.java:1135)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$Listener$ListenerHandler.acceptConnections(QuorumCnxManager.java:1064)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$Listener$ListenerHandler.run(QuorumCnxManager.java:1033)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
2022-09-25 02:21:09,470 INFO Notification time out: 6400 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:09,481 INFO SSL handshake complete with onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.133:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-3]
2022-09-25 02:21:09,495 INFO Have smaller server identifier, so dropping the connection: (myId:1 --> sid:2) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-3]
2022-09-25 02:21:09,497 INFO SSL handshake complete with onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.138:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-2]
2022-09-25 02:21:09,498 INFO Have smaller server identifier, so dropping the connection: (myId:1 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-2]
2022-09-25 02:21:10,233 INFO Creating TLS-only quorum server socket (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888]
2022-09-25 02:21:10,233 ERROR Exception while listening (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888]
java.net.SocketException: Unresolved address
	at java.base/java.net.ServerSocket.bind(ServerSocket.java:388)
	at java.base/java.net.ServerSocket.bind(ServerSocket.java:349)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$Listener$ListenerHandler.createNewServerSocket(QuorumCnxManager.java:1135)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$Listener$ListenerHandler.acceptConnections(QuorumCnxManager.java:1064)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$Listener$ListenerHandler.run(QuorumCnxManager.java:1033)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
2022-09-25 02:21:11,234 INFO Creating TLS-only quorum server socket (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888]
2022-09-25 02:21:11,234 ERROR Exception while listening (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888]
java.net.SocketException: Unresolved address
	at java.base/java.net.ServerSocket.bind(ServerSocket.java:388)
	at java.base/java.net.ServerSocket.bind(ServerSocket.java:349)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$Listener$ListenerHandler.createNewServerSocket(QuorumCnxManager.java:1135)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$Listener$ListenerHandler.acceptConnections(QuorumCnxManager.java:1064)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$Listener$ListenerHandler.run(QuorumCnxManager.java:1033)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
2022-09-25 02:21:12,235 INFO Creating TLS-only quorum server socket (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888]
2022-09-25 02:21:12,236 ERROR Exception while listening (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888]
java.net.SocketException: Unresolved address
	at java.base/java.net.ServerSocket.bind(ServerSocket.java:388)
	at java.base/java.net.ServerSocket.bind(ServerSocket.java:349)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$Listener$ListenerHandler.createNewServerSocket(QuorumCnxManager.java:1135)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$Listener$ListenerHandler.acceptConnections(QuorumCnxManager.java:1064)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$Listener$ListenerHandler.run(QuorumCnxManager.java:1033)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
2022-09-25 02:21:13,237 INFO Creating TLS-only quorum server socket (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888]
2022-09-25 02:21:13,244 INFO 1 is accepting connections now, my election bind port: onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.71.77:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888]
2022-09-25 02:21:15,872 INFO Notification time out: 12800 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:15,885 INFO SSL handshake complete with onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.138:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-3]
2022-09-25 02:21:15,886 INFO SSL handshake complete with onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.133:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-2]
2022-09-25 02:21:15,886 INFO Have smaller server identifier, so dropping the connection: (myId:1 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-3]
2022-09-25 02:21:15,887 INFO Have smaller server identifier, so dropping the connection: (myId:1 --> sid:2) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-2]
2022-09-25 02:21:15,894 INFO Received connection request from /10.233.68.138:45634 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888]
2022-09-25 02:21:15,994 INFO Accepted TLS connection from /10.233.68.138:45634 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888]
2022-09-25 02:21:16,002 INFO Received connection request from /10.233.66.133:58608 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888]
2022-09-25 02:21:16,004 INFO Notification: my state:LOOKING; n.sid:3, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]]
2022-09-25 02:21:16,008 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]]
2022-09-25 02:21:16,016 INFO 1 Received version: 100000000 my version: 0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]]
2022-09-25 02:21:16,019 INFO SSL handshake complete with onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.133:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-2]
2022-09-25 02:21:16,026 INFO Have smaller server identifier, so dropping the connection: (myId:1 --> sid:2) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-2]
2022-09-25 02:21:16,029 INFO restarting leader election (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]]
2022-09-25 02:21:16,056 INFO Accepted TLS connection from /10.233.66.133:58608 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888]
2022-09-25 02:21:16,070 INFO Leaving listener (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumPeerListener]
2022-09-25 02:21:16,071 WARN Interrupting SendWorker thread from RecvWorker. sid: 2. myId: 1 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2]
2022-09-25 02:21:16,079 INFO WorkerReceiver is down (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]]
2022-09-25 02:21:16,080 WARN Send worker leaving thread id 2 my id = 1 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2]
2022-09-25 02:21:16,081 WARN Connection broken for id 3, my id = 1 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:3]
java.net.SocketException: Socket closed
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/java.io.SequenceInputStream.read(SequenceInputStream.java:199)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:478)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:472)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:70)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1454)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1065)
	at org.apache.zookeeper.server.quorum.UnifiedServerSocket$UnifiedInputStream.read(UnifiedServerSocket.java:693)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271)
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:392)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2022-09-25 02:21:16,081 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 org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271)
2022-09-25 02:21:16,082 WARN Interrupting SendWorker thread from RecvWorker. sid: 3. myId: 1 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:3]
2022-09-25 02:21:16,083 WARN Send worker leaving thread id 3 my id = 1 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:3]
2022-09-25 02:21:16,209 INFO Peer state changed: following (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,209 INFO FOLLOWING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,216 INFO leaderConnectDelayDuringRetryMs: 100 (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,216 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:2181)]
2022-09-25 02:21:16,216 INFO zookeeper.learner.asyncSending = false (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,220 INFO Weighed connection throttling is disabled (org.apache.zookeeper.server.BlueThrottle) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,221 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,221 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,223 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,223 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,225 INFO zookeeper.pathStats.slotCapacity = 60 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,225 INFO zookeeper.pathStats.slotDuration = 15 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,225 INFO zookeeper.pathStats.maxDepth = 6 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,225 INFO zookeeper.pathStats.initialDelay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,225 INFO zookeeper.pathStats.delay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,225 INFO zookeeper.pathStats.enabled = false (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,228 INFO The max bytes for all large requests are set to 104857600 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,228 INFO The large request threshold is set to -1 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,228 INFO Created server with tickTime 2000 minSessionTimeout 4000 maxSessionTimeout 40000 clientPortListenBacklog -1 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:2181)]
2022-09-25 02:21:16,231 INFO FOLLOWING - LEADER ELECTION TOOK - 12993 MS (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,236 INFO Peer state changed: following - discovery (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,236 WARN Couldn't find the leader with id = -1 (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,236 WARN Exception when following the leader (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
java.lang.NullPointerException
	at org.apache.zookeeper.server.quorum.Follower.followLeader(Follower.java:87)
	at org.apache.zookeeper.server.quorum.QuorumPeer.run(QuorumPeer.java:1467)
2022-09-25 02:21:16,236 INFO shutdown Follower (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,238 INFO Peer state changed: looking (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,239 WARN PeerState set to LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,239 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,239 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,239 INFO Election port bind maximum retries is infinite (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,239 WARN Clobbering already-set QuorumCnxManager (restarting leader election?) (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,251 INFO Creating TLS-only quorum server socket (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.71.77:3888]
2022-09-25 02:21:16,252 INFO 1 is accepting connections now, my election bind port: onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.71.77:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.71.77:3888]
2022-09-25 02:21:16,252 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:2181)]
2022-09-25 02:21:16,257 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:1, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x100000000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]]
2022-09-25 02:21:16,270 INFO SSL handshake complete with onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.133:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-1]
2022-09-25 02:21:16,270 INFO Have smaller server identifier, so dropping the connection: (myId:1 --> sid:2) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-1]
2022-09-25 02:21:16,274 INFO Received connection request from /10.233.66.133:58610 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.71.77:3888]
2022-09-25 02:21:16,276 INFO SSL handshake complete with onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.138:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-2]
2022-09-25 02:21:16,277 INFO Have smaller server identifier, so dropping the connection: (myId:1 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-2]
2022-09-25 02:21:16,334 INFO Accepted TLS connection from /10.233.66.133:58610 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.71.77:3888]
2022-09-25 02:21:16,337 INFO Received connection request from /10.233.68.138:45638 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.71.77:3888]
2022-09-25 02:21:16,340 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]]
2022-09-25 02:21:16,351 INFO Notification: my state:LOOKING; n.sid:2, n.state:FOLLOWING, n.leader:3, n.round:0x1, n.peerEpoch:0x1, n.zxid:0x0, message format version:0x2, n.config version:0x100000000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]]
2022-09-25 02:21:16,351 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x100000000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]]
2022-09-25 02:21:16,376 INFO Notification: my state:LOOKING; n.sid:2, n.state:FOLLOWING, n.leader:3, n.round:0x1, n.peerEpoch:0x1, n.zxid:0x0, message format version:0x2, n.config version:0x100000000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]]
2022-09-25 02:21:16,401 INFO SSL handshake complete with onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.138:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-3]
2022-09-25 02:21:16,402 INFO Accepted TLS connection from /10.233.68.138:45638 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.71.77:3888]
2022-09-25 02:21:16,402 INFO Have smaller server identifier, so dropping the connection: (myId:1 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=1]-3]
2022-09-25 02:21:16,410 INFO Notification: my state:LOOKING; n.sid:3, n.state:LEADING, n.leader:3, n.round:0x1, n.peerEpoch:0x1, n.zxid:0x0, message format version:0x2, n.config version:0x100000000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]]
2022-09-25 02:21:16,411 INFO Peer state changed: following (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,411 INFO FOLLOWING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,411 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,411 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,411 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,411 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,411 INFO zookeeper.pathStats.slotCapacity = 60 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,412 INFO zookeeper.pathStats.slotDuration = 15 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,412 INFO zookeeper.pathStats.maxDepth = 6 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,412 INFO zookeeper.pathStats.initialDelay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,412 INFO zookeeper.pathStats.delay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,412 INFO zookeeper.pathStats.enabled = false (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,412 INFO The max bytes for all large requests are set to 104857600 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,412 INFO The large request threshold is set to -1 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,412 INFO Created server with tickTime 2000 minSessionTimeout 4000 maxSessionTimeout 40000 clientPortListenBacklog -1 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:2181)]
2022-09-25 02:21:16,412 INFO FOLLOWING - LEADER ELECTION TOOK - 161 MS (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,413 INFO Peer state changed: following - discovery (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,419 INFO Notification: my state:FOLLOWING; n.sid:3, n.state:LEADING, n.leader:3, n.round:0x1, n.peerEpoch:0x1, n.zxid:0x0, message format version:0x2, n.config version:0x100000000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=1]]
2022-09-25 02:21:16,495 INFO Successfully connected to leader, using address: onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.138:2888 (org.apache.zookeeper.server.quorum.Learner) [LeaderConnector-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.138:2888]
2022-09-25 02:21:16,520 INFO Peer state changed: following - synchronization (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,529 INFO Peer state changed: following - synchronization - snap (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,529 INFO Getting a snapshot from leader 0x100000000 (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,530 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,530 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,542 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:2181)]
2022-09-25 02:21:16,545 INFO Snapshotting: 0x100000000 to /var/lib/zookeeper/data/version-2/snapshot.100000000 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,550 INFO Snapshot taken in 5 ms (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,554 INFO Peer state changed: following - synchronization (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,570 INFO Configuring CommitProcessor with readBatchSize -1 commitBatchSize 1 (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,570 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:2181)]
2022-09-25 02:21:16,579 INFO zookeeper.request_throttler.shutdownTimeout = 10000 (org.apache.zookeeper.server.RequestThrottler) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:16,622 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:2181)]
2022-09-25 02:21:16,640 INFO Peer state changed: following - broadcast (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=1](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-09-25 02:21:19,008 INFO WorkerSender is down (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerSender[myid=1]]
2022-09-25 02:21:20,537 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, 1751217000=hash, 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]
2022-09-25 02:21:20,537 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, hash, cons]] (org.apache.zookeeper.server.command.FourLetterCommands) [nioEventLoopGroup-4-1]
2022-09-25 02:21:20,537 INFO Processing ruok command from /127.0.0.1:60682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:21:20,558 INFO Processing ruok command from /127.0.0.1:60684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:21:22,902 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-09-25 02:21:22,931 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:2181)]
2022-09-25 02:21:22,932 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:1]
2022-09-25 02:21:22,938 INFO Committing global session 0x100002f4cee0000 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 02:21:23,125 INFO Submitting global closeSession request for session 0x100002f4cee0000 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-09-25 02:21:30,430 INFO Processing ruok command from /127.0.0.1:60770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:21:30,534 INFO Processing ruok command from /127.0.0.1:60772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:21:36,167 INFO Committing global session 0x200002f99450000 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 02:21:40,406 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-09-25 02:21:40,425 INFO Committing global session 0x100002f4cee0001 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 02:21:40,475 INFO Processing ruok command from /127.0.0.1:60844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:21:40,609 INFO Processing ruok command from /127.0.0.1:60846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:21:45,385 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-09-25 02:21:45,398 INFO Committing global session 0x100002f4cee0002 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 02:21:46,644 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-09-25 02:21:46,674 INFO Committing global session 0x100002f4cee0003 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 02:21:50,454 INFO Processing ruok command from /127.0.0.1:60908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:21:50,559 INFO Processing ruok command from /127.0.0.1:60910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:21:51,386 INFO Committing global session 0x200002f99450001 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 02:21:52,291 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-09-25 02:21:52,302 INFO Committing global session 0x100002f4cee0004 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 02:22:00,478 INFO Processing ruok command from /127.0.0.1:60966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:22:00,553 INFO Processing ruok command from /127.0.0.1:60968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:22:10,426 INFO Processing ruok command from /127.0.0.1:32794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:22:10,494 INFO Processing ruok command from /127.0.0.1:32796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:22:20,415 INFO Processing ruok command from /127.0.0.1:32854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:22:20,507 INFO Processing ruok command from /127.0.0.1:32856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:22:28,972 INFO Committing global session 0x3000030717d0000 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 02:22:30,439 INFO Processing ruok command from /127.0.0.1:32910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:22:30,519 INFO Processing ruok command from /127.0.0.1:32912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:22:40,429 INFO Processing ruok command from /127.0.0.1:33000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:22:40,464 INFO Processing ruok command from /127.0.0.1:33002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:22:46,944 INFO Committing global session 0x200002f99450002 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 02:22:50,416 INFO Processing ruok command from /127.0.0.1:33114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:22:50,488 INFO Processing ruok command from /127.0.0.1:33116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:23:00,356 INFO Committing global session 0x3000030717d0001 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 02:23:00,489 INFO Processing ruok command from /127.0.0.1:33170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:23:00,576 INFO Processing ruok command from /127.0.0.1:33172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:23:10,453 INFO Processing ruok command from /127.0.0.1:33260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:23:10,554 INFO Processing ruok command from /127.0.0.1:33262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:23:20,463 INFO Processing ruok command from /127.0.0.1:33330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:23:20,560 INFO Processing ruok command from /127.0.0.1:33332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:23:30,432 INFO Processing ruok command from /127.0.0.1:33390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:23:30,527 INFO Processing ruok command from /127.0.0.1:33394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:23:40,474 INFO Processing ruok command from /127.0.0.1:33480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:23:40,579 INFO Processing ruok command from /127.0.0.1:33482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:23:50,599 INFO Processing ruok command from /127.0.0.1:33546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:23:50,685 INFO Processing ruok command from /127.0.0.1:33548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:24:00,471 INFO Processing ruok command from /127.0.0.1:33604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:24:00,580 INFO Processing ruok command from /127.0.0.1:33606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:24:10,414 INFO Processing ruok command from /127.0.0.1:33662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:24:10,508 INFO Processing ruok command from /127.0.0.1:33664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:24:20,447 INFO Processing ruok command from /127.0.0.1:33726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:24:20,521 INFO Processing ruok command from /127.0.0.1:33728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:24:30,498 INFO Processing ruok command from /127.0.0.1:33784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:24:30,585 INFO Processing ruok command from /127.0.0.1:33786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:24:40,450 INFO Processing ruok command from /127.0.0.1:33846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:24:40,520 INFO Processing ruok command from /127.0.0.1:33848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:24:50,420 INFO Processing ruok command from /127.0.0.1:33908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:24:50,506 INFO Processing ruok command from /127.0.0.1:33910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:25:00,332 INFO Committing global session 0x200002f99450003 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 02:25:00,419 INFO Processing ruok command from /127.0.0.1:33972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:25:00,542 INFO Processing ruok command from /127.0.0.1:33974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:25:10,415 INFO Processing ruok command from /127.0.0.1:34034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:25:10,457 INFO Processing ruok command from /127.0.0.1:34036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:25:20,456 INFO Processing ruok command from /127.0.0.1:34100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:25:20,522 INFO Processing ruok command from /127.0.0.1:34102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:25:30,498 INFO Processing ruok command from /127.0.0.1:34164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:25:30,628 INFO Processing ruok command from /127.0.0.1:34166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:25:40,435 INFO Processing ruok command from /127.0.0.1:34248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:25:40,512 INFO Processing ruok command from /127.0.0.1:34250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:25:50,411 INFO Processing ruok command from /127.0.0.1:34310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:25:50,469 INFO Processing ruok command from /127.0.0.1:34312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:26:00,454 INFO Processing ruok command from /127.0.0.1:34368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:26:00,576 INFO Processing ruok command from /127.0.0.1:34370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:26:10,418 INFO Processing ruok command from /127.0.0.1:34424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:26:10,488 INFO Processing ruok command from /127.0.0.1:34426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:26:20,433 INFO Processing ruok command from /127.0.0.1:34484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:26:20,527 INFO Processing ruok command from /127.0.0.1:34486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:26:30,431 INFO Processing ruok command from /127.0.0.1:34548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:26:30,520 INFO Processing ruok command from /127.0.0.1:34550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:26:40,452 INFO Processing ruok command from /127.0.0.1:34604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:26:40,540 INFO Processing ruok command from /127.0.0.1:34606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:26:50,446 INFO Processing ruok command from /127.0.0.1:34694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:26:50,540 INFO Processing ruok command from /127.0.0.1:34696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:27:00,418 INFO Processing ruok command from /127.0.0.1:34776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:27:00,490 INFO Processing ruok command from /127.0.0.1:34778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:27:00,813 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-09-25 02:27:00,833 INFO Committing global session 0x100002f4cee0005 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 02:27:01,534 INFO Submitting global closeSession request for session 0x100002f4cee0005 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-09-25 02:27:10,427 INFO Processing ruok command from /127.0.0.1:34836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:27:10,490 INFO Processing ruok command from /127.0.0.1:34838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:27:20,414 INFO Processing ruok command from /127.0.0.1:34902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:27:20,458 INFO Processing ruok command from /127.0.0.1:34904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:27:30,453 INFO Processing ruok command from /127.0.0.1:34956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:27:30,534 INFO Processing ruok command from /127.0.0.1:34958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:27:40,433 INFO Processing ruok command from /127.0.0.1:35024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:27:40,536 INFO Processing ruok command from /127.0.0.1:35026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:27:50,415 INFO Processing ruok command from /127.0.0.1:35088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:27:50,495 INFO Processing ruok command from /127.0.0.1:35090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:28:00,442 INFO Processing ruok command from /127.0.0.1:35142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:28:00,510 INFO Processing ruok command from /127.0.0.1:35144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:28:10,436 INFO Processing ruok command from /127.0.0.1:35202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:28:10,499 INFO Processing ruok command from /127.0.0.1:35204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:28:20,416 INFO Processing ruok command from /127.0.0.1:35270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:28:20,462 INFO Processing ruok command from /127.0.0.1:35272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:28:30,477 INFO Processing ruok command from /127.0.0.1:35336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:28:30,575 INFO Processing ruok command from /127.0.0.1:35338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:28:40,427 INFO Processing ruok command from /127.0.0.1:35400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:28:40,468 INFO Processing ruok command from /127.0.0.1:35402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:28:50,415 INFO Processing ruok command from /127.0.0.1:35466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:28:50,457 INFO Processing ruok command from /127.0.0.1:35468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:29:00,423 INFO Processing ruok command from /127.0.0.1:35524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:29:00,477 INFO Processing ruok command from /127.0.0.1:35526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:29:00,683 INFO Committing global session 0x200002f99450004 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 02:29:10,430 INFO Processing ruok command from /127.0.0.1:35590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:29:10,471 INFO Processing ruok command from /127.0.0.1:35592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:29:20,453 INFO Processing ruok command from /127.0.0.1:35658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:29:20,512 INFO Processing ruok command from /127.0.0.1:35660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:29:30,447 INFO Processing ruok command from /127.0.0.1:35716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:29:30,543 INFO Processing ruok command from /127.0.0.1:35718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:29:40,433 INFO Processing ruok command from /127.0.0.1:35790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:29:40,502 INFO Processing ruok command from /127.0.0.1:35792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:29:50,429 INFO Processing ruok command from /127.0.0.1:35852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:29:50,499 INFO Processing ruok command from /127.0.0.1:35854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:30:00,427 INFO Processing ruok command from /127.0.0.1:35912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:30:00,509 INFO Processing ruok command from /127.0.0.1:35914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:30:10,439 INFO Processing ruok command from /127.0.0.1:35972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:30:10,517 INFO Processing ruok command from /127.0.0.1:35974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:30:20,436 INFO Processing ruok command from /127.0.0.1:36034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:30:20,526 INFO Processing ruok command from /127.0.0.1:36036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:30:30,466 INFO Processing ruok command from /127.0.0.1:36098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:30:30,519 INFO Processing ruok command from /127.0.0.1:36100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:30:40,429 INFO Processing ruok command from /127.0.0.1:36160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:30:40,494 INFO Processing ruok command from /127.0.0.1:36162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:30:50,436 INFO Processing ruok command from /127.0.0.1:36260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:30:50,549 INFO Processing ruok command from /127.0.0.1:36262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:31:00,445 INFO Processing ruok command from /127.0.0.1:36322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:31:00,527 INFO Processing ruok command from /127.0.0.1:36324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:31:00,870 INFO Committing global session 0x3000030717d0002 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 02:31:10,431 INFO Processing ruok command from /127.0.0.1:36386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:31:10,499 INFO Processing ruok command from /127.0.0.1:36388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:31:20,425 INFO Processing ruok command from /127.0.0.1:36450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:31:20,493 INFO Processing ruok command from /127.0.0.1:36452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:31:30,454 INFO Processing ruok command from /127.0.0.1:36510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:31:30,548 INFO Processing ruok command from /127.0.0.1:36512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:31:40,436 INFO Processing ruok command from /127.0.0.1:36598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:31:40,526 INFO Processing ruok command from /127.0.0.1:36600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:31:50,421 INFO Processing ruok command from /127.0.0.1:36676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:31:50,492 INFO Processing ruok command from /127.0.0.1:36678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:32:00,490 INFO Processing ruok command from /127.0.0.1:36798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:32:00,649 INFO Processing ruok command from /127.0.0.1:36800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:32:10,456 INFO Processing ruok command from /127.0.0.1:36876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:32:10,533 INFO Processing ruok command from /127.0.0.1:36878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:32:20,470 INFO Processing ruok command from /127.0.0.1:36940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:32:20,556 INFO Processing ruok command from /127.0.0.1:36942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:32:30,526 INFO Processing ruok command from /127.0.0.1:37002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:32:30,653 INFO Processing ruok command from /127.0.0.1:37004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:32:40,487 INFO Processing ruok command from /127.0.0.1:37064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:32:40,620 INFO Processing ruok command from /127.0.0.1:37066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:32:50,429 INFO Processing ruok command from /127.0.0.1:37124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:32:50,492 INFO Processing ruok command from /127.0.0.1:37126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:33:00,453 INFO Processing ruok command from /127.0.0.1:37180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:33:00,564 INFO Processing ruok command from /127.0.0.1:37182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:33:01,485 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-09-25 02:33:01,494 INFO Committing global session 0x100002f4cee0006 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 02:33:01,848 INFO Submitting global closeSession request for session 0x100002f4cee0006 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-09-25 02:33:10,518 INFO Processing ruok command from /127.0.0.1:37284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:33:10,632 INFO Processing ruok command from /127.0.0.1:37288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:33:20,565 INFO Processing ruok command from /127.0.0.1:37384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:33:20,709 INFO Processing ruok command from /127.0.0.1:37386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:33:30,833 INFO Processing ruok command from /127.0.0.1:37470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:33:30,945 INFO Processing ruok command from /127.0.0.1:37474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:33:40,423 INFO Processing ruok command from /127.0.0.1:37548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:33:40,509 INFO Processing ruok command from /127.0.0.1:37550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:33:50,444 INFO Processing ruok command from /127.0.0.1:37624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:33:50,514 INFO Processing ruok command from /127.0.0.1:37626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:34:00,444 INFO Processing ruok command from /127.0.0.1:37710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:34:00,530 INFO Processing ruok command from /127.0.0.1:37712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:34:10,443 INFO Processing ruok command from /127.0.0.1:37772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:34:10,509 INFO Processing ruok command from /127.0.0.1:37774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:34:20,447 INFO Processing ruok command from /127.0.0.1:37854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:34:20,539 INFO Processing ruok command from /127.0.0.1:37856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:34:30,470 INFO Processing ruok command from /127.0.0.1:37928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:34:30,605 INFO Processing ruok command from /127.0.0.1:37930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:34:40,432 INFO Processing ruok command from /127.0.0.1:38002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:34:40,516 INFO Processing ruok command from /127.0.0.1:38004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:34:50,404 INFO Processing ruok command from /127.0.0.1:38074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:34:50,491 INFO Processing ruok command from /127.0.0.1:38076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:35:00,407 INFO Processing ruok command from /127.0.0.1:38162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:35:00,452 INFO Processing ruok command from /127.0.0.1:38164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:35:01,416 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-09-25 02:35:01,428 INFO Committing global session 0x100002f4cee0007 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 02:35:01,767 INFO Submitting global closeSession request for session 0x100002f4cee0007 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-09-25 02:35:10,429 INFO Processing ruok command from /127.0.0.1:38226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:35:10,466 INFO Processing ruok command from /127.0.0.1:38228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:35:20,420 INFO Processing ruok command from /127.0.0.1:38300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:35:20,492 INFO Processing ruok command from /127.0.0.1:38302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:35:30,444 INFO Processing ruok command from /127.0.0.1:38372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:35:30,529 INFO Processing ruok command from /127.0.0.1:38374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:35:40,449 INFO Processing ruok command from /127.0.0.1:38452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:35:40,525 INFO Processing ruok command from /127.0.0.1:38454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:35:50,424 INFO Processing ruok command from /127.0.0.1:38528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:35:50,503 INFO Processing ruok command from /127.0.0.1:38530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:36:00,419 INFO Processing ruok command from /127.0.0.1:38616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:36:00,506 INFO Processing ruok command from /127.0.0.1:38618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:36:10,427 INFO Processing ruok command from /127.0.0.1:38678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:36:10,479 INFO Processing ruok command from /127.0.0.1:38680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:36:20,417 INFO Processing ruok command from /127.0.0.1:38752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:36:20,489 INFO Processing ruok command from /127.0.0.1:38754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:36:30,467 INFO Processing ruok command from /127.0.0.1:38828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:36:30,567 INFO Processing ruok command from /127.0.0.1:38830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:36:40,446 INFO Processing ruok command from /127.0.0.1:38896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:36:40,514 INFO Processing ruok command from /127.0.0.1:38898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:36:50,408 INFO Processing ruok command from /127.0.0.1:38970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:36:50,459 INFO Processing ruok command from /127.0.0.1:38972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:37:00,427 INFO Processing ruok command from /127.0.0.1:39064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:37:00,498 INFO Processing ruok command from /127.0.0.1:39066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:37:00,909 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-09-25 02:37:00,917 INFO Committing global session 0x100002f4cee0008 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 02:37:01,596 INFO Submitting global closeSession request for session 0x100002f4cee0008 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-09-25 02:37:10,445 INFO Processing ruok command from /127.0.0.1:39156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:37:10,515 INFO Processing ruok command from /127.0.0.1:39158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:37:20,446 INFO Processing ruok command from /127.0.0.1:39234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:37:20,548 INFO Processing ruok command from /127.0.0.1:39236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:37:30,495 INFO Processing ruok command from /127.0.0.1:39320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:37:30,591 INFO Processing ruok command from /127.0.0.1:39322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:37:40,453 INFO Processing ruok command from /127.0.0.1:39422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:37:40,584 INFO Processing ruok command from /127.0.0.1:39424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:37:50,440 INFO Processing ruok command from /127.0.0.1:39504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:37:50,487 INFO Processing ruok command from /127.0.0.1:39506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:38:00,446 INFO Processing ruok command from /127.0.0.1:39594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:38:00,551 INFO Processing ruok command from /127.0.0.1:39596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:38:10,428 INFO Processing ruok command from /127.0.0.1:39662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:38:10,499 INFO Processing ruok command from /127.0.0.1:39664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:38:20,432 INFO Processing ruok command from /127.0.0.1:39736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:38:20,477 INFO Processing ruok command from /127.0.0.1:39738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:38:30,463 INFO Processing ruok command from /127.0.0.1:39818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:38:30,570 INFO Processing ruok command from /127.0.0.1:39820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:38:40,453 INFO Processing ruok command from /127.0.0.1:39890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:38:40,508 INFO Processing ruok command from /127.0.0.1:39892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:38:50,420 INFO Processing ruok command from /127.0.0.1:39960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:38:50,509 INFO Processing ruok command from /127.0.0.1:39962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:39:00,435 INFO Processing ruok command from /127.0.0.1:40048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:39:00,516 INFO Processing ruok command from /127.0.0.1:40050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:39:00,888 INFO Committing global session 0x200002f99450005 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 02:39:10,415 INFO Processing ruok command from /127.0.0.1:40118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:39:10,470 INFO Processing ruok command from /127.0.0.1:40120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:39:10,481 INFO Committing global session 0x3000030717d0003 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 02:39:10,619 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-09-25 02:39:10,628 INFO Committing global session 0x100002f4cee0009 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 02:39:11,907 INFO Committing global session 0x3000030717d0004 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 02:39:20,463 INFO Processing ruok command from /127.0.0.1:40194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:39:20,585 INFO Processing ruok command from /127.0.0.1:40196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:39:30,448 INFO Processing ruok command from /127.0.0.1:40264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:39:30,553 INFO Processing ruok command from /127.0.0.1:40266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:39:40,436 INFO Processing ruok command from /127.0.0.1:40344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:39:40,511 INFO Processing ruok command from /127.0.0.1:40346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:39:50,414 INFO Processing ruok command from /127.0.0.1:40414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:39:50,469 INFO Processing ruok command from /127.0.0.1:40416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:40:00,431 INFO Processing ruok command from /127.0.0.1:40508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:40:00,528 INFO Processing ruok command from /127.0.0.1:40510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:40:10,412 INFO Processing ruok command from /127.0.0.1:40574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:40:10,503 INFO Processing ruok command from /127.0.0.1:40576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:40:20,429 INFO Processing ruok command from /127.0.0.1:40652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:40:20,508 INFO Processing ruok command from /127.0.0.1:40654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:40:30,459 INFO Processing ruok command from /127.0.0.1:40730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:40:30,538 INFO Processing ruok command from /127.0.0.1:40732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:40:40,449 INFO Processing ruok command from /127.0.0.1:40806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:40:40,560 INFO Processing ruok command from /127.0.0.1:40808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:40:50,433 INFO Processing ruok command from /127.0.0.1:40872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:40:50,516 INFO Processing ruok command from /127.0.0.1:40874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:41:00,474 INFO Processing ruok command from /127.0.0.1:40954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:41:00,573 INFO Processing ruok command from /127.0.0.1:40956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:41:01,042 INFO Committing global session 0x3000030717d0005 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 02:41:10,497 INFO Processing ruok command from /127.0.0.1:41024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:41:10,547 INFO Processing ruok command from /127.0.0.1:41026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:41:20,432 INFO Processing ruok command from /127.0.0.1:41100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:41:20,551 INFO Processing ruok command from /127.0.0.1:41102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:41:30,498 INFO Processing ruok command from /127.0.0.1:41172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:41:30,603 INFO Processing ruok command from /127.0.0.1:41174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:41:40,452 INFO Processing ruok command from /127.0.0.1:41254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:41:40,540 INFO Processing ruok command from /127.0.0.1:41256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:41:50,430 INFO Processing ruok command from /127.0.0.1:41330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:41:50,479 INFO Processing ruok command from /127.0.0.1:41332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:42:00,438 INFO Processing ruok command from /127.0.0.1:41444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:42:00,544 INFO Processing ruok command from /127.0.0.1:41446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:42:10,450 INFO Processing ruok command from /127.0.0.1:41518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:42:10,524 INFO Processing ruok command from /127.0.0.1:41520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:42:20,454 INFO Processing ruok command from /127.0.0.1:41600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:42:20,540 INFO Processing ruok command from /127.0.0.1:41602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:42:30,485 INFO Processing ruok command from /127.0.0.1:41676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:42:30,625 INFO Processing ruok command from /127.0.0.1:41678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:42:40,526 INFO Processing ruok command from /127.0.0.1:41750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:42:40,601 INFO Processing ruok command from /127.0.0.1:41752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:42:50,444 INFO Processing ruok command from /127.0.0.1:41826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:42:50,540 INFO Processing ruok command from /127.0.0.1:41828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:43:00,441 INFO Processing ruok command from /127.0.0.1:41912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:43:00,510 INFO Processing ruok command from /127.0.0.1:41914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:43:00,763 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-09-25 02:43:00,773 INFO Committing global session 0x100002f4cee000a (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 02:43:01,353 INFO Submitting global closeSession request for session 0x100002f4cee000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-09-25 02:43:10,440 INFO Processing ruok command from /127.0.0.1:41980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:43:10,529 INFO Processing ruok command from /127.0.0.1:41982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:43:20,425 INFO Processing ruok command from /127.0.0.1:42062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:43:20,539 INFO Processing ruok command from /127.0.0.1:42064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:43:30,518 INFO Processing ruok command from /127.0.0.1:42144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:43:30,644 INFO Processing ruok command from /127.0.0.1:42146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:43:40,443 INFO Processing ruok command from /127.0.0.1:42242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:43:40,513 INFO Processing ruok command from /127.0.0.1:42244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:43:50,459 INFO Processing ruok command from /127.0.0.1:42318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:43:50,564 INFO Processing ruok command from /127.0.0.1:42320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:44:00,441 INFO Processing ruok command from /127.0.0.1:42410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:44:00,525 INFO Processing ruok command from /127.0.0.1:42412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:44:10,417 INFO Processing ruok command from /127.0.0.1:42484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:44:10,461 INFO Processing ruok command from /127.0.0.1:42486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:44:20,423 INFO Processing ruok command from /127.0.0.1:42566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:44:20,464 INFO Processing ruok command from /127.0.0.1:42568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:44:30,488 INFO Processing ruok command from /127.0.0.1:42644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:44:30,540 INFO Processing ruok command from /127.0.0.1:42646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:44:40,453 INFO Processing ruok command from /127.0.0.1:42718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:44:40,527 INFO Processing ruok command from /127.0.0.1:42720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:44:50,424 INFO Processing ruok command from /127.0.0.1:42800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:44:50,481 INFO Processing ruok command from /127.0.0.1:42802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:45:00,476 INFO Processing ruok command from /127.0.0.1:42894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:45:00,586 INFO Processing ruok command from /127.0.0.1:42896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:45:00,978 INFO Committing global session 0x3000030717d0006 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 02:45:10,423 INFO Processing ruok command from /127.0.0.1:42974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:45:10,519 INFO Processing ruok command from /127.0.0.1:42976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:45:20,479 INFO Processing ruok command from /127.0.0.1:43102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:45:20,550 INFO Processing ruok command from /127.0.0.1:43104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:45:30,553 INFO Processing ruok command from /127.0.0.1:43260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:45:30,710 INFO Processing ruok command from /127.0.0.1:43264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:45:40,471 INFO Processing ruok command from /127.0.0.1:43406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:45:40,614 INFO Processing ruok command from /127.0.0.1:43408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:45:50,479 INFO Processing ruok command from /127.0.0.1:43616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:45:50,648 INFO Processing ruok command from /127.0.0.1:43632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:46:00,491 INFO Processing ruok command from /127.0.0.1:43816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:46:00,589 INFO Processing ruok command from /127.0.0.1:43818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:46:10,436 INFO Processing ruok command from /127.0.0.1:43970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:46:10,504 INFO Processing ruok command from /127.0.0.1:43972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:46:20,455 INFO Processing ruok command from /127.0.0.1:44048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:46:20,535 INFO Processing ruok command from /127.0.0.1:44050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:46:30,470 INFO Processing ruok command from /127.0.0.1:44126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:46:30,556 INFO Processing ruok command from /127.0.0.1:44128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:46:40,428 INFO Processing ruok command from /127.0.0.1:44202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:46:40,496 INFO Processing ruok command from /127.0.0.1:44204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:46:50,427 INFO Processing ruok command from /127.0.0.1:44274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:46:50,494 INFO Processing ruok command from /127.0.0.1:44276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:47:00,419 INFO Processing ruok command from /127.0.0.1:44368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:47:00,520 INFO Processing ruok command from /127.0.0.1:44370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:47:00,748 INFO Committing global session 0x200002f99450006 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 02:47:10,423 INFO Processing ruok command from /127.0.0.1:44438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:47:10,509 INFO Processing ruok command from /127.0.0.1:44440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:47:20,435 INFO Processing ruok command from /127.0.0.1:44516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:47:20,473 INFO Processing ruok command from /127.0.0.1:44518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:47:30,461 INFO Processing ruok command from /127.0.0.1:44590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:47:30,567 INFO Processing ruok command from /127.0.0.1:44592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:47:40,485 INFO Processing ruok command from /127.0.0.1:44674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:47:40,593 INFO Processing ruok command from /127.0.0.1:44676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:47:50,409 INFO Processing ruok command from /127.0.0.1:44746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:47:50,451 INFO Processing ruok command from /127.0.0.1:44748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:48:00,432 INFO Processing ruok command from /127.0.0.1:44834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:48:00,516 INFO Processing ruok command from /127.0.0.1:44836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:48:10,427 INFO Processing ruok command from /127.0.0.1:44908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:48:10,496 INFO Processing ruok command from /127.0.0.1:44910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:48:20,410 INFO Processing ruok command from /127.0.0.1:44990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:48:20,454 INFO Processing ruok command from /127.0.0.1:44992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:48:30,440 INFO Processing ruok command from /127.0.0.1:45072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:48:30,546 INFO Processing ruok command from /127.0.0.1:45074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:48:40,419 INFO Processing ruok command from /127.0.0.1:45150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:48:40,503 INFO Processing ruok command from /127.0.0.1:45152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:48:50,423 INFO Processing ruok command from /127.0.0.1:45226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:48:50,473 INFO Processing ruok command from /127.0.0.1:45228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:49:00,428 INFO Processing ruok command from /127.0.0.1:45316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:49:00,500 INFO Processing ruok command from /127.0.0.1:45318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:49:00,645 INFO Committing global session 0x200002f99450007 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 02:49:10,402 INFO Processing ruok command from /127.0.0.1:45388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:49:10,451 INFO Processing ruok command from /127.0.0.1:45390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:49:20,442 INFO Processing ruok command from /127.0.0.1:45470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:49:20,494 INFO Processing ruok command from /127.0.0.1:45472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:49:30,479 INFO Processing ruok command from /127.0.0.1:45546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:49:30,611 INFO Processing ruok command from /127.0.0.1:45548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:49:40,424 INFO Processing ruok command from /127.0.0.1:45624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:49:40,501 INFO Processing ruok command from /127.0.0.1:45626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:49:50,462 INFO Processing ruok command from /127.0.0.1:45698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:49:50,520 INFO Processing ruok command from /127.0.0.1:45700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:50:00,439 INFO Processing ruok command from /127.0.0.1:45788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:50:00,552 INFO Processing ruok command from /127.0.0.1:45790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:50:10,425 INFO Processing ruok command from /127.0.0.1:45858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:50:10,527 INFO Processing ruok command from /127.0.0.1:45860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:50:20,454 INFO Processing ruok command from /127.0.0.1:45942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:50:20,589 INFO Processing ruok command from /127.0.0.1:45944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:50:30,446 INFO Processing ruok command from /127.0.0.1:46016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:50:30,554 INFO Processing ruok command from /127.0.0.1:46018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:50:40,414 INFO Processing ruok command from /127.0.0.1:46094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:50:40,499 INFO Processing ruok command from /127.0.0.1:46096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:50:50,426 INFO Processing ruok command from /127.0.0.1:46166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:50:50,506 INFO Processing ruok command from /127.0.0.1:46168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:51:00,425 INFO Processing ruok command from /127.0.0.1:46256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:51:00,475 INFO Processing ruok command from /127.0.0.1:46258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:51:00,702 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-09-25 02:51:00,714 INFO Committing global session 0x100002f4cee000b (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 02:51:01,261 INFO Submitting global closeSession request for session 0x100002f4cee000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-09-25 02:51:10,433 INFO Processing ruok command from /127.0.0.1:46328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:51:10,493 INFO Processing ruok command from /127.0.0.1:46330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:51:20,433 INFO Processing ruok command from /127.0.0.1:46412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:51:20,509 INFO Processing ruok command from /127.0.0.1:46414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:51:30,481 INFO Processing ruok command from /127.0.0.1:46488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:51:30,602 INFO Processing ruok command from /127.0.0.1:46490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:51:40,429 INFO Processing ruok command from /127.0.0.1:46574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:51:40,512 INFO Processing ruok command from /127.0.0.1:46576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:51:50,428 INFO Processing ruok command from /127.0.0.1:46644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:51:50,506 INFO Processing ruok command from /127.0.0.1:46646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:52:00,452 INFO Processing ruok command from /127.0.0.1:46738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:52:00,552 INFO Processing ruok command from /127.0.0.1:46740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:52:10,409 INFO Processing ruok command from /127.0.0.1:46812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:52:10,458 INFO Processing ruok command from /127.0.0.1:46814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:52:20,439 INFO Processing ruok command from /127.0.0.1:46896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:52:20,532 INFO Processing ruok command from /127.0.0.1:46898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:52:30,443 INFO Processing ruok command from /127.0.0.1:46970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:52:30,488 INFO Processing ruok command from /127.0.0.1:46974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:52:40,446 INFO Processing ruok command from /127.0.0.1:47050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:52:40,508 INFO Processing ruok command from /127.0.0.1:47052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:52:50,422 INFO Processing ruok command from /127.0.0.1:47122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:52:50,458 INFO Processing ruok command from /127.0.0.1:47124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:53:00,440 INFO Processing ruok command from /127.0.0.1:47214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:53:00,521 INFO Processing ruok command from /127.0.0.1:47216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:53:00,602 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-09-25 02:53:00,608 INFO Committing global session 0x100002f4cee000c (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 02:53:01,291 INFO Submitting global closeSession request for session 0x100002f4cee000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-09-25 02:53:10,428 INFO Processing ruok command from /127.0.0.1:47290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:53:10,517 INFO Processing ruok command from /127.0.0.1:47292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:53:20,463 INFO Processing ruok command from /127.0.0.1:47374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:53:20,531 INFO Processing ruok command from /127.0.0.1:47376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:53:30,427 INFO Processing ruok command from /127.0.0.1:47444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:53:30,521 INFO Processing ruok command from /127.0.0.1:47446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:53:40,435 INFO Processing ruok command from /127.0.0.1:47528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:53:40,511 INFO Processing ruok command from /127.0.0.1:47530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:53:50,443 INFO Processing ruok command from /127.0.0.1:47604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:53:50,502 INFO Processing ruok command from /127.0.0.1:47606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:54:00,444 INFO Processing ruok command from /127.0.0.1:47704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:54:00,530 INFO Processing ruok command from /127.0.0.1:47706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:54:10,437 INFO Processing ruok command from /127.0.0.1:47774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:54:10,529 INFO Processing ruok command from /127.0.0.1:47776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:54:20,448 INFO Processing ruok command from /127.0.0.1:47856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:54:20,483 INFO Processing ruok command from /127.0.0.1:47858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:54:30,486 INFO Processing ruok command from /127.0.0.1:47934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:54:30,555 INFO Processing ruok command from /127.0.0.1:47936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:54:40,435 INFO Processing ruok command from /127.0.0.1:48008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:54:40,481 INFO Processing ruok command from /127.0.0.1:48010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:54:50,414 INFO Processing ruok command from /127.0.0.1:48088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:54:50,478 INFO Processing ruok command from /127.0.0.1:48090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:55:00,440 INFO Processing ruok command from /127.0.0.1:48178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:55:00,498 INFO Processing ruok command from /127.0.0.1:48180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:55:00,785 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-09-25 02:55:00,793 INFO Committing global session 0x100002f4cee000d (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 02:55:01,349 INFO Submitting global closeSession request for session 0x100002f4cee000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-09-25 02:55:10,444 INFO Processing ruok command from /127.0.0.1:48246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:55:10,481 INFO Processing ruok command from /127.0.0.1:48248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:55:20,420 INFO Processing ruok command from /127.0.0.1:48326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:55:20,462 INFO Processing ruok command from /127.0.0.1:48328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:55:30,453 INFO Processing ruok command from /127.0.0.1:48402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:55:30,560 INFO Processing ruok command from /127.0.0.1:48404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:55:40,424 INFO Processing ruok command from /127.0.0.1:48486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:55:40,512 INFO Processing ruok command from /127.0.0.1:48488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:55:50,428 INFO Processing ruok command from /127.0.0.1:48558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:55:50,513 INFO Processing ruok command from /127.0.0.1:48560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:56:00,416 INFO Processing ruok command from /127.0.0.1:48648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:56:00,494 INFO Processing ruok command from /127.0.0.1:48650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:56:10,417 INFO Processing ruok command from /127.0.0.1:48722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:56:10,496 INFO Processing ruok command from /127.0.0.1:48724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:56:20,422 INFO Processing ruok command from /127.0.0.1:48808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:56:20,499 INFO Processing ruok command from /127.0.0.1:48810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:56:30,441 INFO Processing ruok command from /127.0.0.1:48890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:56:30,551 INFO Processing ruok command from /127.0.0.1:48892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:56:40,449 INFO Processing ruok command from /127.0.0.1:48968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:56:40,536 INFO Processing ruok command from /127.0.0.1:48970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:56:50,424 INFO Processing ruok command from /127.0.0.1:49044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:56:50,495 INFO Processing ruok command from /127.0.0.1:49046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:57:00,411 INFO Processing ruok command from /127.0.0.1:49132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:57:00,479 INFO Processing ruok command from /127.0.0.1:49134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:57:00,861 INFO Committing global session 0x3000030717d0007 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 02:57:10,444 INFO Processing ruok command from /127.0.0.1:49210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:57:10,536 INFO Processing ruok command from /127.0.0.1:49212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:57:20,413 INFO Processing ruok command from /127.0.0.1:49292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:57:20,506 INFO Processing ruok command from /127.0.0.1:49294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:57:30,429 INFO Processing ruok command from /127.0.0.1:49370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:57:30,515 INFO Processing ruok command from /127.0.0.1:49372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:57:40,429 INFO Processing ruok command from /127.0.0.1:49454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:57:40,501 INFO Processing ruok command from /127.0.0.1:49456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:57:50,419 INFO Processing ruok command from /127.0.0.1:49526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:57:50,462 INFO Processing ruok command from /127.0.0.1:49528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:58:00,424 INFO Processing ruok command from /127.0.0.1:49622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:58:00,503 INFO Processing ruok command from /127.0.0.1:49624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:58:10,427 INFO Processing ruok command from /127.0.0.1:49698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:58:10,495 INFO Processing ruok command from /127.0.0.1:49700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:58:20,405 INFO Processing ruok command from /127.0.0.1:49784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:58:20,449 INFO Processing ruok command from /127.0.0.1:49786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:58:30,428 INFO Processing ruok command from /127.0.0.1:49864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:58:30,484 INFO Processing ruok command from /127.0.0.1:49866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:58:40,431 INFO Processing ruok command from /127.0.0.1:49944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:58:40,492 INFO Processing ruok command from /127.0.0.1:49946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:58:50,418 INFO Processing ruok command from /127.0.0.1:50018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:58:50,503 INFO Processing ruok command from /127.0.0.1:50020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:59:00,430 INFO Processing ruok command from /127.0.0.1:50114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:59:00,508 INFO Processing ruok command from /127.0.0.1:50116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:59:01,093 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-09-25 02:59:01,122 INFO Committing global session 0x100002f4cee000e (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 02:59:01,622 INFO Submitting global closeSession request for session 0x100002f4cee000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-09-25 02:59:10,440 INFO Processing ruok command from /127.0.0.1:50192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:59:10,507 INFO Processing ruok command from /127.0.0.1:50194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:59:20,459 INFO Processing ruok command from /127.0.0.1:50272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:59:20,544 INFO Processing ruok command from /127.0.0.1:50274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:59:30,435 INFO Processing ruok command from /127.0.0.1:50344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:59:30,541 INFO Processing ruok command from /127.0.0.1:50346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:59:40,444 INFO Processing ruok command from /127.0.0.1:50436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:59:40,517 INFO Processing ruok command from /127.0.0.1:50438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 02:59:50,430 INFO Processing ruok command from /127.0.0.1:50508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 02:59:50,500 INFO Processing ruok command from /127.0.0.1:50510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:00:00,436 INFO Processing ruok command from /127.0.0.1:50596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:00:00,528 INFO Processing ruok command from /127.0.0.1:50598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:00:10,445 INFO Processing ruok command from /127.0.0.1:50668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:00:10,508 INFO Processing ruok command from /127.0.0.1:50670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:00:20,432 INFO Processing ruok command from /127.0.0.1:50750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:00:20,514 INFO Processing ruok command from /127.0.0.1:50752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:00:30,490 INFO Processing ruok command from /127.0.0.1:50832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:00:30,631 INFO Processing ruok command from /127.0.0.1:50834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:00:40,433 INFO Processing ruok command from /127.0.0.1:50908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:00:40,561 INFO Processing ruok command from /127.0.0.1:50910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:00:50,413 INFO Processing ruok command from /127.0.0.1:50984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:00:50,500 INFO Processing ruok command from /127.0.0.1:50986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:01:00,414 INFO Processing ruok command from /127.0.0.1:51072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:01:00,461 INFO Processing ruok command from /127.0.0.1:51074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:01:00,669 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-09-25 03:01:00,679 INFO Committing global session 0x100002f4cee000f (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 03:01:01,417 INFO Submitting global closeSession request for session 0x100002f4cee000f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-09-25 03:01:10,424 INFO Processing ruok command from /127.0.0.1:51146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:01:10,493 INFO Processing ruok command from /127.0.0.1:51148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:01:20,475 INFO Processing ruok command from /127.0.0.1:51226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:01:20,562 INFO Processing ruok command from /127.0.0.1:51228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:01:30,441 INFO Processing ruok command from /127.0.0.1:51300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:01:30,540 INFO Processing ruok command from /127.0.0.1:51302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:01:40,443 INFO Processing ruok command from /127.0.0.1:51384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:01:40,507 INFO Processing ruok command from /127.0.0.1:51386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:01:50,439 INFO Processing ruok command from /127.0.0.1:51456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:01:50,538 INFO Processing ruok command from /127.0.0.1:51458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:02:00,430 INFO Processing ruok command from /127.0.0.1:51552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:02:00,491 INFO Processing ruok command from /127.0.0.1:51554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:02:10,419 INFO Processing ruok command from /127.0.0.1:51628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:02:10,515 INFO Processing ruok command from /127.0.0.1:51630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:02:20,449 INFO Processing ruok command from /127.0.0.1:51712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:02:20,514 INFO Processing ruok command from /127.0.0.1:51714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:02:30,452 INFO Processing ruok command from /127.0.0.1:51794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:02:30,545 INFO Processing ruok command from /127.0.0.1:51796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:02:40,427 INFO Processing ruok command from /127.0.0.1:51876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:02:40,521 INFO Processing ruok command from /127.0.0.1:51878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:02:50,424 INFO Processing ruok command from /127.0.0.1:51946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:02:50,492 INFO Processing ruok command from /127.0.0.1:51948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:03:00,440 INFO Processing ruok command from /127.0.0.1:52036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:03:00,486 INFO Processing ruok command from /127.0.0.1:52038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:03:00,823 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-09-25 03:03:00,835 INFO Committing global session 0x100002f4cee0010 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 03:03:01,380 INFO Submitting global closeSession request for session 0x100002f4cee0010 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-09-25 03:03:10,411 INFO Processing ruok command from /127.0.0.1:52110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:03:10,485 INFO Processing ruok command from /127.0.0.1:52112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:03:20,425 INFO Processing ruok command from /127.0.0.1:52194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:03:20,476 INFO Processing ruok command from /127.0.0.1:52196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:03:30,449 INFO Processing ruok command from /127.0.0.1:52266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:03:30,559 INFO Processing ruok command from /127.0.0.1:52268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:03:40,420 INFO Processing ruok command from /127.0.0.1:52354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:03:40,490 INFO Processing ruok command from /127.0.0.1:52356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:03:50,449 INFO Processing ruok command from /127.0.0.1:52426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:03:50,543 INFO Processing ruok command from /127.0.0.1:52428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:04:00,429 INFO Processing ruok command from /127.0.0.1:52520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:04:00,500 INFO Processing ruok command from /127.0.0.1:52522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:04:10,413 INFO Processing ruok command from /127.0.0.1:52602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:04:10,473 INFO Processing ruok command from /127.0.0.1:52604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:04:20,418 INFO Processing ruok command from /127.0.0.1:52682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:04:20,488 INFO Processing ruok command from /127.0.0.1:52684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:04:30,433 INFO Processing ruok command from /127.0.0.1:52760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:04:30,517 INFO Processing ruok command from /127.0.0.1:52762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:04:40,432 INFO Processing ruok command from /127.0.0.1:52836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:04:40,511 INFO Processing ruok command from /127.0.0.1:52838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:04:50,404 INFO Processing ruok command from /127.0.0.1:52912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:04:50,455 INFO Processing ruok command from /127.0.0.1:52914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:05:00,416 INFO Processing ruok command from /127.0.0.1:53004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:05:00,473 INFO Processing ruok command from /127.0.0.1:53006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:05:00,700 INFO Committing global session 0x3000030717d0008 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 03:05:10,431 INFO Processing ruok command from /127.0.0.1:53078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:05:10,499 INFO Processing ruok command from /127.0.0.1:53080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:05:20,443 INFO Processing ruok command from /127.0.0.1:53168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:05:20,518 INFO Processing ruok command from /127.0.0.1:53170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:05:30,438 INFO Processing ruok command from /127.0.0.1:53238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:05:30,560 INFO Processing ruok command from /127.0.0.1:53240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:05:40,421 INFO Processing ruok command from /127.0.0.1:53318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:05:40,500 INFO Processing ruok command from /127.0.0.1:53320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:05:50,411 INFO Processing ruok command from /127.0.0.1:53398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:05:50,485 INFO Processing ruok command from /127.0.0.1:53400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:06:00,415 INFO Processing ruok command from /127.0.0.1:53482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:06:00,484 INFO Processing ruok command from /127.0.0.1:53484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:06:10,431 INFO Processing ruok command from /127.0.0.1:53554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:06:10,491 INFO Processing ruok command from /127.0.0.1:53556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:06:20,455 INFO Processing ruok command from /127.0.0.1:53638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:06:20,529 INFO Processing ruok command from /127.0.0.1:53640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:06:30,436 INFO Processing ruok command from /127.0.0.1:53724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:06:30,532 INFO Processing ruok command from /127.0.0.1:53726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:06:40,419 INFO Processing ruok command from /127.0.0.1:53800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:06:40,496 INFO Processing ruok command from /127.0.0.1:53802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:06:50,425 INFO Processing ruok command from /127.0.0.1:53874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:06:50,485 INFO Processing ruok command from /127.0.0.1:53876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:07:00,421 INFO Processing ruok command from /127.0.0.1:53974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:07:00,496 INFO Processing ruok command from /127.0.0.1:53976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:07:00,761 INFO Committing global session 0x200002f99450008 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 03:07:10,437 INFO Processing ruok command from /127.0.0.1:54052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:07:10,483 INFO Processing ruok command from /127.0.0.1:54054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:07:20,436 INFO Processing ruok command from /127.0.0.1:54132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:07:20,484 INFO Processing ruok command from /127.0.0.1:54134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:07:30,439 INFO Processing ruok command from /127.0.0.1:54204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:07:30,536 INFO Processing ruok command from /127.0.0.1:54206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:07:40,426 INFO Processing ruok command from /127.0.0.1:54292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:07:40,474 INFO Processing ruok command from /127.0.0.1:54294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:07:50,419 INFO Processing ruok command from /127.0.0.1:54364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:07:50,482 INFO Processing ruok command from /127.0.0.1:54366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:08:00,433 INFO Processing ruok command from /127.0.0.1:54456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:08:00,513 INFO Processing ruok command from /127.0.0.1:54458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:08:10,438 INFO Processing ruok command from /127.0.0.1:54532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:08:10,515 INFO Processing ruok command from /127.0.0.1:54534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:08:20,431 INFO Processing ruok command from /127.0.0.1:54616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:08:20,499 INFO Processing ruok command from /127.0.0.1:54618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:08:30,443 INFO Processing ruok command from /127.0.0.1:54692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:08:30,625 INFO Processing ruok command from /127.0.0.1:54694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:08:40,436 INFO Processing ruok command from /127.0.0.1:54772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:08:40,519 INFO Processing ruok command from /127.0.0.1:54774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:08:50,423 INFO Processing ruok command from /127.0.0.1:54848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:08:50,494 INFO Processing ruok command from /127.0.0.1:54850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:09:00,435 INFO Processing ruok command from /127.0.0.1:54938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:09:00,512 INFO Processing ruok command from /127.0.0.1:54940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:09:00,860 INFO Committing global session 0x200002f99450009 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 03:09:10,417 INFO Processing ruok command from /127.0.0.1:55014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:09:10,487 INFO Processing ruok command from /127.0.0.1:55016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:09:20,404 INFO Processing ruok command from /127.0.0.1:55092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:09:20,472 INFO Processing ruok command from /127.0.0.1:55094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:09:30,421 INFO Processing ruok command from /127.0.0.1:55162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:09:30,503 INFO Processing ruok command from /127.0.0.1:55164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:09:40,453 INFO Processing ruok command from /127.0.0.1:55254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:09:40,536 INFO Processing ruok command from /127.0.0.1:55256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:09:50,414 INFO Processing ruok command from /127.0.0.1:55330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:09:50,506 INFO Processing ruok command from /127.0.0.1:55332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:10:00,436 INFO Processing ruok command from /127.0.0.1:55420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:10:00,543 INFO Processing ruok command from /127.0.0.1:55422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:10:10,429 INFO Processing ruok command from /127.0.0.1:55492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:10:10,514 INFO Processing ruok command from /127.0.0.1:55494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:10:20,419 INFO Processing ruok command from /127.0.0.1:55576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:10:20,504 INFO Processing ruok command from /127.0.0.1:55578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:10:30,463 INFO Processing ruok command from /127.0.0.1:55652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:10:30,545 INFO Processing ruok command from /127.0.0.1:55654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:10:40,429 INFO Processing ruok command from /127.0.0.1:55730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:10:40,483 INFO Processing ruok command from /127.0.0.1:55732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:10:50,403 INFO Processing ruok command from /127.0.0.1:55810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:10:50,483 INFO Processing ruok command from /127.0.0.1:55812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:11:00,424 INFO Processing ruok command from /127.0.0.1:55902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:11:00,471 INFO Committing global session 0x200002f9945000a (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 03:11:00,497 INFO Processing ruok command from /127.0.0.1:55904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:11:10,425 INFO Processing ruok command from /127.0.0.1:55978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:11:10,515 INFO Processing ruok command from /127.0.0.1:55980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:11:20,435 INFO Processing ruok command from /127.0.0.1:56060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:11:20,488 INFO Processing ruok command from /127.0.0.1:56062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:11:30,456 INFO Processing ruok command from /127.0.0.1:56138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:11:30,569 INFO Processing ruok command from /127.0.0.1:56140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:11:40,428 INFO Processing ruok command from /127.0.0.1:56228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:11:40,554 INFO Processing ruok command from /127.0.0.1:56230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:11:50,439 INFO Processing ruok command from /127.0.0.1:56298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:11:50,516 INFO Processing ruok command from /127.0.0.1:56300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:12:00,436 INFO Processing ruok command from /127.0.0.1:56386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:12:00,497 INFO Processing ruok command from /127.0.0.1:56388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:12:10,443 INFO Processing ruok command from /127.0.0.1:56462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:12:10,486 INFO Processing ruok command from /127.0.0.1:56464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:12:20,435 INFO Processing ruok command from /127.0.0.1:56546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:12:20,525 INFO Processing ruok command from /127.0.0.1:56548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:12:30,444 INFO Processing ruok command from /127.0.0.1:56624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:12:30,582 INFO Processing ruok command from /127.0.0.1:56626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:12:40,429 INFO Processing ruok command from /127.0.0.1:56706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:12:40,490 INFO Processing ruok command from /127.0.0.1:56708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:12:50,435 INFO Processing ruok command from /127.0.0.1:56780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:12:50,496 INFO Processing ruok command from /127.0.0.1:56782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:13:00,425 INFO Processing ruok command from /127.0.0.1:56872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:13:00,512 INFO Processing ruok command from /127.0.0.1:56874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:13:00,693 INFO Committing global session 0x200002f9945000b (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 03:13:10,415 INFO Processing ruok command from /127.0.0.1:56946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:13:10,493 INFO Processing ruok command from /127.0.0.1:56948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:13:20,415 INFO Processing ruok command from /127.0.0.1:57030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:13:20,475 INFO Processing ruok command from /127.0.0.1:57032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:13:30,453 INFO Processing ruok command from /127.0.0.1:57108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:13:30,516 INFO Processing ruok command from /127.0.0.1:57110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:13:40,436 INFO Processing ruok command from /127.0.0.1:57198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:13:40,520 INFO Processing ruok command from /127.0.0.1:57200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:13:50,436 INFO Processing ruok command from /127.0.0.1:57270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:13:50,536 INFO Processing ruok command from /127.0.0.1:57272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:14:00,437 INFO Processing ruok command from /127.0.0.1:57362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:14:00,537 INFO Processing ruok command from /127.0.0.1:57364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:14:10,422 INFO Processing ruok command from /127.0.0.1:57434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:14:10,492 INFO Processing ruok command from /127.0.0.1:57436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:14:20,422 INFO Processing ruok command from /127.0.0.1:57518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:14:20,517 INFO Processing ruok command from /127.0.0.1:57520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:14:30,460 INFO Processing ruok command from /127.0.0.1:57596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:14:30,592 INFO Processing ruok command from /127.0.0.1:57600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:14:40,459 INFO Processing ruok command from /127.0.0.1:57672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:14:40,551 INFO Processing ruok command from /127.0.0.1:57674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:14:50,435 INFO Processing ruok command from /127.0.0.1:57752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:14:50,498 INFO Processing ruok command from /127.0.0.1:57754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:15:00,417 INFO Processing ruok command from /127.0.0.1:57840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:15:00,513 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-09-25 03:15:00,514 INFO Processing ruok command from /127.0.0.1:57842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:15:00,526 INFO Committing global session 0x100002f4cee0011 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 03:15:01,227 INFO Submitting global closeSession request for session 0x100002f4cee0011 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-09-25 03:15:10,410 INFO Processing ruok command from /127.0.0.1:57914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:15:10,489 INFO Processing ruok command from /127.0.0.1:57916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:15:20,419 INFO Processing ruok command from /127.0.0.1:57998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:15:20,497 INFO Processing ruok command from /127.0.0.1:58000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:15:30,471 INFO Processing ruok command from /127.0.0.1:58076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:15:30,620 INFO Processing ruok command from /127.0.0.1:58078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:15:40,420 INFO Processing ruok command from /127.0.0.1:58166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:15:40,505 INFO Processing ruok command from /127.0.0.1:58168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:15:50,426 INFO Processing ruok command from /127.0.0.1:58236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:15:50,490 INFO Processing ruok command from /127.0.0.1:58238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:16:00,437 INFO Processing ruok command from /127.0.0.1:58324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:16:00,517 INFO Processing ruok command from /127.0.0.1:58326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:16:10,433 INFO Processing ruok command from /127.0.0.1:58402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:16:10,504 INFO Processing ruok command from /127.0.0.1:58404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:16:20,407 INFO Processing ruok command from /127.0.0.1:58482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:16:20,476 INFO Processing ruok command from /127.0.0.1:58484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:16:30,457 INFO Processing ruok command from /127.0.0.1:58564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:16:30,589 INFO Processing ruok command from /127.0.0.1:58566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:16:40,428 INFO Processing ruok command from /127.0.0.1:58644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:16:40,517 INFO Processing ruok command from /127.0.0.1:58646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:16:50,417 INFO Processing ruok command from /127.0.0.1:58716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:16:50,485 INFO Processing ruok command from /127.0.0.1:58718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:17:00,439 INFO Processing ruok command from /127.0.0.1:58812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:17:00,530 INFO Processing ruok command from /127.0.0.1:58814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:17:00,587 INFO Committing global session 0x3000030717d0009 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 03:17:10,425 INFO Processing ruok command from /127.0.0.1:58888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:17:10,470 INFO Processing ruok command from /127.0.0.1:58890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:17:20,416 INFO Processing ruok command from /127.0.0.1:58970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:17:20,485 INFO Processing ruok command from /127.0.0.1:58972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:17:30,442 INFO Processing ruok command from /127.0.0.1:59048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:17:30,528 INFO Processing ruok command from /127.0.0.1:59050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:17:40,441 INFO Processing ruok command from /127.0.0.1:59134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:17:40,526 INFO Processing ruok command from /127.0.0.1:59136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:17:50,428 INFO Processing ruok command from /127.0.0.1:59210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:17:50,481 INFO Processing ruok command from /127.0.0.1:59212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:18:00,419 INFO Processing ruok command from /127.0.0.1:59304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:18:00,485 INFO Processing ruok command from /127.0.0.1:59306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:18:10,411 INFO Processing ruok command from /127.0.0.1:59374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:18:10,484 INFO Processing ruok command from /127.0.0.1:59376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:18:20,435 INFO Processing ruok command from /127.0.0.1:59454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:18:20,501 INFO Processing ruok command from /127.0.0.1:59456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:18:30,435 INFO Processing ruok command from /127.0.0.1:59530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:18:30,553 INFO Processing ruok command from /127.0.0.1:59532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:18:40,446 INFO Processing ruok command from /127.0.0.1:59610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:18:40,490 INFO Processing ruok command from /127.0.0.1:59612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:18:50,427 INFO Processing ruok command from /127.0.0.1:59684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:18:50,479 INFO Processing ruok command from /127.0.0.1:59686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:19:00,425 INFO Processing ruok command from /127.0.0.1:59770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:19:00,503 INFO Processing ruok command from /127.0.0.1:59772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:19:00,599 INFO Committing global session 0x200002f9945000c (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 03:19:10,406 INFO Processing ruok command from /127.0.0.1:59844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:19:10,473 INFO Processing ruok command from /127.0.0.1:59846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:19:20,460 INFO Processing ruok command from /127.0.0.1:59934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:19:20,497 INFO Processing ruok command from /127.0.0.1:59936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:19:30,440 INFO Processing ruok command from /127.0.0.1:60008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:19:30,607 INFO Processing ruok command from /127.0.0.1:60010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:19:40,418 INFO Processing ruok command from /127.0.0.1:60096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:19:40,503 INFO Processing ruok command from /127.0.0.1:60098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:19:50,415 INFO Processing ruok command from /127.0.0.1:60168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:19:50,477 INFO Processing ruok command from /127.0.0.1:60170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:20:00,431 INFO Processing ruok command from /127.0.0.1:60258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:20:00,521 INFO Processing ruok command from /127.0.0.1:60260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:20:10,447 INFO Processing ruok command from /127.0.0.1:60332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:20:10,496 INFO Processing ruok command from /127.0.0.1:60334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:20:20,434 INFO Processing ruok command from /127.0.0.1:60418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:20:20,517 INFO Processing ruok command from /127.0.0.1:60420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:20:30,500 INFO Processing ruok command from /127.0.0.1:60494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:20:30,586 INFO Processing ruok command from /127.0.0.1:60496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:20:40,423 INFO Processing ruok command from /127.0.0.1:60574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:20:40,490 INFO Processing ruok command from /127.0.0.1:60576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:20:50,418 INFO Processing ruok command from /127.0.0.1:60646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:20:50,474 INFO Processing ruok command from /127.0.0.1:60648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:21:00,424 INFO Processing ruok command from /127.0.0.1:60736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:21:00,499 INFO Processing ruok command from /127.0.0.1:60738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:21:00,722 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-09-25 03:21:00,729 INFO Committing global session 0x100002f4cee0012 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 03:21:01,431 INFO Submitting global closeSession request for session 0x100002f4cee0012 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-09-25 03:21:02,621 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-09-25 03:21:02,621 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2022-09-25 03:21:02,638 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-09-25 03:21:10,425 INFO Processing ruok command from /127.0.0.1:60810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:21:10,515 INFO Processing ruok command from /127.0.0.1:60812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:21:20,411 INFO Processing ruok command from /127.0.0.1:60896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:21:20,489 INFO Processing ruok command from /127.0.0.1:60898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:21:30,502 INFO Processing ruok command from /127.0.0.1:60972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:21:30,609 INFO Processing ruok command from /127.0.0.1:60974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:21:40,450 INFO Processing ruok command from /127.0.0.1:32828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:21:40,500 INFO Processing ruok command from /127.0.0.1:32830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:21:50,425 INFO Processing ruok command from /127.0.0.1:32906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:21:50,478 INFO Processing ruok command from /127.0.0.1:32908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:22:00,437 INFO Processing ruok command from /127.0.0.1:32996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:22:00,526 INFO Processing ruok command from /127.0.0.1:32998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:22:10,427 INFO Processing ruok command from /127.0.0.1:33070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:22:10,508 INFO Processing ruok command from /127.0.0.1:33072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:22:20,424 INFO Processing ruok command from /127.0.0.1:33152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:22:20,495 INFO Processing ruok command from /127.0.0.1:33154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:22:30,470 INFO Processing ruok command from /127.0.0.1:33232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:22:30,553 INFO Processing ruok command from /127.0.0.1:33234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:22:40,472 INFO Processing ruok command from /127.0.0.1:33310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:22:40,568 INFO Processing ruok command from /127.0.0.1:33312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:22:50,426 INFO Processing ruok command from /127.0.0.1:33388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:22:50,510 INFO Processing ruok command from /127.0.0.1:33390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:23:00,427 INFO Processing ruok command from /127.0.0.1:33470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:23:00,516 INFO Processing ruok command from /127.0.0.1:33472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:23:00,665 INFO Committing global session 0x3000030717d000a (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:1]
2022-09-25 03:23:10,423 INFO Processing ruok command from /127.0.0.1:33542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:23:10,514 INFO Processing ruok command from /127.0.0.1:33544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:23:20,414 INFO Processing ruok command from /127.0.0.1:33626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:23:20,495 INFO Processing ruok command from /127.0.0.1:33630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:23:30,445 INFO Processing ruok command from /127.0.0.1:33698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:23:30,555 INFO Processing ruok command from /127.0.0.1:33700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:23:40,414 INFO Processing ruok command from /127.0.0.1:33780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:23:40,508 INFO Processing ruok command from /127.0.0.1:33782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-09-25 03:23:50,429 INFO Processing ruok command from /127.0.0.1:33852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-09-25 03:23:50,502 INFO Processing ruok command from /127.0.0.1:33854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]