Results

By type

          Detected Zookeeper ID 2
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
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-06-26 05:16:51,513 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-06-26 05:16:51,524 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-06-26 05:16:51,524 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-06-26 05:16:51,529 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main]
2022-06-26 05:16:51,529 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-06-26 05:16:51,529 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-06-26 05:16:51,589 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main]
2022-06-26 05:16:51,590 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main]
2022-06-26 05:16:51,591 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-06-26 05:16:51,599 INFO Log4j 1.2 jmx support found and enabled. (org.apache.zookeeper.jmx.ManagedUtil) [main]
2022-06-26 05:16:51,600 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2022-06-26 05:16:51,616 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-06-26 05:16:51,621 INFO Starting quorum peer, myid=2 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main]
2022-06-26 05:16:51,646 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@1ffe63b9 (org.apache.zookeeper.server.ServerMetrics) [main]
2022-06-26 05:16:51,757 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-06-26 05:16:51,757 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-06-26 05:16:51,757 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-06-26 05:16:51,826 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-06-26 05:16:51,828 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-06-26 05:16:51,828 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-06-26 05:16:51,828 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-06-26 05:16:51,828 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-06-26 05:16:51,829 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-06-26 05:16:51,829 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-06-26 05:16:51,838 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-06-26 05:16:51,872 INFO Logging initialized @1090ms to org.eclipse.jetty.util.log.Slf4jLog (org.eclipse.jetty.util.log) [main]
2022-06-26 05:16:51,979 WARN o.e.j.s.ServletContextHandler@17f9d882{/,null,STOPPED} contextPath ends with /* (org.eclipse.jetty.server.handler.ContextHandler) [main]
2022-06-26 05:16:51,979 WARN Empty contextPath (org.eclipse.jetty.server.handler.ContextHandler) [main]
2022-06-26 05:16:52,003 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main]
2022-06-26 05:16:52,005 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-06-26 05:16:52,005 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-06-26 05:16:52,005 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-06-26 05:16:52,005 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-06-26 05:16:52,005 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-06-26 05:16:52,005 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-06-26 05:16:52,005 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-06-26 05:16:52,005 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-06-26 05:16:52,022 INFO  (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-26 05:16:52,022 INFO   ______                  _                                           (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-26 05:16:52,022 INFO  |___  /                 | |                                          (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-26 05:16:52,022 INFO     / /    ___     ___   | | __   ___    ___   _ __     ___   _ __    (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-26 05:16:52,022 INFO    / /    / _ \   / _ \  | |/ /  / _ \  / _ \ | '_ \   / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-26 05:16:52,022 INFO   / /__  | (_) | | (_) | |   <  |  __/ |  __/ | |_) | |  __/ | |     (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-26 05:16:52,022 INFO  /_____|  \___/   \___/  |_|\_\  \___|  \___| | .__/   \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-26 05:16:52,022 INFO                                               | |                      (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-26 05:16:52,022 INFO                                               |_|                      (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-26 05:16:52,022 INFO  (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-26 05:16:52,024 INFO Server environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-26 05:16:52,025 INFO Server environment:host.name=onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-26 05:16:52,025 INFO Server environment:java.version=11.0.14 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-26 05:16:52,025 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-26 05:16:52,025 INFO Server environment:java.home=/usr/lib/jvm/java-11-openjdk-11.0.14.0.9-2.el8_5.x86_64 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-26 05:16:52,025 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.0.0.jar:/opt/kafka/bin/../libs/connect-basic-auth-extension-3.0.0.jar:/opt/kafka/bin/../libs/connect-file-3.0.0.jar:/opt/kafka/bin/../libs/connect-json-3.0.0.jar:/opt/kafka/bin/../libs/connect-mirror-3.0.0.jar:/opt/kafka/bin/../libs/connect-mirror-client-3.0.0.jar:/opt/kafka/bin/../libs/connect-runtime-3.0.0.jar:/opt/kafka/bin/../libs/connect-transforms-3.0.0.jar:/opt/kafka/bin/../libs/cruise-control-metrics-reporter-2.5.82.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.8.6.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.6.0.jar:/opt/kafka/bin/../libs/jaeger-core-1.6.0.jar:/opt/kafka/bin/../libs/jaeger-thrift-1.6.0.jar:/opt/kafka/bin/../libs/jaeger-tracerresolver-1.6.0.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.16.1.jar:/opt/kafka/bin/../libs/jopt-simple-5.0.4.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.28.0.jar:/opt/kafka/bin/../libs/kafka-clients-3.0.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.0.0.jar:/opt/kafka/bin/../libs/kafka-metadata-3.0.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.0.0.jar:/opt/kafka/bin/../libs/kafka-server-common-3.0.0.jar:/opt/kafka/bin/../libs/kafka-shell-3.0.0.jar:/opt/kafka/bin/../libs/kafka-storage-3.0.0.jar:/opt/kafka/bin/../libs/kafka-storage-api-3.0.0.jar:/opt/kafka/bin/../libs/kafka-streams-3.0.0.jar:/opt/kafka/bin/../libs/kafka-streams-examples-3.0.0.jar:/opt/kafka/bin/../libs/kafka-streams-scala_2.13-3.0.0.jar:/opt/kafka/bin/../libs/kafka-streams-test-utils-3.0.0.jar:/opt/kafka/bin/../libs/kafka-tools-3.0.0.jar:/opt/kafka/bin/../libs/kafka_2.13-3.0.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.14.1.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.7.1.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.28.0.jar:/opt/kafka/bin/../libs/netty-buffer-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-codec-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-common-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-handler-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-resolver-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-transport-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-epoll-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-unix-common-4.1.62.Final.jar:/opt/kafka/bin/../libs/nimbus-jose-jwt-9.10.jar:/opt/kafka/bin/../libs/okhttp-4.9.0.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.19.3.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.1.jar:/opt/kafka/bin/../libs/tracing-agent-0.28.0.jar:/opt/kafka/bin/../libs/trogdor-3.0.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-2.jar (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-26 05:16:52,025 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-26 05:16:52,025 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-26 05:16:52,025 INFO Server environment:java.compiler= (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-26 05:16:52,025 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-26 05:16:52,025 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-26 05:16:52,025 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-26 05:16:52,025 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-26 05:16:52,025 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-26 05:16:52,025 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-26 05:16:52,025 INFO Server environment:os.memory.free=224MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-26 05:16:52,025 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-26 05:16:52,025 INFO Server environment:os.memory.total=242MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-26 05:16:52,025 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-26 05:16:52,026 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-26 05:16:52,026 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-26 05:16:52,026 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-26 05:16:52,026 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-26 05:16:52,026 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-26 05:16:52,026 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-26 05:16:52,026 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-06-26 05:16:52,032 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main]
2022-06-26 05:16:52,032 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main]
2022-06-26 05:16:52,034 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main]
2022-06-26 05:16:52,034 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main]
2022-06-26 05:16:52,047 INFO Using TLS encrypted quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-06-26 05:16:52,047 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-06-26 05:16:52,047 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-06-26 05:16:52,048 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-06-26 05:16:52,048 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-06-26 05:16:52,048 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-06-26 05:16:52,048 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-06-26 05:16:52,057 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main]
2022-06-26 05:16:52,057 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main]
2022-06-26 05:16:52,064 INFO Snapshot loaded in 16 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main]
2022-06-26 05:16:52,066 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-06-26 05:16:52,070 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-06-26 05:16:52,073 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-06-26 05:16:52,184 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-06-26 05:16:52,185 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-06-26 05:16:52,187 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-06-26 05:16:52,191 INFO jetty-9.4.43.v20210629; built: 2021-06-30T11:07:22.254Z; git: 526006ecfa3af7f1a27ef3a288e2bef7ea9dd7e8; jvm 11.0.14+9-LTS (org.eclipse.jetty.server.Server) [main]
2022-06-26 05:16:52,233 INFO DefaultSessionIdManager workerName=node0 (org.eclipse.jetty.server.session) [main]
2022-06-26 05:16:52,233 INFO No SessionScavenger set, using defaults (org.eclipse.jetty.server.session) [main]
2022-06-26 05:16:52,237 INFO node0 Scavenging every 660000ms (org.eclipse.jetty.server.session) [main]
2022-06-26 05:16:52,242 WARN ServletContext@o.e.j.s.ServletContextHandler@17f9d882{/,null,STARTING} has uncovered http methods for path: /* (org.eclipse.jetty.security.SecurityHandler) [main]
2022-06-26 05:16:52,253 INFO Started o.e.j.s.ServletContextHandler@17f9d882{/,null,AVAILABLE} (org.eclipse.jetty.server.handler.ContextHandler) [main]
2022-06-26 05:16:52,264 INFO Started ServerConnector@1151e434{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} (org.eclipse.jetty.server.AbstractConnector) [main]
2022-06-26 05:16:52,264 INFO Started @1483ms (org.eclipse.jetty.server.Server) [main]
2022-06-26 05:16:52,264 INFO Started AdminServer on address 0.0.0.0, port 8080 and command URL /commands (org.apache.zookeeper.server.admin.JettyAdminServer) [main]
2022-06-26 05:16:52,265 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-06-26 05:16:52,272 INFO Election port bind maximum retries is 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main]
2022-06-26 05:16:52,274 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main]
2022-06-26 05:16:52,274 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main]
2022-06-26 05:16:52,277 INFO Creating TLS-only quorum server socket (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.67:3888]
2022-06-26 05:16:52,292 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main]
2022-06-26 05:16:52,295 INFO 2 is accepting connections now, my election bind port: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.67:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.67:3888]
2022-06-26 05:16:52,302 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-26 05:16:52,303 INFO New election. My id = 2, proposed zxid=0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-26 05:16:52,320 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:2, 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=2]]
2022-06-26 05:16:52,525 INFO Notification time out: 400 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-26 05:16:52,808 WARN Cannot open channel to 1 at election address onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-1]
java.net.UnknownHostException: onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc
	at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229)
	at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.base/java.net.Socket.connect(Socket.java:609)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:300)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457)
	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-06-26 05:16:52,809 WARN Cannot open channel to 3 at election address onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.69.241:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-2]
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.base/java.net.Socket.connect(Socket.java:609)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:300)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457)
	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-06-26 05:16:52,927 INFO Notification time out: 800 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-26 05:16:52,928 WARN Cannot open channel to 1 at election address onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-3]
java.net.UnknownHostException: onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc
	at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229)
	at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.base/java.net.Socket.connect(Socket.java:609)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:300)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457)
	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-06-26 05:16:52,929 WARN Cannot open channel to 3 at election address onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.69.241:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-2]
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.base/java.net.Socket.connect(Socket.java:609)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:300)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457)
	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-06-26 05:16:53,728 INFO Notification time out: 1600 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-26 05:16:53,729 WARN Cannot open channel to 1 at election address onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-2]
java.net.UnknownHostException: onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc
	at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229)
	at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.base/java.net.Socket.connect(Socket.java:609)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:300)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457)
	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-06-26 05:16:54,021 INFO Received connection request from /10.233.69.241:33366 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.67:3888]
2022-06-26 05:16:54,296 INFO SSL handshake complete with onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.69.241:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-3]
2022-06-26 05:16:54,298 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-3]
2022-06-26 05:16:54,313 INFO Accepted TLS connection from /10.233.69.241:33366 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.67:3888]
2022-06-26 05:16:54,327 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=2]]
2022-06-26 05:16:54,329 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=2]]
2022-06-26 05:16:54,329 WARN Cannot open channel to 1 at election address onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-3]
java.net.UnknownHostException: onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc
	at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229)
	at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.base/java.net.Socket.connect(Socket.java:609)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:300)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457)
	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-06-26 05:16:54,531 INFO Peer state changed: following (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-26 05:16:54,531 INFO FOLLOWING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-26 05:16:54,538 INFO leaderConnectDelayDuringRetryMs: 100 (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-26 05:16:54,538 INFO TCP NoDelay set to: true (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-26 05:16:54,538 INFO zookeeper.learner.asyncSending = false (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-26 05:16:54,540 INFO Weighed connection throttling is disabled (org.apache.zookeeper.server.BlueThrottle) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-26 05:16:54,541 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-26 05:16:54,542 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-26 05:16:54,543 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-26 05:16:54,543 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-26 05:16:54,545 INFO zookeeper.pathStats.slotCapacity = 60 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-26 05:16:54,545 INFO zookeeper.pathStats.slotDuration = 15 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-26 05:16:54,545 INFO zookeeper.pathStats.maxDepth = 6 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-26 05:16:54,545 INFO zookeeper.pathStats.initialDelay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-26 05:16:54,545 INFO zookeeper.pathStats.delay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-26 05:16:54,545 INFO zookeeper.pathStats.enabled = false (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-26 05:16:54,547 INFO The max bytes for all large requests are set to 104857600 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-26 05:16:54,547 INFO The large request threshold is set to -1 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-26 05:16:54,547 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=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-26 05:16:54,549 INFO FOLLOWING - LEADER ELECTION TOOK - 2246 MS (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-26 05:16:54,554 INFO Peer state changed: following - discovery (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-26 05:16:54,639 INFO Successfully connected to leader, using address: onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.69.241:2888 (org.apache.zookeeper.server.quorum.Learner) [LeaderConnector-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.69.241:2888]
2022-06-26 05:16:54,660 INFO Peer state changed: following - synchronization (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-26 05:16:54,668 INFO Getting a diff from the leader 0x0 (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-26 05:16:54,668 INFO Peer state changed: following - synchronization - diff (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-26 05:16:54,675 INFO Learner received NEWLEADER message (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-26 05:16:54,681 INFO Peer state changed: following - synchronization (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-26 05:16:54,688 INFO Configuring CommitProcessor with readBatchSize -1 commitBatchSize 1 (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-26 05:16:54,688 INFO Configuring CommitProcessor with 1 worker threads. (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-26 05:16:54,693 INFO zookeeper.request_throttler.shutdownTimeout = 10000 (org.apache.zookeeper.server.RequestThrottler) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-26 05:16:54,772 INFO Learner received UPTODATE message (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-26 05:16:54,777 INFO Peer state changed: following - broadcast (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-26 05:17:05,264 INFO Received connection request from /10.233.72.189:35476 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.67:3888]
2022-06-26 05:17:05,820 INFO Accepted TLS connection from /10.233.72.189:35476 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.67:3888]
2022-06-26 05:17:05,914 INFO Received connection request from /10.233.72.189:35488 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.67:3888]
2022-06-26 05:17:05,929 INFO Accepted TLS connection from /10.233.72.189:35488 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.67:3888]
2022-06-26 05:17:06,039 INFO SSL handshake complete with /10.233.72.189:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-3]
2022-06-26 05:17:06,074 INFO Notification: my state:FOLLOWING; 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=2]]
2022-06-26 05:17:06,075 INFO Notification: my state:FOLLOWING; 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=2]]
2022-06-26 05:17:12,428 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-06-26 05:17:12,429 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-06-26 05:17:12,429 INFO Processing ruok command from /127.0.0.1:34478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:17:12,461 INFO Processing ruok command from /127.0.0.1:34480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:17:22,330 INFO Processing ruok command from /127.0.0.1:34536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:17:22,365 INFO Processing ruok command from /127.0.0.1:34538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:17:24,518 WARN Got zxid 0x100000001 expected 0x1 (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-06-26 05:17:24,519 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:2]
2022-06-26 05:17:24,527 INFO Committing global session 0x300005de8880000 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 05:17:32,368 INFO Processing ruok command from /127.0.0.1:34624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:17:32,444 INFO Processing ruok command from /127.0.0.1:34626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:17:42,366 INFO Processing ruok command from /127.0.0.1:34692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:17:42,460 INFO Processing ruok command from /127.0.0.1:34694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:17:43,529 INFO Committing global session 0x100005d50810000 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 05:17:44,418 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-06-26 05:17:44,436 INFO Committing global session 0x200005e8e170000 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 05:17:47,987 INFO Committing global session 0x300005de8880001 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 05:17:49,007 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-06-26 05:17:49,016 INFO Committing global session 0x200005e8e170001 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 05:17:50,046 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-06-26 05:17:50,064 INFO Committing global session 0x200005e8e170002 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 05:17:52,353 INFO Processing ruok command from /127.0.0.1:34756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:17:52,393 INFO Processing ruok command from /127.0.0.1:34758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:17:56,519 INFO Committing global session 0x300005de8880002 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 05:18:02,339 INFO Processing ruok command from /127.0.0.1:34814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:18:02,381 INFO Processing ruok command from /127.0.0.1:34816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:18:12,339 INFO Processing ruok command from /127.0.0.1:34864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:18:12,372 INFO Processing ruok command from /127.0.0.1:34866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:18:22,355 INFO Processing ruok command from /127.0.0.1:34926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:18:22,390 INFO Processing ruok command from /127.0.0.1:34928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:18:24,149 INFO Authenticated Id 'CN=onap-strimzi-entity-topic-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-06-26 05:18:24,156 INFO Committing global session 0x200005e8e170003 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 05:18:32,357 INFO Processing ruok command from /127.0.0.1:34988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:18:32,437 INFO Processing ruok command from /127.0.0.1:34990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:18:42,341 INFO Processing ruok command from /127.0.0.1:35040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:18:42,377 INFO Processing ruok command from /127.0.0.1:35042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:18:44,266 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-06-26 05:18:44,274 INFO Committing global session 0x200005e8e170004 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 05:18:45,109 INFO Submitting global closeSession request for session 0x200005e8e170004 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-26 05:18:52,342 INFO Processing ruok command from /127.0.0.1:35100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:18:52,381 INFO Processing ruok command from /127.0.0.1:35102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:18:55,831 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-06-26 05:18:55,839 INFO Committing global session 0x200005e8e170005 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 05:18:56,712 INFO Submitting global closeSession request for session 0x200005e8e170005 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-26 05:19:02,360 INFO Processing ruok command from /127.0.0.1:35158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:19:02,408 INFO Processing ruok command from /127.0.0.1:35160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:19:12,347 INFO Processing ruok command from /127.0.0.1:35210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:19:12,384 INFO Processing ruok command from /127.0.0.1:35212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:19:22,343 INFO Processing ruok command from /127.0.0.1:35264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:19:22,382 INFO Processing ruok command from /127.0.0.1:35266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:19:32,360 INFO Processing ruok command from /127.0.0.1:35358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:19:32,395 INFO Processing ruok command from /127.0.0.1:35360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:19:42,351 INFO Processing ruok command from /127.0.0.1:35426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:19:42,388 INFO Processing ruok command from /127.0.0.1:35428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:19:52,337 INFO Processing ruok command from /127.0.0.1:35484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:19:52,380 INFO Processing ruok command from /127.0.0.1:35486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:20:02,356 INFO Processing ruok command from /127.0.0.1:35544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:20:02,393 INFO Processing ruok command from /127.0.0.1:35546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:20:12,347 INFO Processing ruok command from /127.0.0.1:35626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:20:12,384 INFO Processing ruok command from /127.0.0.1:35628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:20:22,337 INFO Processing ruok command from /127.0.0.1:35682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:20:22,372 INFO Processing ruok command from /127.0.0.1:35684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:20:32,372 INFO Processing ruok command from /127.0.0.1:35740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:20:32,420 INFO Processing ruok command from /127.0.0.1:35742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:20:42,336 INFO Processing ruok command from /127.0.0.1:35792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:20:42,374 INFO Processing ruok command from /127.0.0.1:35794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:20:52,335 INFO Processing ruok command from /127.0.0.1:35850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:20:52,394 INFO Processing ruok command from /127.0.0.1:35852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:20:56,148 INFO Committing global session 0x100005d50810001 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 05:21:02,348 INFO Processing ruok command from /127.0.0.1:35908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:21:02,391 INFO Processing ruok command from /127.0.0.1:35910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:21:12,369 INFO Processing ruok command from /127.0.0.1:35960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:21:12,407 INFO Processing ruok command from /127.0.0.1:35962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:21:22,345 INFO Processing ruok command from /127.0.0.1:36020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:21:22,380 INFO Processing ruok command from /127.0.0.1:36022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:21:32,341 INFO Processing ruok command from /127.0.0.1:36078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:21:32,390 INFO Processing ruok command from /127.0.0.1:36080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:21:42,346 INFO Processing ruok command from /127.0.0.1:36132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:21:42,413 INFO Processing ruok command from /127.0.0.1:36134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:21:52,348 INFO Processing ruok command from /127.0.0.1:36186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:21:52,410 INFO Processing ruok command from /127.0.0.1:36190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:22:02,350 INFO Processing ruok command from /127.0.0.1:36244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:22:02,389 INFO Processing ruok command from /127.0.0.1:36246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:22:12,351 INFO Processing ruok command from /127.0.0.1:36300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:22:12,379 INFO Processing ruok command from /127.0.0.1:36302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:22:22,367 INFO Processing ruok command from /127.0.0.1:36382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:22:22,426 INFO Processing ruok command from /127.0.0.1:36384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:22:32,350 INFO Processing ruok command from /127.0.0.1:36468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:22:32,403 INFO Processing ruok command from /127.0.0.1:36470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:22:42,350 INFO Processing ruok command from /127.0.0.1:36558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:22:42,414 INFO Processing ruok command from /127.0.0.1:36560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:22:52,353 INFO Processing ruok command from /127.0.0.1:36624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:22:52,387 INFO Processing ruok command from /127.0.0.1:36626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:22:56,099 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-06-26 05:22:56,109 INFO Committing global session 0x200005e8e170006 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 05:22:56,898 INFO Submitting global closeSession request for session 0x200005e8e170006 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-26 05:23:02,378 INFO Processing ruok command from /127.0.0.1:36710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:23:02,453 INFO Processing ruok command from /127.0.0.1:36714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:23:12,362 INFO Processing ruok command from /127.0.0.1:36812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:23:12,451 INFO Processing ruok command from /127.0.0.1:36814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:23:22,393 INFO Processing ruok command from /127.0.0.1:36878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:23:22,445 INFO Processing ruok command from /127.0.0.1:36880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:23:32,359 INFO Processing ruok command from /127.0.0.1:36938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:23:32,441 INFO Processing ruok command from /127.0.0.1:36940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:23:42,385 INFO Processing ruok command from /127.0.0.1:36994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:23:42,467 INFO Processing ruok command from /127.0.0.1:36996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:23:52,360 INFO Processing ruok command from /127.0.0.1:37052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:23:52,403 INFO Processing ruok command from /127.0.0.1:37054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:24:02,351 INFO Processing ruok command from /127.0.0.1:37118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:24:02,388 INFO Processing ruok command from /127.0.0.1:37120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:24:12,343 INFO Processing ruok command from /127.0.0.1:37174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:24:12,416 INFO Processing ruok command from /127.0.0.1:37176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:24:22,355 INFO Processing ruok command from /127.0.0.1:37236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:24:22,430 INFO Processing ruok command from /127.0.0.1:37238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:24:32,361 INFO Processing ruok command from /127.0.0.1:37300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:24:32,394 INFO Processing ruok command from /127.0.0.1:37302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:24:42,353 INFO Processing ruok command from /127.0.0.1:37358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:24:42,437 INFO Processing ruok command from /127.0.0.1:37360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:24:52,359 INFO Processing ruok command from /127.0.0.1:37422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:24:52,444 INFO Processing ruok command from /127.0.0.1:37424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:24:56,017 INFO Committing global session 0x300005de8880003 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 05:25:02,354 INFO Processing ruok command from /127.0.0.1:37482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:25:02,426 INFO Processing ruok command from /127.0.0.1:37484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:25:12,354 INFO Processing ruok command from /127.0.0.1:37546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:25:12,393 INFO Processing ruok command from /127.0.0.1:37548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:25:22,365 INFO Processing ruok command from /127.0.0.1:37600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:25:22,432 INFO Processing ruok command from /127.0.0.1:37602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:25:32,362 INFO Processing ruok command from /127.0.0.1:37662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:25:32,407 INFO Processing ruok command from /127.0.0.1:37664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:25:42,364 INFO Processing ruok command from /127.0.0.1:37718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:25:42,418 INFO Processing ruok command from /127.0.0.1:37720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:25:52,361 INFO Processing ruok command from /127.0.0.1:37778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:25:52,396 INFO Processing ruok command from /127.0.0.1:37780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:26:02,349 INFO Processing ruok command from /127.0.0.1:37836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:26:02,431 INFO Processing ruok command from /127.0.0.1:37838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:26:12,370 INFO Processing ruok command from /127.0.0.1:37892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:26:12,458 INFO Processing ruok command from /127.0.0.1:37894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:26:22,369 INFO Processing ruok command from /127.0.0.1:37952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:26:22,457 INFO Processing ruok command from /127.0.0.1:37954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:26:32,351 INFO Processing ruok command from /127.0.0.1:38016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:26:32,412 INFO Processing ruok command from /127.0.0.1:38018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:26:42,337 INFO Processing ruok command from /127.0.0.1:38068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:26:42,373 INFO Processing ruok command from /127.0.0.1:38070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:26:52,361 INFO Processing ruok command from /127.0.0.1:38130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:26:52,393 INFO Processing ruok command from /127.0.0.1:38132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:26:55,949 INFO Committing global session 0x100005d50810002 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 05:27:02,367 INFO Processing ruok command from /127.0.0.1:38192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:27:02,396 INFO Processing ruok command from /127.0.0.1:38194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:27:12,364 INFO Processing ruok command from /127.0.0.1:38258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:27:12,392 INFO Processing ruok command from /127.0.0.1:38260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:27:22,362 INFO Processing ruok command from /127.0.0.1:38318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:27:22,396 INFO Processing ruok command from /127.0.0.1:38320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:27:32,356 INFO Processing ruok command from /127.0.0.1:38386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:27:32,431 INFO Processing ruok command from /127.0.0.1:38388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:27:42,358 INFO Processing ruok command from /127.0.0.1:38446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:27:42,401 INFO Processing ruok command from /127.0.0.1:38448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:27:52,364 INFO Processing ruok command from /127.0.0.1:38508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:27:52,413 INFO Processing ruok command from /127.0.0.1:38510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:28:02,350 INFO Processing ruok command from /127.0.0.1:38566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:28:02,391 INFO Processing ruok command from /127.0.0.1:38568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:28:12,365 INFO Processing ruok command from /127.0.0.1:38660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:28:12,414 INFO Processing ruok command from /127.0.0.1:38662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:28:22,338 INFO Processing ruok command from /127.0.0.1:38724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:28:22,375 INFO Processing ruok command from /127.0.0.1:38726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:28:32,351 INFO Processing ruok command from /127.0.0.1:38788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:28:32,427 INFO Processing ruok command from /127.0.0.1:38790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:28:42,352 INFO Processing ruok command from /127.0.0.1:38846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:28:42,391 INFO Processing ruok command from /127.0.0.1:38848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:28:52,371 INFO Processing ruok command from /127.0.0.1:38926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:28:52,415 INFO Processing ruok command from /127.0.0.1:38928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:28:56,301 INFO Committing global session 0x100005d50810003 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 05:29:02,349 INFO Processing ruok command from /127.0.0.1:39006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:29:02,387 INFO Processing ruok command from /127.0.0.1:39010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:29:12,386 INFO Processing ruok command from /127.0.0.1:39092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:29:12,448 INFO Processing ruok command from /127.0.0.1:39094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:29:22,362 INFO Processing ruok command from /127.0.0.1:39152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:29:22,406 INFO Processing ruok command from /127.0.0.1:39154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:29:32,350 INFO Processing ruok command from /127.0.0.1:39224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:29:32,437 INFO Processing ruok command from /127.0.0.1:39226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:29:42,353 INFO Processing ruok command from /127.0.0.1:39316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:29:42,421 INFO Processing ruok command from /127.0.0.1:39320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:29:52,345 INFO Processing ruok command from /127.0.0.1:39424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:29:52,379 INFO Processing ruok command from /127.0.0.1:39426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:30:02,353 INFO Processing ruok command from /127.0.0.1:39516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:30:02,412 INFO Processing ruok command from /127.0.0.1:39518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:30:12,345 INFO Processing ruok command from /127.0.0.1:39608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:30:12,379 INFO Processing ruok command from /127.0.0.1:39610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:30:22,342 INFO Processing ruok command from /127.0.0.1:39704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:30:22,380 INFO Processing ruok command from /127.0.0.1:39706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:30:32,369 INFO Processing ruok command from /127.0.0.1:39798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:30:32,414 INFO Processing ruok command from /127.0.0.1:39800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:30:42,359 INFO Processing ruok command from /127.0.0.1:39882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:30:42,384 INFO Processing ruok command from /127.0.0.1:39884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:30:52,352 INFO Processing ruok command from /127.0.0.1:39964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:30:52,391 INFO Processing ruok command from /127.0.0.1:39966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:30:55,973 INFO Committing global session 0x300005de8880004 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 05:31:02,350 INFO Processing ruok command from /127.0.0.1:40058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:31:02,417 INFO Processing ruok command from /127.0.0.1:40060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:31:12,354 INFO Processing ruok command from /127.0.0.1:40144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:31:12,391 INFO Processing ruok command from /127.0.0.1:40146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:31:22,356 INFO Processing ruok command from /127.0.0.1:40230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:31:22,383 INFO Processing ruok command from /127.0.0.1:40232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:31:32,346 INFO Processing ruok command from /127.0.0.1:40314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:31:32,384 INFO Processing ruok command from /127.0.0.1:40318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:31:42,342 INFO Processing ruok command from /127.0.0.1:40398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:31:42,419 INFO Processing ruok command from /127.0.0.1:40400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:31:52,347 INFO Processing ruok command from /127.0.0.1:40486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:31:52,397 INFO Processing ruok command from /127.0.0.1:40488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:32:02,343 INFO Processing ruok command from /127.0.0.1:40576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:32:02,402 INFO Processing ruok command from /127.0.0.1:40578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:32:12,344 INFO Processing ruok command from /127.0.0.1:40664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:32:12,382 INFO Processing ruok command from /127.0.0.1:40666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:32:22,351 INFO Processing ruok command from /127.0.0.1:40746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:32:22,407 INFO Processing ruok command from /127.0.0.1:40748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:32:32,356 INFO Processing ruok command from /127.0.0.1:40840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:32:32,420 INFO Processing ruok command from /127.0.0.1:40842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:32:42,344 INFO Processing ruok command from /127.0.0.1:40930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:32:42,380 INFO Processing ruok command from /127.0.0.1:40932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:32:52,347 INFO Processing ruok command from /127.0.0.1:41032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:32:52,387 INFO Processing ruok command from /127.0.0.1:41034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:32:56,106 INFO Committing global session 0x100005d50810004 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 05:33:02,342 INFO Processing ruok command from /127.0.0.1:41120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:33:02,416 INFO Processing ruok command from /127.0.0.1:41122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:33:12,355 INFO Processing ruok command from /127.0.0.1:41214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:33:12,411 INFO Processing ruok command from /127.0.0.1:41216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:33:22,342 INFO Processing ruok command from /127.0.0.1:41306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:33:22,385 INFO Processing ruok command from /127.0.0.1:41308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:33:32,354 INFO Processing ruok command from /127.0.0.1:41396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:33:32,401 INFO Processing ruok command from /127.0.0.1:41398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:33:42,361 INFO Processing ruok command from /127.0.0.1:41478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:33:42,416 INFO Processing ruok command from /127.0.0.1:41480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:33:52,342 INFO Processing ruok command from /127.0.0.1:41560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:33:52,387 INFO Processing ruok command from /127.0.0.1:41562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:34:02,334 INFO Processing ruok command from /127.0.0.1:41624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:34:02,423 INFO Processing ruok command from /127.0.0.1:41626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:34:12,351 INFO Processing ruok command from /127.0.0.1:41692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:34:12,387 INFO Processing ruok command from /127.0.0.1:41694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:34:22,342 INFO Processing ruok command from /127.0.0.1:41758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:34:22,374 INFO Processing ruok command from /127.0.0.1:41760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:34:32,354 INFO Processing ruok command from /127.0.0.1:41832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:34:32,393 INFO Processing ruok command from /127.0.0.1:41834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:34:42,346 INFO Processing ruok command from /127.0.0.1:41896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:34:42,385 INFO Processing ruok command from /127.0.0.1:41898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:34:52,351 INFO Processing ruok command from /127.0.0.1:41964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:34:52,391 INFO Processing ruok command from /127.0.0.1:41966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:34:56,188 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-06-26 05:34:56,198 INFO Committing global session 0x200005e8e170007 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 05:34:56,983 INFO Submitting global closeSession request for session 0x200005e8e170007 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-26 05:35:02,337 INFO Processing ruok command from /127.0.0.1:42032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:35:02,399 INFO Processing ruok command from /127.0.0.1:42034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:35:12,355 INFO Processing ruok command from /127.0.0.1:42112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:35:12,388 INFO Processing ruok command from /127.0.0.1:42114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:35:22,357 INFO Processing ruok command from /127.0.0.1:42184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:35:22,434 INFO Processing ruok command from /127.0.0.1:42186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:35:32,354 INFO Processing ruok command from /127.0.0.1:42256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:35:32,429 INFO Processing ruok command from /127.0.0.1:42258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:35:42,334 INFO Processing ruok command from /127.0.0.1:42320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:35:42,394 INFO Processing ruok command from /127.0.0.1:42322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:35:52,351 INFO Processing ruok command from /127.0.0.1:42384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:35:52,389 INFO Processing ruok command from /127.0.0.1:42386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:36:02,371 INFO Processing ruok command from /127.0.0.1:42454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:36:02,497 INFO Processing ruok command from /127.0.0.1:42456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:36:12,353 INFO Processing ruok command from /127.0.0.1:42588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:36:12,413 INFO Processing ruok command from /127.0.0.1:42590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:36:22,340 INFO Processing ruok command from /127.0.0.1:42722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:36:22,382 INFO Processing ruok command from /127.0.0.1:42724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:36:32,402 INFO Processing ruok command from /127.0.0.1:42802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:36:32,479 INFO Processing ruok command from /127.0.0.1:42804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:36:42,434 INFO Processing ruok command from /127.0.0.1:42946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:36:42,556 INFO Processing ruok command from /127.0.0.1:42948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:36:52,379 INFO Processing ruok command from /127.0.0.1:43100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:36:52,440 INFO Processing ruok command from /127.0.0.1:43102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:36:56,220 INFO Committing global session 0x100005d50810005 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 05:37:02,347 INFO Processing ruok command from /127.0.0.1:43214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:37:02,408 INFO Processing ruok command from /127.0.0.1:43216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:37:12,378 INFO Processing ruok command from /127.0.0.1:43352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:37:12,427 INFO Processing ruok command from /127.0.0.1:43356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:37:22,382 INFO Processing ruok command from /127.0.0.1:43574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:37:22,485 INFO Processing ruok command from /127.0.0.1:43576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:37:32,398 INFO Processing ruok command from /127.0.0.1:43990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:37:32,526 INFO Processing ruok command from /127.0.0.1:43996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:37:42,376 INFO Processing ruok command from /127.0.0.1:44132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:37:42,462 INFO Processing ruok command from /127.0.0.1:44134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:37:52,625 INFO Processing ruok command from /127.0.0.1:44286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:37:52,724 INFO Processing ruok command from /127.0.0.1:44290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:38:02,438 INFO Processing ruok command from /127.0.0.1:44420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:38:02,560 INFO Processing ruok command from /127.0.0.1:44424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:38:12,393 INFO Processing ruok command from /127.0.0.1:44530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:38:12,440 INFO Processing ruok command from /127.0.0.1:44532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:38:20,590 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-06-26 05:38:20,605 INFO Committing global session 0x200005e8e170008 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 05:38:20,708 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-06-26 05:38:20,715 INFO Committing global session 0x200005e8e170009 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 05:38:22,253 INFO Committing global session 0x100005d50810006 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 05:38:22,365 INFO Processing ruok command from /127.0.0.1:44604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:38:22,405 INFO Processing ruok command from /127.0.0.1:44606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:38:32,414 INFO Processing ruok command from /127.0.0.1:44728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:38:32,523 INFO Processing ruok command from /127.0.0.1:44730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:38:42,357 INFO Processing ruok command from /127.0.0.1:44846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:38:42,405 INFO Processing ruok command from /127.0.0.1:44848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:38:52,370 INFO Processing ruok command from /127.0.0.1:44944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:38:52,450 INFO Processing ruok command from /127.0.0.1:44946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:38:55,973 INFO Committing global session 0x300005de8880005 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 05:39:02,376 INFO Processing ruok command from /127.0.0.1:45034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:39:02,465 INFO Processing ruok command from /127.0.0.1:45036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:39:12,394 INFO Processing ruok command from /127.0.0.1:45150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:39:12,476 INFO Processing ruok command from /127.0.0.1:45152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:39:22,373 INFO Processing ruok command from /127.0.0.1:45254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:39:22,443 INFO Processing ruok command from /127.0.0.1:45256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:39:32,361 INFO Processing ruok command from /127.0.0.1:45360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:39:32,391 INFO Processing ruok command from /127.0.0.1:45362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:39:42,371 INFO Processing ruok command from /127.0.0.1:45450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:39:42,430 INFO Processing ruok command from /127.0.0.1:45452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:39:52,434 INFO Processing ruok command from /127.0.0.1:45630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:39:52,557 INFO Processing ruok command from /127.0.0.1:45632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:40:03,193 INFO Processing ruok command from /127.0.0.1:45828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:40:03,194 INFO Processing ruok command from /127.0.0.1:45832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:40:12,360 INFO Processing ruok command from /127.0.0.1:46010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:40:12,475 INFO Processing ruok command from /127.0.0.1:46012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:40:22,398 INFO Processing ruok command from /127.0.0.1:46120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:40:22,527 INFO Processing ruok command from /127.0.0.1:46122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:40:32,368 INFO Processing ruok command from /127.0.0.1:46228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:40:32,418 INFO Processing ruok command from /127.0.0.1:46230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:40:42,392 INFO Processing ruok command from /127.0.0.1:46340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:40:42,503 INFO Processing ruok command from /127.0.0.1:46342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:40:52,414 INFO Processing ruok command from /127.0.0.1:46480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:40:52,492 INFO Processing ruok command from /127.0.0.1:46482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:40:55,785 INFO Committing global session 0x300005de8880006 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 05:41:02,372 INFO Processing ruok command from /127.0.0.1:46588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:41:02,468 INFO Processing ruok command from /127.0.0.1:46590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:41:12,385 INFO Processing ruok command from /127.0.0.1:46690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:41:12,473 INFO Processing ruok command from /127.0.0.1:46692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:41:22,393 INFO Processing ruok command from /127.0.0.1:46830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:41:22,510 INFO Processing ruok command from /127.0.0.1:46832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:41:32,375 INFO Processing ruok command from /127.0.0.1:46982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:41:32,467 INFO Processing ruok command from /127.0.0.1:46984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:41:42,491 INFO Processing ruok command from /127.0.0.1:47106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:41:42,786 INFO Processing ruok command from /127.0.0.1:47108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:41:52,374 INFO Processing ruok command from /127.0.0.1:47236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:41:52,484 INFO Processing ruok command from /127.0.0.1:47240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:42:02,505 INFO Processing ruok command from /127.0.0.1:47372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:42:02,733 INFO Processing ruok command from /127.0.0.1:47374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:42:12,380 INFO Processing ruok command from /127.0.0.1:47486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:42:12,506 INFO Processing ruok command from /127.0.0.1:47488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:42:22,382 INFO Processing ruok command from /127.0.0.1:47624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:42:22,420 INFO Processing ruok command from /127.0.0.1:47626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:42:32,376 INFO Processing ruok command from /127.0.0.1:47768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:42:32,457 INFO Processing ruok command from /127.0.0.1:47772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:42:42,372 INFO Processing ruok command from /127.0.0.1:47892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:42:42,502 INFO Processing ruok command from /127.0.0.1:47894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:42:52,374 INFO Processing ruok command from /127.0.0.1:48018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:42:52,439 INFO Processing ruok command from /127.0.0.1:48020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:42:56,067 INFO Committing global session 0x100005d50810007 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 05:43:02,399 INFO Processing ruok command from /127.0.0.1:48200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:43:02,494 INFO Processing ruok command from /127.0.0.1:48204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:43:12,405 INFO Processing ruok command from /127.0.0.1:48570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:43:12,495 INFO Processing ruok command from /127.0.0.1:48572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:43:22,399 INFO Processing ruok command from /127.0.0.1:48688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:43:22,485 INFO Processing ruok command from /127.0.0.1:48690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:43:32,387 INFO Processing ruok command from /127.0.0.1:48802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:43:32,455 INFO Processing ruok command from /127.0.0.1:48804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:43:42,383 INFO Processing ruok command from /127.0.0.1:48984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:43:42,472 INFO Processing ruok command from /127.0.0.1:48986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:43:52,362 INFO Processing ruok command from /127.0.0.1:49196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:43:52,428 INFO Processing ruok command from /127.0.0.1:49198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:44:02,396 INFO Processing ruok command from /127.0.0.1:49382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:44:02,548 INFO Processing ruok command from /127.0.0.1:49384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:44:12,365 INFO Processing ruok command from /127.0.0.1:49558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:44:12,407 INFO Processing ruok command from /127.0.0.1:49560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:44:22,362 INFO Processing ruok command from /127.0.0.1:49726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:44:22,398 INFO Processing ruok command from /127.0.0.1:49728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:44:32,352 INFO Processing ruok command from /127.0.0.1:49902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:44:32,397 INFO Processing ruok command from /127.0.0.1:49904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:44:42,356 INFO Processing ruok command from /127.0.0.1:50068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:44:42,402 INFO Processing ruok command from /127.0.0.1:50070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:44:52,343 INFO Processing ruok command from /127.0.0.1:50308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:44:52,380 INFO Processing ruok command from /127.0.0.1:50310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:44:56,098 INFO Committing global session 0x100005d50810008 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 05:45:02,372 INFO Processing ruok command from /127.0.0.1:50518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:45:02,407 INFO Processing ruok command from /127.0.0.1:50520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:45:12,350 INFO Processing ruok command from /127.0.0.1:50732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:45:12,386 INFO Processing ruok command from /127.0.0.1:50734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:45:22,352 INFO Processing ruok command from /127.0.0.1:50938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:45:22,443 INFO Processing ruok command from /127.0.0.1:50942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:45:32,358 INFO Processing ruok command from /127.0.0.1:51162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:45:32,409 INFO Processing ruok command from /127.0.0.1:51164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:45:42,374 INFO Processing ruok command from /127.0.0.1:51410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:45:42,432 INFO Processing ruok command from /127.0.0.1:51412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:45:52,372 INFO Processing ruok command from /127.0.0.1:51532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:45:52,460 INFO Processing ruok command from /127.0.0.1:51534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:46:02,375 INFO Processing ruok command from /127.0.0.1:51644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:46:02,409 INFO Processing ruok command from /127.0.0.1:51646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:46:12,344 INFO Processing ruok command from /127.0.0.1:51780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:46:12,416 INFO Processing ruok command from /127.0.0.1:51782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:46:22,378 INFO Processing ruok command from /127.0.0.1:51882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:46:22,486 INFO Processing ruok command from /127.0.0.1:51884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:46:32,351 INFO Processing ruok command from /127.0.0.1:52008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:46:32,390 INFO Processing ruok command from /127.0.0.1:52010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:46:42,365 INFO Processing ruok command from /127.0.0.1:52116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:46:42,451 INFO Processing ruok command from /127.0.0.1:52118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:46:52,355 INFO Processing ruok command from /127.0.0.1:52246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:46:52,400 INFO Processing ruok command from /127.0.0.1:52248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:46:56,048 INFO Committing global session 0x300005de8880007 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 05:47:02,376 INFO Processing ruok command from /127.0.0.1:52366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:47:02,411 INFO Processing ruok command from /127.0.0.1:52368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:47:12,372 INFO Processing ruok command from /127.0.0.1:52496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:47:12,468 INFO Processing ruok command from /127.0.0.1:52498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:47:22,360 INFO Processing ruok command from /127.0.0.1:52656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:47:22,393 INFO Processing ruok command from /127.0.0.1:52658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:47:32,358 INFO Processing ruok command from /127.0.0.1:52774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:47:32,419 INFO Processing ruok command from /127.0.0.1:52776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:47:42,345 INFO Processing ruok command from /127.0.0.1:52874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:47:42,411 INFO Processing ruok command from /127.0.0.1:52876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:47:52,378 INFO Processing ruok command from /127.0.0.1:53002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:47:52,429 INFO Processing ruok command from /127.0.0.1:53004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:48:02,374 INFO Processing ruok command from /127.0.0.1:53116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:48:02,455 INFO Processing ruok command from /127.0.0.1:53118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:48:12,343 INFO Processing ruok command from /127.0.0.1:53240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:48:12,390 INFO Processing ruok command from /127.0.0.1:53242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:48:22,377 INFO Processing ruok command from /127.0.0.1:53348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:48:22,440 INFO Processing ruok command from /127.0.0.1:53350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:48:32,373 INFO Processing ruok command from /127.0.0.1:53472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:48:32,453 INFO Processing ruok command from /127.0.0.1:53474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:48:42,370 INFO Processing ruok command from /127.0.0.1:53584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:48:42,453 INFO Processing ruok command from /127.0.0.1:53586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:48:52,361 INFO Processing ruok command from /127.0.0.1:53706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:48:52,425 INFO Processing ruok command from /127.0.0.1:53708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:48:55,924 INFO Committing global session 0x100005d50810009 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 05:49:02,371 INFO Processing ruok command from /127.0.0.1:53812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:49:02,406 INFO Processing ruok command from /127.0.0.1:53814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:49:12,345 INFO Processing ruok command from /127.0.0.1:53932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:49:12,389 INFO Processing ruok command from /127.0.0.1:53934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:49:22,360 INFO Processing ruok command from /127.0.0.1:54042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:49:22,403 INFO Processing ruok command from /127.0.0.1:54044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:49:32,342 INFO Processing ruok command from /127.0.0.1:54168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:49:32,391 INFO Processing ruok command from /127.0.0.1:54170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:49:42,369 INFO Processing ruok command from /127.0.0.1:54286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:49:42,446 INFO Processing ruok command from /127.0.0.1:54288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:49:52,371 INFO Processing ruok command from /127.0.0.1:54412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:49:52,438 INFO Processing ruok command from /127.0.0.1:54414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:50:02,365 INFO Processing ruok command from /127.0.0.1:54526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:50:02,439 INFO Processing ruok command from /127.0.0.1:54528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:50:12,346 INFO Processing ruok command from /127.0.0.1:54646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:50:12,381 INFO Processing ruok command from /127.0.0.1:54648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:50:22,382 INFO Processing ruok command from /127.0.0.1:54750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:50:22,461 INFO Processing ruok command from /127.0.0.1:54752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:50:32,349 INFO Processing ruok command from /127.0.0.1:54868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:50:32,392 INFO Processing ruok command from /127.0.0.1:54870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:50:42,340 INFO Processing ruok command from /127.0.0.1:54970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:50:42,423 INFO Processing ruok command from /127.0.0.1:54972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:50:52,380 INFO Processing ruok command from /127.0.0.1:55088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:50:52,476 INFO Processing ruok command from /127.0.0.1:55090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:50:55,896 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-06-26 05:50:55,903 INFO Committing global session 0x200005e8e17000a (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 05:50:56,785 INFO Submitting global closeSession request for session 0x200005e8e17000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-26 05:51:02,373 INFO Processing ruok command from /127.0.0.1:55194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:51:02,470 INFO Processing ruok command from /127.0.0.1:55196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:51:12,362 INFO Processing ruok command from /127.0.0.1:55306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:51:12,439 INFO Processing ruok command from /127.0.0.1:55308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:51:22,376 INFO Processing ruok command from /127.0.0.1:55412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:51:22,432 INFO Processing ruok command from /127.0.0.1:55414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:51:32,377 INFO Processing ruok command from /127.0.0.1:55528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:51:32,438 INFO Processing ruok command from /127.0.0.1:55530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:51:42,351 INFO Processing ruok command from /127.0.0.1:55638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:51:42,421 INFO Processing ruok command from /127.0.0.1:55640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:51:52,384 INFO Processing ruok command from /127.0.0.1:55762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:51:52,451 INFO Processing ruok command from /127.0.0.1:55764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:52:02,380 INFO Processing ruok command from /127.0.0.1:55876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:52:02,445 INFO Processing ruok command from /127.0.0.1:55878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:52:12,378 INFO Processing ruok command from /127.0.0.1:56002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:52:12,461 INFO Processing ruok command from /127.0.0.1:56004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:52:22,368 INFO Processing ruok command from /127.0.0.1:56108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:52:22,438 INFO Processing ruok command from /127.0.0.1:56110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:52:32,371 INFO Processing ruok command from /127.0.0.1:56226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:52:32,445 INFO Processing ruok command from /127.0.0.1:56228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:52:42,367 INFO Processing ruok command from /127.0.0.1:56328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:52:42,459 INFO Processing ruok command from /127.0.0.1:56330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:52:52,357 INFO Processing ruok command from /127.0.0.1:56446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:52:52,394 INFO Processing ruok command from /127.0.0.1:56448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:52:56,020 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-06-26 05:52:56,027 INFO Committing global session 0x200005e8e17000b (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 05:52:56,911 INFO Submitting global closeSession request for session 0x200005e8e17000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-26 05:53:02,359 INFO Processing ruok command from /127.0.0.1:56560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:53:02,448 INFO Processing ruok command from /127.0.0.1:56562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:53:12,363 INFO Processing ruok command from /127.0.0.1:56680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:53:12,427 INFO Processing ruok command from /127.0.0.1:56682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:53:22,354 INFO Processing ruok command from /127.0.0.1:56788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:53:22,457 INFO Processing ruok command from /127.0.0.1:56790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:53:32,349 INFO Processing ruok command from /127.0.0.1:56910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:53:32,392 INFO Processing ruok command from /127.0.0.1:56912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:53:42,354 INFO Processing ruok command from /127.0.0.1:57014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:53:42,410 INFO Processing ruok command from /127.0.0.1:57016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:53:52,371 INFO Processing ruok command from /127.0.0.1:57140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:53:52,449 INFO Processing ruok command from /127.0.0.1:57142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:54:02,361 INFO Processing ruok command from /127.0.0.1:57256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:54:02,461 INFO Processing ruok command from /127.0.0.1:57258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:54:12,350 INFO Processing ruok command from /127.0.0.1:57372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:54:12,392 INFO Processing ruok command from /127.0.0.1:57374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:54:22,376 INFO Processing ruok command from /127.0.0.1:57476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:54:22,466 INFO Processing ruok command from /127.0.0.1:57478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:54:32,363 INFO Processing ruok command from /127.0.0.1:57598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:54:32,434 INFO Processing ruok command from /127.0.0.1:57602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:54:42,427 INFO Processing ruok command from /127.0.0.1:57742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:54:42,555 INFO Processing ruok command from /127.0.0.1:57744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:54:52,362 INFO Processing ruok command from /127.0.0.1:57880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:54:52,441 INFO Processing ruok command from /127.0.0.1:57882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:54:55,912 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-06-26 05:54:55,918 INFO Committing global session 0x200005e8e17000c (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 05:54:56,760 INFO Submitting global closeSession request for session 0x200005e8e17000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-26 05:55:02,354 INFO Processing ruok command from /127.0.0.1:57984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:55:02,400 INFO Processing ruok command from /127.0.0.1:57986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:55:12,360 INFO Processing ruok command from /127.0.0.1:58104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:55:12,403 INFO Processing ruok command from /127.0.0.1:58106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:55:22,387 INFO Processing ruok command from /127.0.0.1:58240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:55:22,493 INFO Processing ruok command from /127.0.0.1:58242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:55:32,369 INFO Processing ruok command from /127.0.0.1:58368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:55:32,518 INFO Processing ruok command from /127.0.0.1:58370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:55:42,384 INFO Processing ruok command from /127.0.0.1:58476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:55:42,471 INFO Processing ruok command from /127.0.0.1:58478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:55:52,367 INFO Processing ruok command from /127.0.0.1:58646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:55:52,447 INFO Processing ruok command from /127.0.0.1:58648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:56:02,375 INFO Processing ruok command from /127.0.0.1:58762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:56:02,399 INFO Processing ruok command from /127.0.0.1:58764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:56:12,360 INFO Processing ruok command from /127.0.0.1:58894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:56:12,429 INFO Processing ruok command from /127.0.0.1:58896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:56:22,372 INFO Processing ruok command from /127.0.0.1:59010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:56:22,448 INFO Processing ruok command from /127.0.0.1:59012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:56:32,366 INFO Processing ruok command from /127.0.0.1:59138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:56:32,430 INFO Processing ruok command from /127.0.0.1:59140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:56:42,361 INFO Processing ruok command from /127.0.0.1:59250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:56:42,418 INFO Processing ruok command from /127.0.0.1:59252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:56:52,340 INFO Processing ruok command from /127.0.0.1:59380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:56:52,379 INFO Processing ruok command from /127.0.0.1:59382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:56:56,433 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-06-26 05:56:56,440 INFO Committing global session 0x200005e8e17000d (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 05:56:57,308 INFO Submitting global closeSession request for session 0x200005e8e17000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-26 05:57:02,373 INFO Processing ruok command from /127.0.0.1:59506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:57:02,429 INFO Processing ruok command from /127.0.0.1:59508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:57:12,374 INFO Processing ruok command from /127.0.0.1:59646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:57:12,440 INFO Processing ruok command from /127.0.0.1:59648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:57:22,392 INFO Processing ruok command from /127.0.0.1:59764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:57:22,441 INFO Processing ruok command from /127.0.0.1:59766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:57:32,360 INFO Processing ruok command from /127.0.0.1:59902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:57:32,393 INFO Processing ruok command from /127.0.0.1:59904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:57:42,377 INFO Processing ruok command from /127.0.0.1:60024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:57:42,454 INFO Processing ruok command from /127.0.0.1:60026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:57:52,352 INFO Processing ruok command from /127.0.0.1:60182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:57:52,438 INFO Processing ruok command from /127.0.0.1:60184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:58:02,378 INFO Processing ruok command from /127.0.0.1:60328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:58:02,460 INFO Processing ruok command from /127.0.0.1:60330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:58:12,367 INFO Processing ruok command from /127.0.0.1:60454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:58:12,407 INFO Processing ruok command from /127.0.0.1:60456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:58:22,371 INFO Processing ruok command from /127.0.0.1:60572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:58:22,449 INFO Processing ruok command from /127.0.0.1:60574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:58:32,357 INFO Processing ruok command from /127.0.0.1:60744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:58:32,441 INFO Processing ruok command from /127.0.0.1:60746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:58:42,395 INFO Processing ruok command from /127.0.0.1:60862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:58:42,438 INFO Processing ruok command from /127.0.0.1:60864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:58:52,392 INFO Processing ruok command from /127.0.0.1:32792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:58:52,504 INFO Processing ruok command from /127.0.0.1:32794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:58:55,929 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-06-26 05:58:55,939 INFO Committing global session 0x200005e8e17000e (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 05:58:56,783 INFO Submitting global closeSession request for session 0x200005e8e17000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-26 05:59:02,413 INFO Processing ruok command from /127.0.0.1:32928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:59:02,570 INFO Processing ruok command from /127.0.0.1:32930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:59:12,377 INFO Processing ruok command from /127.0.0.1:33054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:59:12,470 INFO Processing ruok command from /127.0.0.1:33056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:59:22,400 INFO Processing ruok command from /127.0.0.1:33170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:59:22,498 INFO Processing ruok command from /127.0.0.1:33172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:59:32,393 INFO Processing ruok command from /127.0.0.1:33306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:59:32,497 INFO Processing ruok command from /127.0.0.1:33308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:59:42,381 INFO Processing ruok command from /127.0.0.1:33430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:59:42,474 INFO Processing ruok command from /127.0.0.1:33432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 05:59:52,356 INFO Processing ruok command from /127.0.0.1:33570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 05:59:52,387 INFO Processing ruok command from /127.0.0.1:33572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:00:02,372 INFO Processing ruok command from /127.0.0.1:33696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:00:02,428 INFO Processing ruok command from /127.0.0.1:33698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:00:12,351 INFO Processing ruok command from /127.0.0.1:33826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:00:12,415 INFO Processing ruok command from /127.0.0.1:33828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:00:22,368 INFO Processing ruok command from /127.0.0.1:33948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:00:22,460 INFO Processing ruok command from /127.0.0.1:33950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:00:32,365 INFO Processing ruok command from /127.0.0.1:34086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:00:32,421 INFO Processing ruok command from /127.0.0.1:34088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:00:42,359 INFO Processing ruok command from /127.0.0.1:34210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:00:42,441 INFO Processing ruok command from /127.0.0.1:34212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:00:52,348 INFO Processing ruok command from /127.0.0.1:34348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:00:52,385 INFO Processing ruok command from /127.0.0.1:34350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:00:56,031 INFO Committing global session 0x300005de8880008 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 06:01:02,379 INFO Processing ruok command from /127.0.0.1:34474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:01:02,466 INFO Processing ruok command from /127.0.0.1:34476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:01:12,367 INFO Processing ruok command from /127.0.0.1:34612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:01:12,428 INFO Processing ruok command from /127.0.0.1:34614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:01:22,366 INFO Processing ruok command from /127.0.0.1:34736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:01:22,398 INFO Processing ruok command from /127.0.0.1:34738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:01:32,358 INFO Processing ruok command from /127.0.0.1:34878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:01:32,427 INFO Processing ruok command from /127.0.0.1:34880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:01:42,374 INFO Processing ruok command from /127.0.0.1:35000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:01:42,461 INFO Processing ruok command from /127.0.0.1:35002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:01:52,362 INFO Processing ruok command from /127.0.0.1:35142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:01:52,406 INFO Processing ruok command from /127.0.0.1:35144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:02:02,379 INFO Processing ruok command from /127.0.0.1:35274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:02:02,435 INFO Processing ruok command from /127.0.0.1:35276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:02:12,361 INFO Processing ruok command from /127.0.0.1:35414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:02:12,412 INFO Processing ruok command from /127.0.0.1:35418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:02:22,360 INFO Processing ruok command from /127.0.0.1:35542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:02:22,442 INFO Processing ruok command from /127.0.0.1:35544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:02:32,354 INFO Processing ruok command from /127.0.0.1:35682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:02:32,391 INFO Processing ruok command from /127.0.0.1:35684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:02:42,386 INFO Processing ruok command from /127.0.0.1:35802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:02:42,461 INFO Processing ruok command from /127.0.0.1:35804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:02:52,397 INFO Processing ruok command from /127.0.0.1:35950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:02:52,489 INFO Processing ruok command from /127.0.0.1:35952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:02:55,913 INFO Committing global session 0x300005de8880009 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 06:03:02,387 INFO Processing ruok command from /127.0.0.1:36084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:03:02,504 INFO Processing ruok command from /127.0.0.1:36086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:03:12,355 INFO Processing ruok command from /127.0.0.1:36230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:03:12,455 INFO Processing ruok command from /127.0.0.1:36232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:03:22,376 INFO Processing ruok command from /127.0.0.1:36364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:03:22,449 INFO Processing ruok command from /127.0.0.1:36366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:03:32,370 INFO Processing ruok command from /127.0.0.1:36508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:03:32,410 INFO Processing ruok command from /127.0.0.1:36510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:03:42,366 INFO Processing ruok command from /127.0.0.1:36632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:03:42,400 INFO Processing ruok command from /127.0.0.1:36634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:03:52,363 INFO Processing ruok command from /127.0.0.1:36782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:03:52,386 INFO Processing ruok command from /127.0.0.1:36784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:04:02,379 INFO Processing ruok command from /127.0.0.1:36916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:04:02,446 INFO Processing ruok command from /127.0.0.1:36918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:04:12,357 INFO Processing ruok command from /127.0.0.1:37058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:04:12,390 INFO Processing ruok command from /127.0.0.1:37060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:04:22,365 INFO Processing ruok command from /127.0.0.1:37188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:04:22,416 INFO Processing ruok command from /127.0.0.1:37190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:04:32,357 INFO Processing ruok command from /127.0.0.1:37332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:04:32,399 INFO Processing ruok command from /127.0.0.1:37334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:04:42,354 INFO Processing ruok command from /127.0.0.1:37460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:04:42,413 INFO Processing ruok command from /127.0.0.1:37462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:04:52,341 INFO Processing ruok command from /127.0.0.1:37606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:04:52,378 INFO Processing ruok command from /127.0.0.1:37608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:04:55,936 INFO Committing global session 0x100005d5081000a (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 06:05:02,372 INFO Processing ruok command from /127.0.0.1:37740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:05:02,457 INFO Processing ruok command from /127.0.0.1:37742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:05:12,360 INFO Processing ruok command from /127.0.0.1:37876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:05:12,442 INFO Processing ruok command from /127.0.0.1:37878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:05:22,364 INFO Processing ruok command from /127.0.0.1:38002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:05:22,425 INFO Processing ruok command from /127.0.0.1:38004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:05:32,339 INFO Processing ruok command from /127.0.0.1:38148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:05:32,399 INFO Processing ruok command from /127.0.0.1:38150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:05:42,377 INFO Processing ruok command from /127.0.0.1:38270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:05:42,432 INFO Processing ruok command from /127.0.0.1:38272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:05:52,354 INFO Processing ruok command from /127.0.0.1:38418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:05:52,412 INFO Processing ruok command from /127.0.0.1:38420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:06:02,378 INFO Processing ruok command from /127.0.0.1:38552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:06:02,472 INFO Processing ruok command from /127.0.0.1:38554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:06:12,351 INFO Processing ruok command from /127.0.0.1:38692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:06:12,431 INFO Processing ruok command from /127.0.0.1:38694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:06:22,361 INFO Processing ruok command from /127.0.0.1:38822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:06:22,465 INFO Processing ruok command from /127.0.0.1:38824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:06:32,374 INFO Processing ruok command from /127.0.0.1:38962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:06:32,449 INFO Processing ruok command from /127.0.0.1:38964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:06:42,365 INFO Processing ruok command from /127.0.0.1:39090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:06:42,388 INFO Processing ruok command from /127.0.0.1:39092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:06:52,361 INFO Processing ruok command from /127.0.0.1:39232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:06:52,390 INFO Processing ruok command from /127.0.0.1:39234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:06:55,997 INFO Committing global session 0x300005de888000a (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 06:07:02,379 INFO Processing ruok command from /127.0.0.1:39362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:07:02,462 INFO Processing ruok command from /127.0.0.1:39364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:07:12,356 INFO Processing ruok command from /127.0.0.1:39510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:07:12,410 INFO Processing ruok command from /127.0.0.1:39512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:07:22,365 INFO Processing ruok command from /127.0.0.1:39640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:07:22,447 INFO Processing ruok command from /127.0.0.1:39642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:07:32,351 INFO Processing ruok command from /127.0.0.1:39784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:07:32,394 INFO Processing ruok command from /127.0.0.1:39786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:07:42,369 INFO Processing ruok command from /127.0.0.1:39910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:07:42,470 INFO Processing ruok command from /127.0.0.1:39912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:07:52,356 INFO Processing ruok command from /127.0.0.1:40054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:07:52,437 INFO Processing ruok command from /127.0.0.1:40056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:08:02,361 INFO Processing ruok command from /127.0.0.1:40192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:08:02,469 INFO Processing ruok command from /127.0.0.1:40194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:08:12,342 INFO Processing ruok command from /127.0.0.1:40328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:08:12,423 INFO Processing ruok command from /127.0.0.1:40332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:08:22,361 INFO Processing ruok command from /127.0.0.1:40452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:08:22,407 INFO Processing ruok command from /127.0.0.1:40454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:08:32,349 INFO Processing ruok command from /127.0.0.1:40602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:08:32,396 INFO Processing ruok command from /127.0.0.1:40604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:08:42,384 INFO Processing ruok command from /127.0.0.1:40728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:08:42,468 INFO Processing ruok command from /127.0.0.1:40730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:08:52,355 INFO Processing ruok command from /127.0.0.1:40870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:08:52,434 INFO Processing ruok command from /127.0.0.1:40872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:08:55,948 INFO Committing global session 0x300005de888000b (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 06:09:02,363 INFO Processing ruok command from /127.0.0.1:41002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:09:02,471 INFO Processing ruok command from /127.0.0.1:41006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:09:12,365 INFO Processing ruok command from /127.0.0.1:41140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:09:12,416 INFO Processing ruok command from /127.0.0.1:41142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:09:22,368 INFO Processing ruok command from /127.0.0.1:41280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:09:22,398 INFO Processing ruok command from /127.0.0.1:41282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:09:32,366 INFO Processing ruok command from /127.0.0.1:41426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:09:32,419 INFO Processing ruok command from /127.0.0.1:41428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:09:42,392 INFO Processing ruok command from /127.0.0.1:41556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:09:42,459 INFO Processing ruok command from /127.0.0.1:41558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:09:52,352 INFO Processing ruok command from /127.0.0.1:41694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:09:52,447 INFO Processing ruok command from /127.0.0.1:41696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:10:02,371 INFO Processing ruok command from /127.0.0.1:41832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:10:02,469 INFO Processing ruok command from /127.0.0.1:41834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:10:12,351 INFO Processing ruok command from /127.0.0.1:41998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:10:12,403 INFO Processing ruok command from /127.0.0.1:42000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:10:22,373 INFO Processing ruok command from /127.0.0.1:42126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:10:22,448 INFO Processing ruok command from /127.0.0.1:42128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:10:32,361 INFO Processing ruok command from /127.0.0.1:42282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:10:32,423 INFO Processing ruok command from /127.0.0.1:42284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:10:42,369 INFO Processing ruok command from /127.0.0.1:42434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:10:42,416 INFO Processing ruok command from /127.0.0.1:42436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:10:52,351 INFO Processing ruok command from /127.0.0.1:42596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:10:52,390 INFO Processing ruok command from /127.0.0.1:42598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:10:55,958 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-06-26 06:10:55,966 INFO Committing global session 0x200005e8e17000f (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 06:10:56,841 INFO Submitting global closeSession request for session 0x200005e8e17000f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-26 06:11:02,379 INFO Processing ruok command from /127.0.0.1:42754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:11:02,487 INFO Processing ruok command from /127.0.0.1:42756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:11:12,353 INFO Processing ruok command from /127.0.0.1:42914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:11:12,389 INFO Processing ruok command from /127.0.0.1:42916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:11:22,373 INFO Processing ruok command from /127.0.0.1:43062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:11:22,474 INFO Processing ruok command from /127.0.0.1:43064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:11:32,353 INFO Processing ruok command from /127.0.0.1:43222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:11:32,389 INFO Processing ruok command from /127.0.0.1:43224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:11:42,359 INFO Processing ruok command from /127.0.0.1:43350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:11:42,448 INFO Processing ruok command from /127.0.0.1:43352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:11:52,346 INFO Processing ruok command from /127.0.0.1:43504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:11:52,402 INFO Processing ruok command from /127.0.0.1:43506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:12:02,374 INFO Processing ruok command from /127.0.0.1:43650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:12:02,453 INFO Processing ruok command from /127.0.0.1:43652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:12:12,360 INFO Processing ruok command from /127.0.0.1:43792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:12:12,423 INFO Processing ruok command from /127.0.0.1:43794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:12:22,379 INFO Processing ruok command from /127.0.0.1:43916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:12:22,457 INFO Processing ruok command from /127.0.0.1:43918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:12:32,379 INFO Processing ruok command from /127.0.0.1:44068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:12:32,453 INFO Processing ruok command from /127.0.0.1:44070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:12:42,368 INFO Processing ruok command from /127.0.0.1:44192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:12:42,453 INFO Processing ruok command from /127.0.0.1:44194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:12:52,341 INFO Processing ruok command from /127.0.0.1:44348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:12:52,384 INFO Processing ruok command from /127.0.0.1:44350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:12:55,945 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-06-26 06:12:55,953 INFO Committing global session 0x200005e8e170010 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 06:12:56,826 INFO Submitting global closeSession request for session 0x200005e8e170010 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-26 06:13:02,371 INFO Processing ruok command from /127.0.0.1:44472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:13:02,457 INFO Processing ruok command from /127.0.0.1:44474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:13:12,344 INFO Processing ruok command from /127.0.0.1:44604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:13:12,426 INFO Processing ruok command from /127.0.0.1:44606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:13:22,371 INFO Processing ruok command from /127.0.0.1:44728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:13:22,441 INFO Processing ruok command from /127.0.0.1:44730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:13:32,354 INFO Processing ruok command from /127.0.0.1:44878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:13:32,422 INFO Processing ruok command from /127.0.0.1:44880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:13:42,380 INFO Processing ruok command from /127.0.0.1:45004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:13:42,437 INFO Processing ruok command from /127.0.0.1:45006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:13:52,371 INFO Processing ruok command from /127.0.0.1:45152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:13:52,434 INFO Processing ruok command from /127.0.0.1:45154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:14:02,367 INFO Processing ruok command from /127.0.0.1:45286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:14:02,457 INFO Processing ruok command from /127.0.0.1:45288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:14:12,352 INFO Processing ruok command from /127.0.0.1:45420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:14:12,389 INFO Processing ruok command from /127.0.0.1:45422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:14:22,356 INFO Processing ruok command from /127.0.0.1:45548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:14:22,481 INFO Processing ruok command from /127.0.0.1:45550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:14:32,350 INFO Processing ruok command from /127.0.0.1:45694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:14:32,424 INFO Processing ruok command from /127.0.0.1:45696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:14:42,353 INFO Processing ruok command from /127.0.0.1:45830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:14:42,441 INFO Processing ruok command from /127.0.0.1:45832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:14:52,354 INFO Processing ruok command from /127.0.0.1:45966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:14:52,422 INFO Processing ruok command from /127.0.0.1:45968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:14:56,041 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-06-26 06:14:56,048 INFO Committing global session 0x200005e8e170011 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 06:14:56,918 INFO Submitting global closeSession request for session 0x200005e8e170011 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-26 06:15:02,365 INFO Processing ruok command from /127.0.0.1:46098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:15:02,411 INFO Processing ruok command from /127.0.0.1:46100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:15:12,358 INFO Processing ruok command from /127.0.0.1:46236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:15:12,423 INFO Processing ruok command from /127.0.0.1:46238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:15:22,386 INFO Processing ruok command from /127.0.0.1:46364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:15:22,409 INFO Processing ruok command from /127.0.0.1:46366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:15:32,359 INFO Processing ruok command from /127.0.0.1:46506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:15:32,401 INFO Processing ruok command from /127.0.0.1:46508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:15:42,356 INFO Processing ruok command from /127.0.0.1:46628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:15:42,463 INFO Processing ruok command from /127.0.0.1:46630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:15:52,366 INFO Processing ruok command from /127.0.0.1:46778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:15:52,429 INFO Processing ruok command from /127.0.0.1:46780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:16:02,368 INFO Processing ruok command from /127.0.0.1:46912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:16:02,409 INFO Processing ruok command from /127.0.0.1:46914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:16:12,361 INFO Processing ruok command from /127.0.0.1:47048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:16:12,428 INFO Processing ruok command from /127.0.0.1:47050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:16:22,381 INFO Processing ruok command from /127.0.0.1:47172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:16:22,458 INFO Processing ruok command from /127.0.0.1:47174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:16:32,360 INFO Processing ruok command from /127.0.0.1:47316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:16:32,408 INFO Processing ruok command from /127.0.0.1:47318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:16:42,361 INFO Processing ruok command from /127.0.0.1:47446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:16:42,441 INFO Processing ruok command from /127.0.0.1:47448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:16:51,591 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-06-26 06:16:51,592 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2022-06-26 06:16:51,601 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-06-26 06:16:52,356 INFO Processing ruok command from /127.0.0.1:47586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:16:52,394 INFO Processing ruok command from /127.0.0.1:47588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:16:55,990 INFO Committing global session 0x300005de888000c (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 06:17:02,367 INFO Processing ruok command from /127.0.0.1:47724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:17:02,407 INFO Processing ruok command from /127.0.0.1:47726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:17:12,361 INFO Processing ruok command from /127.0.0.1:47872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:17:12,448 INFO Processing ruok command from /127.0.0.1:47874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:17:22,364 INFO Processing ruok command from /127.0.0.1:48002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:17:22,466 INFO Processing ruok command from /127.0.0.1:48004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:17:32,361 INFO Processing ruok command from /127.0.0.1:48146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:17:32,427 INFO Processing ruok command from /127.0.0.1:48148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:17:42,370 INFO Processing ruok command from /127.0.0.1:48274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:17:42,427 INFO Processing ruok command from /127.0.0.1:48276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:17:52,351 INFO Processing ruok command from /127.0.0.1:48424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:17:52,394 INFO Processing ruok command from /127.0.0.1:48426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:18:02,386 INFO Processing ruok command from /127.0.0.1:48560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:18:02,421 INFO Processing ruok command from /127.0.0.1:48562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:18:12,355 INFO Processing ruok command from /127.0.0.1:48700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:18:12,398 INFO Processing ruok command from /127.0.0.1:48702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:18:22,371 INFO Processing ruok command from /127.0.0.1:48832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:18:22,418 INFO Processing ruok command from /127.0.0.1:48834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:18:32,370 INFO Processing ruok command from /127.0.0.1:48974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:18:32,461 INFO Processing ruok command from /127.0.0.1:48976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:18:42,365 INFO Processing ruok command from /127.0.0.1:49096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:18:42,404 INFO Processing ruok command from /127.0.0.1:49098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:18:52,357 INFO Processing ruok command from /127.0.0.1:49240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:18:52,428 INFO Processing ruok command from /127.0.0.1:49242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:18:55,895 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-06-26 06:18:55,908 INFO Committing global session 0x200005e8e170012 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 06:18:56,768 INFO Submitting global closeSession request for session 0x200005e8e170012 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-26 06:19:02,371 INFO Processing ruok command from /127.0.0.1:49376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:19:02,435 INFO Processing ruok command from /127.0.0.1:49378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:19:12,359 INFO Processing ruok command from /127.0.0.1:49508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:19:12,435 INFO Processing ruok command from /127.0.0.1:49510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:19:22,375 INFO Processing ruok command from /127.0.0.1:49638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:19:22,455 INFO Processing ruok command from /127.0.0.1:49640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:19:32,363 INFO Processing ruok command from /127.0.0.1:49778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:19:32,441 INFO Processing ruok command from /127.0.0.1:49780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:19:42,376 INFO Processing ruok command from /127.0.0.1:49914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:19:42,466 INFO Processing ruok command from /127.0.0.1:49916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:19:52,345 INFO Processing ruok command from /127.0.0.1:50056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:19:52,383 INFO Processing ruok command from /127.0.0.1:50058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:20:02,377 INFO Processing ruok command from /127.0.0.1:50188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:20:02,462 INFO Processing ruok command from /127.0.0.1:50190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:20:12,376 INFO Processing ruok command from /127.0.0.1:50324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:20:12,422 INFO Processing ruok command from /127.0.0.1:50326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:20:22,368 INFO Processing ruok command from /127.0.0.1:50448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:20:22,422 INFO Processing ruok command from /127.0.0.1:50450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:20:32,339 INFO Processing ruok command from /127.0.0.1:50592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:20:32,402 INFO Processing ruok command from /127.0.0.1:50594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:20:42,358 INFO Processing ruok command from /127.0.0.1:50720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:20:42,396 INFO Processing ruok command from /127.0.0.1:50722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:20:52,345 INFO Processing ruok command from /127.0.0.1:50860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:20:52,425 INFO Processing ruok command from /127.0.0.1:50862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:20:55,921 INFO Committing global session 0x100005d5081000b (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 06:21:02,368 INFO Processing ruok command from /127.0.0.1:50992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:21:02,399 INFO Processing ruok command from /127.0.0.1:50994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:21:12,356 INFO Processing ruok command from /127.0.0.1:51138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:21:12,396 INFO Processing ruok command from /127.0.0.1:51140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:21:22,374 INFO Processing ruok command from /127.0.0.1:51264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:21:22,431 INFO Processing ruok command from /127.0.0.1:51266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:21:32,355 INFO Processing ruok command from /127.0.0.1:51412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:21:32,441 INFO Processing ruok command from /127.0.0.1:51414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:21:42,366 INFO Processing ruok command from /127.0.0.1:51548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:21:42,406 INFO Processing ruok command from /127.0.0.1:51550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:21:52,343 INFO Processing ruok command from /127.0.0.1:51698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:21:52,384 INFO Processing ruok command from /127.0.0.1:51700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:22:02,378 INFO Processing ruok command from /127.0.0.1:51830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:22:02,413 INFO Processing ruok command from /127.0.0.1:51832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:22:12,363 INFO Processing ruok command from /127.0.0.1:51978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:22:12,434 INFO Processing ruok command from /127.0.0.1:51980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:22:22,364 INFO Processing ruok command from /127.0.0.1:52106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:22:22,409 INFO Processing ruok command from /127.0.0.1:52108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:22:32,377 INFO Processing ruok command from /127.0.0.1:52252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:22:32,452 INFO Processing ruok command from /127.0.0.1:52254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:22:42,359 INFO Processing ruok command from /127.0.0.1:52382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:22:42,426 INFO Processing ruok command from /127.0.0.1:52384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:22:52,360 INFO Processing ruok command from /127.0.0.1:52522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:22:52,403 INFO Processing ruok command from /127.0.0.1:52524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:22:55,860 INFO Committing global session 0x300005de888000d (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 06:23:02,384 INFO Processing ruok command from /127.0.0.1:52654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:23:02,425 INFO Processing ruok command from /127.0.0.1:52656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:23:12,350 INFO Processing ruok command from /127.0.0.1:52788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:23:12,416 INFO Processing ruok command from /127.0.0.1:52790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:23:22,354 INFO Processing ruok command from /127.0.0.1:52918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:23:22,414 INFO Processing ruok command from /127.0.0.1:52920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:23:32,356 INFO Processing ruok command from /127.0.0.1:53064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:23:32,406 INFO Processing ruok command from /127.0.0.1:53066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:23:42,365 INFO Processing ruok command from /127.0.0.1:53188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:23:42,465 INFO Processing ruok command from /127.0.0.1:53190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:23:52,352 INFO Processing ruok command from /127.0.0.1:53336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:23:52,387 INFO Processing ruok command from /127.0.0.1:53338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:24:02,370 INFO Processing ruok command from /127.0.0.1:53472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:24:02,448 INFO Processing ruok command from /127.0.0.1:53474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:24:12,363 INFO Processing ruok command from /127.0.0.1:53614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:24:12,409 INFO Processing ruok command from /127.0.0.1:53616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:24:22,371 INFO Processing ruok command from /127.0.0.1:53742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:24:22,448 INFO Processing ruok command from /127.0.0.1:53744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:24:32,361 INFO Processing ruok command from /127.0.0.1:53884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:24:32,406 INFO Processing ruok command from /127.0.0.1:53886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:24:42,376 INFO Processing ruok command from /127.0.0.1:54020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:24:42,456 INFO Processing ruok command from /127.0.0.1:54022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:24:52,359 INFO Processing ruok command from /127.0.0.1:54160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:24:52,436 INFO Processing ruok command from /127.0.0.1:54162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:24:55,975 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-06-26 06:24:55,982 INFO Committing global session 0x200005e8e170013 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 06:24:56,842 INFO Submitting global closeSession request for session 0x200005e8e170013 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-26 06:25:02,369 INFO Processing ruok command from /127.0.0.1:54294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:25:02,404 INFO Processing ruok command from /127.0.0.1:54296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:25:12,369 INFO Processing ruok command from /127.0.0.1:54436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:25:12,408 INFO Processing ruok command from /127.0.0.1:54438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:25:22,352 INFO Processing ruok command from /127.0.0.1:54560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:25:22,444 INFO Processing ruok command from /127.0.0.1:54562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:25:32,357 INFO Processing ruok command from /127.0.0.1:54700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:25:32,416 INFO Processing ruok command from /127.0.0.1:54702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:25:42,369 INFO Processing ruok command from /127.0.0.1:54826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:25:42,454 INFO Processing ruok command from /127.0.0.1:54828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:25:52,375 INFO Processing ruok command from /127.0.0.1:54968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:25:52,429 INFO Processing ruok command from /127.0.0.1:54970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:26:02,352 INFO Processing ruok command from /127.0.0.1:55108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:26:02,442 INFO Processing ruok command from /127.0.0.1:55110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:26:12,353 INFO Processing ruok command from /127.0.0.1:55246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:26:12,391 INFO Processing ruok command from /127.0.0.1:55248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:26:22,364 INFO Processing ruok command from /127.0.0.1:55378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:26:22,475 INFO Processing ruok command from /127.0.0.1:55380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:26:32,350 INFO Processing ruok command from /127.0.0.1:55522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:26:32,427 INFO Processing ruok command from /127.0.0.1:55526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:26:42,364 INFO Processing ruok command from /127.0.0.1:55650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:26:42,459 INFO Processing ruok command from /127.0.0.1:55652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:26:52,365 INFO Processing ruok command from /127.0.0.1:55794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:26:52,431 INFO Processing ruok command from /127.0.0.1:55796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:26:55,934 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-06-26 06:26:55,942 INFO Committing global session 0x200005e8e170014 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 06:26:56,804 INFO Submitting global closeSession request for session 0x200005e8e170014 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-26 06:27:02,354 INFO Processing ruok command from /127.0.0.1:55918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:27:02,428 INFO Processing ruok command from /127.0.0.1:55920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:27:12,353 INFO Processing ruok command from /127.0.0.1:56058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:27:12,386 INFO Processing ruok command from /127.0.0.1:56060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:27:22,362 INFO Processing ruok command from /127.0.0.1:56192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:27:22,420 INFO Processing ruok command from /127.0.0.1:56194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:27:32,372 INFO Processing ruok command from /127.0.0.1:56334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:27:32,447 INFO Processing ruok command from /127.0.0.1:56336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:27:42,357 INFO Processing ruok command from /127.0.0.1:56462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:27:42,393 INFO Processing ruok command from /127.0.0.1:56464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:27:52,356 INFO Processing ruok command from /127.0.0.1:56612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:27:52,396 INFO Processing ruok command from /127.0.0.1:56614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:28:02,382 INFO Processing ruok command from /127.0.0.1:56752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:28:02,485 INFO Processing ruok command from /127.0.0.1:56754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:28:12,349 INFO Processing ruok command from /127.0.0.1:56902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:28:12,430 INFO Processing ruok command from /127.0.0.1:56904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:28:22,357 INFO Processing ruok command from /127.0.0.1:57032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:28:22,403 INFO Processing ruok command from /127.0.0.1:57034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:28:32,347 INFO Processing ruok command from /127.0.0.1:57178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:28:32,385 INFO Processing ruok command from /127.0.0.1:57180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:28:42,390 INFO Processing ruok command from /127.0.0.1:57308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:28:42,469 INFO Processing ruok command from /127.0.0.1:57310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:28:52,363 INFO Processing ruok command from /127.0.0.1:57454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:28:52,412 INFO Processing ruok command from /127.0.0.1:57456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:28:56,002 INFO Committing global session 0x300005de888000e (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 06:29:02,373 INFO Processing ruok command from /127.0.0.1:57584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:29:02,439 INFO Processing ruok command from /127.0.0.1:57586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:29:12,352 INFO Processing ruok command from /127.0.0.1:57716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:29:12,398 INFO Processing ruok command from /127.0.0.1:57718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:29:22,371 INFO Processing ruok command from /127.0.0.1:57846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:29:22,404 INFO Processing ruok command from /127.0.0.1:57848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:29:32,352 INFO Processing ruok command from /127.0.0.1:57990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:29:32,425 INFO Processing ruok command from /127.0.0.1:57994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:29:42,374 INFO Processing ruok command from /127.0.0.1:58118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:29:42,460 INFO Processing ruok command from /127.0.0.1:58120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:29:52,359 INFO Processing ruok command from /127.0.0.1:58264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:29:52,429 INFO Processing ruok command from /127.0.0.1:58266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:30:02,378 INFO Processing ruok command from /127.0.0.1:58402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:30:02,480 INFO Processing ruok command from /127.0.0.1:58404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:30:12,369 INFO Processing ruok command from /127.0.0.1:58544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:30:12,443 INFO Processing ruok command from /127.0.0.1:58546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:30:22,369 INFO Processing ruok command from /127.0.0.1:58668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:30:22,432 INFO Processing ruok command from /127.0.0.1:58670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:30:32,359 INFO Processing ruok command from /127.0.0.1:58808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:30:32,394 INFO Processing ruok command from /127.0.0.1:58810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:30:42,377 INFO Processing ruok command from /127.0.0.1:58934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:30:42,424 INFO Processing ruok command from /127.0.0.1:58936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:30:52,349 INFO Processing ruok command from /127.0.0.1:59078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:30:52,392 INFO Processing ruok command from /127.0.0.1:59080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:30:55,928 INFO Committing global session 0x300005de888000f (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 06:31:02,387 INFO Processing ruok command from /127.0.0.1:59218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:31:02,486 INFO Processing ruok command from /127.0.0.1:59220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:31:12,371 INFO Processing ruok command from /127.0.0.1:59356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:31:12,443 INFO Processing ruok command from /127.0.0.1:59358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:31:22,379 INFO Processing ruok command from /127.0.0.1:59484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:31:22,431 INFO Processing ruok command from /127.0.0.1:59486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:31:32,359 INFO Processing ruok command from /127.0.0.1:59628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:31:32,404 INFO Processing ruok command from /127.0.0.1:59630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:31:42,355 INFO Processing ruok command from /127.0.0.1:59756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:31:42,399 INFO Processing ruok command from /127.0.0.1:59758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:31:52,358 INFO Processing ruok command from /127.0.0.1:59902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:31:52,395 INFO Processing ruok command from /127.0.0.1:59904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:32:02,374 INFO Processing ruok command from /127.0.0.1:60046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:32:02,466 INFO Processing ruok command from /127.0.0.1:60048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:32:12,359 INFO Processing ruok command from /127.0.0.1:60188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:32:12,427 INFO Processing ruok command from /127.0.0.1:60190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:32:22,375 INFO Processing ruok command from /127.0.0.1:60316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:32:22,461 INFO Processing ruok command from /127.0.0.1:60318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:32:32,373 INFO Processing ruok command from /127.0.0.1:60458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:32:32,433 INFO Processing ruok command from /127.0.0.1:60460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:32:42,370 INFO Processing ruok command from /127.0.0.1:60588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:32:42,405 INFO Processing ruok command from /127.0.0.1:60590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:32:52,347 INFO Processing ruok command from /127.0.0.1:60726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:32:52,390 INFO Processing ruok command from /127.0.0.1:60728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:32:55,876 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-06-26 06:32:55,882 INFO Committing global session 0x200005e8e170015 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-06-26 06:32:56,756 INFO Submitting global closeSession request for session 0x200005e8e170015 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-06-26 06:33:02,373 INFO Processing ruok command from /127.0.0.1:60864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:33:02,461 INFO Processing ruok command from /127.0.0.1:60866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:33:12,354 INFO Processing ruok command from /127.0.0.1:32770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:33:12,432 INFO Processing ruok command from /127.0.0.1:32772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:33:22,359 INFO Processing ruok command from /127.0.0.1:32904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:33:22,433 INFO Processing ruok command from /127.0.0.1:32906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:33:32,383 INFO Processing ruok command from /127.0.0.1:33048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:33:32,422 INFO Processing ruok command from /127.0.0.1:33050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:33:42,378 INFO Processing ruok command from /127.0.0.1:33176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:33:42,492 INFO Processing ruok command from /127.0.0.1:33178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:33:52,359 INFO Processing ruok command from /127.0.0.1:33324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:33:52,415 INFO Processing ruok command from /127.0.0.1:33326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:34:02,365 INFO Processing ruok command from /127.0.0.1:33456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:34:02,431 INFO Processing ruok command from /127.0.0.1:33458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:34:12,344 INFO Processing ruok command from /127.0.0.1:33592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:34:12,412 INFO Processing ruok command from /127.0.0.1:33594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:34:22,364 INFO Processing ruok command from /127.0.0.1:33720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:34:22,473 INFO Processing ruok command from /127.0.0.1:33722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:34:32,344 INFO Processing ruok command from /127.0.0.1:33866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:34:32,410 INFO Processing ruok command from /127.0.0.1:33868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-06-26 06:34:42,368 INFO Processing ruok command from /127.0.0.1:33994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-06-26 06:34:42,463 INFO Processing ruok command from /127.0.0.1:33996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]