Results

By type

          Detected Zookeeper ID 2
Preparing truststore
Adding /opt/kafka/cluster-ca-certs/ca.crt to truststore /tmp/zookeeper/cluster.truststore.p12 with alias ca
Certificate was added to keystore
Preparing truststore is complete
Looking for the right CA
Found the right CA: /opt/kafka/cluster-ca-certs/ca.crt
Preparing keystore for client and quorum listeners
Preparing keystore for client and quorum listeners is complete
Starting Zookeeper with configuration:
# The directory where the snapshot is stored.
dataDir=/var/lib/zookeeper/data

# Other options
4lw.commands.whitelist=*
standaloneEnabled=false
reconfigEnabled=true
clientPort=12181
clientPortAddress=127.0.0.1

# TLS options
serverCnxnFactory=org.apache.zookeeper.server.NettyServerCnxnFactory
ssl.clientAuth=need
ssl.quorum.clientAuth=need
secureClientPort=2181
sslQuorum=true

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

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

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


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

+ exec /usr/bin/tini -w -e 143 -- /opt/kafka/bin/zookeeper-server-start.sh /tmp/zookeeper.properties
2022-07-16 02:47:37,891 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-07-16 02:47:37,906 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-07-16 02:47:37,907 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-07-16 02:47:37,913 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main]
2022-07-16 02:47:37,914 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-07-16 02:47:37,914 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-07-16 02:47:37,976 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main]
2022-07-16 02:47:37,976 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main]
2022-07-16 02:47:37,979 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-07-16 02:47:37,990 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2022-07-16 02:47:37,991 INFO Log4j 1.2 jmx support found and enabled. (org.apache.zookeeper.jmx.ManagedUtil) [main]
2022-07-16 02:47:38,019 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-07-16 02:47:38,036 INFO Starting quorum peer, myid=2 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main]
2022-07-16 02:47:38,079 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@1ffe63b9 (org.apache.zookeeper.server.ServerMetrics) [main]
2022-07-16 02:47:38,256 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-07-16 02:47:38,256 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-07-16 02:47:38,256 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-07-16 02:47:38,368 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-07-16 02:47:38,373 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-07-16 02:47:38,375 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-07-16 02:47:38,377 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-07-16 02:47:38,377 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-07-16 02:47:38,378 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-07-16 02:47:38,379 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-07-16 02:47:38,391 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-16 02:47:38,441 INFO Logging initialized @1675ms to org.eclipse.jetty.util.log.Slf4jLog (org.eclipse.jetty.util.log) [main]
2022-07-16 02:47:38,596 WARN o.e.j.s.ServletContextHandler@17f9d882{/,null,STOPPED} contextPath ends with /* (org.eclipse.jetty.server.handler.ContextHandler) [main]
2022-07-16 02:47:38,596 WARN Empty contextPath (org.eclipse.jetty.server.handler.ContextHandler) [main]
2022-07-16 02:47:38,642 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main]
2022-07-16 02:47:38,645 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-16 02:47:38,645 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-16 02:47:38,646 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-16 02:47:38,646 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-16 02:47:38,646 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-16 02:47:38,646 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-16 02:47:38,646 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-16 02:47:38,646 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-16 02:47:38,673 INFO  (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-16 02:47:38,673 INFO   ______                  _                                           (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-16 02:47:38,673 INFO  |___  /                 | |                                          (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-16 02:47:38,673 INFO     / /    ___     ___   | | __   ___    ___   _ __     ___   _ __    (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-16 02:47:38,673 INFO    / /    / _ \   / _ \  | |/ /  / _ \  / _ \ | '_ \   / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-16 02:47:38,673 INFO   / /__  | (_) | | (_) | |   <  |  __/ |  __/ | |_) | |  __/ | |     (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-16 02:47:38,673 INFO  /_____|  \___/   \___/  |_|\_\  \___|  \___| | .__/   \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-16 02:47:38,673 INFO                                               | |                      (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-16 02:47:38,673 INFO                                               |_|                      (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-16 02:47:38,673 INFO  (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-16 02:47:38,676 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-16 02:47:38,676 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-16 02:47:38,677 INFO Server environment:java.version=11.0.14 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-16 02:47:38,677 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-16 02:47:38,677 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-16 02:47:38,677 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-16 02:47:38,677 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-16 02:47:38,677 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-16 02:47:38,677 INFO Server environment:java.compiler= (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-16 02:47:38,677 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-16 02:47:38,677 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-16 02:47:38,677 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-16 02:47:38,677 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-16 02:47:38,677 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-16 02:47:38,677 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-16 02:47:38,677 INFO Server environment:os.memory.free=204MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-16 02:47:38,677 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-16 02:47:38,677 INFO Server environment:os.memory.total=223MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-16 02:47:38,678 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-16 02:47:38,678 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-16 02:47:38,678 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-16 02:47:38,678 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-16 02:47:38,678 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-16 02:47:38,678 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-16 02:47:38,678 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-16 02:47:38,679 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-07-16 02:47:38,697 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main]
2022-07-16 02:47:38,697 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main]
2022-07-16 02:47:38,699 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main]
2022-07-16 02:47:38,699 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main]
2022-07-16 02:47:38,729 INFO Using TLS encrypted quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-16 02:47:38,729 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-16 02:47:38,729 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-16 02:47:38,737 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-16 02:47:38,737 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-16 02:47:38,737 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-16 02:47:38,738 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-16 02:47:38,754 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main]
2022-07-16 02:47:38,755 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main]
2022-07-16 02:47:38,768 INFO Snapshot loaded in 30 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main]
2022-07-16 02:47:38,770 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-16 02:47:38,775 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-16 02:47:38,778 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-07-16 02:47:38,928 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-07-16 02:47:38,928 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-07-16 02:47:38,947 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-07-16 02:47:38,962 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-16 02:47:39,059 INFO DefaultSessionIdManager workerName=node0 (org.eclipse.jetty.server.session) [main]
2022-07-16 02:47:39,059 INFO No SessionScavenger set, using defaults (org.eclipse.jetty.server.session) [main]
2022-07-16 02:47:39,063 INFO node0 Scavenging every 660000ms (org.eclipse.jetty.server.session) [main]
2022-07-16 02:47:39,073 WARN ServletContext@o.e.j.s.ServletContextHandler@17f9d882{/,null,STARTING} has uncovered http methods for path: /* (org.eclipse.jetty.security.SecurityHandler) [main]
2022-07-16 02:47:39,094 INFO Started o.e.j.s.ServletContextHandler@17f9d882{/,null,AVAILABLE} (org.eclipse.jetty.server.handler.ContextHandler) [main]
2022-07-16 02:47:39,111 INFO Started ServerConnector@1151e434{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} (org.eclipse.jetty.server.AbstractConnector) [main]
2022-07-16 02:47:39,111 INFO Started @2345ms (org.eclipse.jetty.server.Server) [main]
2022-07-16 02:47:39,111 INFO Started AdminServer on address 0.0.0.0, port 8080 and command URL /commands (org.apache.zookeeper.server.admin.JettyAdminServer) [main]
2022-07-16 02:47:39,113 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-07-16 02:47:39,125 INFO Election port bind maximum retries is 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main]
2022-07-16 02:47:39,128 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main]
2022-07-16 02:47:39,128 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main]
2022-07-16 02:47:39,136 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main]
2022-07-16 02:47:39,133 INFO Creating TLS-only quorum server socket (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.71.80:3888]
2022-07-16 02:47:39,142 INFO 2 is accepting connections now, my election bind port: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.71.80:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.71.80:3888]
2022-07-16 02:47:39,153 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-16 02:47:39,156 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-16 02:47:39,176 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-16 02:47:39,386 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-16 02:47:39,787 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-16 02:47:39,964 WARN Cannot open channel to 3 at election address onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-2]
java.net.UnknownHostException: onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc
	at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229)
	at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.base/java.net.Socket.connect(Socket.java:609)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:300)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
2022-07-16 02:47:40,419 INFO SSL handshake complete with onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.67:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-1]
2022-07-16 02:47:40,437 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:1, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]]
2022-07-16 02:47:40,444 INFO Notification: my state:LOOKING; n.sid:1, 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-16 02:47:40,645 INFO Peer state changed: leading (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-16 02:47:40,646 INFO LEADING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-16 02:47:40,653 INFO zookeeper.leader.maxConcurrentSnapSyncs = 10 (org.apache.zookeeper.server.quorum.LearnerMaster) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-16 02:47:40,653 INFO zookeeper.leader.maxConcurrentDiffSyncs = 100 (org.apache.zookeeper.server.quorum.LearnerMaster) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-16 02:47:40,653 INFO TCP NoDelay set to: true (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-16 02:47:40,653 INFO zookeeper.leader.ackLoggingFrequency = 1000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-16 02:47:40,653 INFO zookeeper.leader.maxTimeToWaitForEpoch = -1ms (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-16 02:47:40,658 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-16 02:47:40,660 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-16 02:47:40,661 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-16 02:47:40,662 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-16 02:47:40,662 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-16 02:47:40,665 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-16 02:47:40,665 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-16 02:47:40,665 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-16 02:47:40,665 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-16 02:47:40,665 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-16 02:47:40,666 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-16 02:47:40,672 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-16 02:47:40,673 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-16 02:47:40,673 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-16 02:47:40,678 INFO LEADING - LEADER ELECTION TOOK - 1523 MS (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-16 02:47:40,685 INFO Peer state changed: leading - discovery (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-16 02:47:40,685 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-16 02:47:40,696 INFO Snapshot taken in 11 ms (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-16 02:47:41,090 INFO Notification: my state:LEADING; n.sid:1, n.state:LOOKING, n.leader:1, n.round:0x2, 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-16 02:47:41,304 INFO Notification: my state:LEADING; n.sid:1, n.state:LOOKING, n.leader:1, n.round:0x2, 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-16 02:47:41,718 INFO Notification: my state:LEADING; n.sid:1, n.state:LOOKING, n.leader:1, n.round:0x2, 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-16 02:47:42,532 INFO Notification: my state:LEADING; n.sid:1, n.state:LOOKING, n.leader:1, n.round:0x2, 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-16 02:47:44,147 INFO Notification: my state:LEADING; n.sid:1, n.state:LOOKING, n.leader:1, n.round:0x2, 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-16 02:47:45,481 INFO Received connection request from /10.233.72.63:40256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.71.80:3888]
2022-07-16 02:47:45,874 INFO Accepted TLS connection from /10.233.72.63:40256 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.71.80:3888]
2022-07-16 02:47:45,931 INFO Notification: my state:LEADING; 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-16 02:47:45,946 INFO Notification: my state:LEADING; n.sid:3, n.state:LOOKING, n.leader:3, n.round:0x2, 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-16 02:47:45,959 INFO Notification: my state:LEADING; n.sid:1, n.state:LOOKING, n.leader:3, n.round:0x2, 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-16 02:47:46,636 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-16 02:47:46,637 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
2022-07-16 02:47:46,643 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-16 02:47:46,644 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
2022-07-16 02:47:50,030 WARN Exception caught (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-4-1]
java.lang.NullPointerException
	at org.apache.zookeeper.server.NettyServerCnxnFactory$CnxnChannelHandler.channelActive(NettyServerCnxnFactory.java:260)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelActive(AbstractChannelHandlerContext.java:230)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelActive(AbstractChannelHandlerContext.java:216)
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelActive(AbstractChannelHandlerContext.java:209)
	at io.netty.channel.DefaultChannelPipeline$HeadContext.channelActive(DefaultChannelPipeline.java:1398)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelActive(AbstractChannelHandlerContext.java:230)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelActive(AbstractChannelHandlerContext.java:216)
	at io.netty.channel.DefaultChannelPipeline.fireChannelActive(DefaultChannelPipeline.java:895)
	at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:522)
	at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:429)
	at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:486)
	at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base/java.lang.Thread.run(Thread.java:829)
2022-07-16 02:47:50,075 WARN Exception caught (org.apache.zookeeper.server.NettyServerCnxnFactory) [nioEventLoopGroup-4-2]
java.lang.NullPointerException
	at org.apache.zookeeper.server.NettyServerCnxnFactory$CnxnChannelHandler.channelActive(NettyServerCnxnFactory.java:260)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelActive(AbstractChannelHandlerContext.java:230)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelActive(AbstractChannelHandlerContext.java:216)
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelActive(AbstractChannelHandlerContext.java:209)
	at io.netty.channel.DefaultChannelPipeline$HeadContext.channelActive(DefaultChannelPipeline.java:1398)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelActive(AbstractChannelHandlerContext.java:230)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelActive(AbstractChannelHandlerContext.java:216)
	at io.netty.channel.DefaultChannelPipeline.fireChannelActive(DefaultChannelPipeline.java:895)
	at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:522)
	at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:429)
	at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:486)
	at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base/java.lang.Thread.run(Thread.java:829)
2022-07-16 02:47:50,702 WARN Unexpected exception (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
java.lang.InterruptedException: Timeout while waiting for epoch from quorum
	at org.apache.zookeeper.server.quorum.Leader.getEpochToPropose(Leader.java:1428)
	at org.apache.zookeeper.server.quorum.Leader.lead(Leader.java:599)
	at org.apache.zookeeper.server.quorum.QuorumPeer.run(QuorumPeer.java:1480)
2022-07-16 02:47:50,702 INFO Shutting down (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-16 02:47:50,703 INFO Shutdown called. For the reason Forcing shutdown (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-16 02:47:50,703 INFO Peer state changed: looking (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-16 02:47:50,704 WARN PeerState set to LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-16 02:47:50,704 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-16 02:47:50,704 WARN Exception while shutting down acceptor. (org.apache.zookeeper.server.quorum.Leader) [LearnerCnxAcceptorHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.71.80:2888]
java.net.SocketException: Socket closed
	at java.base/java.net.PlainSocketImpl.socketAccept(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:474)
	at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:565)
	at org.apache.zookeeper.server.quorum.UnifiedServerSocket.accept(UnifiedServerSocket.java:139)
	at org.apache.zookeeper.server.quorum.Leader$LearnerCnxAcceptor$LearnerCnxAcceptorHandler.acceptConnections(Leader.java:510)
	at org.apache.zookeeper.server.quorum.Leader$LearnerCnxAcceptor$LearnerCnxAcceptorHandler.run(Leader.java:493)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
2022-07-16 02:47:50,705 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-16 02:47:50,714 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x2, 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-16 02:47:50,718 INFO 2 Received version: 100000000 my version: 0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]]
2022-07-16 02:47:50,727 INFO restarting leader election (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]]
2022-07-16 02:47:50,728 INFO Leaving listener (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumPeerListener]
2022-07-16 02:47:50,731 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-16 02:47:50,732 WARN Send worker leaving thread id 3 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:3]
2022-07-16 02:47:50,732 INFO WorkerReceiver is down (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]]
2022-07-16 02:47:50,733 WARN Connection broken for id 3, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:3]
java.net.SocketException: Socket closed
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/java.io.SequenceInputStream.read(SequenceInputStream.java:199)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:478)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:472)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:70)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1449)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1060)
	at org.apache.zookeeper.server.quorum.UnifiedServerSocket$UnifiedInputStream.read(UnifiedServerSocket.java:693)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271)
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:392)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2022-07-16 02:47:50,734 WARN Interrupting SendWorker thread from RecvWorker. sid: 3. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:3]
2022-07-16 02:47:50,775 INFO SSL handshake complete with onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.67:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-3]
2022-07-16 02:47:50,779 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
2022-07-16 02:47:50,781 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
2022-07-16 02:47:50,918 ERROR Exception while submitting quorum connection request (org.apache.zookeeper.server.quorum.QuorumCnxManager) [WorkerSender[myid=2]]
java.util.concurrent.RejectedExecutionException: Task Thread[QuorumConnectionReqThread-1,5,main] rejected from java.util.concurrent.ThreadPoolExecutor@366e420b[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
	at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2055)
	at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:825)
	at java.base/java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1355)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnectionAsync(QuorumCnxManager.java:429)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.connectOne(QuorumCnxManager.java:732)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.connectOne(QuorumCnxManager.java:763)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.toSend(QuorumCnxManager.java:704)
	at org.apache.zookeeper.server.quorum.FastLeaderElection$Messenger$WorkerSender.process(FastLeaderElection.java:516)
	at org.apache.zookeeper.server.quorum.FastLeaderElection$Messenger$WorkerSender.run(FastLeaderElection.java:500)
	at java.base/java.lang.Thread.run(Thread.java:829)
2022-07-16 02:47:50,919 INFO WorkerSender is down (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerSender[myid=2]]
2022-07-16 02:47:50,920 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-16 02:47:50,921 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-16 02:47:50,921 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-16 02:47:50,921 INFO Election port bind maximum retries is 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-16 02:47:50,921 WARN Clobbering already-set QuorumCnxManager (restarting leader election?) (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-16 02:47:50,923 INFO Creating TLS-only quorum server socket (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.71.80:3888]
2022-07-16 02:47:50,923 INFO 2 is accepting connections now, my election bind port: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.71.80:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.71.80:3888]
2022-07-16 02:47:50,923 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-16 02:47:50,929 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:0x100000000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]]
2022-07-16 02:47:50,948 INFO SSL handshake complete with onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.67:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-1]
2022-07-16 02:47:50,962 INFO Notification: my state:LOOKING; n.sid:1, n.state:FOLLOWING, n.leader:3, n.round:0x2, n.peerEpoch:0x1, n.zxid:0x0, message format version:0x2, n.config version:0x100000000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]]
2022-07-16 02:47:51,020 INFO SSL handshake complete with onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.72.63:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-2]
2022-07-16 02:47:51,021 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-2]
2022-07-16 02:47:51,029 INFO Received connection request from /10.233.72.63:40286 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.71.80:3888]
2022-07-16 02:47:51,093 INFO Accepted TLS connection from /10.233.72.63:40286 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.71.80:3888]
2022-07-16 02:47:51,105 INFO Notification: my state:LOOKING; n.sid:3, n.state:LEADING, n.leader:3, n.round:0x2, n.peerEpoch:0x1, n.zxid:0x0, message format version:0x2, n.config version:0x100000000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]]
2022-07-16 02:47:51,105 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-16 02:47:51,106 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-16 02:47:51,110 INFO Notification: my state:FOLLOWING; n.sid:3, n.state:LEADING, n.leader:3, n.round:0x2, n.peerEpoch:0x1, n.zxid:0x0, message format version:0x2, n.config version:0x100000000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]]
2022-07-16 02:47:51,115 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-16 02:47:51,115 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-16 02:47:51,115 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-16 02:47:51,116 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-16 02:47:51,116 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-16 02:47:51,116 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-16 02:47:51,116 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-16 02:47:51,116 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-16 02:47:51,116 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-16 02:47:51,116 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-16 02:47:51,117 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-16 02:47:51,133 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-16 02:47:51,133 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-16 02:47:51,134 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-16 02:47:51,134 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-16 02:47:51,134 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-16 02:47:51,137 INFO FOLLOWING - LEADER ELECTION TOOK - 214 MS (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-16 02:47:51,141 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-16 02:47:51,218 INFO Successfully connected to leader, using address: onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.72.63:2888 (org.apache.zookeeper.server.quorum.Learner) [LeaderConnector-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.72.63:2888]
2022-07-16 02:47:51,236 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-16 02:47:51,246 INFO Peer state changed: following - synchronization - snap (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-16 02:47:51,246 INFO Getting a snapshot from leader 0x100000000 (org.apache.zookeeper.server.quorum.Learner) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-16 02:47:51,247 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-16 02:47:51,247 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-16 02:47:51,257 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-16 02:47:51,274 INFO Snapshotting: 0x100000000 to /var/lib/zookeeper/data/version-2/snapshot.100000000 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-16 02:47:51,282 INFO Snapshot taken in 9 ms (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-07-16 02:47:51,288 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-16 02:47:51,297 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-16 02:47:51,297 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-16 02:47:51,315 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-16 02:47:51,343 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-16 02:47:51,345 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-16 02:48:00,088 INFO The list of known four letter word commands is : [{1936881266=srvr, 1937006964=stat, 2003003491=wchc, 1685417328=dump, 1668445044=crst, 1936880500=srst, 1701738089=envi, 1668247142=conf, -720899=telnet close, 1751217000=hash, 2003003507=wchs, 2003003504=wchp, 1684632179=dirs, 1668247155=cons, 1835955314=mntr, 1769173615=isro, 1920298859=ruok, 1735683435=gtmk, 1937010027=stmk}] (org.apache.zookeeper.server.command.FourLetterCommands) [nioEventLoopGroup-4-1]
2022-07-16 02:48:00,088 INFO The list of enabled four letter word commands is : [[wchs, stat, wchp, dirs, stmk, conf, ruok, mntr, srvr, wchc, envi, srst, isro, dump, gtmk, telnet close, crst, hash, cons]] (org.apache.zookeeper.server.command.FourLetterCommands) [nioEventLoopGroup-4-1]
2022-07-16 02:48:00,088 INFO Processing ruok command from /127.0.0.1:50440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:48:00,204 INFO Processing ruok command from /127.0.0.1:50444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:48:02,445 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-16 02:48:02,450 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:2]
2022-07-16 02:48:02,463 INFO Committing global session 0x1000049f01c0000 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 02:48:10,005 INFO Processing ruok command from /127.0.0.1:50516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:48:10,063 INFO Processing ruok command from /127.0.0.1:50518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:48:19,992 INFO Processing ruok command from /127.0.0.1:50600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:48:20,084 INFO Processing ruok command from /127.0.0.1:50604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:48:22,786 INFO Committing global session 0x3000049232d0000 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 02:48:23,617 INFO Committing global session 0x1000049f01c0001 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 02:48:28,740 INFO Committing global session 0x1000049f01c0002 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 02:48:29,073 INFO Committing global session 0x3000049232d0001 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 02:48:29,593 INFO Committing global session 0x3000049232d0002 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 02:48:30,002 INFO Processing ruok command from /127.0.0.1:50680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:48:30,093 INFO Processing ruok command from /127.0.0.1:50684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:48:38,047 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-07-16 02:48:38,071 INFO Committing global session 0x20000499c5a0000 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 02:48:39,987 INFO Processing ruok command from /127.0.0.1:50766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:48:40,073 INFO Processing ruok command from /127.0.0.1:50768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:48:49,984 INFO Processing ruok command from /127.0.0.1:50850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:48:50,072 INFO Processing ruok command from /127.0.0.1:50852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:48:59,991 INFO Processing ruok command from /127.0.0.1:50936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:49:00,084 INFO Processing ruok command from /127.0.0.1:50940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:49:07,223 INFO Authenticated Id 'CN=onap-strimzi-entity-topic-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-07-16 02:49:07,234 INFO Committing global session 0x20000499c5a0001 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 02:49:09,982 INFO Processing ruok command from /127.0.0.1:51016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:49:10,058 INFO Processing ruok command from /127.0.0.1:51018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:49:19,982 INFO Processing ruok command from /127.0.0.1:51102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:49:20,086 INFO Processing ruok command from /127.0.0.1:51106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:49:25,313 INFO Committing global session 0x1000049f01c0003 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 02:49:29,986 INFO Processing ruok command from /127.0.0.1:51202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:49:30,089 INFO Processing ruok command from /127.0.0.1:51206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:49:40,026 INFO Processing ruok command from /127.0.0.1:51328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:49:40,166 INFO Processing ruok command from /127.0.0.1:51332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:49:50,008 INFO Processing ruok command from /127.0.0.1:51434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:49:50,124 INFO Processing ruok command from /127.0.0.1:51438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:50:00,077 INFO Processing ruok command from /127.0.0.1:51518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:50:00,249 INFO Processing ruok command from /127.0.0.1:51524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:50:09,988 INFO Processing ruok command from /127.0.0.1:51632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:50:10,045 INFO Processing ruok command from /127.0.0.1:51634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:50:20,046 INFO Processing ruok command from /127.0.0.1:51722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:50:20,151 INFO Processing ruok command from /127.0.0.1:51726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:50:30,026 INFO Processing ruok command from /127.0.0.1:51802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:50:30,145 INFO Processing ruok command from /127.0.0.1:51806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:50:32,140 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-07-16 02:50:32,164 INFO Committing global session 0x20000499c5a0002 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 02:50:32,936 INFO Submitting global closeSession request for session 0x20000499c5a0002 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-07-16 02:50:40,022 INFO Processing ruok command from /127.0.0.1:51890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:50:40,114 INFO Processing ruok command from /127.0.0.1:51894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:50:49,990 INFO Processing ruok command from /127.0.0.1:51986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:50:50,073 INFO Processing ruok command from /127.0.0.1:51988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:51:00,015 INFO Processing ruok command from /127.0.0.1:52104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:51:00,168 INFO Processing ruok command from /127.0.0.1:52108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:51:10,000 INFO Processing ruok command from /127.0.0.1:52184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:51:10,113 INFO Processing ruok command from /127.0.0.1:52188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:51:20,020 INFO Processing ruok command from /127.0.0.1:52268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:51:20,098 INFO Processing ruok command from /127.0.0.1:52272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:51:29,994 INFO Processing ruok command from /127.0.0.1:52354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:51:30,089 INFO Processing ruok command from /127.0.0.1:52358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:51:40,010 INFO Processing ruok command from /127.0.0.1:52432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:51:40,124 INFO Processing ruok command from /127.0.0.1:52436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:51:49,993 INFO Processing ruok command from /127.0.0.1:52516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:51:50,086 INFO Processing ruok command from /127.0.0.1:52520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:51:59,996 INFO Processing ruok command from /127.0.0.1:52602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:52:00,082 INFO Processing ruok command from /127.0.0.1:52606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:52:10,015 INFO Processing ruok command from /127.0.0.1:52704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:52:10,114 INFO Processing ruok command from /127.0.0.1:52708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:52:20,026 INFO Processing ruok command from /127.0.0.1:52796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:52:20,172 INFO Processing ruok command from /127.0.0.1:52800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:52:30,010 INFO Processing ruok command from /127.0.0.1:52878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:52:30,099 INFO Processing ruok command from /127.0.0.1:52882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:52:32,427 INFO Committing global session 0x1000049f01c0004 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 02:52:39,996 INFO Processing ruok command from /127.0.0.1:52956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:52:40,069 INFO Processing ruok command from /127.0.0.1:52958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:52:50,003 INFO Processing ruok command from /127.0.0.1:53038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:52:50,092 INFO Processing ruok command from /127.0.0.1:53042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:52:59,995 INFO Processing ruok command from /127.0.0.1:53134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:53:00,087 INFO Processing ruok command from /127.0.0.1:53138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:53:09,979 INFO Processing ruok command from /127.0.0.1:53218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:53:10,044 INFO Processing ruok command from /127.0.0.1:53220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:53:19,997 INFO Processing ruok command from /127.0.0.1:53342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:53:20,090 INFO Processing ruok command from /127.0.0.1:53348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:53:30,050 INFO Processing ruok command from /127.0.0.1:53428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:53:30,139 INFO Processing ruok command from /127.0.0.1:53432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:53:40,034 INFO Processing ruok command from /127.0.0.1:53530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:53:40,152 INFO Processing ruok command from /127.0.0.1:53544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:53:50,005 INFO Processing ruok command from /127.0.0.1:53654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:53:50,189 INFO Processing ruok command from /127.0.0.1:53660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:54:00,030 INFO Processing ruok command from /127.0.0.1:53776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:54:00,138 INFO Processing ruok command from /127.0.0.1:53780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:54:10,051 INFO Processing ruok command from /127.0.0.1:53906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:54:10,156 INFO Processing ruok command from /127.0.0.1:53910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:54:20,037 INFO Processing ruok command from /127.0.0.1:54004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:54:20,220 INFO Processing ruok command from /127.0.0.1:54010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:54:30,059 INFO Processing ruok command from /127.0.0.1:54100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:54:30,222 INFO Processing ruok command from /127.0.0.1:54106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:54:32,369 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-07-16 02:54:32,403 INFO Committing global session 0x20000499c5a0003 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 02:54:33,033 INFO Submitting global closeSession request for session 0x20000499c5a0003 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-07-16 02:54:40,087 INFO Processing ruok command from /127.0.0.1:54214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:54:40,162 INFO Processing ruok command from /127.0.0.1:54218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:54:50,011 INFO Processing ruok command from /127.0.0.1:54308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:54:50,086 INFO Processing ruok command from /127.0.0.1:54312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:55:00,025 INFO Processing ruok command from /127.0.0.1:54396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:55:00,139 INFO Processing ruok command from /127.0.0.1:54400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:55:09,997 INFO Processing ruok command from /127.0.0.1:54504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:55:10,095 INFO Processing ruok command from /127.0.0.1:54508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:55:20,039 INFO Processing ruok command from /127.0.0.1:54606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:55:20,151 INFO Processing ruok command from /127.0.0.1:54610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:55:30,017 INFO Processing ruok command from /127.0.0.1:54706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:55:30,121 INFO Processing ruok command from /127.0.0.1:54712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:55:40,042 INFO Processing ruok command from /127.0.0.1:54850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:55:40,106 INFO Processing ruok command from /127.0.0.1:54854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:55:50,005 INFO Processing ruok command from /127.0.0.1:54954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:55:50,060 INFO Processing ruok command from /127.0.0.1:54958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:56:00,020 INFO Processing ruok command from /127.0.0.1:55060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:56:00,173 INFO Processing ruok command from /127.0.0.1:55064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:56:10,006 INFO Processing ruok command from /127.0.0.1:55194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:56:10,102 INFO Processing ruok command from /127.0.0.1:55200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:56:20,007 INFO Processing ruok command from /127.0.0.1:55328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:56:20,111 INFO Processing ruok command from /127.0.0.1:55336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:56:30,007 INFO Processing ruok command from /127.0.0.1:55444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:56:30,124 INFO Processing ruok command from /127.0.0.1:55448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:56:32,399 INFO Committing global session 0x3000049232d0003 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 02:56:40,006 INFO Processing ruok command from /127.0.0.1:55548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:56:40,092 INFO Processing ruok command from /127.0.0.1:55552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:56:49,979 INFO Processing ruok command from /127.0.0.1:55654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:56:50,053 INFO Processing ruok command from /127.0.0.1:55656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:57:00,003 INFO Processing ruok command from /127.0.0.1:55768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:57:00,153 INFO Processing ruok command from /127.0.0.1:55772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:57:10,002 INFO Processing ruok command from /127.0.0.1:55886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:57:10,100 INFO Processing ruok command from /127.0.0.1:55890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:57:20,005 INFO Processing ruok command from /127.0.0.1:56016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:57:20,101 INFO Processing ruok command from /127.0.0.1:56020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:57:30,027 INFO Processing ruok command from /127.0.0.1:56150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:57:30,158 INFO Processing ruok command from /127.0.0.1:56154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:57:40,026 INFO Processing ruok command from /127.0.0.1:56272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:57:40,124 INFO Processing ruok command from /127.0.0.1:56276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:57:50,017 INFO Processing ruok command from /127.0.0.1:56462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:57:50,092 INFO Processing ruok command from /127.0.0.1:56466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:58:00,006 INFO Processing ruok command from /127.0.0.1:56594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:58:00,080 INFO Processing ruok command from /127.0.0.1:56598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:58:09,993 INFO Processing ruok command from /127.0.0.1:56712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:58:10,072 INFO Processing ruok command from /127.0.0.1:56714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:58:20,004 INFO Processing ruok command from /127.0.0.1:56828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:58:20,106 INFO Processing ruok command from /127.0.0.1:56832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:58:30,033 INFO Processing ruok command from /127.0.0.1:56952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:58:30,162 INFO Processing ruok command from /127.0.0.1:56956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:58:32,347 INFO Committing global session 0x1000049f01c0005 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 02:58:40,024 INFO Processing ruok command from /127.0.0.1:57070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:58:40,132 INFO Processing ruok command from /127.0.0.1:57074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:58:50,018 INFO Processing ruok command from /127.0.0.1:57182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:58:50,166 INFO Processing ruok command from /127.0.0.1:57186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:59:00,052 INFO Processing ruok command from /127.0.0.1:57296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:59:00,139 INFO Processing ruok command from /127.0.0.1:57300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:59:10,022 INFO Processing ruok command from /127.0.0.1:57408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:59:10,157 INFO Processing ruok command from /127.0.0.1:57412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:59:20,009 INFO Processing ruok command from /127.0.0.1:57522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:59:20,138 INFO Processing ruok command from /127.0.0.1:57526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:59:30,014 INFO Processing ruok command from /127.0.0.1:57650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:59:30,118 INFO Processing ruok command from /127.0.0.1:57654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:59:40,037 INFO Processing ruok command from /127.0.0.1:57794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:59:40,223 INFO Processing ruok command from /127.0.0.1:57800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 02:59:50,049 INFO Processing ruok command from /127.0.0.1:57912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 02:59:50,170 INFO Processing ruok command from /127.0.0.1:57916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:00:00,096 INFO Processing ruok command from /127.0.0.1:58028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:00:00,235 INFO Processing ruok command from /127.0.0.1:58030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:00:10,049 INFO Processing ruok command from /127.0.0.1:58142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:00:10,162 INFO Processing ruok command from /127.0.0.1:58146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:00:20,070 INFO Processing ruok command from /127.0.0.1:58268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:00:20,178 INFO Processing ruok command from /127.0.0.1:58272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:00:30,050 INFO Processing ruok command from /127.0.0.1:58378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:00:30,189 INFO Processing ruok command from /127.0.0.1:58382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:00:32,384 INFO Committing global session 0x3000049232d0004 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 03:00:40,004 INFO Processing ruok command from /127.0.0.1:58506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:00:40,140 INFO Processing ruok command from /127.0.0.1:58510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:00:50,020 INFO Processing ruok command from /127.0.0.1:58626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:00:50,124 INFO Processing ruok command from /127.0.0.1:58632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:01:00,007 INFO Processing ruok command from /127.0.0.1:58770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:01:00,137 INFO Processing ruok command from /127.0.0.1:58774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:01:10,066 INFO Processing ruok command from /127.0.0.1:58888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:01:10,181 INFO Processing ruok command from /127.0.0.1:58892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:01:20,025 INFO Processing ruok command from /127.0.0.1:59004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:01:20,157 INFO Processing ruok command from /127.0.0.1:59008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:01:30,093 INFO Processing ruok command from /127.0.0.1:59132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:01:30,263 INFO Processing ruok command from /127.0.0.1:59136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:01:40,067 INFO Processing ruok command from /127.0.0.1:59254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:01:40,191 INFO Processing ruok command from /127.0.0.1:59258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:01:49,993 INFO Processing ruok command from /127.0.0.1:59374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:01:50,046 INFO Processing ruok command from /127.0.0.1:59376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:02:00,045 INFO Processing ruok command from /127.0.0.1:59498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:02:00,136 INFO Processing ruok command from /127.0.0.1:59502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:02:09,995 INFO Processing ruok command from /127.0.0.1:59612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:02:10,072 INFO Processing ruok command from /127.0.0.1:59614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:02:20,006 INFO Processing ruok command from /127.0.0.1:59740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:02:20,110 INFO Processing ruok command from /127.0.0.1:59744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:02:30,025 INFO Processing ruok command from /127.0.0.1:59860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:02:30,149 INFO Processing ruok command from /127.0.0.1:59864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:02:32,404 INFO Committing global session 0x1000049f01c0006 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 03:02:40,024 INFO Processing ruok command from /127.0.0.1:59998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:02:40,116 INFO Processing ruok command from /127.0.0.1:60002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:02:50,059 INFO Processing ruok command from /127.0.0.1:60126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:02:50,127 INFO Processing ruok command from /127.0.0.1:60130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:03:00,022 INFO Processing ruok command from /127.0.0.1:60252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:03:00,119 INFO Processing ruok command from /127.0.0.1:60256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:03:10,016 INFO Processing ruok command from /127.0.0.1:60368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:03:10,112 INFO Processing ruok command from /127.0.0.1:60372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:03:20,013 INFO Processing ruok command from /127.0.0.1:60496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:03:20,097 INFO Processing ruok command from /127.0.0.1:60500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:03:30,014 INFO Processing ruok command from /127.0.0.1:60614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:03:30,098 INFO Processing ruok command from /127.0.0.1:60618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:03:40,004 INFO Processing ruok command from /127.0.0.1:60738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:03:40,133 INFO Processing ruok command from /127.0.0.1:60742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:03:50,086 INFO Processing ruok command from /127.0.0.1:60868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:03:50,218 INFO Processing ruok command from /127.0.0.1:60874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:04:00,005 INFO Processing ruok command from /127.0.0.1:60990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:04:00,132 INFO Processing ruok command from /127.0.0.1:60994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:04:10,036 INFO Processing ruok command from /127.0.0.1:32878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:04:10,138 INFO Processing ruok command from /127.0.0.1:32882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:04:20,009 INFO Processing ruok command from /127.0.0.1:33000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:04:20,081 INFO Processing ruok command from /127.0.0.1:33004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:04:30,009 INFO Processing ruok command from /127.0.0.1:33120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:04:30,120 INFO Processing ruok command from /127.0.0.1:33124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:04:31,945 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-07-16 03:04:31,960 INFO Committing global session 0x20000499c5a0004 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 03:04:32,757 INFO Submitting global closeSession request for session 0x20000499c5a0004 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-07-16 03:04:39,998 INFO Processing ruok command from /127.0.0.1:33240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:04:40,096 INFO Processing ruok command from /127.0.0.1:33244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:04:50,024 INFO Processing ruok command from /127.0.0.1:33360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:04:50,094 INFO Processing ruok command from /127.0.0.1:33364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:05:00,066 INFO Processing ruok command from /127.0.0.1:33496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:05:00,188 INFO Processing ruok command from /127.0.0.1:33500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:05:09,997 INFO Processing ruok command from /127.0.0.1:33642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:05:10,114 INFO Processing ruok command from /127.0.0.1:33646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:05:20,007 INFO Processing ruok command from /127.0.0.1:33792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:05:20,111 INFO Processing ruok command from /127.0.0.1:33796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:05:30,034 INFO Processing ruok command from /127.0.0.1:33908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:05:30,145 INFO Processing ruok command from /127.0.0.1:33912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:05:40,005 INFO Processing ruok command from /127.0.0.1:34030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:05:40,114 INFO Processing ruok command from /127.0.0.1:34034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:05:49,999 INFO Processing ruok command from /127.0.0.1:34214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:05:50,103 INFO Processing ruok command from /127.0.0.1:34218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:06:00,014 INFO Processing ruok command from /127.0.0.1:34384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:06:00,145 INFO Processing ruok command from /127.0.0.1:34388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:06:09,992 INFO Processing ruok command from /127.0.0.1:34504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:06:10,090 INFO Processing ruok command from /127.0.0.1:34508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:06:20,005 INFO Processing ruok command from /127.0.0.1:34648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:06:20,107 INFO Processing ruok command from /127.0.0.1:34654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:06:30,033 INFO Processing ruok command from /127.0.0.1:34778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:06:30,158 INFO Processing ruok command from /127.0.0.1:34782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:06:32,011 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-07-16 03:06:32,033 INFO Committing global session 0x20000499c5a0005 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 03:06:32,881 INFO Submitting global closeSession request for session 0x20000499c5a0005 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-07-16 03:06:40,080 INFO Processing ruok command from /127.0.0.1:34930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:06:40,185 INFO Processing ruok command from /127.0.0.1:34934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:06:50,041 INFO Processing ruok command from /127.0.0.1:35066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:06:50,151 INFO Processing ruok command from /127.0.0.1:35070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:07:00,086 INFO Processing ruok command from /127.0.0.1:35242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:07:00,273 INFO Processing ruok command from /127.0.0.1:35246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:07:10,051 INFO Processing ruok command from /127.0.0.1:35368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:07:10,116 INFO Processing ruok command from /127.0.0.1:35372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:07:20,090 INFO Processing ruok command from /127.0.0.1:35564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:07:20,229 INFO Processing ruok command from /127.0.0.1:35572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:07:30,085 INFO Processing ruok command from /127.0.0.1:35818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:07:30,279 INFO Processing ruok command from /127.0.0.1:35824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:07:40,019 INFO Processing ruok command from /127.0.0.1:35998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:07:40,126 INFO Processing ruok command from /127.0.0.1:36002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:07:50,020 INFO Processing ruok command from /127.0.0.1:36252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:07:50,103 INFO Processing ruok command from /127.0.0.1:36256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:08:00,053 INFO Processing ruok command from /127.0.0.1:36500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:08:00,169 INFO Processing ruok command from /127.0.0.1:36504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:08:10,015 INFO Processing ruok command from /127.0.0.1:36644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:08:10,140 INFO Processing ruok command from /127.0.0.1:36648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:08:20,064 INFO Processing ruok command from /127.0.0.1:36788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:08:20,229 INFO Processing ruok command from /127.0.0.1:36794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:08:30,053 INFO Processing ruok command from /127.0.0.1:36948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:08:30,194 INFO Processing ruok command from /127.0.0.1:36952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:08:32,397 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-07-16 03:08:32,445 INFO Committing global session 0x20000499c5a0006 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 03:08:33,163 INFO Submitting global closeSession request for session 0x20000499c5a0006 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-07-16 03:08:40,022 INFO Processing ruok command from /127.0.0.1:37080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:08:40,135 INFO Processing ruok command from /127.0.0.1:37084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:08:49,999 INFO Processing ruok command from /127.0.0.1:37216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:08:50,088 INFO Processing ruok command from /127.0.0.1:37220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:09:00,041 INFO Processing ruok command from /127.0.0.1:37360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:09:00,171 INFO Processing ruok command from /127.0.0.1:37364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:09:10,092 INFO Processing ruok command from /127.0.0.1:37510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:09:10,232 INFO Processing ruok command from /127.0.0.1:37516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:09:20,065 INFO Processing ruok command from /127.0.0.1:37668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:09:20,207 INFO Processing ruok command from /127.0.0.1:37672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:09:30,081 INFO Processing ruok command from /127.0.0.1:37828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:09:30,246 INFO Processing ruok command from /127.0.0.1:37836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:09:40,086 INFO Processing ruok command from /127.0.0.1:37990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:09:40,229 INFO Processing ruok command from /127.0.0.1:37996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:09:46,965 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-07-16 03:09:47,031 INFO Committing global session 0x20000499c5a0007 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 03:09:47,285 INFO Committing global session 0x1000049f01c0007 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 03:09:49,680 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-07-16 03:09:49,715 INFO Committing global session 0x20000499c5a0008 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 03:09:50,190 INFO Processing ruok command from /127.0.0.1:38132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:09:50,353 INFO Processing ruok command from /127.0.0.1:38136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:10:00,162 INFO Processing ruok command from /127.0.0.1:38272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:10:00,384 INFO Processing ruok command from /127.0.0.1:38276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:10:10,075 INFO Processing ruok command from /127.0.0.1:38418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:10:10,251 INFO Processing ruok command from /127.0.0.1:38424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:10:20,082 INFO Processing ruok command from /127.0.0.1:38576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:10:20,212 INFO Processing ruok command from /127.0.0.1:38580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:10:30,132 INFO Processing ruok command from /127.0.0.1:38726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:10:30,332 INFO Processing ruok command from /127.0.0.1:38730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:10:32,456 INFO Committing global session 0x3000049232d0005 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 03:10:40,084 INFO Processing ruok command from /127.0.0.1:38870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:10:40,200 INFO Processing ruok command from /127.0.0.1:38872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:10:50,188 INFO Processing ruok command from /127.0.0.1:39016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:10:50,303 INFO Processing ruok command from /127.0.0.1:39020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:11:00,117 INFO Processing ruok command from /127.0.0.1:39160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:11:00,277 INFO Processing ruok command from /127.0.0.1:39166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:11:10,096 INFO Processing ruok command from /127.0.0.1:39298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:11:10,337 INFO Processing ruok command from /127.0.0.1:39310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:11:20,239 INFO Processing ruok command from /127.0.0.1:39440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:11:20,363 INFO Processing ruok command from /127.0.0.1:39446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:11:30,136 INFO Processing ruok command from /127.0.0.1:39590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:11:30,293 INFO Processing ruok command from /127.0.0.1:39594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:11:40,064 INFO Processing ruok command from /127.0.0.1:39726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:11:40,181 INFO Processing ruok command from /127.0.0.1:39730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:11:50,071 INFO Processing ruok command from /127.0.0.1:39870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:11:50,205 INFO Processing ruok command from /127.0.0.1:39874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:12:00,205 INFO Processing ruok command from /127.0.0.1:40016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:12:00,357 INFO Processing ruok command from /127.0.0.1:40024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:12:10,028 INFO Processing ruok command from /127.0.0.1:40148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:12:10,157 INFO Processing ruok command from /127.0.0.1:40152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:12:20,267 INFO Processing ruok command from /127.0.0.1:40298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:12:20,486 INFO Processing ruok command from /127.0.0.1:40300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:12:30,018 INFO Processing ruok command from /127.0.0.1:40450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:12:30,155 INFO Processing ruok command from /127.0.0.1:40454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:12:31,875 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-07-16 03:12:31,918 INFO Committing global session 0x20000499c5a0009 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 03:12:32,654 INFO Submitting global closeSession request for session 0x20000499c5a0009 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-07-16 03:12:40,096 INFO Processing ruok command from /127.0.0.1:40598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:12:40,381 INFO Processing ruok command from /127.0.0.1:40610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:12:50,036 INFO Processing ruok command from /127.0.0.1:40754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:12:50,149 INFO Processing ruok command from /127.0.0.1:40766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:13:00,144 INFO Processing ruok command from /127.0.0.1:40912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:13:00,275 INFO Processing ruok command from /127.0.0.1:40918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:13:10,055 INFO Processing ruok command from /127.0.0.1:41054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:13:10,169 INFO Processing ruok command from /127.0.0.1:41058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:13:20,071 INFO Processing ruok command from /127.0.0.1:41210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:13:20,285 INFO Processing ruok command from /127.0.0.1:41216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:13:30,053 INFO Processing ruok command from /127.0.0.1:41372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:13:30,178 INFO Processing ruok command from /127.0.0.1:41376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:13:40,102 INFO Processing ruok command from /127.0.0.1:41520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:13:40,281 INFO Processing ruok command from /127.0.0.1:41524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:13:50,042 INFO Processing ruok command from /127.0.0.1:41672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:13:50,134 INFO Processing ruok command from /127.0.0.1:41676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:14:00,089 INFO Processing ruok command from /127.0.0.1:41824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:14:00,197 INFO Processing ruok command from /127.0.0.1:41826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:14:10,021 INFO Processing ruok command from /127.0.0.1:41964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:14:10,122 INFO Processing ruok command from /127.0.0.1:41968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:14:20,100 INFO Processing ruok command from /127.0.0.1:42110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:14:20,269 INFO Processing ruok command from /127.0.0.1:42122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:14:30,029 INFO Processing ruok command from /127.0.0.1:42264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:14:30,200 INFO Processing ruok command from /127.0.0.1:42270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:14:31,965 INFO Committing global session 0x1000049f01c0008 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 03:14:40,063 INFO Processing ruok command from /127.0.0.1:42402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:14:40,178 INFO Processing ruok command from /127.0.0.1:42420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:14:50,028 INFO Processing ruok command from /127.0.0.1:42566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:14:50,083 INFO Processing ruok command from /127.0.0.1:42570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:15:00,038 INFO Processing ruok command from /127.0.0.1:42702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:15:00,177 INFO Processing ruok command from /127.0.0.1:42706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:15:09,989 INFO Processing ruok command from /127.0.0.1:42858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:15:10,069 INFO Processing ruok command from /127.0.0.1:42860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:15:20,047 INFO Processing ruok command from /127.0.0.1:43004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:15:20,173 INFO Processing ruok command from /127.0.0.1:43012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:15:30,051 INFO Processing ruok command from /127.0.0.1:43158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:15:30,135 INFO Processing ruok command from /127.0.0.1:43162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:15:40,071 INFO Processing ruok command from /127.0.0.1:43294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:15:40,184 INFO Processing ruok command from /127.0.0.1:43300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:15:50,029 INFO Processing ruok command from /127.0.0.1:43462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:15:50,098 INFO Processing ruok command from /127.0.0.1:43466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:16:00,073 INFO Processing ruok command from /127.0.0.1:43604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:16:00,168 INFO Processing ruok command from /127.0.0.1:43608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:16:10,014 INFO Processing ruok command from /127.0.0.1:43756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:16:10,167 INFO Processing ruok command from /127.0.0.1:43760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:16:19,985 INFO Processing ruok command from /127.0.0.1:43898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:16:20,133 INFO Processing ruok command from /127.0.0.1:43902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:16:30,009 INFO Processing ruok command from /127.0.0.1:44056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:16:30,107 INFO Processing ruok command from /127.0.0.1:44060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:16:31,957 INFO Committing global session 0x1000049f01c0009 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 03:16:40,034 INFO Processing ruok command from /127.0.0.1:44190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:16:40,162 INFO Processing ruok command from /127.0.0.1:44194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:16:50,038 INFO Processing ruok command from /127.0.0.1:44370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:16:50,152 INFO Processing ruok command from /127.0.0.1:44374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:17:00,049 INFO Processing ruok command from /127.0.0.1:44512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:17:00,216 INFO Processing ruok command from /127.0.0.1:44518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:17:10,024 INFO Processing ruok command from /127.0.0.1:44670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:17:10,122 INFO Processing ruok command from /127.0.0.1:44674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:17:20,201 INFO Processing ruok command from /127.0.0.1:44810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:17:20,333 INFO Processing ruok command from /127.0.0.1:44826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:17:30,025 INFO Processing ruok command from /127.0.0.1:44974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:17:30,162 INFO Processing ruok command from /127.0.0.1:44978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:17:40,136 INFO Processing ruok command from /127.0.0.1:45110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:17:40,198 INFO Processing ruok command from /127.0.0.1:45112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:17:50,018 INFO Processing ruok command from /127.0.0.1:45294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:17:50,128 INFO Processing ruok command from /127.0.0.1:45298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:18:00,126 INFO Processing ruok command from /127.0.0.1:45520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:18:00,206 INFO Processing ruok command from /127.0.0.1:45524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:18:10,008 INFO Processing ruok command from /127.0.0.1:45822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:18:10,128 INFO Processing ruok command from /127.0.0.1:45826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:18:20,029 INFO Processing ruok command from /127.0.0.1:45962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:18:20,197 INFO Processing ruok command from /127.0.0.1:45968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:18:30,043 INFO Processing ruok command from /127.0.0.1:46122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:18:30,170 INFO Processing ruok command from /127.0.0.1:46126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:18:31,750 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-07-16 03:18:31,781 INFO Committing global session 0x20000499c5a000a (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 03:18:32,605 INFO Submitting global closeSession request for session 0x20000499c5a000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-07-16 03:18:40,053 INFO Processing ruok command from /127.0.0.1:46252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:18:40,122 INFO Processing ruok command from /127.0.0.1:46256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:18:50,003 INFO Processing ruok command from /127.0.0.1:46412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:18:50,106 INFO Processing ruok command from /127.0.0.1:46416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:19:00,060 INFO Processing ruok command from /127.0.0.1:46568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:19:00,181 INFO Processing ruok command from /127.0.0.1:46572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:19:10,008 INFO Processing ruok command from /127.0.0.1:46714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:19:10,065 INFO Processing ruok command from /127.0.0.1:46716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:19:20,024 INFO Processing ruok command from /127.0.0.1:46858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:19:20,188 INFO Processing ruok command from /127.0.0.1:46862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:19:30,014 INFO Processing ruok command from /127.0.0.1:47012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:19:30,111 INFO Processing ruok command from /127.0.0.1:47016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:19:40,073 INFO Processing ruok command from /127.0.0.1:47148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:19:40,148 INFO Processing ruok command from /127.0.0.1:47152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:19:49,974 INFO Processing ruok command from /127.0.0.1:47308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:19:50,047 INFO Processing ruok command from /127.0.0.1:47310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:20:00,065 INFO Processing ruok command from /127.0.0.1:47446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:20:00,160 INFO Processing ruok command from /127.0.0.1:47450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:20:10,021 INFO Processing ruok command from /127.0.0.1:47604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:20:10,148 INFO Processing ruok command from /127.0.0.1:47608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:20:20,081 INFO Processing ruok command from /127.0.0.1:47748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:20:20,194 INFO Processing ruok command from /127.0.0.1:47750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:20:30,056 INFO Processing ruok command from /127.0.0.1:47918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:20:30,228 INFO Processing ruok command from /127.0.0.1:47924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:20:31,945 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-07-16 03:20:31,992 INFO Committing global session 0x20000499c5a000b (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 03:20:32,772 INFO Submitting global closeSession request for session 0x20000499c5a000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-07-16 03:20:40,133 INFO Processing ruok command from /127.0.0.1:48066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:20:40,253 INFO Processing ruok command from /127.0.0.1:48072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:20:50,050 INFO Processing ruok command from /127.0.0.1:48234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:20:50,110 INFO Processing ruok command from /127.0.0.1:48238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:21:00,147 INFO Processing ruok command from /127.0.0.1:48388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:21:00,257 INFO Processing ruok command from /127.0.0.1:48394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:21:10,077 INFO Processing ruok command from /127.0.0.1:48562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:21:10,203 INFO Processing ruok command from /127.0.0.1:48564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:21:20,094 INFO Processing ruok command from /127.0.0.1:48700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:21:20,260 INFO Processing ruok command from /127.0.0.1:48704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:21:30,076 INFO Processing ruok command from /127.0.0.1:48854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:21:30,223 INFO Processing ruok command from /127.0.0.1:48858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:21:40,175 INFO Processing ruok command from /127.0.0.1:48986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:21:40,354 INFO Processing ruok command from /127.0.0.1:48998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:21:50,093 INFO Processing ruok command from /127.0.0.1:49148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:21:50,220 INFO Processing ruok command from /127.0.0.1:49150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:22:00,094 INFO Processing ruok command from /127.0.0.1:49294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:22:00,263 INFO Processing ruok command from /127.0.0.1:49298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:22:10,054 INFO Processing ruok command from /127.0.0.1:49446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:22:10,141 INFO Processing ruok command from /127.0.0.1:49450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:22:20,184 INFO Processing ruok command from /127.0.0.1:49586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:22:20,270 INFO Processing ruok command from /127.0.0.1:49590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:22:30,080 INFO Processing ruok command from /127.0.0.1:49744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:22:30,207 INFO Processing ruok command from /127.0.0.1:49746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:22:32,005 INFO Committing global session 0x1000049f01c000a (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 03:22:40,043 INFO Processing ruok command from /127.0.0.1:49878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:22:40,256 INFO Processing ruok command from /127.0.0.1:49884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:22:50,035 INFO Processing ruok command from /127.0.0.1:50038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:22:50,230 INFO Processing ruok command from /127.0.0.1:50044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:23:00,076 INFO Processing ruok command from /127.0.0.1:50184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:23:00,264 INFO Processing ruok command from /127.0.0.1:50190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:23:10,115 INFO Processing ruok command from /127.0.0.1:50340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:23:10,253 INFO Processing ruok command from /127.0.0.1:50344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:23:20,061 INFO Processing ruok command from /127.0.0.1:50484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:23:20,276 INFO Processing ruok command from /127.0.0.1:50490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:23:30,151 INFO Processing ruok command from /127.0.0.1:50644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:23:30,231 INFO Processing ruok command from /127.0.0.1:50648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:23:40,097 INFO Processing ruok command from /127.0.0.1:50782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:23:40,271 INFO Processing ruok command from /127.0.0.1:50786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:23:50,212 INFO Processing ruok command from /127.0.0.1:50942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:23:50,328 INFO Processing ruok command from /127.0.0.1:50946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:24:00,150 INFO Processing ruok command from /127.0.0.1:51076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:24:00,293 INFO Processing ruok command from /127.0.0.1:51080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:24:10,066 INFO Processing ruok command from /127.0.0.1:51236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:24:10,169 INFO Processing ruok command from /127.0.0.1:51240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:24:20,126 INFO Processing ruok command from /127.0.0.1:51376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:24:20,297 INFO Processing ruok command from /127.0.0.1:51380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:24:30,058 INFO Processing ruok command from /127.0.0.1:51534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:24:30,186 INFO Processing ruok command from /127.0.0.1:51538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:24:31,802 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-07-16 03:24:31,820 INFO Committing global session 0x20000499c5a000c (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 03:24:32,662 INFO Submitting global closeSession request for session 0x20000499c5a000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-07-16 03:24:40,102 INFO Processing ruok command from /127.0.0.1:51676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:24:40,264 INFO Processing ruok command from /127.0.0.1:51680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:24:50,093 INFO Processing ruok command from /127.0.0.1:51850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:24:50,198 INFO Processing ruok command from /127.0.0.1:51852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:25:00,203 INFO Processing ruok command from /127.0.0.1:52022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:25:00,344 INFO Processing ruok command from /127.0.0.1:52026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:25:10,101 INFO Processing ruok command from /127.0.0.1:52290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:25:10,192 INFO Processing ruok command from /127.0.0.1:52292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:25:20,253 INFO Processing ruok command from /127.0.0.1:52546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:25:20,362 INFO Processing ruok command from /127.0.0.1:52550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:25:30,048 INFO Processing ruok command from /127.0.0.1:52710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:25:30,177 INFO Processing ruok command from /127.0.0.1:52714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:25:40,167 INFO Processing ruok command from /127.0.0.1:52850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:25:40,365 INFO Processing ruok command from /127.0.0.1:52860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:25:50,069 INFO Processing ruok command from /127.0.0.1:53012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:25:50,253 INFO Processing ruok command from /127.0.0.1:53018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:26:00,155 INFO Processing ruok command from /127.0.0.1:53156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:26:00,390 INFO Processing ruok command from /127.0.0.1:53160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:26:10,083 INFO Processing ruok command from /127.0.0.1:53344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:26:10,169 INFO Processing ruok command from /127.0.0.1:53346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:26:20,085 INFO Processing ruok command from /127.0.0.1:53486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:26:20,281 INFO Processing ruok command from /127.0.0.1:53492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:26:30,066 INFO Processing ruok command from /127.0.0.1:53638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:26:30,169 INFO Processing ruok command from /127.0.0.1:53642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:26:31,928 INFO Committing global session 0x3000049232d0006 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 03:26:40,077 INFO Processing ruok command from /127.0.0.1:53908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:26:40,261 INFO Processing ruok command from /127.0.0.1:53912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:26:50,087 INFO Processing ruok command from /127.0.0.1:54064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:26:50,148 INFO Processing ruok command from /127.0.0.1:54068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:27:00,173 INFO Processing ruok command from /127.0.0.1:54202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:27:00,343 INFO Processing ruok command from /127.0.0.1:54212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:27:10,002 INFO Processing ruok command from /127.0.0.1:54388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:27:10,104 INFO Processing ruok command from /127.0.0.1:54392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:27:20,148 INFO Processing ruok command from /127.0.0.1:54524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:27:20,438 INFO Processing ruok command from /127.0.0.1:54528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:27:30,069 INFO Processing ruok command from /127.0.0.1:54682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:27:30,200 INFO Processing ruok command from /127.0.0.1:54686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:27:40,121 INFO Processing ruok command from /127.0.0.1:54830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:27:40,288 INFO Processing ruok command from /127.0.0.1:54834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:27:50,062 INFO Processing ruok command from /127.0.0.1:55010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:27:50,273 INFO Processing ruok command from /127.0.0.1:55016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:28:00,193 INFO Processing ruok command from /127.0.0.1:55150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:28:00,371 INFO Processing ruok command from /127.0.0.1:55154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:28:10,032 INFO Processing ruok command from /127.0.0.1:55304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:28:10,133 INFO Processing ruok command from /127.0.0.1:55308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:28:20,193 INFO Processing ruok command from /127.0.0.1:55448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:28:20,370 INFO Processing ruok command from /127.0.0.1:55452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:28:30,129 INFO Processing ruok command from /127.0.0.1:55650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:28:30,333 INFO Processing ruok command from /127.0.0.1:55654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:28:31,733 INFO Committing global session 0x1000049f01c000b (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 03:28:40,153 INFO Processing ruok command from /127.0.0.1:55798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:28:40,472 INFO Processing ruok command from /127.0.0.1:55812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:28:50,037 INFO Processing ruok command from /127.0.0.1:55960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:28:50,186 INFO Processing ruok command from /127.0.0.1:55964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:29:00,066 INFO Processing ruok command from /127.0.0.1:56108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:29:00,203 INFO Processing ruok command from /127.0.0.1:56112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:29:10,071 INFO Processing ruok command from /127.0.0.1:56318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:29:10,183 INFO Processing ruok command from /127.0.0.1:56324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:29:20,553 INFO Processing ruok command from /127.0.0.1:56566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:29:20,742 INFO Processing ruok command from /127.0.0.1:56576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:29:30,342 INFO Processing ruok command from /127.0.0.1:56850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:29:30,613 INFO Processing ruok command from /127.0.0.1:56856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:29:40,473 INFO Processing ruok command from /127.0.0.1:57060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:29:40,711 INFO Processing ruok command from /127.0.0.1:57064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:29:50,122 INFO Processing ruok command from /127.0.0.1:57250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:29:50,428 INFO Processing ruok command from /127.0.0.1:57258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:30:00,196 INFO Processing ruok command from /127.0.0.1:57414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:30:00,455 INFO Processing ruok command from /127.0.0.1:57418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:30:10,017 INFO Processing ruok command from /127.0.0.1:57596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:30:10,135 INFO Processing ruok command from /127.0.0.1:57600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:30:20,185 INFO Processing ruok command from /127.0.0.1:57744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:30:20,388 INFO Processing ruok command from /127.0.0.1:57748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:30:30,056 INFO Processing ruok command from /127.0.0.1:57910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:30:30,158 INFO Processing ruok command from /127.0.0.1:57914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:30:31,844 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-07-16 03:30:31,860 INFO Committing global session 0x20000499c5a000d (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 03:30:32,670 INFO Submitting global closeSession request for session 0x20000499c5a000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-07-16 03:30:40,103 INFO Processing ruok command from /127.0.0.1:58088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:30:40,298 INFO Processing ruok command from /127.0.0.1:58098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:30:50,074 INFO Processing ruok command from /127.0.0.1:58248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:30:50,197 INFO Processing ruok command from /127.0.0.1:58252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:31:00,224 INFO Processing ruok command from /127.0.0.1:58408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:31:00,399 INFO Processing ruok command from /127.0.0.1:58412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:31:10,121 INFO Processing ruok command from /127.0.0.1:58604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:31:10,245 INFO Processing ruok command from /127.0.0.1:58608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:31:20,261 INFO Processing ruok command from /127.0.0.1:58748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:31:20,590 INFO Processing ruok command from /127.0.0.1:58752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:31:30,167 INFO Processing ruok command from /127.0.0.1:58908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:31:30,367 INFO Processing ruok command from /127.0.0.1:58912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:31:40,158 INFO Processing ruok command from /127.0.0.1:59048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:31:40,319 INFO Processing ruok command from /127.0.0.1:59060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:31:50,025 INFO Processing ruok command from /127.0.0.1:59218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:31:50,165 INFO Processing ruok command from /127.0.0.1:59222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:32:00,150 INFO Processing ruok command from /127.0.0.1:59398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:32:00,320 INFO Processing ruok command from /127.0.0.1:59402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:32:10,085 INFO Processing ruok command from /127.0.0.1:59558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:32:10,173 INFO Processing ruok command from /127.0.0.1:59562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:32:20,058 INFO Processing ruok command from /127.0.0.1:59704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:32:20,204 INFO Processing ruok command from /127.0.0.1:59708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:32:30,022 INFO Processing ruok command from /127.0.0.1:59866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:32:30,136 INFO Processing ruok command from /127.0.0.1:59870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:32:31,915 INFO Committing global session 0x3000049232d0007 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 03:32:40,075 INFO Processing ruok command from /127.0.0.1:60010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:32:40,256 INFO Processing ruok command from /127.0.0.1:60016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:32:50,011 INFO Processing ruok command from /127.0.0.1:60182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:32:50,094 INFO Processing ruok command from /127.0.0.1:60186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:33:00,080 INFO Processing ruok command from /127.0.0.1:60336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:33:00,248 INFO Processing ruok command from /127.0.0.1:60340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:33:09,996 INFO Processing ruok command from /127.0.0.1:60508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:33:10,081 INFO Processing ruok command from /127.0.0.1:60512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:33:20,072 INFO Processing ruok command from /127.0.0.1:60662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:33:20,187 INFO Processing ruok command from /127.0.0.1:60666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:33:30,029 INFO Processing ruok command from /127.0.0.1:60828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:33:30,130 INFO Processing ruok command from /127.0.0.1:60832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:33:39,999 INFO Processing ruok command from /127.0.0.1:60980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:33:40,150 INFO Processing ruok command from /127.0.0.1:60986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:33:49,994 INFO Processing ruok command from /127.0.0.1:32912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:33:50,090 INFO Processing ruok command from /127.0.0.1:32916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:34:00,030 INFO Processing ruok command from /127.0.0.1:33080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:34:00,141 INFO Processing ruok command from /127.0.0.1:33086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:34:09,985 INFO Processing ruok command from /127.0.0.1:33252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:34:10,074 INFO Processing ruok command from /127.0.0.1:33256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:34:19,991 INFO Processing ruok command from /127.0.0.1:33404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:34:20,057 INFO Processing ruok command from /127.0.0.1:33408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:34:30,037 INFO Processing ruok command from /127.0.0.1:33564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:34:30,157 INFO Processing ruok command from /127.0.0.1:33568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:34:31,919 INFO Committing global session 0x1000049f01c000c (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 03:34:40,025 INFO Processing ruok command from /127.0.0.1:33708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:34:40,162 INFO Processing ruok command from /127.0.0.1:33712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:34:49,983 INFO Processing ruok command from /127.0.0.1:33876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:34:50,075 INFO Processing ruok command from /127.0.0.1:33880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:35:00,024 INFO Processing ruok command from /127.0.0.1:34026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:35:00,161 INFO Processing ruok command from /127.0.0.1:34032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:35:09,985 INFO Processing ruok command from /127.0.0.1:34182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:35:10,088 INFO Processing ruok command from /127.0.0.1:34186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:35:20,000 INFO Processing ruok command from /127.0.0.1:34348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:35:20,081 INFO Processing ruok command from /127.0.0.1:34352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:35:29,995 INFO Processing ruok command from /127.0.0.1:34514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:35:30,066 INFO Processing ruok command from /127.0.0.1:34516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:35:40,019 INFO Processing ruok command from /127.0.0.1:34674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:35:40,100 INFO Processing ruok command from /127.0.0.1:34680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:35:49,998 INFO Processing ruok command from /127.0.0.1:34844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:35:50,073 INFO Processing ruok command from /127.0.0.1:34848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:36:00,052 INFO Processing ruok command from /127.0.0.1:34994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:36:00,180 INFO Processing ruok command from /127.0.0.1:35002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:36:09,985 INFO Processing ruok command from /127.0.0.1:35152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:36:10,040 INFO Processing ruok command from /127.0.0.1:35154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:36:20,024 INFO Processing ruok command from /127.0.0.1:35312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:36:20,124 INFO Processing ruok command from /127.0.0.1:35320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:36:30,008 INFO Processing ruok command from /127.0.0.1:35480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:36:30,051 INFO Processing ruok command from /127.0.0.1:35482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:36:31,779 INFO Committing global session 0x3000049232d0008 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 03:36:40,036 INFO Processing ruok command from /127.0.0.1:35626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:36:40,101 INFO Processing ruok command from /127.0.0.1:35630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:36:49,981 INFO Processing ruok command from /127.0.0.1:35796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:36:50,077 INFO Processing ruok command from /127.0.0.1:35802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:37:00,064 INFO Processing ruok command from /127.0.0.1:35938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:37:00,132 INFO Processing ruok command from /127.0.0.1:35948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:37:09,994 INFO Processing ruok command from /127.0.0.1:36104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:37:10,033 INFO Processing ruok command from /127.0.0.1:36106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:37:20,028 INFO Processing ruok command from /127.0.0.1:36250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:37:20,102 INFO Processing ruok command from /127.0.0.1:36254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:37:30,013 INFO Processing ruok command from /127.0.0.1:36426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:37:30,121 INFO Processing ruok command from /127.0.0.1:36430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:37:40,012 INFO Processing ruok command from /127.0.0.1:36572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:37:40,097 INFO Processing ruok command from /127.0.0.1:36576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:37:50,003 INFO Processing ruok command from /127.0.0.1:36742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:37:50,066 INFO Processing ruok command from /127.0.0.1:36744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:38:00,083 INFO Processing ruok command from /127.0.0.1:36890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:38:00,165 INFO Processing ruok command from /127.0.0.1:36896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:38:09,974 INFO Processing ruok command from /127.0.0.1:37062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:38:10,047 INFO Processing ruok command from /127.0.0.1:37064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:38:20,023 INFO Processing ruok command from /127.0.0.1:37214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:38:20,113 INFO Processing ruok command from /127.0.0.1:37220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:38:30,037 INFO Processing ruok command from /127.0.0.1:37410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:38:30,098 INFO Processing ruok command from /127.0.0.1:37414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:38:31,745 INFO Committing global session 0x1000049f01c000d (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 03:38:40,003 INFO Processing ruok command from /127.0.0.1:37560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:38:40,129 INFO Processing ruok command from /127.0.0.1:37564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:38:49,979 INFO Processing ruok command from /127.0.0.1:37734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:38:50,049 INFO Processing ruok command from /127.0.0.1:37736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:39:00,004 INFO Processing ruok command from /127.0.0.1:37888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:39:00,190 INFO Processing ruok command from /127.0.0.1:37896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:39:09,994 INFO Processing ruok command from /127.0.0.1:38046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:39:10,083 INFO Processing ruok command from /127.0.0.1:38050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:39:20,048 INFO Processing ruok command from /127.0.0.1:38196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:39:20,172 INFO Processing ruok command from /127.0.0.1:38204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:39:29,970 INFO Processing ruok command from /127.0.0.1:38368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:39:30,050 INFO Processing ruok command from /127.0.0.1:38370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:39:40,042 INFO Processing ruok command from /127.0.0.1:38526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:39:40,083 INFO Processing ruok command from /127.0.0.1:38530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:39:50,008 INFO Processing ruok command from /127.0.0.1:38690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:39:50,093 INFO Processing ruok command from /127.0.0.1:38694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:40:00,081 INFO Processing ruok command from /127.0.0.1:38842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:40:00,240 INFO Processing ruok command from /127.0.0.1:38844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:40:09,997 INFO Processing ruok command from /127.0.0.1:38998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:40:10,075 INFO Processing ruok command from /127.0.0.1:39000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:40:20,060 INFO Processing ruok command from /127.0.0.1:39148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:40:20,116 INFO Processing ruok command from /127.0.0.1:39152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:40:30,003 INFO Processing ruok command from /127.0.0.1:39298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:40:30,099 INFO Processing ruok command from /127.0.0.1:39310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:40:31,770 INFO Committing global session 0x3000049232d0009 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 03:40:40,046 INFO Processing ruok command from /127.0.0.1:39464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:40:40,126 INFO Processing ruok command from /127.0.0.1:39468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:40:49,990 INFO Processing ruok command from /127.0.0.1:39614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:40:50,037 INFO Processing ruok command from /127.0.0.1:39616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:41:00,048 INFO Processing ruok command from /127.0.0.1:39778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:41:00,164 INFO Processing ruok command from /127.0.0.1:39782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:41:09,988 INFO Processing ruok command from /127.0.0.1:39928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:41:10,082 INFO Processing ruok command from /127.0.0.1:39932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:41:20,012 INFO Processing ruok command from /127.0.0.1:40094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:41:20,155 INFO Processing ruok command from /127.0.0.1:40098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:41:30,006 INFO Processing ruok command from /127.0.0.1:40248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:41:30,127 INFO Processing ruok command from /127.0.0.1:40252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:41:40,029 INFO Processing ruok command from /127.0.0.1:40406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:41:40,130 INFO Processing ruok command from /127.0.0.1:40410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:41:50,024 INFO Processing ruok command from /127.0.0.1:40576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:41:50,095 INFO Processing ruok command from /127.0.0.1:40580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:42:00,106 INFO Processing ruok command from /127.0.0.1:40732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:42:00,251 INFO Processing ruok command from /127.0.0.1:40740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:42:09,996 INFO Processing ruok command from /127.0.0.1:40882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:42:10,091 INFO Processing ruok command from /127.0.0.1:40886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:42:20,004 INFO Processing ruok command from /127.0.0.1:41040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:42:20,100 INFO Processing ruok command from /127.0.0.1:41044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:42:29,995 INFO Processing ruok command from /127.0.0.1:41198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:42:30,092 INFO Processing ruok command from /127.0.0.1:41202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:42:31,867 INFO Committing global session 0x3000049232d000a (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 03:42:40,028 INFO Processing ruok command from /127.0.0.1:41364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:42:40,194 INFO Processing ruok command from /127.0.0.1:41368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:42:49,986 INFO Processing ruok command from /127.0.0.1:41524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:42:50,068 INFO Processing ruok command from /127.0.0.1:41526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:43:00,071 INFO Processing ruok command from /127.0.0.1:41708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:43:00,214 INFO Processing ruok command from /127.0.0.1:41714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:43:09,988 INFO Processing ruok command from /127.0.0.1:41856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:43:10,047 INFO Processing ruok command from /127.0.0.1:41858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:43:20,066 INFO Processing ruok command from /127.0.0.1:42018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:43:20,173 INFO Processing ruok command from /127.0.0.1:42024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:43:30,011 INFO Processing ruok command from /127.0.0.1:42174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:43:30,130 INFO Processing ruok command from /127.0.0.1:42178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:43:40,012 INFO Processing ruok command from /127.0.0.1:42332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:43:40,094 INFO Processing ruok command from /127.0.0.1:42338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:43:49,999 INFO Processing ruok command from /127.0.0.1:42490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:43:50,109 INFO Processing ruok command from /127.0.0.1:42494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:44:00,078 INFO Processing ruok command from /127.0.0.1:42666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:44:00,193 INFO Processing ruok command from /127.0.0.1:42668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:44:09,992 INFO Processing ruok command from /127.0.0.1:42810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:44:10,103 INFO Processing ruok command from /127.0.0.1:42814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:44:20,056 INFO Processing ruok command from /127.0.0.1:42974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:44:20,176 INFO Processing ruok command from /127.0.0.1:42980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:44:29,999 INFO Processing ruok command from /127.0.0.1:43128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:44:30,119 INFO Processing ruok command from /127.0.0.1:43132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:44:31,939 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-07-16 03:44:31,954 INFO Committing global session 0x20000499c5a000e (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 03:44:32,784 INFO Submitting global closeSession request for session 0x20000499c5a000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-07-16 03:44:40,061 INFO Processing ruok command from /127.0.0.1:43288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:44:40,243 INFO Processing ruok command from /127.0.0.1:43292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:44:50,032 INFO Processing ruok command from /127.0.0.1:43448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:44:50,110 INFO Processing ruok command from /127.0.0.1:43452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:45:00,101 INFO Processing ruok command from /127.0.0.1:43614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:45:00,297 INFO Processing ruok command from /127.0.0.1:43618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:45:10,008 INFO Processing ruok command from /127.0.0.1:43770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:45:10,099 INFO Processing ruok command from /127.0.0.1:43774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:45:20,089 INFO Processing ruok command from /127.0.0.1:43926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:45:20,179 INFO Processing ruok command from /127.0.0.1:43928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:45:30,014 INFO Processing ruok command from /127.0.0.1:44082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:45:30,131 INFO Processing ruok command from /127.0.0.1:44086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:45:40,064 INFO Processing ruok command from /127.0.0.1:44236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:45:40,239 INFO Processing ruok command from /127.0.0.1:44242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:45:50,023 INFO Processing ruok command from /127.0.0.1:44398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:45:50,115 INFO Processing ruok command from /127.0.0.1:44402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:46:00,046 INFO Processing ruok command from /127.0.0.1:44552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:46:00,187 INFO Processing ruok command from /127.0.0.1:44556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:46:10,029 INFO Processing ruok command from /127.0.0.1:44718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:46:10,105 INFO Processing ruok command from /127.0.0.1:44722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:46:20,059 INFO Processing ruok command from /127.0.0.1:44874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:46:20,101 INFO Processing ruok command from /127.0.0.1:44878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:46:30,006 INFO Processing ruok command from /127.0.0.1:45028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:46:30,113 INFO Processing ruok command from /127.0.0.1:45032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:46:31,947 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-07-16 03:46:31,957 INFO Committing global session 0x20000499c5a000f (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 03:46:32,769 INFO Submitting global closeSession request for session 0x20000499c5a000f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-07-16 03:46:40,028 INFO Processing ruok command from /127.0.0.1:45182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:46:40,123 INFO Processing ruok command from /127.0.0.1:45188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:46:49,993 INFO Processing ruok command from /127.0.0.1:45342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:46:50,094 INFO Processing ruok command from /127.0.0.1:45346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:47:00,073 INFO Processing ruok command from /127.0.0.1:45492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:47:00,165 INFO Processing ruok command from /127.0.0.1:45498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:47:10,026 INFO Processing ruok command from /127.0.0.1:45658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:47:10,141 INFO Processing ruok command from /127.0.0.1:45662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:47:20,082 INFO Processing ruok command from /127.0.0.1:45814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:47:20,221 INFO Processing ruok command from /127.0.0.1:45818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:47:30,046 INFO Processing ruok command from /127.0.0.1:45990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:47:30,163 INFO Processing ruok command from /127.0.0.1:45994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:47:37,978 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-07-16 03:47:37,979 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2022-07-16 03:47:37,996 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-07-16 03:47:40,058 INFO Processing ruok command from /127.0.0.1:46142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:47:40,192 INFO Processing ruok command from /127.0.0.1:46146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:47:50,003 INFO Processing ruok command from /127.0.0.1:46306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:47:50,109 INFO Processing ruok command from /127.0.0.1:46310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:48:00,056 INFO Processing ruok command from /127.0.0.1:46462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:48:00,162 INFO Processing ruok command from /127.0.0.1:46466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:48:10,014 INFO Processing ruok command from /127.0.0.1:46622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:48:10,098 INFO Processing ruok command from /127.0.0.1:46626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:48:20,065 INFO Processing ruok command from /127.0.0.1:46792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:48:20,214 INFO Processing ruok command from /127.0.0.1:46796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:48:30,009 INFO Processing ruok command from /127.0.0.1:46952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:48:30,096 INFO Processing ruok command from /127.0.0.1:46956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:48:31,990 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-07-16 03:48:32,003 INFO Committing global session 0x20000499c5a0010 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 03:48:32,752 INFO Submitting global closeSession request for session 0x20000499c5a0010 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-07-16 03:48:40,064 INFO Processing ruok command from /127.0.0.1:47104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:48:40,242 INFO Processing ruok command from /127.0.0.1:47110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:48:49,998 INFO Processing ruok command from /127.0.0.1:47272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:48:50,085 INFO Processing ruok command from /127.0.0.1:47276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:49:00,076 INFO Processing ruok command from /127.0.0.1:47432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:49:00,195 INFO Processing ruok command from /127.0.0.1:47436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:49:10,007 INFO Processing ruok command from /127.0.0.1:47588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:49:10,084 INFO Processing ruok command from /127.0.0.1:47592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:49:20,025 INFO Processing ruok command from /127.0.0.1:47764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:49:20,136 INFO Processing ruok command from /127.0.0.1:47768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:49:30,007 INFO Processing ruok command from /127.0.0.1:47920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:49:30,072 INFO Processing ruok command from /127.0.0.1:47922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:49:40,066 INFO Processing ruok command from /127.0.0.1:48072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:49:40,167 INFO Processing ruok command from /127.0.0.1:48080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:49:50,006 INFO Processing ruok command from /127.0.0.1:48232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:49:50,092 INFO Processing ruok command from /127.0.0.1:48236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:50:00,083 INFO Processing ruok command from /127.0.0.1:48392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:50:00,153 INFO Processing ruok command from /127.0.0.1:48396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:50:10,016 INFO Processing ruok command from /127.0.0.1:48556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:50:10,114 INFO Processing ruok command from /127.0.0.1:48560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:50:20,050 INFO Processing ruok command from /127.0.0.1:48716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:50:20,187 INFO Processing ruok command from /127.0.0.1:48724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:50:30,010 INFO Processing ruok command from /127.0.0.1:48892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:50:30,110 INFO Processing ruok command from /127.0.0.1:48896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:50:31,816 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-07-16 03:50:31,829 INFO Committing global session 0x20000499c5a0011 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 03:50:32,645 INFO Submitting global closeSession request for session 0x20000499c5a0011 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-07-16 03:50:40,037 INFO Processing ruok command from /127.0.0.1:49042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:50:40,179 INFO Processing ruok command from /127.0.0.1:49048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:50:49,984 INFO Processing ruok command from /127.0.0.1:49212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:50:50,091 INFO Processing ruok command from /127.0.0.1:49216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:51:00,133 INFO Processing ruok command from /127.0.0.1:49366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:51:00,202 INFO Processing ruok command from /127.0.0.1:49370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:51:10,045 INFO Processing ruok command from /127.0.0.1:49522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:51:10,140 INFO Processing ruok command from /127.0.0.1:49526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:51:20,061 INFO Processing ruok command from /127.0.0.1:49680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:51:20,168 INFO Processing ruok command from /127.0.0.1:49686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:51:30,038 INFO Processing ruok command from /127.0.0.1:49850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:51:30,141 INFO Processing ruok command from /127.0.0.1:49854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:51:40,052 INFO Processing ruok command from /127.0.0.1:50000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:51:40,180 INFO Processing ruok command from /127.0.0.1:50006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:51:50,014 INFO Processing ruok command from /127.0.0.1:50164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:51:50,108 INFO Processing ruok command from /127.0.0.1:50168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:52:00,037 INFO Processing ruok command from /127.0.0.1:50340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:52:00,124 INFO Processing ruok command from /127.0.0.1:50346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:52:10,048 INFO Processing ruok command from /127.0.0.1:50502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:52:10,125 INFO Processing ruok command from /127.0.0.1:50506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:52:19,985 INFO Processing ruok command from /127.0.0.1:50668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:52:20,090 INFO Processing ruok command from /127.0.0.1:50672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:52:29,986 INFO Processing ruok command from /127.0.0.1:50826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:52:30,083 INFO Processing ruok command from /127.0.0.1:50830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:52:31,765 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-07-16 03:52:31,776 INFO Committing global session 0x20000499c5a0012 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 03:52:32,641 INFO Submitting global closeSession request for session 0x20000499c5a0012 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-07-16 03:52:39,997 INFO Processing ruok command from /127.0.0.1:50996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:52:40,074 INFO Processing ruok command from /127.0.0.1:51000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:52:49,997 INFO Processing ruok command from /127.0.0.1:51156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:52:50,055 INFO Processing ruok command from /127.0.0.1:51158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:53:00,010 INFO Processing ruok command from /127.0.0.1:51324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:53:00,099 INFO Processing ruok command from /127.0.0.1:51328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:53:09,989 INFO Processing ruok command from /127.0.0.1:51470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:53:10,066 INFO Processing ruok command from /127.0.0.1:51472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:53:20,056 INFO Processing ruok command from /127.0.0.1:51634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:53:20,175 INFO Processing ruok command from /127.0.0.1:51638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:53:30,033 INFO Processing ruok command from /127.0.0.1:51784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:53:30,131 INFO Processing ruok command from /127.0.0.1:51788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:53:40,060 INFO Processing ruok command from /127.0.0.1:51954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:53:40,164 INFO Processing ruok command from /127.0.0.1:51958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:53:49,982 INFO Processing ruok command from /127.0.0.1:52112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:53:50,081 INFO Processing ruok command from /127.0.0.1:52116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:54:00,013 INFO Processing ruok command from /127.0.0.1:52276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:54:00,164 INFO Processing ruok command from /127.0.0.1:52280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:54:10,004 INFO Processing ruok command from /127.0.0.1:52426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:54:10,079 INFO Processing ruok command from /127.0.0.1:52430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:54:20,078 INFO Processing ruok command from /127.0.0.1:52596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:54:20,185 INFO Processing ruok command from /127.0.0.1:52598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:54:29,995 INFO Processing ruok command from /127.0.0.1:52750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:54:30,086 INFO Processing ruok command from /127.0.0.1:52754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:54:31,727 INFO Committing global session 0x1000049f01c000e (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 03:54:39,990 INFO Processing ruok command from /127.0.0.1:52910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:54:40,121 INFO Processing ruok command from /127.0.0.1:52914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:54:50,000 INFO Processing ruok command from /127.0.0.1:53080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:54:50,041 INFO Processing ruok command from /127.0.0.1:53082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:55:00,074 INFO Processing ruok command from /127.0.0.1:53246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:55:00,166 INFO Processing ruok command from /127.0.0.1:53248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:55:09,984 INFO Processing ruok command from /127.0.0.1:53400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:55:10,072 INFO Processing ruok command from /127.0.0.1:53404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:55:20,046 INFO Processing ruok command from /127.0.0.1:53562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:55:20,116 INFO Processing ruok command from /127.0.0.1:53566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:55:29,981 INFO Processing ruok command from /127.0.0.1:53710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:55:30,066 INFO Processing ruok command from /127.0.0.1:53712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:55:40,027 INFO Processing ruok command from /127.0.0.1:53874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:55:40,156 INFO Processing ruok command from /127.0.0.1:53878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:55:49,993 INFO Processing ruok command from /127.0.0.1:54038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:55:50,053 INFO Processing ruok command from /127.0.0.1:54040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:56:00,078 INFO Processing ruok command from /127.0.0.1:54190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:56:00,155 INFO Processing ruok command from /127.0.0.1:54194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:56:09,993 INFO Processing ruok command from /127.0.0.1:54344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:56:10,106 INFO Processing ruok command from /127.0.0.1:54348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:56:20,056 INFO Processing ruok command from /127.0.0.1:54506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:56:20,160 INFO Processing ruok command from /127.0.0.1:54510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:56:30,039 INFO Processing ruok command from /127.0.0.1:54682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:56:30,123 INFO Processing ruok command from /127.0.0.1:54686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:56:31,649 INFO Committing global session 0x3000049232d000b (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 03:56:39,999 INFO Processing ruok command from /127.0.0.1:54842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:56:40,136 INFO Processing ruok command from /127.0.0.1:54846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:56:49,996 INFO Processing ruok command from /127.0.0.1:55006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:56:50,086 INFO Processing ruok command from /127.0.0.1:55010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:57:00,081 INFO Processing ruok command from /127.0.0.1:55172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:57:00,232 INFO Processing ruok command from /127.0.0.1:55174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:57:10,019 INFO Processing ruok command from /127.0.0.1:55324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:57:10,128 INFO Processing ruok command from /127.0.0.1:55328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:57:20,087 INFO Processing ruok command from /127.0.0.1:55486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:57:20,256 INFO Processing ruok command from /127.0.0.1:55490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:57:29,993 INFO Processing ruok command from /127.0.0.1:55646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:57:30,133 INFO Processing ruok command from /127.0.0.1:55650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:57:40,006 INFO Processing ruok command from /127.0.0.1:55796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:57:40,166 INFO Processing ruok command from /127.0.0.1:55800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:57:50,029 INFO Processing ruok command from /127.0.0.1:55958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:57:50,127 INFO Processing ruok command from /127.0.0.1:55962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:58:00,074 INFO Processing ruok command from /127.0.0.1:56120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:58:00,262 INFO Processing ruok command from /127.0.0.1:56130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:58:10,004 INFO Processing ruok command from /127.0.0.1:56272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:58:10,140 INFO Processing ruok command from /127.0.0.1:56276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:58:20,092 INFO Processing ruok command from /127.0.0.1:56430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:58:20,233 INFO Processing ruok command from /127.0.0.1:56434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:58:30,038 INFO Processing ruok command from /127.0.0.1:56586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:58:30,140 INFO Processing ruok command from /127.0.0.1:56590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:58:31,673 INFO Committing global session 0x3000049232d000c (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 03:58:40,074 INFO Processing ruok command from /127.0.0.1:56742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:58:40,246 INFO Processing ruok command from /127.0.0.1:56746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:58:50,016 INFO Processing ruok command from /127.0.0.1:56906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:58:50,099 INFO Processing ruok command from /127.0.0.1:56910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:59:00,052 INFO Processing ruok command from /127.0.0.1:57064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:59:00,139 INFO Processing ruok command from /127.0.0.1:57068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:59:09,997 INFO Processing ruok command from /127.0.0.1:57230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:59:10,055 INFO Processing ruok command from /127.0.0.1:57232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:59:20,058 INFO Processing ruok command from /127.0.0.1:57392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:59:20,193 INFO Processing ruok command from /127.0.0.1:57396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:59:29,999 INFO Processing ruok command from /127.0.0.1:57552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:59:30,081 INFO Processing ruok command from /127.0.0.1:57556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:59:39,994 INFO Processing ruok command from /127.0.0.1:57704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:59:40,061 INFO Processing ruok command from /127.0.0.1:57706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 03:59:50,001 INFO Processing ruok command from /127.0.0.1:57870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 03:59:50,086 INFO Processing ruok command from /127.0.0.1:57874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 04:00:00,042 INFO Processing ruok command from /127.0.0.1:58036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 04:00:00,104 INFO Processing ruok command from /127.0.0.1:58040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 04:00:09,996 INFO Processing ruok command from /127.0.0.1:58192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 04:00:10,062 INFO Processing ruok command from /127.0.0.1:58194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 04:00:19,993 INFO Processing ruok command from /127.0.0.1:58358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 04:00:20,049 INFO Processing ruok command from /127.0.0.1:58360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 04:00:30,005 INFO Processing ruok command from /127.0.0.1:58508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 04:00:30,092 INFO Processing ruok command from /127.0.0.1:58512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 04:00:31,863 INFO Committing global session 0x1000049f01c000f (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 04:00:40,002 INFO Processing ruok command from /127.0.0.1:58678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 04:00:40,093 INFO Processing ruok command from /127.0.0.1:58682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 04:00:49,989 INFO Processing ruok command from /127.0.0.1:58840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 04:00:50,096 INFO Processing ruok command from /127.0.0.1:58844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 04:01:00,010 INFO Processing ruok command from /127.0.0.1:59022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 04:01:00,186 INFO Processing ruok command from /127.0.0.1:59028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 04:01:10,004 INFO Processing ruok command from /127.0.0.1:59174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 04:01:10,100 INFO Processing ruok command from /127.0.0.1:59178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 04:01:20,060 INFO Processing ruok command from /127.0.0.1:59352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 04:01:20,140 INFO Processing ruok command from /127.0.0.1:59356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 04:01:30,004 INFO Processing ruok command from /127.0.0.1:59510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 04:01:30,122 INFO Processing ruok command from /127.0.0.1:59514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 04:01:40,086 INFO Processing ruok command from /127.0.0.1:59672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 04:01:40,191 INFO Processing ruok command from /127.0.0.1:59676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 04:01:49,998 INFO Processing ruok command from /127.0.0.1:59828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 04:01:50,086 INFO Processing ruok command from /127.0.0.1:59834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 04:02:00,146 INFO Processing ruok command from /127.0.0.1:59988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 04:02:00,260 INFO Processing ruok command from /127.0.0.1:59996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 04:02:10,027 INFO Processing ruok command from /127.0.0.1:60148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 04:02:10,149 INFO Processing ruok command from /127.0.0.1:60152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 04:02:20,072 INFO Processing ruok command from /127.0.0.1:60328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 04:02:20,247 INFO Processing ruok command from /127.0.0.1:60334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 04:02:30,040 INFO Processing ruok command from /127.0.0.1:60490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 04:02:30,139 INFO Processing ruok command from /127.0.0.1:60494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 04:02:31,706 INFO Committing global session 0x1000049f01c0010 (org.apache.zookeeper.server.quorum.LearnerSessionTracker) [CommitProcessor:2]
2022-07-16 04:02:40,055 INFO Processing ruok command from /127.0.0.1:60644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 04:02:40,186 INFO Processing ruok command from /127.0.0.1:60648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-07-16 04:02:50,013 INFO Processing ruok command from /127.0.0.1:60812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-07-16 04:02:50,135 INFO Processing ruok command from /127.0.0.1:60816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]