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
sslQuorum=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-07-20 08:37:09,390 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-07-20 08:37:09,401 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-07-20 08:37:09,401 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-07-20 08:37:09,406 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main]
2022-07-20 08:37:09,406 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-07-20 08:37:09,406 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-07-20 08:37:09,444 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main]
2022-07-20 08:37:09,444 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main]
2022-07-20 08:37:09,446 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-07-20 08:37:09,452 INFO Log4j 1.2 jmx support found and enabled. (org.apache.zookeeper.jmx.ManagedUtil) [main]
2022-07-20 08:37:09,453 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2022-07-20 08:37:09,465 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-07-20 08:37:09,472 INFO Starting quorum peer, myid=2 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main]
2022-07-20 08:37:09,496 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@5dd6264 (org.apache.zookeeper.server.ServerMetrics) [main]
2022-07-20 08:37:09,603 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-07-20 08:37:09,603 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-07-20 08:37:09,603 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-07-20 08:37:09,667 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-07-20 08:37:09,669 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-07-20 08:37:09,669 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-07-20 08:37:09,669 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-07-20 08:37:09,669 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-07-20 08:37:09,670 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-07-20 08:37:09,670 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-07-20 08:37:09,679 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-20 08:37:09,711 INFO Logging initialized @1072ms to org.eclipse.jetty.util.log.Slf4jLog (org.eclipse.jetty.util.log) [main]
2022-07-20 08:37:09,818 WARN o.e.j.s.ServletContextHandler@1c5920df{/,null,STOPPED} contextPath ends with /* (org.eclipse.jetty.server.handler.ContextHandler) [main]
2022-07-20 08:37:09,818 WARN Empty contextPath (org.eclipse.jetty.server.handler.ContextHandler) [main]
2022-07-20 08:37:09,845 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main]
2022-07-20 08:37:09,846 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-20 08:37:09,846 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-20 08:37:09,846 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-20 08:37:09,846 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-20 08:37:09,846 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-20 08:37:09,846 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-20 08:37:09,846 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-20 08:37:09,847 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-20 08:37:09,863 INFO  (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-20 08:37:09,863 INFO   ______                  _                                           (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-20 08:37:09,863 INFO  |___  /                 | |                                          (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-20 08:37:09,863 INFO     / /    ___     ___   | | __   ___    ___   _ __     ___   _ __    (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-20 08:37:09,863 INFO    / /    / _ \   / _ \  | |/ /  / _ \  / _ \ | '_ \   / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-20 08:37:09,863 INFO   / /__  | (_) | | (_) | |   <  |  __/ |  __/ | |_) | |  __/ | |     (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-20 08:37:09,863 INFO  /_____|  \___/   \___/  |_|\_\  \___|  \___| | .__/   \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-20 08:37:09,863 INFO                                               | |                      (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-20 08:37:09,863 INFO                                               |_|                      (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-20 08:37:09,863 INFO  (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-20 08:37:09,865 INFO Server environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-20 08:37:09,866 INFO Server environment:host.name=onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-20 08:37:09,866 INFO Server environment:java.version=11.0.14 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-20 08:37:09,866 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-20 08:37:09,866 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-07-20 08:37:09,866 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-07-20 08:37:09,866 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-20 08:37:09,866 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-20 08:37:09,866 INFO Server environment:java.compiler= (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-20 08:37:09,866 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-20 08:37:09,866 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-20 08:37:09,866 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-20 08:37:09,866 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-20 08:37:09,866 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-20 08:37:09,866 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-20 08:37:09,866 INFO Server environment:os.memory.free=222MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-20 08:37:09,866 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-20 08:37:09,867 INFO Server environment:os.memory.total=240MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-20 08:37:09,867 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-20 08:37:09,867 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-20 08:37:09,867 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-20 08:37:09,867 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-20 08:37:09,867 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-20 08:37:09,867 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-20 08:37:09,867 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-20 08:37:09,868 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-20 08:37:09,874 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main]
2022-07-20 08:37:09,874 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main]
2022-07-20 08:37:09,875 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main]
2022-07-20 08:37:09,876 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main]
2022-07-20 08:37:09,888 INFO Using insecure (non-TLS) quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-20 08:37:09,889 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-20 08:37:09,889 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-20 08:37:09,889 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-20 08:37:09,889 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-20 08:37:09,889 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-20 08:37:09,889 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-20 08:37:09,897 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main]
2022-07-20 08:37:09,897 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main]
2022-07-20 08:37:09,904 INFO Snapshot loaded in 14 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main]
2022-07-20 08:37:09,905 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-07-20 08:37:09,909 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-07-20 08:37:09,911 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-07-20 08:37:10,013 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-07-20 08:37:10,013 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-07-20 08:37:10,015 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-07-20 08:37:10,019 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-07-20 08:37:10,061 INFO DefaultSessionIdManager workerName=node0 (org.eclipse.jetty.server.session) [main]
2022-07-20 08:37:10,061 INFO No SessionScavenger set, using defaults (org.eclipse.jetty.server.session) [main]
2022-07-20 08:37:10,063 INFO node0 Scavenging every 660000ms (org.eclipse.jetty.server.session) [main]
2022-07-20 08:37:10,067 WARN ServletContext@o.e.j.s.ServletContextHandler@1c5920df{/,null,STARTING} has uncovered http methods for path: /* (org.eclipse.jetty.security.SecurityHandler) [main]
2022-07-20 08:37:10,079 INFO Started o.e.j.s.ServletContextHandler@1c5920df{/,null,AVAILABLE} (org.eclipse.jetty.server.handler.ContextHandler) [main]
2022-07-20 08:37:10,094 INFO Started ServerConnector@1b11171f{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} (org.eclipse.jetty.server.AbstractConnector) [main]
2022-07-20 08:37:10,094 INFO Started @1454ms (org.eclipse.jetty.server.Server) [main]
2022-07-20 08:37:10,100 INFO Started AdminServer on address 0.0.0.0, port 8080 and command URL /commands (org.apache.zookeeper.server.admin.JettyAdminServer) [main]
2022-07-20 08:37:10,101 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-20 08:37:10,117 INFO Election port bind maximum retries is 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main]
2022-07-20 08:37:10,119 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main]
2022-07-20 08:37:10,119 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main]
2022-07-20 08:37:10,123 INFO 2 is accepting connections now, my election bind port: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.69.168:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.69.168:3888]
2022-07-20 08:37:10,124 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main]
2022-07-20 08:37:10,134 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-20 08:37:10,135 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-07-20 08:37:10,146 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-07-20 08:37:10,154 WARN Cannot open channel to 3 at election address onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.187: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 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-07-20 08:37:10,154 WARN Cannot open channel to 1 at election address onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.72.254:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-1]
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 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-07-20 08:37:10,357 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-07-20 08:37:10,358 WARN Cannot open channel to 3 at election address onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.187:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-1]
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 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-07-20 08:37:10,359 WARN Cannot open channel to 1 at election address onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.72.254:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-3]
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 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-07-20 08:37:10,759 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-07-20 08:37:10,761 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-1]
2022-07-20 08:37:10,791 INFO Received connection request from /127.0.0.6:45479 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.69.168:3888]
2022-07-20 08:37:10,801 WARN Connection broken for id 1, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
java.net.SocketException: Connection reset
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:186)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271)
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:392)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2022-07-20 08:37:10,802 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
2022-07-20 08:37:10,803 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
java.lang.InterruptedException
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056)
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133)
	at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271)
2022-07-20 08:37:10,804 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-07-20 08:37:10,804 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
2022-07-20 08:37:10,807 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-07-20 08:37:10,822 WARN Connection broken for id 1, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
java.net.SocketException: Connection reset
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:186)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271)
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:392)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2022-07-20 08:37:10,822 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
2022-07-20 08:37:10,823 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
java.lang.InterruptedException
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056)
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133)
	at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271)
2022-07-20 08:37:10,824 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
2022-07-20 08:37:11,008 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-07-20 08:37:11,009 INFO FOLLOWING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-20 08:37:11,015 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-07-20 08:37:11,016 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-07-20 08:37:11,016 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-07-20 08:37:11,018 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-07-20 08:37:11,019 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-07-20 08:37:11,019 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-07-20 08:37:11,020 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-07-20 08:37:11,021 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-07-20 08:37:11,022 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-07-20 08:37:11,022 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-07-20 08:37:11,022 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-07-20 08:37:11,022 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-07-20 08:37:11,022 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-07-20 08:37:11,022 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-07-20 08:37:11,025 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-07-20 08:37:11,025 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-07-20 08:37:11,025 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-07-20 08:37:11,027 INFO FOLLOWING - LEADER ELECTION TOOK - 891 MS (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-20 08:37:11,030 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-07-20 08:37:11,033 INFO Successfully connected to leader, using address: onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.187:2888 (org.apache.zookeeper.server.quorum.Learner) [LeaderConnector-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.187:2888]
2022-07-20 08:37:11,073 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-07-20 08:37:11,079 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-07-20 08:37:11,079 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-07-20 08:37:11,086 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-07-20 08:37:11,092 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-07-20 08:37:11,098 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-07-20 08:37:11,098 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-07-20 08:37:11,103 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-07-20 08:37:11,163 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-07-20 08:37:11,168 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-07-20 08:37:28,718 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-2]
2022-07-20 08:37:28,718 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-2]
2022-07-20 08:37:28,718 INFO Processing ruok command from /127.0.0.1:54350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:37:28,718 INFO Processing ruok command from /127.0.0.1:54348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:37:38,607 INFO Processing ruok command from /127.0.0.1:54434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:37:38,671 INFO Processing ruok command from /127.0.0.1:54438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:37:48,612 INFO Processing ruok command from /127.0.0.1:54526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:37:48,649 INFO Processing ruok command from /127.0.0.1:54528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:37:54,711 INFO Received connection request from /127.0.0.6:49065 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.69.168:3888]
2022-07-20 08:37:54,785 INFO Received connection request from /127.0.0.6:45965 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.69.168:3888]
2022-07-20 08:37:54,787 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
java.lang.InterruptedException
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056)
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133)
	at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271)
2022-07-20 08:37:54,788 WARN Connection broken for id 1, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
java.net.SocketException: Socket closed
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271)
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:392)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2022-07-20 08:37:54,788 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
2022-07-20 08:37:54,789 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
2022-07-20 08:37:54,849 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-07-20 08:37:58,601 INFO Processing ruok command from /127.0.0.1:54628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:37:58,644 INFO Processing ruok command from /127.0.0.1:54630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:38:08,617 INFO Processing ruok command from /127.0.0.1:54712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:38:08,683 INFO Processing ruok command from /127.0.0.1:54716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:38:11,701 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-07-20 08:38:11,722 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-07-20 08:38:11,723 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:2]
2022-07-20 08:38:11,731 INFO Committing global session 0x20000507f300000 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 08:38:12,325 INFO Submitting global closeSession request for session 0x20000507f300000 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-07-20 08:38:18,605 INFO Processing ruok command from /127.0.0.1:54834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:38:18,676 INFO Processing ruok command from /127.0.0.1:54838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:38:28,612 INFO Processing ruok command from /127.0.0.1:54944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:38:28,656 INFO Processing ruok command from /127.0.0.1:54946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:38:32,346 INFO Committing global session 0x10000517e740000 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 08:38:32,521 INFO Committing global session 0x10000517e740001 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 08:38:36,659 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-07-20 08:38:36,670 INFO Committing global session 0x20000507f300001 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 08:38:36,696 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-07-20 08:38:36,713 INFO Committing global session 0x20000507f300002 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 08:38:38,623 INFO Processing ruok command from /127.0.0.1:55066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:38:38,685 INFO Processing ruok command from /127.0.0.1:55070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:38:47,082 INFO Committing global session 0x300004fd0c30000 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 08:38:48,604 INFO Processing ruok command from /127.0.0.1:55166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:38:48,643 INFO Processing ruok command from /127.0.0.1:55168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:38:55,204 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-07-20 08:38:55,214 INFO Committing global session 0x20000507f300003 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 08:38:58,606 INFO Processing ruok command from /127.0.0.1:55272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:38:58,643 INFO Processing ruok command from /127.0.0.1:55274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:39:08,616 INFO Processing ruok command from /127.0.0.1:55366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:39:08,661 INFO Processing ruok command from /127.0.0.1:55368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:39:18,593 INFO Processing ruok command from /127.0.0.1:55464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:39:18,634 INFO Processing ruok command from /127.0.0.1:55466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:39:28,623 INFO Processing ruok command from /127.0.0.1:55564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:39:28,702 INFO Processing ruok command from /127.0.0.1:55570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:39:32,211 INFO Authenticated Id 'CN=onap-strimzi-entity-topic-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-07-20 08:39:32,220 INFO Committing global session 0x20000507f300004 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 08:39:38,605 INFO Processing ruok command from /127.0.0.1:55666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:39:38,634 INFO Processing ruok command from /127.0.0.1:55668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:39:48,632 INFO Processing ruok command from /127.0.0.1:55804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:39:48,722 INFO Processing ruok command from /127.0.0.1:55810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:39:58,639 INFO Processing ruok command from /127.0.0.1:55946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:39:58,706 INFO Processing ruok command from /127.0.0.1:55950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:40:02,142 INFO Committing global session 0x10000517e740002 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 08:40:08,619 INFO Processing ruok command from /127.0.0.1:56068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:40:08,687 INFO Processing ruok command from /127.0.0.1:56072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:40:18,605 INFO Processing ruok command from /127.0.0.1:56184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:40:18,644 INFO Processing ruok command from /127.0.0.1:56186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:40:28,602 INFO Processing ruok command from /127.0.0.1:56308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:40:28,662 INFO Processing ruok command from /127.0.0.1:56310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:40:38,608 INFO Processing ruok command from /127.0.0.1:56438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:40:38,684 INFO Processing ruok command from /127.0.0.1:56442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:40:48,602 INFO Processing ruok command from /127.0.0.1:56584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:40:48,670 INFO Processing ruok command from /127.0.0.1:56588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:40:58,647 INFO Processing ruok command from /127.0.0.1:56756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:40:58,761 INFO Processing ruok command from /127.0.0.1:56760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:41:08,631 INFO Processing ruok command from /127.0.0.1:56902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:41:08,714 INFO Processing ruok command from /127.0.0.1:56906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:41:18,614 INFO Processing ruok command from /127.0.0.1:57060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:41:18,666 INFO Processing ruok command from /127.0.0.1:57062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:41:24,186 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-07-20 08:41:24,218 INFO Committing global session 0x20000507f300005 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 08:41:24,910 INFO Submitting global closeSession request for session 0x20000507f300005 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-07-20 08:41:28,604 INFO Processing ruok command from /127.0.0.1:57208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:41:28,642 INFO Processing ruok command from /127.0.0.1:57210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:41:38,605 INFO Processing ruok command from /127.0.0.1:57342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:41:38,666 INFO Processing ruok command from /127.0.0.1:57344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:41:48,604 INFO Processing ruok command from /127.0.0.1:57480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:41:48,642 INFO Processing ruok command from /127.0.0.1:57482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:41:58,620 INFO Processing ruok command from /127.0.0.1:57624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:41:58,680 INFO Processing ruok command from /127.0.0.1:57628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:42:08,610 INFO Processing ruok command from /127.0.0.1:57764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:42:08,645 INFO Processing ruok command from /127.0.0.1:57766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:42:18,631 INFO Processing ruok command from /127.0.0.1:57912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:42:18,691 INFO Processing ruok command from /127.0.0.1:57916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:42:28,605 INFO Processing ruok command from /127.0.0.1:58060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:42:28,676 INFO Processing ruok command from /127.0.0.1:58064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:42:38,620 INFO Processing ruok command from /127.0.0.1:58196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:42:38,655 INFO Processing ruok command from /127.0.0.1:58198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:42:48,606 INFO Processing ruok command from /127.0.0.1:58330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:42:48,676 INFO Processing ruok command from /127.0.0.1:58334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:42:58,624 INFO Processing ruok command from /127.0.0.1:58478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:42:58,654 INFO Processing ruok command from /127.0.0.1:58480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:43:08,603 INFO Processing ruok command from /127.0.0.1:58616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:43:08,637 INFO Processing ruok command from /127.0.0.1:58618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:43:18,618 INFO Processing ruok command from /127.0.0.1:58754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:43:18,705 INFO Processing ruok command from /127.0.0.1:58758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:43:24,426 INFO Committing global session 0x300004fd0c30001 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 08:43:28,620 INFO Processing ruok command from /127.0.0.1:58902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:43:28,658 INFO Processing ruok command from /127.0.0.1:58904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:43:38,600 INFO Processing ruok command from /127.0.0.1:59040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:43:38,640 INFO Processing ruok command from /127.0.0.1:59042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:43:48,629 INFO Processing ruok command from /127.0.0.1:59180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:43:48,696 INFO Processing ruok command from /127.0.0.1:59184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:43:58,619 INFO Processing ruok command from /127.0.0.1:59330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:43:58,664 INFO Processing ruok command from /127.0.0.1:59332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:44:08,608 INFO Processing ruok command from /127.0.0.1:59472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:44:08,639 INFO Processing ruok command from /127.0.0.1:59474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:44:18,604 INFO Processing ruok command from /127.0.0.1:59610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:44:18,693 INFO Processing ruok command from /127.0.0.1:59614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:44:28,612 INFO Processing ruok command from /127.0.0.1:59754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:44:28,650 INFO Processing ruok command from /127.0.0.1:59756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:44:38,611 INFO Processing ruok command from /127.0.0.1:59894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:44:38,639 INFO Processing ruok command from /127.0.0.1:59896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:44:48,604 INFO Processing ruok command from /127.0.0.1:60036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:44:48,644 INFO Processing ruok command from /127.0.0.1:60038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:44:58,608 INFO Processing ruok command from /127.0.0.1:60182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:44:58,653 INFO Processing ruok command from /127.0.0.1:60184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:45:08,614 INFO Processing ruok command from /127.0.0.1:60320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:45:08,654 INFO Processing ruok command from /127.0.0.1:60322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:45:18,617 INFO Processing ruok command from /127.0.0.1:60462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:45:18,683 INFO Processing ruok command from /127.0.0.1:60466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:45:24,409 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-07-20 08:45:24,420 INFO Committing global session 0x20000507f300006 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 08:45:25,161 INFO Submitting global closeSession request for session 0x20000507f300006 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-07-20 08:45:28,612 INFO Processing ruok command from /127.0.0.1:60604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:45:28,646 INFO Processing ruok command from /127.0.0.1:60606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:45:38,621 INFO Processing ruok command from /127.0.0.1:60744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:45:38,675 INFO Processing ruok command from /127.0.0.1:60748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:45:48,605 INFO Processing ruok command from /127.0.0.1:60882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:45:48,647 INFO Processing ruok command from /127.0.0.1:60884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:45:58,603 INFO Processing ruok command from /127.0.0.1:32796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:45:58,643 INFO Processing ruok command from /127.0.0.1:32798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:46:08,602 INFO Processing ruok command from /127.0.0.1:32936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:46:08,639 INFO Processing ruok command from /127.0.0.1:32938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:46:18,610 INFO Processing ruok command from /127.0.0.1:33074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:46:18,651 INFO Processing ruok command from /127.0.0.1:33076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:46:28,597 INFO Processing ruok command from /127.0.0.1:33220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:46:28,642 INFO Processing ruok command from /127.0.0.1:33222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:46:38,615 INFO Processing ruok command from /127.0.0.1:33360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:46:38,661 INFO Processing ruok command from /127.0.0.1:33362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:46:48,623 INFO Processing ruok command from /127.0.0.1:33502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:46:48,711 INFO Processing ruok command from /127.0.0.1:33506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:46:58,607 INFO Processing ruok command from /127.0.0.1:33646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:46:58,647 INFO Processing ruok command from /127.0.0.1:33648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:47:08,606 INFO Processing ruok command from /127.0.0.1:33788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:47:08,634 INFO Processing ruok command from /127.0.0.1:33790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:47:18,614 INFO Processing ruok command from /127.0.0.1:33926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:47:18,652 INFO Processing ruok command from /127.0.0.1:33928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:47:24,121 INFO Committing global session 0x300004fd0c30002 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 08:47:28,624 INFO Processing ruok command from /127.0.0.1:34070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:47:28,690 INFO Processing ruok command from /127.0.0.1:34074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:47:38,602 INFO Processing ruok command from /127.0.0.1:34212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:47:38,642 INFO Processing ruok command from /127.0.0.1:34214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:47:48,615 INFO Processing ruok command from /127.0.0.1:34348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:47:48,654 INFO Processing ruok command from /127.0.0.1:34350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:47:58,606 INFO Processing ruok command from /127.0.0.1:34490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:47:58,641 INFO Processing ruok command from /127.0.0.1:34492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:48:08,605 INFO Processing ruok command from /127.0.0.1:34632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:48:08,647 INFO Processing ruok command from /127.0.0.1:34634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:48:18,603 INFO Processing ruok command from /127.0.0.1:34770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:48:18,671 INFO Processing ruok command from /127.0.0.1:34774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:48:28,600 INFO Processing ruok command from /127.0.0.1:34914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:48:28,635 INFO Processing ruok command from /127.0.0.1:34916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:48:38,598 INFO Processing ruok command from /127.0.0.1:35058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:48:38,683 INFO Processing ruok command from /127.0.0.1:35062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:48:48,601 INFO Processing ruok command from /127.0.0.1:35198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:48:48,636 INFO Processing ruok command from /127.0.0.1:35200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:48:58,610 INFO Processing ruok command from /127.0.0.1:35344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:48:58,692 INFO Processing ruok command from /127.0.0.1:35348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:49:08,611 INFO Processing ruok command from /127.0.0.1:35482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:49:08,647 INFO Processing ruok command from /127.0.0.1:35484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:49:18,614 INFO Processing ruok command from /127.0.0.1:35626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:49:18,656 INFO Processing ruok command from /127.0.0.1:35628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:49:24,357 INFO Committing global session 0x300004fd0c30003 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 08:49:28,648 INFO Processing ruok command from /127.0.0.1:35804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:49:28,742 INFO Processing ruok command from /127.0.0.1:35808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:49:38,618 INFO Processing ruok command from /127.0.0.1:35942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:49:38,663 INFO Processing ruok command from /127.0.0.1:35944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:49:48,611 INFO Processing ruok command from /127.0.0.1:36078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:49:48,644 INFO Processing ruok command from /127.0.0.1:36080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:49:58,621 INFO Processing ruok command from /127.0.0.1:36226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:49:58,693 INFO Processing ruok command from /127.0.0.1:36230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:50:08,627 INFO Processing ruok command from /127.0.0.1:36380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:50:08,671 INFO Processing ruok command from /127.0.0.1:36384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:50:18,620 INFO Processing ruok command from /127.0.0.1:36522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:50:18,666 INFO Processing ruok command from /127.0.0.1:36524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:50:28,604 INFO Processing ruok command from /127.0.0.1:36668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:50:28,638 INFO Processing ruok command from /127.0.0.1:36670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:50:38,601 INFO Processing ruok command from /127.0.0.1:36806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:50:38,638 INFO Processing ruok command from /127.0.0.1:36808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:50:48,612 INFO Processing ruok command from /127.0.0.1:36946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:50:48,645 INFO Processing ruok command from /127.0.0.1:36948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:50:58,608 INFO Processing ruok command from /127.0.0.1:37088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:50:58,644 INFO Processing ruok command from /127.0.0.1:37090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:51:08,608 INFO Processing ruok command from /127.0.0.1:37230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:51:08,695 INFO Processing ruok command from /127.0.0.1:37234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:51:18,595 INFO Processing ruok command from /127.0.0.1:37376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:51:18,633 INFO Processing ruok command from /127.0.0.1:37378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:51:24,430 INFO Committing global session 0x300004fd0c30004 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 08:51:28,612 INFO Processing ruok command from /127.0.0.1:37528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:51:28,648 INFO Processing ruok command from /127.0.0.1:37530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:51:38,643 INFO Processing ruok command from /127.0.0.1:37698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:51:38,734 INFO Processing ruok command from /127.0.0.1:37702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:51:48,596 INFO Processing ruok command from /127.0.0.1:37854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:51:48,631 INFO Processing ruok command from /127.0.0.1:37856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:51:58,616 INFO Processing ruok command from /127.0.0.1:38014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:51:58,691 INFO Processing ruok command from /127.0.0.1:38018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:52:08,613 INFO Processing ruok command from /127.0.0.1:38162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:52:08,641 INFO Processing ruok command from /127.0.0.1:38164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:52:18,596 INFO Processing ruok command from /127.0.0.1:38312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:52:18,637 INFO Processing ruok command from /127.0.0.1:38314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:52:28,600 INFO Processing ruok command from /127.0.0.1:38478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:52:28,664 INFO Processing ruok command from /127.0.0.1:38480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:52:38,607 INFO Processing ruok command from /127.0.0.1:38632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:52:38,646 INFO Processing ruok command from /127.0.0.1:38634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:52:48,627 INFO Processing ruok command from /127.0.0.1:38830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:52:48,672 INFO Processing ruok command from /127.0.0.1:38834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:52:58,622 INFO Processing ruok command from /127.0.0.1:39018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:52:58,665 INFO Processing ruok command from /127.0.0.1:39020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:53:08,651 INFO Processing ruok command from /127.0.0.1:39224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:53:08,751 INFO Processing ruok command from /127.0.0.1:39228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:53:18,613 INFO Processing ruok command from /127.0.0.1:39414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:53:18,678 INFO Processing ruok command from /127.0.0.1:39418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:53:24,057 INFO Committing global session 0x300004fd0c30005 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 08:53:28,610 INFO Processing ruok command from /127.0.0.1:39624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:53:28,697 INFO Processing ruok command from /127.0.0.1:39632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:53:38,610 INFO Processing ruok command from /127.0.0.1:39852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:53:38,653 INFO Processing ruok command from /127.0.0.1:39854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:53:48,647 INFO Processing ruok command from /127.0.0.1:40084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:53:48,683 INFO Processing ruok command from /127.0.0.1:40088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:53:58,624 INFO Processing ruok command from /127.0.0.1:40278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:53:58,665 INFO Processing ruok command from /127.0.0.1:40280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:54:08,600 INFO Processing ruok command from /127.0.0.1:40466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:54:08,647 INFO Processing ruok command from /127.0.0.1:40468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:54:18,609 INFO Processing ruok command from /127.0.0.1:40656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:54:18,658 INFO Processing ruok command from /127.0.0.1:40658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:54:28,638 INFO Processing ruok command from /127.0.0.1:40840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:54:28,715 INFO Processing ruok command from /127.0.0.1:40844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:54:38,615 INFO Processing ruok command from /127.0.0.1:41020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:54:38,685 INFO Processing ruok command from /127.0.0.1:41024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:54:48,627 INFO Processing ruok command from /127.0.0.1:41204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:54:48,711 INFO Processing ruok command from /127.0.0.1:41208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:54:58,607 INFO Processing ruok command from /127.0.0.1:41394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:54:58,645 INFO Processing ruok command from /127.0.0.1:41396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:55:08,603 INFO Processing ruok command from /127.0.0.1:41606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:55:08,684 INFO Processing ruok command from /127.0.0.1:41610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:55:18,599 INFO Processing ruok command from /127.0.0.1:41814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:55:18,684 INFO Processing ruok command from /127.0.0.1:41818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:55:24,129 INFO Committing global session 0x300004fd0c30006 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 08:55:28,616 INFO Processing ruok command from /127.0.0.1:42032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:55:28,686 INFO Processing ruok command from /127.0.0.1:42036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:55:38,605 INFO Processing ruok command from /127.0.0.1:42214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:55:38,651 INFO Processing ruok command from /127.0.0.1:42216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:55:48,596 INFO Processing ruok command from /127.0.0.1:42398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:55:48,640 INFO Processing ruok command from /127.0.0.1:42400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:55:58,603 INFO Processing ruok command from /127.0.0.1:42586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:55:58,664 INFO Processing ruok command from /127.0.0.1:42588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:56:08,608 INFO Processing ruok command from /127.0.0.1:42770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:56:08,645 INFO Processing ruok command from /127.0.0.1:42772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:56:18,601 INFO Processing ruok command from /127.0.0.1:42948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:56:18,643 INFO Processing ruok command from /127.0.0.1:42950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:56:28,608 INFO Processing ruok command from /127.0.0.1:43142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:56:28,684 INFO Processing ruok command from /127.0.0.1:43146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:56:38,606 INFO Processing ruok command from /127.0.0.1:43318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:56:38,643 INFO Processing ruok command from /127.0.0.1:43320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:56:48,617 INFO Processing ruok command from /127.0.0.1:43494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:56:48,663 INFO Processing ruok command from /127.0.0.1:43496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:56:58,623 INFO Processing ruok command from /127.0.0.1:43686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:56:58,708 INFO Processing ruok command from /127.0.0.1:43690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:57:08,604 INFO Processing ruok command from /127.0.0.1:43864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:57:08,672 INFO Processing ruok command from /127.0.0.1:43870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:57:18,644 INFO Processing ruok command from /127.0.0.1:44042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:57:18,740 INFO Processing ruok command from /127.0.0.1:44046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:57:24,110 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-07-20 08:57:24,119 INFO Committing global session 0x20000507f300007 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 08:57:24,969 INFO Submitting global closeSession request for session 0x20000507f300007 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-07-20 08:57:28,608 INFO Processing ruok command from /127.0.0.1:44226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:57:28,651 INFO Processing ruok command from /127.0.0.1:44228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:57:38,617 INFO Processing ruok command from /127.0.0.1:44402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:57:38,649 INFO Processing ruok command from /127.0.0.1:44404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:57:48,611 INFO Processing ruok command from /127.0.0.1:44580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:57:48,657 INFO Processing ruok command from /127.0.0.1:44582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:57:58,643 INFO Processing ruok command from /127.0.0.1:44772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:57:58,686 INFO Processing ruok command from /127.0.0.1:44776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:58:08,607 INFO Processing ruok command from /127.0.0.1:44952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:58:08,649 INFO Processing ruok command from /127.0.0.1:44954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:58:18,600 INFO Processing ruok command from /127.0.0.1:45126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:58:18,643 INFO Processing ruok command from /127.0.0.1:45128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:58:28,629 INFO Processing ruok command from /127.0.0.1:45314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:58:28,675 INFO Processing ruok command from /127.0.0.1:45318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:58:38,602 INFO Processing ruok command from /127.0.0.1:45494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:58:38,681 INFO Processing ruok command from /127.0.0.1:45498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:58:48,600 INFO Processing ruok command from /127.0.0.1:45672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:58:48,640 INFO Processing ruok command from /127.0.0.1:45674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:58:58,606 INFO Processing ruok command from /127.0.0.1:45864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:58:58,644 INFO Processing ruok command from /127.0.0.1:45866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:59:08,612 INFO Processing ruok command from /127.0.0.1:46040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:59:08,657 INFO Processing ruok command from /127.0.0.1:46042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:59:18,608 INFO Processing ruok command from /127.0.0.1:46218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:59:18,646 INFO Processing ruok command from /127.0.0.1:46220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:59:24,279 INFO Committing global session 0x10000517e740003 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 08:59:28,608 INFO Processing ruok command from /127.0.0.1:46402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:59:28,680 INFO Processing ruok command from /127.0.0.1:46406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:59:38,604 INFO Processing ruok command from /127.0.0.1:46576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:59:38,671 INFO Processing ruok command from /127.0.0.1:46580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:59:48,613 INFO Processing ruok command from /127.0.0.1:46756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:59:48,649 INFO Processing ruok command from /127.0.0.1:46758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 08:59:58,606 INFO Processing ruok command from /127.0.0.1:46946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 08:59:58,651 INFO Processing ruok command from /127.0.0.1:46948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:00:08,600 INFO Processing ruok command from /127.0.0.1:47122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:00:08,647 INFO Processing ruok command from /127.0.0.1:47124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:00:18,616 INFO Processing ruok command from /127.0.0.1:47300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:00:18,663 INFO Processing ruok command from /127.0.0.1:47302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:00:28,618 INFO Processing ruok command from /127.0.0.1:47484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:00:28,682 INFO Processing ruok command from /127.0.0.1:47488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:00:38,629 INFO Processing ruok command from /127.0.0.1:47660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:00:38,677 INFO Processing ruok command from /127.0.0.1:47664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:00:48,616 INFO Processing ruok command from /127.0.0.1:47838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:00:48,660 INFO Processing ruok command from /127.0.0.1:47840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:00:58,616 INFO Processing ruok command from /127.0.0.1:48030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:00:58,681 INFO Processing ruok command from /127.0.0.1:48034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:01:08,621 INFO Processing ruok command from /127.0.0.1:48210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:01:08,654 INFO Processing ruok command from /127.0.0.1:48212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:01:18,605 INFO Processing ruok command from /127.0.0.1:48390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:01:18,666 INFO Processing ruok command from /127.0.0.1:48392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:01:24,311 INFO Committing global session 0x10000517e740004 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 09:01:28,611 INFO Processing ruok command from /127.0.0.1:48576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:01:28,649 INFO Processing ruok command from /127.0.0.1:48578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:01:38,630 INFO Processing ruok command from /127.0.0.1:48762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:01:38,662 INFO Processing ruok command from /127.0.0.1:48764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:01:48,608 INFO Processing ruok command from /127.0.0.1:48940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:01:48,661 INFO Processing ruok command from /127.0.0.1:48942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:01:58,618 INFO Processing ruok command from /127.0.0.1:49134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:01:58,655 INFO Processing ruok command from /127.0.0.1:49136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:02:08,623 INFO Processing ruok command from /127.0.0.1:49312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:02:08,696 INFO Processing ruok command from /127.0.0.1:49316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:02:18,609 INFO Processing ruok command from /127.0.0.1:49488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:02:18,650 INFO Processing ruok command from /127.0.0.1:49490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:02:28,624 INFO Processing ruok command from /127.0.0.1:49680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:02:28,720 INFO Processing ruok command from /127.0.0.1:49686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:02:38,644 INFO Processing ruok command from /127.0.0.1:49864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:02:38,698 INFO Processing ruok command from /127.0.0.1:49868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:02:48,605 INFO Processing ruok command from /127.0.0.1:50046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:02:48,675 INFO Processing ruok command from /127.0.0.1:50050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:02:58,603 INFO Processing ruok command from /127.0.0.1:50246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:02:58,667 INFO Processing ruok command from /127.0.0.1:50248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:03:08,607 INFO Processing ruok command from /127.0.0.1:50450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:03:08,643 INFO Processing ruok command from /127.0.0.1:50452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:03:18,599 INFO Processing ruok command from /127.0.0.1:50650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:03:18,645 INFO Processing ruok command from /127.0.0.1:50652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:03:24,280 INFO Committing global session 0x300004fd0c30007 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 09:03:28,622 INFO Processing ruok command from /127.0.0.1:50848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:03:28,676 INFO Processing ruok command from /127.0.0.1:50852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:03:38,653 INFO Processing ruok command from /127.0.0.1:51020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:03:38,739 INFO Processing ruok command from /127.0.0.1:51024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:03:48,615 INFO Processing ruok command from /127.0.0.1:51198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:03:48,689 INFO Processing ruok command from /127.0.0.1:51202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:03:58,650 INFO Processing ruok command from /127.0.0.1:51386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:03:58,758 INFO Processing ruok command from /127.0.0.1:51390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:04:08,614 INFO Processing ruok command from /127.0.0.1:51590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:04:08,653 INFO Processing ruok command from /127.0.0.1:51592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:04:18,631 INFO Processing ruok command from /127.0.0.1:51828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:04:18,673 INFO Processing ruok command from /127.0.0.1:51832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:04:28,629 INFO Processing ruok command from /127.0.0.1:52064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:04:28,716 INFO Processing ruok command from /127.0.0.1:52068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:04:38,686 INFO Processing ruok command from /127.0.0.1:52288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:04:38,761 INFO Processing ruok command from /127.0.0.1:52290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:04:48,624 INFO Processing ruok command from /127.0.0.1:52522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:04:48,685 INFO Processing ruok command from /127.0.0.1:52526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:04:58,641 INFO Processing ruok command from /127.0.0.1:52770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:04:58,752 INFO Processing ruok command from /127.0.0.1:52776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:05:08,636 INFO Processing ruok command from /127.0.0.1:53016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:05:08,701 INFO Processing ruok command from /127.0.0.1:53020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:05:18,624 INFO Processing ruok command from /127.0.0.1:53262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:05:18,705 INFO Processing ruok command from /127.0.0.1:53266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:05:24,219 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-07-20 09:05:24,228 INFO Committing global session 0x20000507f300008 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 09:05:24,975 INFO Submitting global closeSession request for session 0x20000507f300008 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-07-20 09:05:28,624 INFO Processing ruok command from /127.0.0.1:53486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:05:28,670 INFO Processing ruok command from /127.0.0.1:53490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:05:38,617 INFO Processing ruok command from /127.0.0.1:53698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:05:38,660 INFO Processing ruok command from /127.0.0.1:53700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:05:45,122 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-07-20 09:05:45,130 INFO Committing global session 0x20000507f300009 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 09:05:46,009 INFO Committing global session 0x10000517e740005 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 09:05:48,549 INFO Committing global session 0x10000517e740006 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 09:05:48,639 INFO Processing ruok command from /127.0.0.1:53906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:05:48,730 INFO Processing ruok command from /127.0.0.1:53910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:05:58,631 INFO Processing ruok command from /127.0.0.1:54126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:05:58,667 INFO Processing ruok command from /127.0.0.1:54128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:06:08,603 INFO Processing ruok command from /127.0.0.1:54360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:06:08,677 INFO Processing ruok command from /127.0.0.1:54364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:06:18,625 INFO Processing ruok command from /127.0.0.1:54566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:06:18,678 INFO Processing ruok command from /127.0.0.1:54570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:06:28,637 INFO Processing ruok command from /127.0.0.1:54782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:06:28,727 INFO Processing ruok command from /127.0.0.1:54786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:06:38,656 INFO Processing ruok command from /127.0.0.1:54992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:06:38,754 INFO Processing ruok command from /127.0.0.1:54996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:06:48,619 INFO Processing ruok command from /127.0.0.1:55218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:06:48,735 INFO Processing ruok command from /127.0.0.1:55224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:06:58,610 INFO Processing ruok command from /127.0.0.1:55462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:06:58,703 INFO Processing ruok command from /127.0.0.1:55466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:07:08,625 INFO Processing ruok command from /127.0.0.1:55676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:07:08,669 INFO Processing ruok command from /127.0.0.1:55680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:07:18,644 INFO Processing ruok command from /127.0.0.1:55980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:07:18,769 INFO Processing ruok command from /127.0.0.1:55986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:07:24,148 INFO Committing global session 0x300004fd0c30008 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 09:07:28,620 INFO Processing ruok command from /127.0.0.1:56230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:07:28,686 INFO Processing ruok command from /127.0.0.1:56234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:07:38,639 INFO Processing ruok command from /127.0.0.1:56524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:07:38,776 INFO Processing ruok command from /127.0.0.1:56528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:07:48,647 INFO Processing ruok command from /127.0.0.1:56768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:07:48,742 INFO Processing ruok command from /127.0.0.1:56772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:07:58,618 INFO Processing ruok command from /127.0.0.1:57010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:07:58,700 INFO Processing ruok command from /127.0.0.1:57014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:08:08,609 INFO Processing ruok command from /127.0.0.1:57238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:08:08,657 INFO Processing ruok command from /127.0.0.1:57242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:08:18,625 INFO Processing ruok command from /127.0.0.1:57466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:08:18,690 INFO Processing ruok command from /127.0.0.1:57470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:08:28,627 INFO Processing ruok command from /127.0.0.1:57702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:08:28,747 INFO Processing ruok command from /127.0.0.1:57706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:08:38,632 INFO Processing ruok command from /127.0.0.1:57924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:08:38,757 INFO Processing ruok command from /127.0.0.1:57928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:08:48,635 INFO Processing ruok command from /127.0.0.1:58152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:08:48,761 INFO Processing ruok command from /127.0.0.1:58156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:08:58,613 INFO Processing ruok command from /127.0.0.1:58392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:08:58,742 INFO Processing ruok command from /127.0.0.1:58398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:09:08,626 INFO Processing ruok command from /127.0.0.1:58678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:09:08,712 INFO Processing ruok command from /127.0.0.1:58682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:09:18,632 INFO Processing ruok command from /127.0.0.1:58926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:09:18,740 INFO Processing ruok command from /127.0.0.1:58936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:09:24,212 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-07-20 09:09:24,221 INFO Committing global session 0x20000507f30000a (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 09:09:25,074 INFO Submitting global closeSession request for session 0x20000507f30000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-07-20 09:09:28,664 INFO Processing ruok command from /127.0.0.1:59232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:09:28,820 INFO Processing ruok command from /127.0.0.1:59238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:09:38,973 INFO Processing ruok command from /127.0.0.1:59502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:09:39,167 INFO Processing ruok command from /127.0.0.1:59512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:09:48,888 INFO Processing ruok command from /127.0.0.1:59784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:09:49,059 INFO Processing ruok command from /127.0.0.1:59792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:09:58,715 INFO Processing ruok command from /127.0.0.1:60076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:09:58,923 INFO Processing ruok command from /127.0.0.1:60080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:10:08,670 INFO Processing ruok command from /127.0.0.1:60468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:10:08,746 INFO Processing ruok command from /127.0.0.1:60472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:10:18,627 INFO Processing ruok command from /127.0.0.1:60842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:10:18,772 INFO Processing ruok command from /127.0.0.1:60848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:10:28,631 INFO Processing ruok command from /127.0.0.1:32896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:10:28,745 INFO Processing ruok command from /127.0.0.1:32902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:10:38,601 INFO Processing ruok command from /127.0.0.1:33212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:10:38,672 INFO Processing ruok command from /127.0.0.1:33218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:10:48,633 INFO Processing ruok command from /127.0.0.1:33544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:10:48,714 INFO Processing ruok command from /127.0.0.1:33550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:10:58,650 INFO Processing ruok command from /127.0.0.1:33842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:10:58,731 INFO Processing ruok command from /127.0.0.1:33848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:11:08,649 INFO Processing ruok command from /127.0.0.1:34128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:11:08,715 INFO Processing ruok command from /127.0.0.1:34134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:11:18,613 INFO Processing ruok command from /127.0.0.1:34444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:11:18,671 INFO Processing ruok command from /127.0.0.1:34450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:11:24,099 INFO Committing global session 0x300004fd0c30009 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 09:11:28,615 INFO Processing ruok command from /127.0.0.1:34728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:11:28,724 INFO Processing ruok command from /127.0.0.1:34736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:11:38,636 INFO Processing ruok command from /127.0.0.1:35002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:11:38,728 INFO Processing ruok command from /127.0.0.1:35008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:11:48,627 INFO Processing ruok command from /127.0.0.1:35282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:11:48,717 INFO Processing ruok command from /127.0.0.1:35288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:11:58,635 INFO Processing ruok command from /127.0.0.1:35568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:11:58,751 INFO Processing ruok command from /127.0.0.1:35574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:12:08,624 INFO Processing ruok command from /127.0.0.1:35896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:12:08,666 INFO Processing ruok command from /127.0.0.1:35898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:12:18,613 INFO Processing ruok command from /127.0.0.1:36168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:12:18,713 INFO Processing ruok command from /127.0.0.1:36176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:12:28,644 INFO Processing ruok command from /127.0.0.1:36462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:12:28,714 INFO Processing ruok command from /127.0.0.1:36468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:12:38,620 INFO Processing ruok command from /127.0.0.1:36746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:12:38,699 INFO Processing ruok command from /127.0.0.1:36752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:12:48,623 INFO Processing ruok command from /127.0.0.1:37020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:12:48,674 INFO Processing ruok command from /127.0.0.1:37024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:12:58,627 INFO Processing ruok command from /127.0.0.1:37308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:12:58,730 INFO Processing ruok command from /127.0.0.1:37314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:13:08,619 INFO Processing ruok command from /127.0.0.1:37590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:13:08,742 INFO Processing ruok command from /127.0.0.1:37596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:13:18,634 INFO Processing ruok command from /127.0.0.1:37898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:13:18,702 INFO Processing ruok command from /127.0.0.1:37904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:13:24,129 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-07-20 09:13:24,141 INFO Committing global session 0x20000507f30000b (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 09:13:25,000 INFO Submitting global closeSession request for session 0x20000507f30000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-07-20 09:13:28,624 INFO Processing ruok command from /127.0.0.1:38192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:13:28,701 INFO Processing ruok command from /127.0.0.1:38198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:13:38,631 INFO Processing ruok command from /127.0.0.1:38474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:13:38,700 INFO Processing ruok command from /127.0.0.1:38480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:13:48,634 INFO Processing ruok command from /127.0.0.1:38768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:13:48,739 INFO Processing ruok command from /127.0.0.1:38774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:13:58,663 INFO Processing ruok command from /127.0.0.1:39076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:13:58,823 INFO Processing ruok command from /127.0.0.1:39082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:14:08,658 INFO Processing ruok command from /127.0.0.1:39404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:14:08,804 INFO Processing ruok command from /127.0.0.1:39414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:14:18,628 INFO Processing ruok command from /127.0.0.1:39726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:14:18,695 INFO Processing ruok command from /127.0.0.1:39732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:14:28,619 INFO Processing ruok command from /127.0.0.1:40072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:14:28,690 INFO Processing ruok command from /127.0.0.1:40078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:14:38,630 INFO Processing ruok command from /127.0.0.1:40374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:14:38,688 INFO Processing ruok command from /127.0.0.1:40380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:14:48,611 INFO Processing ruok command from /127.0.0.1:40714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:14:48,704 INFO Processing ruok command from /127.0.0.1:40722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:14:58,622 INFO Processing ruok command from /127.0.0.1:41018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:14:58,703 INFO Processing ruok command from /127.0.0.1:41026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:15:08,635 INFO Processing ruok command from /127.0.0.1:41356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:15:08,747 INFO Processing ruok command from /127.0.0.1:41362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:15:18,612 INFO Processing ruok command from /127.0.0.1:41634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:15:18,715 INFO Processing ruok command from /127.0.0.1:41642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:15:24,302 INFO Committing global session 0x10000517e740007 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 09:15:28,617 INFO Processing ruok command from /127.0.0.1:41938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:15:28,685 INFO Processing ruok command from /127.0.0.1:41944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:15:38,609 INFO Processing ruok command from /127.0.0.1:42224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:15:38,676 INFO Processing ruok command from /127.0.0.1:42230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:15:48,622 INFO Processing ruok command from /127.0.0.1:42520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:15:48,708 INFO Processing ruok command from /127.0.0.1:42526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:15:58,630 INFO Processing ruok command from /127.0.0.1:42822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:15:58,714 INFO Processing ruok command from /127.0.0.1:42828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:16:08,599 INFO Processing ruok command from /127.0.0.1:43108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:16:08,643 INFO Processing ruok command from /127.0.0.1:43112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:16:18,626 INFO Processing ruok command from /127.0.0.1:43398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:16:18,708 INFO Processing ruok command from /127.0.0.1:43404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:16:28,623 INFO Processing ruok command from /127.0.0.1:43698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:16:28,699 INFO Processing ruok command from /127.0.0.1:43704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:16:38,618 INFO Processing ruok command from /127.0.0.1:43984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:16:38,738 INFO Processing ruok command from /127.0.0.1:43990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:16:48,604 INFO Processing ruok command from /127.0.0.1:44270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:16:48,647 INFO Processing ruok command from /127.0.0.1:44274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:16:58,612 INFO Processing ruok command from /127.0.0.1:44578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:16:58,737 INFO Processing ruok command from /127.0.0.1:44586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:17:08,613 INFO Processing ruok command from /127.0.0.1:44878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:17:08,700 INFO Processing ruok command from /127.0.0.1:44886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:17:18,628 INFO Processing ruok command from /127.0.0.1:45160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:17:18,734 INFO Processing ruok command from /127.0.0.1:45166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:17:24,159 INFO Committing global session 0x300004fd0c3000a (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 09:17:28,643 INFO Processing ruok command from /127.0.0.1:45462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:17:28,717 INFO Processing ruok command from /127.0.0.1:45468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:17:38,642 INFO Processing ruok command from /127.0.0.1:45748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:17:38,688 INFO Processing ruok command from /127.0.0.1:45754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:17:48,604 INFO Processing ruok command from /127.0.0.1:46034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:17:48,646 INFO Processing ruok command from /127.0.0.1:46038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:17:58,619 INFO Processing ruok command from /127.0.0.1:46344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:17:58,673 INFO Processing ruok command from /127.0.0.1:46350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:18:08,626 INFO Processing ruok command from /127.0.0.1:46648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:18:08,692 INFO Processing ruok command from /127.0.0.1:46654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:18:18,619 INFO Processing ruok command from /127.0.0.1:46970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:18:18,666 INFO Processing ruok command from /127.0.0.1:46972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:18:28,630 INFO Processing ruok command from /127.0.0.1:47268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:18:28,703 INFO Processing ruok command from /127.0.0.1:47274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:18:38,635 INFO Processing ruok command from /127.0.0.1:47554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:18:38,706 INFO Processing ruok command from /127.0.0.1:47560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:18:48,623 INFO Processing ruok command from /127.0.0.1:47842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:18:48,724 INFO Processing ruok command from /127.0.0.1:47848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:18:58,635 INFO Processing ruok command from /127.0.0.1:48140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:18:58,737 INFO Processing ruok command from /127.0.0.1:48148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:19:08,613 INFO Processing ruok command from /127.0.0.1:48424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:19:08,651 INFO Processing ruok command from /127.0.0.1:48428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:19:18,607 INFO Processing ruok command from /127.0.0.1:48716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:19:18,683 INFO Processing ruok command from /127.0.0.1:48724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:19:24,538 INFO Committing global session 0x10000517e740008 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 09:19:28,646 INFO Processing ruok command from /127.0.0.1:49014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:19:28,725 INFO Processing ruok command from /127.0.0.1:49020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:19:38,607 INFO Processing ruok command from /127.0.0.1:49298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:19:38,680 INFO Processing ruok command from /127.0.0.1:49306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:19:48,628 INFO Processing ruok command from /127.0.0.1:49590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:19:48,706 INFO Processing ruok command from /127.0.0.1:49596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:19:58,624 INFO Processing ruok command from /127.0.0.1:49884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:19:58,706 INFO Processing ruok command from /127.0.0.1:49890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:20:08,610 INFO Processing ruok command from /127.0.0.1:50174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:20:08,718 INFO Processing ruok command from /127.0.0.1:50182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:20:18,641 INFO Processing ruok command from /127.0.0.1:50472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:20:18,704 INFO Processing ruok command from /127.0.0.1:50478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:20:28,618 INFO Processing ruok command from /127.0.0.1:50770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:20:28,666 INFO Processing ruok command from /127.0.0.1:50772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:20:38,627 INFO Processing ruok command from /127.0.0.1:51054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:20:38,670 INFO Processing ruok command from /127.0.0.1:51058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:20:48,614 INFO Processing ruok command from /127.0.0.1:51344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:20:48,657 INFO Processing ruok command from /127.0.0.1:51348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:20:58,630 INFO Processing ruok command from /127.0.0.1:51642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:20:58,680 INFO Processing ruok command from /127.0.0.1:51648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:21:08,637 INFO Processing ruok command from /127.0.0.1:51940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:21:08,711 INFO Processing ruok command from /127.0.0.1:51946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:21:18,616 INFO Processing ruok command from /127.0.0.1:52222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:21:18,724 INFO Processing ruok command from /127.0.0.1:52228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:21:24,095 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-07-20 09:21:24,106 INFO Committing global session 0x20000507f30000c (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 09:21:24,969 INFO Submitting global closeSession request for session 0x20000507f30000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-07-20 09:21:28,624 INFO Processing ruok command from /127.0.0.1:52522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:21:28,700 INFO Processing ruok command from /127.0.0.1:52528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:21:38,611 INFO Processing ruok command from /127.0.0.1:52804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:21:38,680 INFO Processing ruok command from /127.0.0.1:52812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:21:48,631 INFO Processing ruok command from /127.0.0.1:53098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:21:48,710 INFO Processing ruok command from /127.0.0.1:53104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:21:58,642 INFO Processing ruok command from /127.0.0.1:53398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:21:58,779 INFO Processing ruok command from /127.0.0.1:53404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:22:08,645 INFO Processing ruok command from /127.0.0.1:53696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:22:08,695 INFO Processing ruok command from /127.0.0.1:53702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:22:18,631 INFO Processing ruok command from /127.0.0.1:53986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:22:18,721 INFO Processing ruok command from /127.0.0.1:53992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:22:28,607 INFO Processing ruok command from /127.0.0.1:54278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:22:28,714 INFO Processing ruok command from /127.0.0.1:54286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:22:38,618 INFO Processing ruok command from /127.0.0.1:54564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:22:38,709 INFO Processing ruok command from /127.0.0.1:54570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:22:48,645 INFO Processing ruok command from /127.0.0.1:54856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:22:48,739 INFO Processing ruok command from /127.0.0.1:54862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:22:58,624 INFO Processing ruok command from /127.0.0.1:55152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:22:58,694 INFO Processing ruok command from /127.0.0.1:55158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:23:08,642 INFO Processing ruok command from /127.0.0.1:55448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:23:08,747 INFO Processing ruok command from /127.0.0.1:55454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:23:18,613 INFO Processing ruok command from /127.0.0.1:55728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:23:18,674 INFO Processing ruok command from /127.0.0.1:55734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:23:24,188 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-07-20 09:23:24,196 INFO Committing global session 0x20000507f30000d (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 09:23:25,078 INFO Submitting global closeSession request for session 0x20000507f30000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-07-20 09:23:28,622 INFO Processing ruok command from /127.0.0.1:56036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:23:28,669 INFO Processing ruok command from /127.0.0.1:56040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:23:38,639 INFO Processing ruok command from /127.0.0.1:56322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:23:38,745 INFO Processing ruok command from /127.0.0.1:56328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:23:48,623 INFO Processing ruok command from /127.0.0.1:56660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:23:48,698 INFO Processing ruok command from /127.0.0.1:56666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:23:58,618 INFO Processing ruok command from /127.0.0.1:56958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:23:58,665 INFO Processing ruok command from /127.0.0.1:56960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:24:08,606 INFO Processing ruok command from /127.0.0.1:57252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:24:08,692 INFO Processing ruok command from /127.0.0.1:57260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:24:18,630 INFO Processing ruok command from /127.0.0.1:57546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:24:18,707 INFO Processing ruok command from /127.0.0.1:57552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:24:28,602 INFO Processing ruok command from /127.0.0.1:57852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:24:28,648 INFO Processing ruok command from /127.0.0.1:57856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:24:38,639 INFO Processing ruok command from /127.0.0.1:58144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:24:38,730 INFO Processing ruok command from /127.0.0.1:58150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:24:48,632 INFO Processing ruok command from /127.0.0.1:58430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:24:48,705 INFO Processing ruok command from /127.0.0.1:58438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:24:58,708 INFO Processing ruok command from /127.0.0.1:58766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:24:58,796 INFO Processing ruok command from /127.0.0.1:58768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:25:08,634 INFO Processing ruok command from /127.0.0.1:59056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:25:08,729 INFO Processing ruok command from /127.0.0.1:59062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:25:18,667 INFO Processing ruok command from /127.0.0.1:59400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:25:18,786 INFO Processing ruok command from /127.0.0.1:59406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:25:25,649 INFO Committing global session 0x10000517e740009 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 09:25:28,656 INFO Processing ruok command from /127.0.0.1:59744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:25:28,746 INFO Processing ruok command from /127.0.0.1:59750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:25:38,622 INFO Processing ruok command from /127.0.0.1:60048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:25:38,706 INFO Processing ruok command from /127.0.0.1:60056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:25:48,632 INFO Processing ruok command from /127.0.0.1:60354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:25:48,747 INFO Processing ruok command from /127.0.0.1:60360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:25:58,672 INFO Processing ruok command from /127.0.0.1:60702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:25:58,871 INFO Processing ruok command from /127.0.0.1:60710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:26:08,676 INFO Processing ruok command from /127.0.0.1:32808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:26:08,771 INFO Processing ruok command from /127.0.0.1:32812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:26:18,655 INFO Processing ruok command from /127.0.0.1:33136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:26:18,784 INFO Processing ruok command from /127.0.0.1:33142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:26:28,647 INFO Processing ruok command from /127.0.0.1:33472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:26:28,733 INFO Processing ruok command from /127.0.0.1:33478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:26:38,665 INFO Processing ruok command from /127.0.0.1:33828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:26:38,769 INFO Processing ruok command from /127.0.0.1:33834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:26:48,656 INFO Processing ruok command from /127.0.0.1:34146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:26:48,775 INFO Processing ruok command from /127.0.0.1:34152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:26:58,687 INFO Processing ruok command from /127.0.0.1:34486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:26:58,871 INFO Processing ruok command from /127.0.0.1:34490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:27:08,677 INFO Processing ruok command from /127.0.0.1:34844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:27:08,814 INFO Processing ruok command from /127.0.0.1:34848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:27:18,641 INFO Processing ruok command from /127.0.0.1:35176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:27:18,702 INFO Processing ruok command from /127.0.0.1:35182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:27:24,209 INFO Committing global session 0x300004fd0c3000b (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 09:27:28,803 INFO Processing ruok command from /127.0.0.1:35540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:27:29,072 INFO Processing ruok command from /127.0.0.1:35550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:27:38,614 INFO Processing ruok command from /127.0.0.1:35874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:27:38,775 INFO Processing ruok command from /127.0.0.1:35882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:27:48,651 INFO Processing ruok command from /127.0.0.1:36206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:27:48,820 INFO Processing ruok command from /127.0.0.1:36212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:27:58,623 INFO Processing ruok command from /127.0.0.1:36554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:27:58,668 INFO Processing ruok command from /127.0.0.1:36556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:28:08,835 INFO Processing ruok command from /127.0.0.1:36902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:28:09,097 INFO Processing ruok command from /127.0.0.1:36912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:28:18,640 INFO Processing ruok command from /127.0.0.1:37240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:28:18,737 INFO Processing ruok command from /127.0.0.1:37246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:28:28,632 INFO Processing ruok command from /127.0.0.1:37588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:28:28,741 INFO Processing ruok command from /127.0.0.1:37594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:28:38,603 INFO Processing ruok command from /127.0.0.1:37924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:28:38,655 INFO Processing ruok command from /127.0.0.1:37928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:28:48,623 INFO Processing ruok command from /127.0.0.1:38264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:28:48,698 INFO Processing ruok command from /127.0.0.1:38270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:28:58,647 INFO Processing ruok command from /127.0.0.1:38610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:28:58,728 INFO Processing ruok command from /127.0.0.1:38616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:29:08,654 INFO Processing ruok command from /127.0.0.1:38990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:29:08,749 INFO Processing ruok command from /127.0.0.1:38996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:29:18,622 INFO Processing ruok command from /127.0.0.1:39332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:29:18,703 INFO Processing ruok command from /127.0.0.1:39338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:29:24,303 INFO Committing global session 0x10000517e74000a (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 09:29:28,644 INFO Processing ruok command from /127.0.0.1:39684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:29:28,730 INFO Processing ruok command from /127.0.0.1:39690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:29:38,629 INFO Processing ruok command from /127.0.0.1:40018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:29:38,701 INFO Processing ruok command from /127.0.0.1:40024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:29:48,655 INFO Processing ruok command from /127.0.0.1:40366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:29:48,742 INFO Processing ruok command from /127.0.0.1:40372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:29:58,681 INFO Processing ruok command from /127.0.0.1:40720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:29:58,761 INFO Processing ruok command from /127.0.0.1:40724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:30:08,648 INFO Processing ruok command from /127.0.0.1:41068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:30:08,757 INFO Processing ruok command from /127.0.0.1:41074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:30:18,647 INFO Processing ruok command from /127.0.0.1:41474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:30:18,775 INFO Processing ruok command from /127.0.0.1:41480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:30:28,655 INFO Processing ruok command from /127.0.0.1:41828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:30:28,724 INFO Processing ruok command from /127.0.0.1:41834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:30:38,716 INFO Processing ruok command from /127.0.0.1:42170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:30:38,809 INFO Processing ruok command from /127.0.0.1:42172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:30:48,634 INFO Processing ruok command from /127.0.0.1:42504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:30:48,738 INFO Processing ruok command from /127.0.0.1:42510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:30:58,641 INFO Processing ruok command from /127.0.0.1:42858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:30:58,778 INFO Processing ruok command from /127.0.0.1:42864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:31:08,703 INFO Processing ruok command from /127.0.0.1:43202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:31:08,815 INFO Processing ruok command from /127.0.0.1:43204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:31:18,645 INFO Processing ruok command from /127.0.0.1:43560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:31:18,811 INFO Processing ruok command from /127.0.0.1:43568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:31:24,728 INFO Committing global session 0x10000517e74000b (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 09:31:28,627 INFO Processing ruok command from /127.0.0.1:43926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:31:28,669 INFO Processing ruok command from /127.0.0.1:43930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:31:38,672 INFO Processing ruok command from /127.0.0.1:44286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:31:38,773 INFO Processing ruok command from /127.0.0.1:44290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:31:48,625 INFO Processing ruok command from /127.0.0.1:44638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:31:48,698 INFO Processing ruok command from /127.0.0.1:44644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:31:58,616 INFO Processing ruok command from /127.0.0.1:44990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:31:58,656 INFO Processing ruok command from /127.0.0.1:44992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:32:08,630 INFO Processing ruok command from /127.0.0.1:45344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:32:08,733 INFO Processing ruok command from /127.0.0.1:45350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:32:18,637 INFO Processing ruok command from /127.0.0.1:45688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:32:18,754 INFO Processing ruok command from /127.0.0.1:45694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:32:28,619 INFO Processing ruok command from /127.0.0.1:46048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:32:28,713 INFO Processing ruok command from /127.0.0.1:46054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:32:38,615 INFO Processing ruok command from /127.0.0.1:46394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:32:38,690 INFO Processing ruok command from /127.0.0.1:46400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:32:48,621 INFO Processing ruok command from /127.0.0.1:46738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:32:48,703 INFO Processing ruok command from /127.0.0.1:46744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:32:58,623 INFO Processing ruok command from /127.0.0.1:47102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:32:58,725 INFO Processing ruok command from /127.0.0.1:47108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:33:08,632 INFO Processing ruok command from /127.0.0.1:47464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:33:08,738 INFO Processing ruok command from /127.0.0.1:47470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:33:18,603 INFO Processing ruok command from /127.0.0.1:47802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:33:18,720 INFO Processing ruok command from /127.0.0.1:47810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:33:24,101 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-07-20 09:33:24,110 INFO Committing global session 0x20000507f30000e (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 09:33:24,955 INFO Submitting global closeSession request for session 0x20000507f30000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-07-20 09:33:28,621 INFO Processing ruok command from /127.0.0.1:48164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:33:28,719 INFO Processing ruok command from /127.0.0.1:48170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:33:38,634 INFO Processing ruok command from /127.0.0.1:48518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:33:38,704 INFO Processing ruok command from /127.0.0.1:48524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:33:48,626 INFO Processing ruok command from /127.0.0.1:48872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:33:48,716 INFO Processing ruok command from /127.0.0.1:48878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:33:58,609 INFO Processing ruok command from /127.0.0.1:49230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:33:58,657 INFO Processing ruok command from /127.0.0.1:49234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:34:08,627 INFO Processing ruok command from /127.0.0.1:49588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:34:08,747 INFO Processing ruok command from /127.0.0.1:49594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:34:18,656 INFO Processing ruok command from /127.0.0.1:49940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:34:18,764 INFO Processing ruok command from /127.0.0.1:49946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:34:28,809 INFO Processing ruok command from /127.0.0.1:50328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:34:28,888 INFO Processing ruok command from /127.0.0.1:50332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:34:38,605 INFO Processing ruok command from /127.0.0.1:50770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:34:38,684 INFO Processing ruok command from /127.0.0.1:50778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:34:48,617 INFO Processing ruok command from /127.0.0.1:51146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:34:48,706 INFO Processing ruok command from /127.0.0.1:51152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:34:58,615 INFO Processing ruok command from /127.0.0.1:51532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:34:58,731 INFO Processing ruok command from /127.0.0.1:51538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:35:08,614 INFO Processing ruok command from /127.0.0.1:51910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:35:08,698 INFO Processing ruok command from /127.0.0.1:51918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:35:18,623 INFO Processing ruok command from /127.0.0.1:52278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:35:18,707 INFO Processing ruok command from /127.0.0.1:52284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:35:24,388 INFO Committing global session 0x10000517e74000c (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 09:35:28,634 INFO Processing ruok command from /127.0.0.1:52664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:35:28,747 INFO Processing ruok command from /127.0.0.1:52670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:35:38,634 INFO Processing ruok command from /127.0.0.1:53030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:35:38,758 INFO Processing ruok command from /127.0.0.1:53036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:35:48,635 INFO Processing ruok command from /127.0.0.1:53392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:35:48,720 INFO Processing ruok command from /127.0.0.1:53398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:35:58,618 INFO Processing ruok command from /127.0.0.1:53760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:35:58,738 INFO Processing ruok command from /127.0.0.1:53766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:36:08,634 INFO Processing ruok command from /127.0.0.1:54132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:36:08,697 INFO Processing ruok command from /127.0.0.1:54138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:36:18,671 INFO Processing ruok command from /127.0.0.1:54494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:36:18,789 INFO Processing ruok command from /127.0.0.1:54498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:36:28,624 INFO Processing ruok command from /127.0.0.1:54864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:36:28,747 INFO Processing ruok command from /127.0.0.1:54870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:36:38,627 INFO Processing ruok command from /127.0.0.1:55250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:36:38,829 INFO Processing ruok command from /127.0.0.1:55258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:36:48,621 INFO Processing ruok command from /127.0.0.1:55618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:36:48,708 INFO Processing ruok command from /127.0.0.1:55624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:36:58,613 INFO Processing ruok command from /127.0.0.1:55994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:36:58,735 INFO Processing ruok command from /127.0.0.1:56002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:37:08,615 INFO Processing ruok command from /127.0.0.1:56358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:37:08,702 INFO Processing ruok command from /127.0.0.1:56366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:37:09,445 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-07-20 09:37:09,446 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2022-07-20 09:37:09,454 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-07-20 09:37:10,799 WARN Connection broken for id 3, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:3]
java.io.EOFException
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2022-07-20 09:37:10,799 WARN Interrupting SendWorker thread from RecvWorker. sid: 3. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:3]
2022-07-20 09:37:10,801 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:3]
java.lang.InterruptedException
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056)
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133)
	at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271)
2022-07-20 09:37:10,801 WARN Send worker leaving thread id 3 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:3]
2022-07-20 09:37:18,616 INFO Processing ruok command from /127.0.0.1:56714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:37:18,658 INFO Processing ruok command from /127.0.0.1:56716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:37:24,159 INFO Committing global session 0x300004fd0c3000c (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 09:37:28,615 INFO Processing ruok command from /127.0.0.1:57084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:37:28,683 INFO Processing ruok command from /127.0.0.1:57090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:37:38,625 INFO Processing ruok command from /127.0.0.1:57442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:37:38,719 INFO Processing ruok command from /127.0.0.1:57448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:37:48,618 INFO Processing ruok command from /127.0.0.1:57808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:37:48,723 INFO Processing ruok command from /127.0.0.1:57814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:37:54,827 WARN Connection broken for id 1, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
java.io.EOFException
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2022-07-20 09:37:54,828 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
2022-07-20 09:37:54,829 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
java.lang.InterruptedException
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056)
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133)
	at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271)
2022-07-20 09:37:54,829 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
2022-07-20 09:37:58,659 INFO Processing ruok command from /127.0.0.1:58190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:37:58,760 INFO Processing ruok command from /127.0.0.1:58196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:38:08,617 INFO Processing ruok command from /127.0.0.1:58562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:38:08,706 INFO Processing ruok command from /127.0.0.1:58568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:38:18,612 INFO Processing ruok command from /127.0.0.1:58922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:38:18,708 INFO Processing ruok command from /127.0.0.1:58930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:38:28,625 INFO Processing ruok command from /127.0.0.1:59284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:38:28,718 INFO Processing ruok command from /127.0.0.1:59290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:38:38,633 INFO Processing ruok command from /127.0.0.1:59630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:38:38,721 INFO Processing ruok command from /127.0.0.1:59636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:38:48,639 INFO Processing ruok command from /127.0.0.1:59984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:38:48,711 INFO Processing ruok command from /127.0.0.1:59990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:38:58,627 INFO Processing ruok command from /127.0.0.1:60342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:38:58,720 INFO Processing ruok command from /127.0.0.1:60348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:39:08,605 INFO Processing ruok command from /127.0.0.1:60700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:39:08,652 INFO Processing ruok command from /127.0.0.1:60704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:39:18,610 INFO Processing ruok command from /127.0.0.1:32818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:39:18,658 INFO Processing ruok command from /127.0.0.1:32822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:39:24,168 INFO Committing global session 0x10000517e74000d (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 09:39:28,617 INFO Processing ruok command from /127.0.0.1:33188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:39:28,741 INFO Processing ruok command from /127.0.0.1:33194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:39:38,617 INFO Processing ruok command from /127.0.0.1:33536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:39:38,729 INFO Processing ruok command from /127.0.0.1:33542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:39:48,639 INFO Processing ruok command from /127.0.0.1:33894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:39:48,736 INFO Processing ruok command from /127.0.0.1:33900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:39:58,647 INFO Processing ruok command from /127.0.0.1:34262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:39:58,729 INFO Processing ruok command from /127.0.0.1:34268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:40:08,613 INFO Processing ruok command from /127.0.0.1:34666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:40:08,704 INFO Processing ruok command from /127.0.0.1:34674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:40:18,636 INFO Processing ruok command from /127.0.0.1:35022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:40:18,751 INFO Processing ruok command from /127.0.0.1:35028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:40:28,638 INFO Processing ruok command from /127.0.0.1:35390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:40:28,717 INFO Processing ruok command from /127.0.0.1:35396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:40:38,622 INFO Processing ruok command from /127.0.0.1:35742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:40:38,712 INFO Processing ruok command from /127.0.0.1:35748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:40:48,615 INFO Processing ruok command from /127.0.0.1:36098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:40:48,743 INFO Processing ruok command from /127.0.0.1:36106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:40:58,635 INFO Processing ruok command from /127.0.0.1:36462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:40:58,729 INFO Processing ruok command from /127.0.0.1:36468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:41:08,602 INFO Processing ruok command from /127.0.0.1:36820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:41:08,652 INFO Processing ruok command from /127.0.0.1:36824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:41:18,626 INFO Processing ruok command from /127.0.0.1:37170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:41:18,677 INFO Processing ruok command from /127.0.0.1:37176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:41:23,959 INFO Committing global session 0x300004fd0c3000d (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 09:41:28,612 INFO Processing ruok command from /127.0.0.1:37536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:41:28,671 INFO Processing ruok command from /127.0.0.1:37540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:41:38,611 INFO Processing ruok command from /127.0.0.1:37890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:41:38,685 INFO Processing ruok command from /127.0.0.1:37898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:41:48,632 INFO Processing ruok command from /127.0.0.1:38248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:41:48,672 INFO Processing ruok command from /127.0.0.1:38252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:41:58,651 INFO Processing ruok command from /127.0.0.1:38612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:41:58,701 INFO Processing ruok command from /127.0.0.1:38618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:42:08,622 INFO Processing ruok command from /127.0.0.1:38974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:42:08,712 INFO Processing ruok command from /127.0.0.1:38980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:42:18,619 INFO Processing ruok command from /127.0.0.1:39320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:42:18,664 INFO Processing ruok command from /127.0.0.1:39324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:42:28,607 INFO Processing ruok command from /127.0.0.1:39678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:42:28,685 INFO Processing ruok command from /127.0.0.1:39686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:42:38,640 INFO Processing ruok command from /127.0.0.1:40036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:42:38,756 INFO Processing ruok command from /127.0.0.1:40042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:42:48,602 INFO Processing ruok command from /127.0.0.1:40386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:42:48,670 INFO Processing ruok command from /127.0.0.1:40392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:42:58,618 INFO Processing ruok command from /127.0.0.1:40748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:42:58,671 INFO Processing ruok command from /127.0.0.1:40752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:43:08,624 INFO Processing ruok command from /127.0.0.1:41116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:43:08,707 INFO Processing ruok command from /127.0.0.1:41122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:43:18,615 INFO Processing ruok command from /127.0.0.1:41466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:43:18,665 INFO Processing ruok command from /127.0.0.1:41470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:43:24,017 INFO Committing global session 0x300004fd0c3000e (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 09:43:28,627 INFO Processing ruok command from /127.0.0.1:41826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:43:28,719 INFO Processing ruok command from /127.0.0.1:41832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:43:38,638 INFO Processing ruok command from /127.0.0.1:42176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:43:38,768 INFO Processing ruok command from /127.0.0.1:42182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:43:48,609 INFO Processing ruok command from /127.0.0.1:42524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:43:48,648 INFO Processing ruok command from /127.0.0.1:42528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:43:58,617 INFO Processing ruok command from /127.0.0.1:42886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:43:58,676 INFO Processing ruok command from /127.0.0.1:42890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:44:08,601 INFO Processing ruok command from /127.0.0.1:43238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:44:08,641 INFO Processing ruok command from /127.0.0.1:43242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:44:18,624 INFO Processing ruok command from /127.0.0.1:43590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:44:18,690 INFO Processing ruok command from /127.0.0.1:43596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:44:28,622 INFO Processing ruok command from /127.0.0.1:43958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:44:28,705 INFO Processing ruok command from /127.0.0.1:43964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:44:38,633 INFO Processing ruok command from /127.0.0.1:44310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:44:38,681 INFO Processing ruok command from /127.0.0.1:44314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:44:48,619 INFO Processing ruok command from /127.0.0.1:44662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:44:48,697 INFO Processing ruok command from /127.0.0.1:44668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:44:58,614 INFO Processing ruok command from /127.0.0.1:45026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:44:58,671 INFO Processing ruok command from /127.0.0.1:45032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:45:08,664 INFO Processing ruok command from /127.0.0.1:45392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:45:08,782 INFO Processing ruok command from /127.0.0.1:45398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:45:18,669 INFO Processing ruok command from /127.0.0.1:45748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:45:18,798 INFO Processing ruok command from /127.0.0.1:45752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:45:24,165 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-07-20 09:45:24,175 INFO Committing global session 0x20000507f30000f (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 09:45:25,032 INFO Submitting global closeSession request for session 0x20000507f30000f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-07-20 09:45:28,623 INFO Processing ruok command from /127.0.0.1:46152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:45:28,720 INFO Processing ruok command from /127.0.0.1:46158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:45:38,647 INFO Processing ruok command from /127.0.0.1:46506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:45:38,715 INFO Processing ruok command from /127.0.0.1:46512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:45:48,620 INFO Processing ruok command from /127.0.0.1:46862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:45:48,707 INFO Processing ruok command from /127.0.0.1:46868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:45:58,619 INFO Processing ruok command from /127.0.0.1:47220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:45:58,711 INFO Processing ruok command from /127.0.0.1:47226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:46:08,619 INFO Processing ruok command from /127.0.0.1:47576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:46:08,703 INFO Processing ruok command from /127.0.0.1:47582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:46:18,635 INFO Processing ruok command from /127.0.0.1:47928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:46:18,681 INFO Processing ruok command from /127.0.0.1:47932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:46:28,644 INFO Processing ruok command from /127.0.0.1:48296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:46:28,683 INFO Processing ruok command from /127.0.0.1:48300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:46:38,624 INFO Processing ruok command from /127.0.0.1:48644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:46:38,674 INFO Processing ruok command from /127.0.0.1:48648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:46:48,620 INFO Processing ruok command from /127.0.0.1:49002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:46:48,722 INFO Processing ruok command from /127.0.0.1:49008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:46:58,603 INFO Processing ruok command from /127.0.0.1:49358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:46:58,656 INFO Processing ruok command from /127.0.0.1:49362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:47:08,618 INFO Processing ruok command from /127.0.0.1:49718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:47:08,680 INFO Processing ruok command from /127.0.0.1:49724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:47:18,643 INFO Processing ruok command from /127.0.0.1:50080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:47:18,731 INFO Processing ruok command from /127.0.0.1:50086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:47:24,127 INFO Committing global session 0x300004fd0c3000f (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 09:47:28,624 INFO Processing ruok command from /127.0.0.1:50444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:47:28,750 INFO Processing ruok command from /127.0.0.1:50450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:47:38,611 INFO Processing ruok command from /127.0.0.1:50796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:47:38,711 INFO Processing ruok command from /127.0.0.1:50804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:47:48,610 INFO Processing ruok command from /127.0.0.1:51146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:47:48,692 INFO Processing ruok command from /127.0.0.1:51154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:47:58,621 INFO Processing ruok command from /127.0.0.1:51508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:47:58,675 INFO Processing ruok command from /127.0.0.1:51512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:48:08,603 INFO Processing ruok command from /127.0.0.1:51866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:48:08,668 INFO Processing ruok command from /127.0.0.1:51870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:48:18,611 INFO Processing ruok command from /127.0.0.1:52216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:48:18,692 INFO Processing ruok command from /127.0.0.1:52224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:48:28,611 INFO Processing ruok command from /127.0.0.1:52578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:48:28,691 INFO Processing ruok command from /127.0.0.1:52586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:48:38,622 INFO Processing ruok command from /127.0.0.1:52930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:48:38,735 INFO Processing ruok command from /127.0.0.1:52936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:48:48,611 INFO Processing ruok command from /127.0.0.1:53282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:48:48,709 INFO Processing ruok command from /127.0.0.1:53290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:48:58,623 INFO Processing ruok command from /127.0.0.1:53648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:48:58,663 INFO Processing ruok command from /127.0.0.1:53650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:49:08,625 INFO Processing ruok command from /127.0.0.1:54004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:49:08,742 INFO Processing ruok command from /127.0.0.1:54010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:49:18,606 INFO Processing ruok command from /127.0.0.1:54356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:49:18,714 INFO Processing ruok command from /127.0.0.1:54364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:49:24,361 INFO Committing global session 0x10000517e74000e (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 09:49:28,623 INFO Processing ruok command from /127.0.0.1:54728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:49:28,704 INFO Processing ruok command from /127.0.0.1:54734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:49:38,611 INFO Processing ruok command from /127.0.0.1:55084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:49:38,685 INFO Processing ruok command from /127.0.0.1:55092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:49:48,613 INFO Processing ruok command from /127.0.0.1:55434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:49:48,722 INFO Processing ruok command from /127.0.0.1:55442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:49:58,614 INFO Processing ruok command from /127.0.0.1:55796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:49:58,713 INFO Processing ruok command from /127.0.0.1:55804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:50:08,633 INFO Processing ruok command from /127.0.0.1:56156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:50:08,745 INFO Processing ruok command from /127.0.0.1:56162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:50:18,633 INFO Processing ruok command from /127.0.0.1:56504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:50:18,716 INFO Processing ruok command from /127.0.0.1:56510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:50:28,634 INFO Processing ruok command from /127.0.0.1:56878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:50:28,678 INFO Processing ruok command from /127.0.0.1:56884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:50:38,644 INFO Processing ruok command from /127.0.0.1:57242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:50:38,718 INFO Processing ruok command from /127.0.0.1:57248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:50:48,631 INFO Processing ruok command from /127.0.0.1:57640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:50:48,723 INFO Processing ruok command from /127.0.0.1:57646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:50:58,614 INFO Processing ruok command from /127.0.0.1:57998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:50:58,691 INFO Processing ruok command from /127.0.0.1:58006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:51:08,633 INFO Processing ruok command from /127.0.0.1:58346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:51:08,723 INFO Processing ruok command from /127.0.0.1:58352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:51:18,611 INFO Processing ruok command from /127.0.0.1:58700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:51:18,696 INFO Processing ruok command from /127.0.0.1:58708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:51:23,951 INFO Committing global session 0x300004fd0c30010 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-20 09:51:28,606 INFO Processing ruok command from /127.0.0.1:59056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:51:28,699 INFO Processing ruok command from /127.0.0.1:59064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:51:38,614 INFO Processing ruok command from /127.0.0.1:59406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:51:38,658 INFO Processing ruok command from /127.0.0.1:59410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:51:48,629 INFO Processing ruok command from /127.0.0.1:59758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:51:48,708 INFO Processing ruok command from /127.0.0.1:59764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:51:58,641 INFO Processing ruok command from /127.0.0.1:60122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:51:58,713 INFO Processing ruok command from /127.0.0.1:60128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:52:08,623 INFO Processing ruok command from /127.0.0.1:60480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:52:08,717 INFO Processing ruok command from /127.0.0.1:60486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:52:18,625 INFO Processing ruok command from /127.0.0.1:60840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:52:18,709 INFO Processing ruok command from /127.0.0.1:60846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:52:28,618 INFO Processing ruok command from /127.0.0.1:32974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:52:28,662 INFO Processing ruok command from /127.0.0.1:32976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:52:38,641 INFO Processing ruok command from /127.0.0.1:33338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:52:38,730 INFO Processing ruok command from /127.0.0.1:33344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:52:48,630 INFO Processing ruok command from /127.0.0.1:33696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:52:48,733 INFO Processing ruok command from /127.0.0.1:33702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:52:58,629 INFO Processing ruok command from /127.0.0.1:34054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:52:58,709 INFO Processing ruok command from /127.0.0.1:34060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:53:08,636 INFO Processing ruok command from /127.0.0.1:34414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:53:08,675 INFO Processing ruok command from /127.0.0.1:34418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:53:18,605 INFO Processing ruok command from /127.0.0.1:34776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-20 09:53:18,642 INFO Processing ruok command from /127.0.0.1:34780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-20 09:53:24,162 INFO Committing global session 0x300004fd0c30011 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]