Results

By type

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

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

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

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

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

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


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

+ exec /usr/bin/tini -w -e 143 -- /opt/kafka/bin/zookeeper-server-start.sh /tmp/zookeeper.properties
2022-10-23 04:31:03,275 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-10-23 04:31:03,286 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-10-23 04:31:03,286 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-10-23 04:31:03,291 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main]
2022-10-23 04:31:03,292 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-10-23 04:31:03,292 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-10-23 04:31:03,326 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main]
2022-10-23 04:31:03,326 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main]
2022-10-23 04:31:03,328 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-10-23 04:31:03,334 INFO Log4j 1.2 jmx support found and enabled. (org.apache.zookeeper.jmx.ManagedUtil) [main]
2022-10-23 04:31:03,336 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2022-10-23 04:31:03,346 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-10-23 04:31:03,355 INFO Starting quorum peer, myid=3 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main]
2022-10-23 04:31:03,380 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@51e5fc98 (org.apache.zookeeper.server.ServerMetrics) [main]
2022-10-23 04:31:03,490 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-10-23 04:31:03,490 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-10-23 04:31:03,490 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-10-23 04:31:03,566 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-10-23 04:31:03,568 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-10-23 04:31:03,568 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-10-23 04:31:03,568 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-10-23 04:31:03,568 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-10-23 04:31:03,569 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-10-23 04:31:03,569 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-10-23 04:31:03,578 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-10-23 04:31:03,583 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main]
2022-10-23 04:31:03,584 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-10-23 04:31:03,585 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-10-23 04:31:03,585 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-10-23 04:31:03,585 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-10-23 04:31:03,585 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-10-23 04:31:03,585 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-10-23 04:31:03,585 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-10-23 04:31:03,585 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-10-23 04:31:03,605 INFO  (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-23 04:31:03,605 INFO   ______                  _                                           (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-23 04:31:03,605 INFO  |___  /                 | |                                          (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-23 04:31:03,605 INFO     / /    ___     ___   | | __   ___    ___   _ __     ___   _ __    (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-23 04:31:03,605 INFO    / /    / _ \   / _ \  | |/ /  / _ \  / _ \ | '_ \   / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-23 04:31:03,605 INFO   / /__  | (_) | | (_) | |   <  |  __/ |  __/ | |_) | |  __/ | |     (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-23 04:31:03,605 INFO  /_____|  \___/   \___/  |_|\_\  \___|  \___| | .__/   \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-23 04:31:03,605 INFO                                               | |                      (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-23 04:31:03,606 INFO                                               |_|                      (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-23 04:31:03,606 INFO  (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-23 04:31:03,608 INFO Server environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-23 04:31:03,608 INFO Server environment:host.name=onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-23 04:31:03,608 INFO Server environment:java.version=11.0.15 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-23 04:31:03,608 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-23 04:31:03,608 INFO Server environment:java.home=/usr/lib/jvm/java-11-openjdk-11.0.15.0.10-2.el8_6.x86_64 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-23 04:31:03,615 INFO Server environment:java.class.path=/opt/kafka/bin/../libs/accessors-smart-2.4.7.jar:/opt/kafka/bin/../libs/activation-1.1.1.jar:/opt/kafka/bin/../libs/annotations-13.0.jar:/opt/kafka/bin/../libs/aopalliance-repackaged-2.6.1.jar:/opt/kafka/bin/../libs/argparse4j-0.7.0.jar:/opt/kafka/bin/../libs/audience-annotations-0.5.0.jar:/opt/kafka/bin/../libs/automaton-1.11-8.jar:/opt/kafka/bin/../libs/checker-qual-3.5.0.jar:/opt/kafka/bin/../libs/commons-cli-1.4.jar:/opt/kafka/bin/../libs/commons-lang-2.6.jar:/opt/kafka/bin/../libs/commons-lang3-3.8.1.jar:/opt/kafka/bin/../libs/connect-api-3.1.0.jar:/opt/kafka/bin/../libs/connect-basic-auth-extension-3.1.0.jar:/opt/kafka/bin/../libs/connect-file-3.1.0.jar:/opt/kafka/bin/../libs/connect-json-3.1.0.jar:/opt/kafka/bin/../libs/connect-mirror-3.1.0.jar:/opt/kafka/bin/../libs/connect-mirror-client-3.1.0.jar:/opt/kafka/bin/../libs/connect-runtime-3.1.0.jar:/opt/kafka/bin/../libs/connect-transforms-3.1.0.jar:/opt/kafka/bin/../libs/cruise-control-metrics-reporter-2.5.95.jar:/opt/kafka/bin/../libs/error_prone_annotations-2.3.4.jar:/opt/kafka/bin/../libs/failureaccess-1.0.1.jar:/opt/kafka/bin/../libs/generex-1.0.2.jar:/opt/kafka/bin/../libs/gson-2.9.0.jar:/opt/kafka/bin/../libs/guava-30.1-jre.jar:/opt/kafka/bin/../libs/hk2-api-2.6.1.jar:/opt/kafka/bin/../libs/hk2-locator-2.6.1.jar:/opt/kafka/bin/../libs/hk2-utils-2.6.1.jar:/opt/kafka/bin/../libs/j2objc-annotations-1.3.jar:/opt/kafka/bin/../libs/jackson-annotations-2.12.3.jar:/opt/kafka/bin/../libs/jackson-core-2.12.3.jar:/opt/kafka/bin/../libs/jackson-databind-2.12.3.jar:/opt/kafka/bin/../libs/jackson-dataformat-csv-2.12.3.jar:/opt/kafka/bin/../libs/jackson-dataformat-yaml-2.12.3.jar:/opt/kafka/bin/../libs/jackson-datatype-jdk8-2.12.3.jar:/opt/kafka/bin/../libs/jackson-datatype-jsr310-2.12.3.jar:/opt/kafka/bin/../libs/jackson-jaxrs-base-2.12.3.jar:/opt/kafka/bin/../libs/jackson-jaxrs-json-provider-2.12.3.jar:/opt/kafka/bin/../libs/jackson-module-jaxb-annotations-2.12.3.jar:/opt/kafka/bin/../libs/jackson-module-scala_2.13-2.12.3.jar:/opt/kafka/bin/../libs/jaeger-client-1.8.1.jar:/opt/kafka/bin/../libs/jaeger-core-1.8.1.jar:/opt/kafka/bin/../libs/jaeger-thrift-1.8.1.jar:/opt/kafka/bin/../libs/jaeger-tracerresolver-1.8.1.jar:/opt/kafka/bin/../libs/jakarta.activation-api-1.2.1.jar:/opt/kafka/bin/../libs/jakarta.annotation-api-1.3.5.jar:/opt/kafka/bin/../libs/jakarta.inject-2.6.1.jar:/opt/kafka/bin/../libs/jakarta.validation-api-2.0.2.jar:/opt/kafka/bin/../libs/jakarta.ws.rs-api-2.1.6.jar:/opt/kafka/bin/../libs/jakarta.xml.bind-api-2.3.2.jar:/opt/kafka/bin/../libs/javassist-3.27.0-GA.jar:/opt/kafka/bin/../libs/javax.servlet-api-3.1.0.jar:/opt/kafka/bin/../libs/javax.ws.rs-api-2.1.1.jar:/opt/kafka/bin/../libs/jaxb-api-2.3.0.jar:/opt/kafka/bin/../libs/jersey-client-2.34.jar:/opt/kafka/bin/../libs/jersey-common-2.34.jar:/opt/kafka/bin/../libs/jersey-container-servlet-2.34.jar:/opt/kafka/bin/../libs/jersey-container-servlet-core-2.34.jar:/opt/kafka/bin/../libs/jersey-hk2-2.34.jar:/opt/kafka/bin/../libs/jersey-server-2.34.jar:/opt/kafka/bin/../libs/jetty-client-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-continuation-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-http-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-io-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-security-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-server-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-servlet-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-servlets-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-util-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-util-ajax-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jline-3.12.1.jar:/opt/kafka/bin/../libs/jmx_prometheus_javaagent-0.17.0.jar:/opt/kafka/bin/../libs/jopt-simple-5.0.4.jar:/opt/kafka/bin/../libs/jose4j-0.7.8.jar:/opt/kafka/bin/../libs/json-path-2.6.0.jar:/opt/kafka/bin/../libs/json-smart-2.4.7.jar:/opt/kafka/bin/../libs/jsonevent-layout-1.7.jar:/opt/kafka/bin/../libs/jsr305-3.0.2.jar:/opt/kafka/bin/../libs/kafka-agent-0.30.0.jar:/opt/kafka/bin/../libs/kafka-clients-3.1.0.jar:/opt/kafka/bin/../libs/kafka-env-var-config-provider-1.0.0.jar:/opt/kafka/bin/../libs/kafka-kubernetes-config-provider-1.0.0.jar:/opt/kafka/bin/../libs/kafka-log4j-appender-3.1.0.jar:/opt/kafka/bin/../libs/kafka-metadata-3.1.0.jar:/opt/kafka/bin/../libs/kafka-oauth-client-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-common-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-keycloak-authorizer-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-plain-0.10.0.jar:/opt/kafka/bin/../libs/kafka-quotas-plugin-0.2.0.jar:/opt/kafka/bin/../libs/kafka-raft-3.1.0.jar:/opt/kafka/bin/../libs/kafka-server-common-3.1.0.jar:/opt/kafka/bin/../libs/kafka-shell-3.1.0.jar:/opt/kafka/bin/../libs/kafka-storage-3.1.0.jar:/opt/kafka/bin/../libs/kafka-storage-api-3.1.0.jar:/opt/kafka/bin/../libs/kafka-streams-3.1.0.jar:/opt/kafka/bin/../libs/kafka-streams-examples-3.1.0.jar:/opt/kafka/bin/../libs/kafka-streams-scala_2.13-3.1.0.jar:/opt/kafka/bin/../libs/kafka-streams-test-utils-3.1.0.jar:/opt/kafka/bin/../libs/kafka-tools-3.1.0.jar:/opt/kafka/bin/../libs/kafka_2.13-3.1.0.jar:/opt/kafka/bin/../libs/kotlin-stdlib-1.4.10.jar:/opt/kafka/bin/../libs/kotlin-stdlib-common-1.4.0.jar:/opt/kafka/bin/../libs/kubernetes-client-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-apps-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-batch-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-certificates-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-common-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-core-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-extensions-5.12.0.jar:/opt/kafka/bin/../libs/libthrift-0.15.0.jar:/opt/kafka/bin/../libs/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/opt/kafka/bin/../libs/log4j-1.2.17.jar:/opt/kafka/bin/../libs/logging-interceptor-3.12.12.jar:/opt/kafka/bin/../libs/lz4-java-1.8.0.jar:/opt/kafka/bin/../libs/maven-artifact-3.8.1.jar:/opt/kafka/bin/../libs/metrics-core-2.2.0.jar:/opt/kafka/bin/../libs/metrics-core-4.1.12.1.jar:/opt/kafka/bin/../libs/mirror-maker-2-extensions-1.2.0.jar:/opt/kafka/bin/../libs/mirror-maker-agent-0.30.0.jar:/opt/kafka/bin/../libs/netty-buffer-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-codec-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-common-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-handler-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-resolver-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-transport-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-epoll-4.1.68.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-unix-common-4.1.68.Final.jar:/opt/kafka/bin/../libs/nimbus-jose-jwt-9.10.jar:/opt/kafka/bin/../libs/okhttp-4.9.3.jar:/opt/kafka/bin/../libs/okio-2.8.0.jar:/opt/kafka/bin/../libs/opa-authorizer-1.4.0.jar:/opt/kafka/bin/../libs/opentracing-api-0.33.0.jar:/opt/kafka/bin/../libs/opentracing-kafka-client-0.1.15.jar:/opt/kafka/bin/../libs/opentracing-noop-0.33.0.jar:/opt/kafka/bin/../libs/opentracing-tracerresolver-0.1.8.jar:/opt/kafka/bin/../libs/opentracing-util-0.33.0.jar:/opt/kafka/bin/../libs/osgi-resource-locator-1.0.3.jar:/opt/kafka/bin/../libs/paranamer-2.8.jar:/opt/kafka/bin/../libs/plexus-utils-3.2.1.jar:/opt/kafka/bin/../libs/reflections-0.9.12.jar:/opt/kafka/bin/../libs/rocksdbjni-6.22.1.1.jar:/opt/kafka/bin/../libs/scala-collection-compat_2.13-2.4.4.jar:/opt/kafka/bin/../libs/scala-java8-compat_2.13-1.0.0.jar:/opt/kafka/bin/../libs/scala-library-2.13.6.jar:/opt/kafka/bin/../libs/scala-logging_2.13-3.9.3.jar:/opt/kafka/bin/../libs/scala-reflect-2.13.6.jar:/opt/kafka/bin/../libs/slf4j-api-1.7.30.jar:/opt/kafka/bin/../libs/slf4j-log4j12-1.7.30.jar:/opt/kafka/bin/../libs/snakeyaml-1.27.jar:/opt/kafka/bin/../libs/snappy-java-1.1.8.4.jar:/opt/kafka/bin/../libs/tracing-agent-0.30.0.jar:/opt/kafka/bin/../libs/trogdor-3.1.0.jar:/opt/kafka/bin/../libs/zjsonpatch-0.3.0.jar:/opt/kafka/bin/../libs/zookeeper-3.6.3.jar:/opt/kafka/bin/../libs/zookeeper-jute-3.6.3.jar:/opt/kafka/bin/../libs/zstd-jni-1.5.0-4.jar (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-23 04:31:03,615 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-23 04:31:03,616 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-23 04:31:03,616 INFO Server environment:java.compiler= (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-23 04:31:03,616 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-23 04:31:03,616 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-23 04:31:03,616 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-23 04:31:03,616 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-23 04:31:03,616 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-23 04:31:03,616 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-23 04:31:03,616 INFO Server environment:os.memory.free=222MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-23 04:31:03,616 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-23 04:31:03,617 INFO Server environment:os.memory.total=242MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-23 04:31:03,617 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-23 04:31:03,617 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-23 04:31:03,617 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-23 04:31:03,617 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-23 04:31:03,617 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-23 04:31:03,618 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-23 04:31:03,618 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-23 04:31:03,618 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-23 04:31:03,625 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main]
2022-10-23 04:31:03,625 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main]
2022-10-23 04:31:03,626 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main]
2022-10-23 04:31:03,627 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main]
2022-10-23 04:31:03,641 INFO Using TLS encrypted quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-10-23 04:31:03,641 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-10-23 04:31:03,641 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-10-23 04:31:03,641 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-10-23 04:31:03,642 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-10-23 04:31:03,642 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-10-23 04:31:03,642 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-10-23 04:31:03,651 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main]
2022-10-23 04:31:03,651 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main]
2022-10-23 04:31:03,659 INFO Snapshot loaded in 17 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main]
2022-10-23 04:31:03,660 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-10-23 04:31:03,664 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-10-23 04:31:03,667 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-10-23 04:31:03,764 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-10-23 04:31:03,764 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-10-23 04:31:03,766 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-10-23 04:31:03,767 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-10-23 04:31:03,774 INFO Election port bind maximum retries is infinite (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main]
2022-10-23 04:31:03,776 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main]
2022-10-23 04:31:03,776 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main]
2022-10-23 04:31:03,788 INFO Creating TLS-only quorum server socket (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.112:3888]
2022-10-23 04:31:03,788 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main]
2022-10-23 04:31:03,791 INFO 3 is accepting connections now, my election bind port: onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.112:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.112:3888]
2022-10-23 04:31:03,798 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-10-23 04:31:03,800 INFO New election. My id = 3, proposed zxid=0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-10-23 04:31:03,816 INFO Notification: my state:LOOKING; n.sid:3, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2022-10-23 04:31:04,019 INFO Notification time out: 400 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-10-23 04:31:04,371 WARN Cannot open channel to 2 at election address onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.69.214:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-2]
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255)
	at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237)
	at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.base/java.net.Socket.connect(Socket.java:609)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305)
	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-10-23 04:31:04,421 INFO Notification time out: 800 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-10-23 04:31:04,754 INFO SSL handshake complete with onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.137:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-1]
2022-10-23 04:31:04,763 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=3]]
2022-10-23 04:31:04,768 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2022-10-23 04:31:04,969 INFO Peer state changed: leading (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-10-23 04:31:04,970 INFO LEADING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-10-23 04:31:04,975 INFO zookeeper.leader.maxConcurrentSnapSyncs = 10 (org.apache.zookeeper.server.quorum.LearnerMaster) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-10-23 04:31:04,975 INFO zookeeper.leader.maxConcurrentDiffSyncs = 100 (org.apache.zookeeper.server.quorum.LearnerMaster) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-10-23 04:31:04,975 INFO TCP NoDelay set to: true (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-10-23 04:31:04,975 INFO zookeeper.leader.ackLoggingFrequency = 1000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-10-23 04:31:04,975 INFO zookeeper.leader.maxTimeToWaitForEpoch = -1ms (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-10-23 04:31:04,979 INFO Weighed connection throttling is disabled (org.apache.zookeeper.server.BlueThrottle) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-10-23 04:31:04,980 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-10-23 04:31:04,981 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-10-23 04:31:04,983 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-10-23 04:31:04,984 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-10-23 04:31:04,986 INFO zookeeper.pathStats.slotCapacity = 60 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-10-23 04:31:04,986 INFO zookeeper.pathStats.slotDuration = 15 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-10-23 04:31:04,986 INFO zookeeper.pathStats.maxDepth = 6 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-10-23 04:31:04,987 INFO zookeeper.pathStats.initialDelay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-10-23 04:31:04,987 INFO zookeeper.pathStats.delay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-10-23 04:31:04,987 INFO zookeeper.pathStats.enabled = false (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-10-23 04:31:04,990 INFO The max bytes for all large requests are set to 104857600 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-10-23 04:31:04,990 INFO The large request threshold is set to -1 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-10-23 04:31:04,990 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=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-10-23 04:31:04,995 INFO LEADING - LEADER ELECTION TOOK - 1195 MS (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-10-23 04:31:05,009 INFO Peer state changed: leading - discovery (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-10-23 04:31:05,014 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-10-23 04:31:05,023 INFO Snapshot taken in 9 ms (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-10-23 04:31:05,168 INFO Accepted TLS connection from /10.233.66.137:37220 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [LearnerHandler-/10.233.66.137:37220]
2022-10-23 04:31:05,175 INFO Follower sid: 1 : info : onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.66.137:37220]
2022-10-23 04:31:05,187 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/10.233.66.137:37220]
2022-10-23 04:31:05,187 INFO Synchronizing with Learner sid: 1 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x0 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.66.137:37220]
2022-10-23 04:31:05,188 INFO Sending DIFF zxid=0x0 for peer sid: 1 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.66.137:37220]
2022-10-23 04:31:05,191 INFO Peer state changed: leading - synchronization (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-10-23 04:31:05,236 INFO Have quorum of supporters, sids: [[1, 3],[1, 3]]; starting up and setting last processed zxid: 0x100000000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-10-23 04:31:05,246 INFO Received connection request from /10.233.69.214:60038 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.112:3888]
2022-10-23 04:31:05,256 INFO Configuring CommitProcessor with readBatchSize -1 commitBatchSize 1 (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-10-23 04:31:05,257 INFO Configuring CommitProcessor with 1 worker threads. (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-10-23 04:31:05,267 INFO PrepRequestProcessor (sid:3) started, reconfigEnabled=true (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:3 cport:-1):]
2022-10-23 04:31:05,269 INFO Using checkIntervalMs=60000 maxPerMinute=10000 maxNeverUsedIntervalMs=0 (org.apache.zookeeper.server.ContainerManager) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-10-23 04:31:05,270 INFO zookeeper.request_throttler.shutdownTimeout = 10000 (org.apache.zookeeper.server.RequestThrottler) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-10-23 04:31:05,291 INFO Peer state changed: leading - broadcast (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-10-23 04:31:05,541 INFO Accepted TLS connection from /10.233.69.214:60038 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.112:3888]
2022-10-23 04:31:05,558 INFO Received connection request from /10.233.69.214:60046 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.112:3888]
2022-10-23 04:31:05,563 INFO SSL handshake complete with onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.69.214:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-3]
2022-10-23 04:31:05,573 INFO Accepted TLS connection from /10.233.69.214:60046 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.112:3888]
2022-10-23 04:31:05,574 INFO Notification: my state:LEADING; n.sid:2, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2022-10-23 04:31:05,575 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2]
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-10-23 04:31:05,575 WARN Connection broken for id 2, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2]
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/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:478)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:472)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:70)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1454)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1065)
	at 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-10-23 04:31:05,576 WARN Send worker leaving thread id 2 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2]
2022-10-23 04:31:05,577 WARN Interrupting SendWorker thread from RecvWorker. sid: 2. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2]
2022-10-23 04:31:05,695 INFO SSL handshake complete with /10.233.69.214:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-3]
2022-10-23 04:31:05,713 INFO Notification: my state:LEADING; n.sid:2, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2022-10-23 04:31:05,825 INFO Accepted TLS connection from /10.233.69.214:33004 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [LearnerHandler-/10.233.69.214:33004]
2022-10-23 04:31:05,833 INFO Follower sid: 2 : info : onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.69.214:33004]
2022-10-23 04:31:05,839 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/10.233.69.214:33004]
2022-10-23 04:31:05,839 INFO Synchronizing with Learner sid: 2 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x100000000 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.69.214:33004]
2022-10-23 04:31:05,847 INFO Sending snapshot last zxid of peer is 0x0, zxid of leader is 0x100000000, send zxid of db as 0x100000000, 1 concurrent snapshot sync, snapshot sync was exempt from throttle (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.69.214:33004]
2022-10-23 04:31:24,393 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-10-23 04:31:24,396 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-10-23 04:31:24,396 INFO Processing ruok command from /127.0.0.1:46794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:31:24,396 INFO Processing ruok command from /127.0.0.1:46796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:31:25,741 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:3]
2022-10-23 04:31:25,750 INFO Committing global session 0x100003878280000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 04:31:34,320 INFO Processing ruok command from /127.0.0.1:46874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:31:34,406 INFO Processing ruok command from /127.0.0.1:46876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:31:44,331 INFO Processing ruok command from /127.0.0.1:46928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:31:44,380 INFO Processing ruok command from /127.0.0.1:46930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:31:44,759 INFO Committing global session 0x100003878280001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 04:31:45,634 INFO Committing global session 0x200003993d90000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 04:31:45,885 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-10-23 04:31:45,902 INFO Committing global session 0x3000039d9c10000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 04:31:48,814 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-10-23 04:31:48,821 INFO Committing global session 0x3000039d9c10001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 04:31:49,672 INFO Committing global session 0x100003878280002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 04:31:49,905 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-10-23 04:31:49,913 INFO Committing global session 0x3000039d9c10002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 04:31:54,316 INFO Processing ruok command from /127.0.0.1:46986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:31:54,354 INFO Processing ruok command from /127.0.0.1:46988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:32:04,346 INFO Processing ruok command from /127.0.0.1:47036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:32:04,384 INFO Processing ruok command from /127.0.0.1:47038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:32:14,319 INFO Processing ruok command from /127.0.0.1:47090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:32:14,353 INFO Processing ruok command from /127.0.0.1:47092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:32:17,631 INFO Committing global session 0x200003993d90001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 04:32:24,331 INFO Processing ruok command from /127.0.0.1:47148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:32:24,373 INFO Processing ruok command from /127.0.0.1:47150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:32:34,330 INFO Processing ruok command from /127.0.0.1:47196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:32:34,367 INFO Processing ruok command from /127.0.0.1:47198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:32:39,036 INFO Committing global session 0x100003878280003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 04:32:44,324 INFO Processing ruok command from /127.0.0.1:47250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:32:44,364 INFO Processing ruok command from /127.0.0.1:47252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:32:54,307 INFO Processing ruok command from /127.0.0.1:47300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:32:54,372 INFO Processing ruok command from /127.0.0.1:47302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:33:04,327 INFO Processing ruok command from /127.0.0.1:47350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:33:04,360 INFO Processing ruok command from /127.0.0.1:47352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:33:14,311 INFO Processing ruok command from /127.0.0.1:47446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:33:14,356 INFO Processing ruok command from /127.0.0.1:47448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:33:24,319 INFO Processing ruok command from /127.0.0.1:47518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:33:24,350 INFO Processing ruok command from /127.0.0.1:47520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:33:34,316 INFO Processing ruok command from /127.0.0.1:47570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:33:34,353 INFO Processing ruok command from /127.0.0.1:47572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:33:44,335 INFO Processing ruok command from /127.0.0.1:47630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:33:44,381 INFO Processing ruok command from /127.0.0.1:47632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:33:45,024 INFO Committing global session 0x100003878280004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 04:33:54,332 INFO Processing ruok command from /127.0.0.1:47678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:33:54,379 INFO Processing ruok command from /127.0.0.1:47680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:34:04,318 INFO Processing ruok command from /127.0.0.1:47728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:34:04,356 INFO Processing ruok command from /127.0.0.1:47730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:34:14,326 INFO Processing ruok command from /127.0.0.1:47820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:34:14,354 INFO Processing ruok command from /127.0.0.1:47822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:34:24,322 INFO Processing ruok command from /127.0.0.1:47872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:34:24,359 INFO Processing ruok command from /127.0.0.1:47874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:34:34,320 INFO Processing ruok command from /127.0.0.1:47922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:34:34,355 INFO Processing ruok command from /127.0.0.1:47924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:34:44,317 INFO Processing ruok command from /127.0.0.1:48008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:34:44,367 INFO Processing ruok command from /127.0.0.1:48010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:34:54,333 INFO Processing ruok command from /127.0.0.1:48062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:34:54,401 INFO Processing ruok command from /127.0.0.1:48064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:35:04,322 INFO Processing ruok command from /127.0.0.1:48142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:35:04,360 INFO Processing ruok command from /127.0.0.1:48144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:35:14,309 INFO Processing ruok command from /127.0.0.1:48196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:35:14,345 INFO Processing ruok command from /127.0.0.1:48198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:35:24,328 INFO Processing ruok command from /127.0.0.1:48254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:35:24,363 INFO Processing ruok command from /127.0.0.1:48256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:35:34,310 INFO Processing ruok command from /127.0.0.1:48306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:35:34,367 INFO Processing ruok command from /127.0.0.1:48308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:35:44,310 INFO Processing ruok command from /127.0.0.1:48368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:35:44,347 INFO Processing ruok command from /127.0.0.1:48370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:35:45,102 INFO Committing global session 0x200003993d90002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 04:35:54,321 INFO Processing ruok command from /127.0.0.1:48420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:35:54,350 INFO Processing ruok command from /127.0.0.1:48422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:36:04,319 INFO Processing ruok command from /127.0.0.1:48470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:36:04,356 INFO Processing ruok command from /127.0.0.1:48472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:36:14,318 INFO Processing ruok command from /127.0.0.1:48522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:36:14,362 INFO Processing ruok command from /127.0.0.1:48524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:36:24,329 INFO Processing ruok command from /127.0.0.1:48598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:36:24,367 INFO Processing ruok command from /127.0.0.1:48600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:36:34,313 INFO Processing ruok command from /127.0.0.1:48650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:36:34,355 INFO Processing ruok command from /127.0.0.1:48652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:36:44,325 INFO Processing ruok command from /127.0.0.1:48734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:36:44,377 INFO Processing ruok command from /127.0.0.1:48736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:36:54,329 INFO Processing ruok command from /127.0.0.1:48842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:36:54,362 INFO Processing ruok command from /127.0.0.1:48844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:37:04,317 INFO Processing ruok command from /127.0.0.1:48904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:37:04,409 INFO Processing ruok command from /127.0.0.1:48906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:37:14,310 INFO Processing ruok command from /127.0.0.1:48970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:37:14,343 INFO Processing ruok command from /127.0.0.1:48972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:37:24,315 INFO Processing ruok command from /127.0.0.1:49032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:37:24,350 INFO Processing ruok command from /127.0.0.1:49034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:37:34,331 INFO Processing ruok command from /127.0.0.1:49090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:37:34,368 INFO Processing ruok command from /127.0.0.1:49092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:37:44,319 INFO Processing ruok command from /127.0.0.1:49160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:37:44,353 INFO Processing ruok command from /127.0.0.1:49162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:37:45,219 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-10-23 04:37:45,225 INFO Committing global session 0x3000039d9c10003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 04:37:46,066 INFO Submitting global closeSession request for session 0x3000039d9c10003 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-23 04:37:54,317 INFO Processing ruok command from /127.0.0.1:49220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:37:54,404 INFO Processing ruok command from /127.0.0.1:49222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:38:04,316 INFO Processing ruok command from /127.0.0.1:49276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:38:04,378 INFO Processing ruok command from /127.0.0.1:49278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:38:14,315 INFO Processing ruok command from /127.0.0.1:49340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:38:14,357 INFO Processing ruok command from /127.0.0.1:49342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:38:24,326 INFO Processing ruok command from /127.0.0.1:49402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:38:24,385 INFO Processing ruok command from /127.0.0.1:49404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:38:34,331 INFO Processing ruok command from /127.0.0.1:49460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:38:34,367 INFO Processing ruok command from /127.0.0.1:49462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:38:44,319 INFO Processing ruok command from /127.0.0.1:49534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:38:44,382 INFO Processing ruok command from /127.0.0.1:49536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:38:54,316 INFO Processing ruok command from /127.0.0.1:49598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:38:54,363 INFO Processing ruok command from /127.0.0.1:49600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:39:04,322 INFO Processing ruok command from /127.0.0.1:49656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:39:04,365 INFO Processing ruok command from /127.0.0.1:49658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:39:14,312 INFO Processing ruok command from /127.0.0.1:49724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:39:14,348 INFO Processing ruok command from /127.0.0.1:49726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:39:24,318 INFO Processing ruok command from /127.0.0.1:49786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:39:24,363 INFO Processing ruok command from /127.0.0.1:49788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:39:34,307 INFO Processing ruok command from /127.0.0.1:49848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:39:34,345 INFO Processing ruok command from /127.0.0.1:49850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:39:44,317 INFO Processing ruok command from /127.0.0.1:49918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:39:44,365 INFO Processing ruok command from /127.0.0.1:49920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:39:45,198 INFO Committing global session 0x100003878280005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 04:39:54,328 INFO Processing ruok command from /127.0.0.1:49974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:39:54,366 INFO Processing ruok command from /127.0.0.1:49976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:40:04,324 INFO Processing ruok command from /127.0.0.1:50036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:40:04,369 INFO Processing ruok command from /127.0.0.1:50038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:40:14,311 INFO Processing ruok command from /127.0.0.1:50110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:40:14,365 INFO Processing ruok command from /127.0.0.1:50112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:40:24,310 INFO Processing ruok command from /127.0.0.1:50174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:40:24,361 INFO Processing ruok command from /127.0.0.1:50176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:40:34,352 INFO Processing ruok command from /127.0.0.1:50236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:40:34,375 INFO Processing ruok command from /127.0.0.1:50238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:40:44,322 INFO Processing ruok command from /127.0.0.1:50314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:40:44,357 INFO Processing ruok command from /127.0.0.1:50316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:40:54,323 INFO Processing ruok command from /127.0.0.1:50376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:40:54,359 INFO Processing ruok command from /127.0.0.1:50378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:41:04,330 INFO Processing ruok command from /127.0.0.1:50442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:41:04,370 INFO Processing ruok command from /127.0.0.1:50444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:41:14,321 INFO Processing ruok command from /127.0.0.1:50510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:41:14,366 INFO Processing ruok command from /127.0.0.1:50512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:41:24,324 INFO Processing ruok command from /127.0.0.1:50580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:41:24,394 INFO Processing ruok command from /127.0.0.1:50582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:41:34,331 INFO Processing ruok command from /127.0.0.1:50652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:41:34,387 INFO Processing ruok command from /127.0.0.1:50654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:41:44,325 INFO Processing ruok command from /127.0.0.1:50724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:41:44,385 INFO Processing ruok command from /127.0.0.1:50726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:41:45,163 INFO Committing global session 0x200003993d90003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 04:41:54,315 INFO Processing ruok command from /127.0.0.1:50792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:41:54,357 INFO Processing ruok command from /127.0.0.1:50794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:42:04,324 INFO Processing ruok command from /127.0.0.1:50876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:42:04,408 INFO Processing ruok command from /127.0.0.1:50878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:42:14,319 INFO Processing ruok command from /127.0.0.1:50946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:42:14,359 INFO Processing ruok command from /127.0.0.1:50948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:42:24,313 INFO Processing ruok command from /127.0.0.1:51012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:42:24,349 INFO Processing ruok command from /127.0.0.1:51014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:42:34,322 INFO Processing ruok command from /127.0.0.1:51078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:42:34,362 INFO Processing ruok command from /127.0.0.1:51080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:42:44,333 INFO Processing ruok command from /127.0.0.1:51156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:42:44,402 INFO Processing ruok command from /127.0.0.1:51158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:42:54,319 INFO Processing ruok command from /127.0.0.1:51222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:42:54,358 INFO Processing ruok command from /127.0.0.1:51224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:43:04,306 INFO Processing ruok command from /127.0.0.1:51286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:43:04,343 INFO Processing ruok command from /127.0.0.1:51288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:43:14,327 INFO Processing ruok command from /127.0.0.1:51356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:43:14,390 INFO Processing ruok command from /127.0.0.1:51358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:43:24,347 INFO Processing ruok command from /127.0.0.1:51424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:43:24,433 INFO Processing ruok command from /127.0.0.1:51426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:43:34,325 INFO Processing ruok command from /127.0.0.1:51492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:43:34,351 INFO Processing ruok command from /127.0.0.1:51494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:43:44,364 INFO Processing ruok command from /127.0.0.1:51572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:43:44,434 INFO Processing ruok command from /127.0.0.1:51574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:43:45,379 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-10-23 04:43:45,389 INFO Committing global session 0x3000039d9c10004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 04:43:46,124 INFO Submitting global closeSession request for session 0x3000039d9c10004 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-23 04:43:54,318 INFO Processing ruok command from /127.0.0.1:51648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:43:54,354 INFO Processing ruok command from /127.0.0.1:51650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:44:04,296 INFO Processing ruok command from /127.0.0.1:51718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:44:04,354 INFO Processing ruok command from /127.0.0.1:51720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:44:14,339 INFO Processing ruok command from /127.0.0.1:51802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:44:14,398 INFO Processing ruok command from /127.0.0.1:51804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:44:24,338 INFO Processing ruok command from /127.0.0.1:51868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:44:24,414 INFO Processing ruok command from /127.0.0.1:51870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:44:34,326 INFO Processing ruok command from /127.0.0.1:51936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:44:34,392 INFO Processing ruok command from /127.0.0.1:51938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:44:44,353 INFO Processing ruok command from /127.0.0.1:52018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:44:44,423 INFO Processing ruok command from /127.0.0.1:52020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:44:54,336 INFO Processing ruok command from /127.0.0.1:52086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:44:54,374 INFO Processing ruok command from /127.0.0.1:52088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:45:04,324 INFO Processing ruok command from /127.0.0.1:52150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:45:04,386 INFO Processing ruok command from /127.0.0.1:52152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:45:14,330 INFO Processing ruok command from /127.0.0.1:52226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:45:14,365 INFO Processing ruok command from /127.0.0.1:52228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:45:24,329 INFO Processing ruok command from /127.0.0.1:52340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:45:24,366 INFO Processing ruok command from /127.0.0.1:52342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:45:34,324 INFO Processing ruok command from /127.0.0.1:52422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:45:34,364 INFO Processing ruok command from /127.0.0.1:52424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:45:44,328 INFO Processing ruok command from /127.0.0.1:52502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:45:44,390 INFO Processing ruok command from /127.0.0.1:52504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:45:45,930 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-10-23 04:45:45,938 INFO Committing global session 0x3000039d9c10005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 04:45:46,533 INFO Submitting global closeSession request for session 0x3000039d9c10005 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-23 04:45:54,322 INFO Processing ruok command from /127.0.0.1:52600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:45:54,346 INFO Processing ruok command from /127.0.0.1:52602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:46:04,323 INFO Processing ruok command from /127.0.0.1:52670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:46:04,382 INFO Processing ruok command from /127.0.0.1:52672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:46:14,304 INFO Processing ruok command from /127.0.0.1:52780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:46:14,339 INFO Processing ruok command from /127.0.0.1:52782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:46:24,320 INFO Processing ruok command from /127.0.0.1:52872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:46:24,357 INFO Processing ruok command from /127.0.0.1:52874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:46:34,326 INFO Processing ruok command from /127.0.0.1:52944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:46:34,388 INFO Processing ruok command from /127.0.0.1:52946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:46:44,314 INFO Processing ruok command from /127.0.0.1:53028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:46:44,349 INFO Processing ruok command from /127.0.0.1:53030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:46:54,329 INFO Processing ruok command from /127.0.0.1:53114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:46:54,365 INFO Processing ruok command from /127.0.0.1:53116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:47:04,320 INFO Processing ruok command from /127.0.0.1:53196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:47:04,366 INFO Processing ruok command from /127.0.0.1:53198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:47:14,323 INFO Processing ruok command from /127.0.0.1:53292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:47:14,370 INFO Processing ruok command from /127.0.0.1:53294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:47:24,313 INFO Processing ruok command from /127.0.0.1:53374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:47:24,383 INFO Processing ruok command from /127.0.0.1:53376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:47:34,325 INFO Processing ruok command from /127.0.0.1:53450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:47:34,398 INFO Processing ruok command from /127.0.0.1:53452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:47:44,316 INFO Processing ruok command from /127.0.0.1:53536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:47:44,374 INFO Processing ruok command from /127.0.0.1:53538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:47:45,521 INFO Committing global session 0x100003878280006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 04:47:54,313 INFO Processing ruok command from /127.0.0.1:53618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:47:54,383 INFO Processing ruok command from /127.0.0.1:53620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:48:04,324 INFO Processing ruok command from /127.0.0.1:53694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:48:04,355 INFO Processing ruok command from /127.0.0.1:53696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:48:14,322 INFO Processing ruok command from /127.0.0.1:53784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:48:14,359 INFO Processing ruok command from /127.0.0.1:53786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:48:24,330 INFO Processing ruok command from /127.0.0.1:53866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:48:24,409 INFO Processing ruok command from /127.0.0.1:53868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:48:34,319 INFO Processing ruok command from /127.0.0.1:53940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:48:34,364 INFO Processing ruok command from /127.0.0.1:53942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:48:44,324 INFO Processing ruok command from /127.0.0.1:54032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:48:44,365 INFO Processing ruok command from /127.0.0.1:54034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:48:54,323 INFO Processing ruok command from /127.0.0.1:54114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:48:54,362 INFO Processing ruok command from /127.0.0.1:54116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:49:04,314 INFO Processing ruok command from /127.0.0.1:54188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:49:04,354 INFO Processing ruok command from /127.0.0.1:54190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:49:14,329 INFO Processing ruok command from /127.0.0.1:54272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:49:14,363 INFO Processing ruok command from /127.0.0.1:54274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:49:24,314 INFO Processing ruok command from /127.0.0.1:54354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:49:24,352 INFO Processing ruok command from /127.0.0.1:54356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:49:34,323 INFO Processing ruok command from /127.0.0.1:54434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:49:34,363 INFO Processing ruok command from /127.0.0.1:54436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:49:44,326 INFO Processing ruok command from /127.0.0.1:54522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:49:44,362 INFO Processing ruok command from /127.0.0.1:54524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:49:45,130 INFO Committing global session 0x200003993d90004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 04:49:54,319 INFO Processing ruok command from /127.0.0.1:54604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:49:54,350 INFO Processing ruok command from /127.0.0.1:54606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:50:04,334 INFO Processing ruok command from /127.0.0.1:54686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:50:04,374 INFO Processing ruok command from /127.0.0.1:54688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:50:14,317 INFO Processing ruok command from /127.0.0.1:54768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:50:14,384 INFO Processing ruok command from /127.0.0.1:54770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:50:24,325 INFO Processing ruok command from /127.0.0.1:54852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:50:24,390 INFO Processing ruok command from /127.0.0.1:54854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:50:34,321 INFO Processing ruok command from /127.0.0.1:54934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:50:34,354 INFO Processing ruok command from /127.0.0.1:54936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:50:44,317 INFO Processing ruok command from /127.0.0.1:55022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:50:44,352 INFO Processing ruok command from /127.0.0.1:55024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:50:54,327 INFO Processing ruok command from /127.0.0.1:55102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:50:54,364 INFO Processing ruok command from /127.0.0.1:55104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:51:04,324 INFO Processing ruok command from /127.0.0.1:55180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:51:04,402 INFO Processing ruok command from /127.0.0.1:55182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:51:14,321 INFO Processing ruok command from /127.0.0.1:55262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:51:14,381 INFO Processing ruok command from /127.0.0.1:55264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:51:24,325 INFO Processing ruok command from /127.0.0.1:55344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:51:24,359 INFO Processing ruok command from /127.0.0.1:55346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:51:34,322 INFO Processing ruok command from /127.0.0.1:55424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:51:34,366 INFO Processing ruok command from /127.0.0.1:55426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:51:44,311 INFO Processing ruok command from /127.0.0.1:55512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:51:44,351 INFO Processing ruok command from /127.0.0.1:55514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:51:45,397 INFO Committing global session 0x100003878280007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 04:51:54,309 INFO Processing ruok command from /127.0.0.1:55592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:51:54,344 INFO Processing ruok command from /127.0.0.1:55594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:52:04,323 INFO Processing ruok command from /127.0.0.1:55674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:52:04,365 INFO Processing ruok command from /127.0.0.1:55676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:52:14,313 INFO Processing ruok command from /127.0.0.1:55756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:52:14,350 INFO Processing ruok command from /127.0.0.1:55758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:52:24,335 INFO Processing ruok command from /127.0.0.1:55840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:52:24,367 INFO Processing ruok command from /127.0.0.1:55842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:52:34,318 INFO Processing ruok command from /127.0.0.1:55916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:52:34,355 INFO Processing ruok command from /127.0.0.1:55918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:52:44,334 INFO Processing ruok command from /127.0.0.1:56014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:52:44,364 INFO Processing ruok command from /127.0.0.1:56016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:52:54,326 INFO Processing ruok command from /127.0.0.1:56098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:52:54,364 INFO Processing ruok command from /127.0.0.1:56100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:53:04,319 INFO Processing ruok command from /127.0.0.1:56172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:53:04,370 INFO Processing ruok command from /127.0.0.1:56174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:53:14,319 INFO Processing ruok command from /127.0.0.1:56252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:53:14,359 INFO Processing ruok command from /127.0.0.1:56254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:53:24,319 INFO Processing ruok command from /127.0.0.1:56332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:53:24,395 INFO Processing ruok command from /127.0.0.1:56334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:53:34,326 INFO Processing ruok command from /127.0.0.1:56412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:53:34,367 INFO Processing ruok command from /127.0.0.1:56414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:53:44,324 INFO Processing ruok command from /127.0.0.1:56498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:53:44,380 INFO Processing ruok command from /127.0.0.1:56500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:53:45,395 INFO Committing global session 0x100003878280008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 04:53:54,320 INFO Processing ruok command from /127.0.0.1:56582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:53:54,380 INFO Processing ruok command from /127.0.0.1:56584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:54:04,317 INFO Processing ruok command from /127.0.0.1:56662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:54:04,352 INFO Processing ruok command from /127.0.0.1:56664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:54:14,320 INFO Processing ruok command from /127.0.0.1:56750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:54:14,365 INFO Processing ruok command from /127.0.0.1:56752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:54:24,324 INFO Processing ruok command from /127.0.0.1:56834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:54:24,363 INFO Processing ruok command from /127.0.0.1:56836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:54:34,333 INFO Processing ruok command from /127.0.0.1:56970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:54:34,380 INFO Processing ruok command from /127.0.0.1:56972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:54:44,318 INFO Processing ruok command from /127.0.0.1:57098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:54:44,359 INFO Processing ruok command from /127.0.0.1:57100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:54:54,325 INFO Processing ruok command from /127.0.0.1:57184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:54:54,370 INFO Processing ruok command from /127.0.0.1:57186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:55:04,348 INFO Processing ruok command from /127.0.0.1:57264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:55:04,433 INFO Processing ruok command from /127.0.0.1:57266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:55:14,339 INFO Processing ruok command from /127.0.0.1:57346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:55:14,399 INFO Processing ruok command from /127.0.0.1:57348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:55:24,346 INFO Processing ruok command from /127.0.0.1:57470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:55:24,407 INFO Processing ruok command from /127.0.0.1:57472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:55:34,334 INFO Processing ruok command from /127.0.0.1:57580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:55:34,417 INFO Processing ruok command from /127.0.0.1:57582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:55:44,331 INFO Processing ruok command from /127.0.0.1:57784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:55:44,415 INFO Processing ruok command from /127.0.0.1:57786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:55:45,981 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-10-23 04:55:45,990 INFO Committing global session 0x3000039d9c10006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 04:55:46,698 INFO Submitting global closeSession request for session 0x3000039d9c10006 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-23 04:55:54,303 INFO Processing ruok command from /127.0.0.1:57964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:55:54,371 INFO Processing ruok command from /127.0.0.1:57966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:56:04,349 INFO Processing ruok command from /127.0.0.1:58168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:56:04,459 INFO Processing ruok command from /127.0.0.1:58170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:56:11,312 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-10-23 04:56:11,318 INFO Committing global session 0x3000039d9c10007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 04:56:11,400 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-10-23 04:56:11,405 INFO Committing global session 0x3000039d9c10008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 04:56:13,175 INFO Committing global session 0x200003993d90005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 04:56:14,319 INFO Processing ruok command from /127.0.0.1:58392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:56:14,392 INFO Processing ruok command from /127.0.0.1:58394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:56:24,349 INFO Processing ruok command from /127.0.0.1:58566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:56:24,429 INFO Processing ruok command from /127.0.0.1:58572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:56:34,349 INFO Processing ruok command from /127.0.0.1:58834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:56:34,401 INFO Processing ruok command from /127.0.0.1:58836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:56:44,333 INFO Processing ruok command from /127.0.0.1:59132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:56:44,383 INFO Processing ruok command from /127.0.0.1:59136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:56:54,358 INFO Processing ruok command from /127.0.0.1:59380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:56:54,481 INFO Processing ruok command from /127.0.0.1:59390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:57:04,381 INFO Processing ruok command from /127.0.0.1:59792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:57:04,511 INFO Processing ruok command from /127.0.0.1:59804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:57:05,292 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/79a01011-0c64-4b9a-8c17-6c3eeaf073c6/onap-policy-apex-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 04:57:14,630 INFO Processing ruok command from /127.0.0.1:60070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:57:14,828 INFO Processing ruok command from /127.0.0.1:60074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:57:24,364 INFO Processing ruok command from /127.0.0.1:60306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:57:24,463 INFO Processing ruok command from /127.0.0.1:60310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:57:34,355 INFO Processing ruok command from /127.0.0.1:60526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:57:34,471 INFO Processing ruok command from /127.0.0.1:60528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:57:44,318 INFO Processing ruok command from /127.0.0.1:60862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:57:44,355 INFO Processing ruok command from /127.0.0.1:60864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:57:45,710 INFO Committing global session 0x200003993d90006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 04:57:54,311 INFO Processing ruok command from /127.0.0.1:32810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:57:54,373 INFO Processing ruok command from /127.0.0.1:32812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:58:04,315 INFO Processing ruok command from /127.0.0.1:32988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:58:04,352 INFO Processing ruok command from /127.0.0.1:32990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:58:05,291 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/79a01011-0c64-4b9a-8c17-6c3eeaf073c6 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 04:58:14,327 INFO Processing ruok command from /127.0.0.1:33166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:58:14,356 INFO Processing ruok command from /127.0.0.1:33168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:58:24,324 INFO Processing ruok command from /127.0.0.1:33380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:58:24,366 INFO Processing ruok command from /127.0.0.1:33382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:58:34,340 INFO Processing ruok command from /127.0.0.1:33584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:58:34,437 INFO Processing ruok command from /127.0.0.1:33586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:58:44,347 INFO Processing ruok command from /127.0.0.1:33806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:58:44,394 INFO Processing ruok command from /127.0.0.1:33810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:58:54,347 INFO Processing ruok command from /127.0.0.1:33994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:58:54,429 INFO Processing ruok command from /127.0.0.1:33996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:59:04,312 INFO Processing ruok command from /127.0.0.1:34184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:59:04,350 INFO Processing ruok command from /127.0.0.1:34186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:59:05,291 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/35bfea3c-72d2-428d-9679-c84fa2ac4ddf/onap-policy-xacml-pdp-54c48d645f-5qgwr (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 04:59:05,296 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/7ce32ee5-e9e8-44d6-8e23-53ed385e9c7c/onap-policy-clamp-ac-k8s-ppnt-84749d7cb4-6q2ns (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 04:59:05,302 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/ddede5f9-78b1-4934-b6ea-401507682d4f/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 04:59:05,308 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/bf029d5f-e79d-4b56-ba8f-17e9a6aeb97b/onap-policy-clamp-ac-http-ppnt-698d786567-nwqbw (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 04:59:05,314 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/9f45511b-5e02-44b4-baa5-e2ed7d69977e/onap-policy-clamp-ac-pf-ppnt-d9655d566-x646s (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 04:59:14,315 INFO Processing ruok command from /127.0.0.1:34370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:59:14,385 INFO Processing ruok command from /127.0.0.1:34372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:59:24,362 INFO Processing ruok command from /127.0.0.1:34582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:59:24,432 INFO Processing ruok command from /127.0.0.1:34586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:59:34,344 INFO Processing ruok command from /127.0.0.1:34824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:59:34,446 INFO Processing ruok command from /127.0.0.1:34828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:59:44,330 INFO Processing ruok command from /127.0.0.1:35080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:59:44,410 INFO Processing ruok command from /127.0.0.1:35084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 04:59:45,895 INFO Committing global session 0x200003993d90007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 04:59:54,347 INFO Processing ruok command from /127.0.0.1:35288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 04:59:54,422 INFO Processing ruok command from /127.0.0.1:35292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:00:04,340 INFO Processing ruok command from /127.0.0.1:35496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:00:04,383 INFO Processing ruok command from /127.0.0.1:35500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:00:05,290 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/7ce32ee5-e9e8-44d6-8e23-53ed385e9c7c (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:00:05,297 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/9f45511b-5e02-44b4-baa5-e2ed7d69977e (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:00:05,302 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/bf029d5f-e79d-4b56-ba8f-17e9a6aeb97b (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:00:05,309 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/35bfea3c-72d2-428d-9679-c84fa2ac4ddf (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:00:05,314 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/4eb1c8a0-1d58-4df5-bd51-a7084a8fb461/onap-policy-clamp-runtime-acm-6bc5759bbf-w89vl (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:00:05,320 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap/358034b6-8ed4-4ac8-982f-d83b75656c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:00:05,326 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/df30e129-7c73-488d-bdf4-b300723143cc/onap-policy-pap-78794f867f-xcpch (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:00:05,333 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/ddede5f9-78b1-4934-b6ea-401507682d4f (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:00:14,340 INFO Processing ruok command from /127.0.0.1:35686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:00:14,436 INFO Processing ruok command from /127.0.0.1:35688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:00:24,322 INFO Processing ruok command from /127.0.0.1:35926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:00:24,382 INFO Processing ruok command from /127.0.0.1:35930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:00:34,326 INFO Processing ruok command from /127.0.0.1:36178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:00:34,371 INFO Processing ruok command from /127.0.0.1:36182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:00:44,347 INFO Processing ruok command from /127.0.0.1:36438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:00:44,467 INFO Processing ruok command from /127.0.0.1:36442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:00:54,328 INFO Processing ruok command from /127.0.0.1:36732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:00:54,401 INFO Processing ruok command from /127.0.0.1:36736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:01:04,358 INFO Processing ruok command from /127.0.0.1:36972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:01:04,441 INFO Processing ruok command from /127.0.0.1:36974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:01:05,290 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:01:05,297 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/4eb1c8a0-1d58-4df5-bd51-a7084a8fb461 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:01:05,303 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/df30e129-7c73-488d-bdf4-b300723143cc (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:01:14,346 INFO Processing ruok command from /127.0.0.1:37214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:01:14,394 INFO Processing ruok command from /127.0.0.1:37216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:01:24,350 INFO Processing ruok command from /127.0.0.1:37482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:01:24,416 INFO Processing ruok command from /127.0.0.1:37484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:01:34,345 INFO Processing ruok command from /127.0.0.1:37778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:01:34,413 INFO Processing ruok command from /127.0.0.1:37780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:01:44,325 INFO Processing ruok command from /127.0.0.1:38034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:01:44,361 INFO Processing ruok command from /127.0.0.1:38036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:01:45,599 INFO Committing global session 0x200003993d90008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 05:01:54,307 INFO Processing ruok command from /127.0.0.1:38280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:01:54,381 INFO Processing ruok command from /127.0.0.1:38282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:02:04,322 INFO Processing ruok command from /127.0.0.1:38526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:02:04,366 INFO Processing ruok command from /127.0.0.1:38530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:02:05,290 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:02:05,297 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:02:14,311 INFO Processing ruok command from /127.0.0.1:38720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:02:14,353 INFO Processing ruok command from /127.0.0.1:38722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:02:24,325 INFO Processing ruok command from /127.0.0.1:38924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:02:24,385 INFO Processing ruok command from /127.0.0.1:38928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:02:34,307 INFO Processing ruok command from /127.0.0.1:39142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:02:34,348 INFO Processing ruok command from /127.0.0.1:39144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:02:44,313 INFO Processing ruok command from /127.0.0.1:39342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:02:44,346 INFO Processing ruok command from /127.0.0.1:39344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:02:54,334 INFO Processing ruok command from /127.0.0.1:39532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:02:54,394 INFO Processing ruok command from /127.0.0.1:39534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:03:04,314 INFO Processing ruok command from /127.0.0.1:39732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:03:04,346 INFO Processing ruok command from /127.0.0.1:39734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:03:05,290 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:03:14,391 INFO Processing ruok command from /127.0.0.1:39928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:03:14,463 INFO Processing ruok command from /127.0.0.1:39932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:03:24,343 INFO Processing ruok command from /127.0.0.1:40148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:03:24,381 INFO Processing ruok command from /127.0.0.1:40152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:03:34,330 INFO Processing ruok command from /127.0.0.1:40372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:03:34,403 INFO Processing ruok command from /127.0.0.1:40376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:03:44,321 INFO Processing ruok command from /127.0.0.1:40652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:03:44,403 INFO Processing ruok command from /127.0.0.1:40656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:03:45,858 INFO Committing global session 0x100003878280009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 05:03:54,329 INFO Processing ruok command from /127.0.0.1:40948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:03:54,408 INFO Processing ruok command from /127.0.0.1:40954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:04:04,331 INFO Processing ruok command from /127.0.0.1:41178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:04:04,369 INFO Processing ruok command from /127.0.0.1:41180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:04:05,291 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:04:05,297 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1/NBIC1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:04:05,303 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_ccvpn_cl/dcae_ccvpn_cl_aaievent (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:04:14,322 INFO Processing ruok command from /127.0.0.1:41372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:04:14,409 INFO Processing ruok command from /127.0.0.1:41374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:04:24,323 INFO Processing ruok command from /127.0.0.1:41558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:04:24,361 INFO Processing ruok command from /127.0.0.1:41560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:04:34,337 INFO Processing ruok command from /127.0.0.1:41744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:04:34,373 INFO Processing ruok command from /127.0.0.1:41746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:04:44,321 INFO Processing ruok command from /127.0.0.1:41942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:04:44,363 INFO Processing ruok command from /127.0.0.1:41944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:04:54,328 INFO Processing ruok command from /127.0.0.1:42132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:04:54,370 INFO Processing ruok command from /127.0.0.1:42134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:05:04,319 INFO Processing ruok command from /127.0.0.1:42318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:05:04,362 INFO Processing ruok command from /127.0.0.1:42322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:05:05,291 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:05:05,296 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO/sdc-AUTO1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:05:05,302 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_ccvpn_cl (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:05:05,308 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_pmsh_cg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:05:14,309 INFO Processing ruok command from /127.0.0.1:42518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:05:14,348 INFO Processing ruok command from /127.0.0.1:42520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:05:24,316 INFO Processing ruok command from /127.0.0.1:42714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:05:24,388 INFO Processing ruok command from /127.0.0.1:42716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:05:34,332 INFO Processing ruok command from /127.0.0.1:42914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:05:34,368 INFO Processing ruok command from /127.0.0.1:42916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:05:44,310 INFO Processing ruok command from /127.0.0.1:43106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:05:44,349 INFO Processing ruok command from /127.0.0.1:43108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:05:45,831 INFO Committing global session 0x200003993d90009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 05:05:54,326 INFO Processing ruok command from /127.0.0.1:43298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:05:54,370 INFO Processing ruok command from /127.0.0.1:43302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:06:04,326 INFO Processing ruok command from /127.0.0.1:43488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:06:04,362 INFO Processing ruok command from /127.0.0.1:43490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:06:05,290 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:06:05,296 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:06:14,345 INFO Processing ruok command from /127.0.0.1:43680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:06:14,388 INFO Processing ruok command from /127.0.0.1:43682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:06:24,325 INFO Processing ruok command from /127.0.0.1:43872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:06:24,389 INFO Processing ruok command from /127.0.0.1:43874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:06:34,336 INFO Processing ruok command from /127.0.0.1:44058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:06:34,407 INFO Processing ruok command from /127.0.0.1:44060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:06:44,319 INFO Processing ruok command from /127.0.0.1:44258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:06:44,347 INFO Processing ruok command from /127.0.0.1:44260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:06:54,323 INFO Processing ruok command from /127.0.0.1:44446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:06:54,363 INFO Processing ruok command from /127.0.0.1:44448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:07:04,324 INFO Processing ruok command from /127.0.0.1:44632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:07:04,359 INFO Processing ruok command from /127.0.0.1:44634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:07:05,290 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:07:14,328 INFO Processing ruok command from /127.0.0.1:44822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:07:14,368 INFO Processing ruok command from /127.0.0.1:44824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:07:24,320 INFO Processing ruok command from /127.0.0.1:45014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:07:24,353 INFO Processing ruok command from /127.0.0.1:45016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:07:34,318 INFO Processing ruok command from /127.0.0.1:45200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:07:34,356 INFO Processing ruok command from /127.0.0.1:45202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:07:44,334 INFO Processing ruok command from /127.0.0.1:45448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:07:44,373 INFO Processing ruok command from /127.0.0.1:45450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:07:45,781 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-10-23 05:07:45,787 INFO Committing global session 0x3000039d9c10009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 05:07:46,505 INFO Submitting global closeSession request for session 0x3000039d9c10009 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-23 05:07:54,326 INFO Processing ruok command from /127.0.0.1:45670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:07:54,390 INFO Processing ruok command from /127.0.0.1:45674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:08:04,337 INFO Processing ruok command from /127.0.0.1:45860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:08:04,417 INFO Processing ruok command from /127.0.0.1:45864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:08:05,291 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:08:05,296 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/ves-openapi-manager/ves-openapi-manager (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:08:05,302 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:08:05,308 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/multicloud-k8s-group/multicloud-k8s-id (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:08:14,338 INFO Processing ruok command from /127.0.0.1:46060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:08:14,380 INFO Processing ruok command from /127.0.0.1:46062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:08:24,353 INFO Processing ruok command from /127.0.0.1:46264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:08:24,383 INFO Processing ruok command from /127.0.0.1:46266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:08:34,319 INFO Processing ruok command from /127.0.0.1:46446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:08:34,395 INFO Processing ruok command from /127.0.0.1:46456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:08:44,338 INFO Processing ruok command from /127.0.0.1:46664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:08:44,366 INFO Processing ruok command from /127.0.0.1:46666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:08:54,347 INFO Processing ruok command from /127.0.0.1:46872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:08:54,415 INFO Processing ruok command from /127.0.0.1:46874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:09:04,312 INFO Processing ruok command from /127.0.0.1:47068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:09:04,345 INFO Processing ruok command from /127.0.0.1:47070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:09:05,290 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp/sdnc2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:09:05,296 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:09:05,302 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:09:05,308 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/multicloud-k8s-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:09:05,315 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/ves-openapi-manager (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:09:05,320 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero/sdc-COpenSource-Env11-sdnc-dockero (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:09:14,331 INFO Processing ruok command from /127.0.0.1:47270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:09:14,368 INFO Processing ruok command from /127.0.0.1:47274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:09:24,331 INFO Processing ruok command from /127.0.0.1:47468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:09:24,357 INFO Processing ruok command from /127.0.0.1:47470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:09:34,355 INFO Processing ruok command from /127.0.0.1:47664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:09:34,415 INFO Processing ruok command from /127.0.0.1:47666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:09:44,323 INFO Processing ruok command from /127.0.0.1:47862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:09:44,363 INFO Processing ruok command from /127.0.0.1:47864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:09:45,723 INFO Committing global session 0x200003993d9000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 05:09:54,323 INFO Processing ruok command from /127.0.0.1:48056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:09:54,365 INFO Processing ruok command from /127.0.0.1:48058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:10:04,324 INFO Processing ruok command from /127.0.0.1:48244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:10:04,430 INFO Processing ruok command from /127.0.0.1:48250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:10:05,290 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:10:05,297 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:10:14,330 INFO Processing ruok command from /127.0.0.1:48452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:10:14,395 INFO Processing ruok command from /127.0.0.1:48454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:10:24,323 INFO Processing ruok command from /127.0.0.1:48642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:10:24,376 INFO Processing ruok command from /127.0.0.1:48646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:10:34,320 INFO Processing ruok command from /127.0.0.1:48844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:10:34,355 INFO Processing ruok command from /127.0.0.1:48846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:10:44,313 INFO Processing ruok command from /127.0.0.1:49046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:10:44,350 INFO Processing ruok command from /127.0.0.1:49048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:10:54,335 INFO Processing ruok command from /127.0.0.1:49248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:10:54,390 INFO Processing ruok command from /127.0.0.1:49252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:11:04,322 INFO Processing ruok command from /127.0.0.1:49452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:11:04,360 INFO Processing ruok command from /127.0.0.1:49454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:11:05,291 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:11:05,296 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:11:14,343 INFO Processing ruok command from /127.0.0.1:49658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:11:14,371 INFO Processing ruok command from /127.0.0.1:49660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:11:24,361 INFO Processing ruok command from /127.0.0.1:49858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:11:24,400 INFO Processing ruok command from /127.0.0.1:49860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:11:34,324 INFO Processing ruok command from /127.0.0.1:50054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:11:34,384 INFO Processing ruok command from /127.0.0.1:50056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:11:44,343 INFO Processing ruok command from /127.0.0.1:50266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:11:44,366 INFO Processing ruok command from /127.0.0.1:50268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:11:45,790 INFO Committing global session 0x200003993d9000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 05:11:54,323 INFO Processing ruok command from /127.0.0.1:50466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:11:54,387 INFO Processing ruok command from /127.0.0.1:50468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:12:04,319 INFO Processing ruok command from /127.0.0.1:50666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:12:04,355 INFO Processing ruok command from /127.0.0.1:50668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:12:05,291 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:12:14,335 INFO Processing ruok command from /127.0.0.1:50866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:12:14,387 INFO Processing ruok command from /127.0.0.1:50868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:12:24,337 INFO Processing ruok command from /127.0.0.1:51068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:12:24,411 INFO Processing ruok command from /127.0.0.1:51070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:12:34,330 INFO Processing ruok command from /127.0.0.1:51266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:12:34,406 INFO Processing ruok command from /127.0.0.1:51270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:12:44,337 INFO Processing ruok command from /127.0.0.1:51468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:12:44,388 INFO Processing ruok command from /127.0.0.1:51470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:12:54,329 INFO Processing ruok command from /127.0.0.1:51664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:12:54,367 INFO Processing ruok command from /127.0.0.1:51668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:13:04,330 INFO Processing ruok command from /127.0.0.1:51866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:13:04,399 INFO Processing ruok command from /127.0.0.1:51868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:13:14,335 INFO Processing ruok command from /127.0.0.1:52068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:13:14,405 INFO Processing ruok command from /127.0.0.1:52070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:13:24,317 INFO Processing ruok command from /127.0.0.1:52256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:13:24,380 INFO Processing ruok command from /127.0.0.1:52258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:13:34,321 INFO Processing ruok command from /127.0.0.1:52454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:13:34,361 INFO Processing ruok command from /127.0.0.1:52456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:13:44,325 INFO Processing ruok command from /127.0.0.1:52654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:13:44,368 INFO Processing ruok command from /127.0.0.1:52656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:13:45,641 INFO Committing global session 0x10000387828000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 05:13:54,324 INFO Processing ruok command from /127.0.0.1:52858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:13:54,390 INFO Processing ruok command from /127.0.0.1:52860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:14:04,317 INFO Processing ruok command from /127.0.0.1:53052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:14:04,361 INFO Processing ruok command from /127.0.0.1:53054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:14:14,312 INFO Processing ruok command from /127.0.0.1:53258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:14:14,379 INFO Processing ruok command from /127.0.0.1:53262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:14:24,315 INFO Processing ruok command from /127.0.0.1:53456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:14:24,370 INFO Processing ruok command from /127.0.0.1:53458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:14:34,320 INFO Processing ruok command from /127.0.0.1:53656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:14:34,365 INFO Processing ruok command from /127.0.0.1:53658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:14:44,321 INFO Processing ruok command from /127.0.0.1:53874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:14:44,357 INFO Processing ruok command from /127.0.0.1:53876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:14:54,322 INFO Processing ruok command from /127.0.0.1:54070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:14:54,386 INFO Processing ruok command from /127.0.0.1:54072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:15:04,311 INFO Processing ruok command from /127.0.0.1:54264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:15:04,365 INFO Processing ruok command from /127.0.0.1:54266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:15:14,327 INFO Processing ruok command from /127.0.0.1:54470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:15:14,360 INFO Processing ruok command from /127.0.0.1:54472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:15:24,321 INFO Processing ruok command from /127.0.0.1:54668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:15:24,363 INFO Processing ruok command from /127.0.0.1:54670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:15:34,387 INFO Processing ruok command from /127.0.0.1:54892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:15:34,428 INFO Processing ruok command from /127.0.0.1:54896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:15:44,322 INFO Processing ruok command from /127.0.0.1:55138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:15:44,415 INFO Processing ruok command from /127.0.0.1:55144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:15:45,925 INFO Committing global session 0x200003993d9000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 05:15:54,341 INFO Processing ruok command from /127.0.0.1:55350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:15:54,395 INFO Processing ruok command from /127.0.0.1:55352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:16:04,334 INFO Processing ruok command from /127.0.0.1:55576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:16:04,381 INFO Processing ruok command from /127.0.0.1:55578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:16:14,341 INFO Processing ruok command from /127.0.0.1:55804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:16:14,436 INFO Processing ruok command from /127.0.0.1:55806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:16:24,469 INFO Processing ruok command from /127.0.0.1:56050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:16:24,612 INFO Processing ruok command from /127.0.0.1:56058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:16:34,840 INFO Processing ruok command from /127.0.0.1:56328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:16:35,004 INFO Processing ruok command from /127.0.0.1:56332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:16:44,494 INFO Processing ruok command from /127.0.0.1:56592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:16:45,224 INFO Processing ruok command from /127.0.0.1:56616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:16:54,733 INFO Processing ruok command from /127.0.0.1:56914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:16:54,880 INFO Processing ruok command from /127.0.0.1:56920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:17:04,338 INFO Processing ruok command from /127.0.0.1:57176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:17:04,414 INFO Processing ruok command from /127.0.0.1:57180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:17:14,319 INFO Processing ruok command from /127.0.0.1:57392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:17:14,404 INFO Processing ruok command from /127.0.0.1:57394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:17:24,360 INFO Processing ruok command from /127.0.0.1:57618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:17:24,442 INFO Processing ruok command from /127.0.0.1:57620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:17:34,377 INFO Processing ruok command from /127.0.0.1:57840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:17:34,427 INFO Processing ruok command from /127.0.0.1:57842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:17:44,334 INFO Processing ruok command from /127.0.0.1:58100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:17:44,369 INFO Processing ruok command from /127.0.0.1:58102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:17:45,902 INFO Committing global session 0x10000387828000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 05:17:54,355 INFO Processing ruok command from /127.0.0.1:58316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:17:54,405 INFO Processing ruok command from /127.0.0.1:58318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:18:04,343 INFO Processing ruok command from /127.0.0.1:58546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:18:04,438 INFO Processing ruok command from /127.0.0.1:58550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:18:14,337 INFO Processing ruok command from /127.0.0.1:58782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:18:14,503 INFO Processing ruok command from /127.0.0.1:58790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:18:24,331 INFO Processing ruok command from /127.0.0.1:59054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:18:24,431 INFO Processing ruok command from /127.0.0.1:59058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:18:34,326 INFO Processing ruok command from /127.0.0.1:59260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:18:34,445 INFO Processing ruok command from /127.0.0.1:59264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:18:44,374 INFO Processing ruok command from /127.0.0.1:59502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:18:44,450 INFO Processing ruok command from /127.0.0.1:59504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:18:54,393 INFO Processing ruok command from /127.0.0.1:59734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:18:54,536 INFO Processing ruok command from /127.0.0.1:59740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:19:04,398 INFO Processing ruok command from /127.0.0.1:60020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:19:04,498 INFO Processing ruok command from /127.0.0.1:60026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:19:14,547 INFO Processing ruok command from /127.0.0.1:60248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:19:14,697 INFO Processing ruok command from /127.0.0.1:60252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:19:24,361 INFO Processing ruok command from /127.0.0.1:60506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:19:24,498 INFO Processing ruok command from /127.0.0.1:60518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:19:34,421 INFO Processing ruok command from /127.0.0.1:60730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:19:34,589 INFO Processing ruok command from /127.0.0.1:60738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:19:44,376 INFO Processing ruok command from /127.0.0.1:60930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:19:44,460 INFO Processing ruok command from /127.0.0.1:60934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:19:46,105 INFO Committing global session 0x10000387828000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 05:19:54,329 INFO Processing ruok command from /127.0.0.1:32902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:19:54,362 INFO Processing ruok command from /127.0.0.1:32904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:20:04,342 INFO Processing ruok command from /127.0.0.1:33116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:20:04,431 INFO Processing ruok command from /127.0.0.1:33120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:20:05,292 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:20:05,299 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:20:14,354 INFO Processing ruok command from /127.0.0.1:33318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:20:14,445 INFO Processing ruok command from /127.0.0.1:33320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:20:24,337 INFO Processing ruok command from /127.0.0.1:33536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:20:24,402 INFO Processing ruok command from /127.0.0.1:33538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:20:34,349 INFO Processing ruok command from /127.0.0.1:33852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:20:34,409 INFO Processing ruok command from /127.0.0.1:33854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:20:44,345 INFO Processing ruok command from /127.0.0.1:34120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:20:44,402 INFO Processing ruok command from /127.0.0.1:34122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:20:54,345 INFO Processing ruok command from /127.0.0.1:34342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:20:54,413 INFO Processing ruok command from /127.0.0.1:34344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:21:04,333 INFO Processing ruok command from /127.0.0.1:34576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:21:04,392 INFO Processing ruok command from /127.0.0.1:34578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:21:05,290 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:21:05,297 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:21:14,330 INFO Processing ruok command from /127.0.0.1:34794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:21:14,435 INFO Processing ruok command from /127.0.0.1:34796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:21:24,341 INFO Processing ruok command from /127.0.0.1:35012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:21:24,445 INFO Processing ruok command from /127.0.0.1:35014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:21:34,333 INFO Processing ruok command from /127.0.0.1:35256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:21:34,415 INFO Processing ruok command from /127.0.0.1:35258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:21:44,343 INFO Processing ruok command from /127.0.0.1:35480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:21:44,436 INFO Processing ruok command from /127.0.0.1:35482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:21:45,673 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-10-23 05:21:45,680 INFO Committing global session 0x3000039d9c1000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 05:21:46,403 INFO Submitting global closeSession request for session 0x3000039d9c1000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-23 05:21:54,326 INFO Processing ruok command from /127.0.0.1:35708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:21:54,410 INFO Processing ruok command from /127.0.0.1:35712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:22:04,347 INFO Processing ruok command from /127.0.0.1:35928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:22:04,387 INFO Processing ruok command from /127.0.0.1:35932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:22:05,290 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:22:05,296 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:22:14,321 INFO Processing ruok command from /127.0.0.1:36148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:22:14,362 INFO Processing ruok command from /127.0.0.1:36150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:22:24,338 INFO Processing ruok command from /127.0.0.1:36362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:22:24,396 INFO Processing ruok command from /127.0.0.1:36364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:22:34,327 INFO Processing ruok command from /127.0.0.1:36604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:22:34,366 INFO Processing ruok command from /127.0.0.1:36608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:22:44,309 INFO Processing ruok command from /127.0.0.1:36834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:22:44,349 INFO Processing ruok command from /127.0.0.1:36836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:22:54,326 INFO Processing ruok command from /127.0.0.1:37054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:22:54,378 INFO Processing ruok command from /127.0.0.1:37056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:23:04,335 INFO Processing ruok command from /127.0.0.1:37266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:23:04,396 INFO Processing ruok command from /127.0.0.1:37268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:23:05,290 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:23:14,345 INFO Processing ruok command from /127.0.0.1:37482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:23:14,406 INFO Processing ruok command from /127.0.0.1:37484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:23:24,325 INFO Processing ruok command from /127.0.0.1:37696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:23:24,365 INFO Processing ruok command from /127.0.0.1:37698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:23:34,345 INFO Processing ruok command from /127.0.0.1:37940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:23:34,383 INFO Processing ruok command from /127.0.0.1:37942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:23:44,339 INFO Processing ruok command from /127.0.0.1:38164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:23:44,378 INFO Processing ruok command from /127.0.0.1:38166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:23:45,751 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-10-23 05:23:45,758 INFO Committing global session 0x3000039d9c1000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 05:23:46,337 INFO Submitting global closeSession request for session 0x3000039d9c1000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-23 05:23:54,334 INFO Processing ruok command from /127.0.0.1:38388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:23:54,400 INFO Processing ruok command from /127.0.0.1:38390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:24:04,327 INFO Processing ruok command from /127.0.0.1:38602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:24:04,390 INFO Processing ruok command from /127.0.0.1:38606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:24:14,360 INFO Processing ruok command from /127.0.0.1:38816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:24:14,401 INFO Processing ruok command from /127.0.0.1:38818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:24:24,334 INFO Processing ruok command from /127.0.0.1:39034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:24:24,407 INFO Processing ruok command from /127.0.0.1:39036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:24:34,329 INFO Processing ruok command from /127.0.0.1:39274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:24:34,393 INFO Processing ruok command from /127.0.0.1:39276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:24:44,320 INFO Processing ruok command from /127.0.0.1:39506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:24:44,387 INFO Processing ruok command from /127.0.0.1:39510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:24:54,337 INFO Processing ruok command from /127.0.0.1:39732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:24:54,389 INFO Processing ruok command from /127.0.0.1:39734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:25:04,343 INFO Processing ruok command from /127.0.0.1:39950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:25:04,386 INFO Processing ruok command from /127.0.0.1:39952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:25:14,325 INFO Processing ruok command from /127.0.0.1:40168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:25:14,399 INFO Processing ruok command from /127.0.0.1:40172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:25:24,314 INFO Processing ruok command from /127.0.0.1:40394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:25:24,373 INFO Processing ruok command from /127.0.0.1:40396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:25:34,335 INFO Processing ruok command from /127.0.0.1:40644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:25:34,388 INFO Processing ruok command from /127.0.0.1:40648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:25:44,331 INFO Processing ruok command from /127.0.0.1:40880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:25:44,410 INFO Processing ruok command from /127.0.0.1:40882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:25:45,848 INFO Committing global session 0x10000387828000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 05:25:54,333 INFO Processing ruok command from /127.0.0.1:41092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:25:54,388 INFO Processing ruok command from /127.0.0.1:41094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:26:04,321 INFO Processing ruok command from /127.0.0.1:41314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:26:04,377 INFO Processing ruok command from /127.0.0.1:41318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:26:14,340 INFO Processing ruok command from /127.0.0.1:41540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:26:14,413 INFO Processing ruok command from /127.0.0.1:41542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:26:24,326 INFO Processing ruok command from /127.0.0.1:41760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:26:24,373 INFO Processing ruok command from /127.0.0.1:41762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:26:34,329 INFO Processing ruok command from /127.0.0.1:42012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:26:34,403 INFO Processing ruok command from /127.0.0.1:42018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:26:44,324 INFO Processing ruok command from /127.0.0.1:42238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:26:44,392 INFO Processing ruok command from /127.0.0.1:42242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:26:54,315 INFO Processing ruok command from /127.0.0.1:42466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:26:54,404 INFO Processing ruok command from /127.0.0.1:42470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:27:04,343 INFO Processing ruok command from /127.0.0.1:42686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:27:04,423 INFO Processing ruok command from /127.0.0.1:42690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:27:14,345 INFO Processing ruok command from /127.0.0.1:42918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:27:14,376 INFO Processing ruok command from /127.0.0.1:42920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:27:24,328 INFO Processing ruok command from /127.0.0.1:43142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:27:24,364 INFO Processing ruok command from /127.0.0.1:43144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:27:34,347 INFO Processing ruok command from /127.0.0.1:43388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:27:34,439 INFO Processing ruok command from /127.0.0.1:43392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:27:44,323 INFO Processing ruok command from /127.0.0.1:43618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:27:44,390 INFO Processing ruok command from /127.0.0.1:43620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:27:45,906 INFO Committing global session 0x200003993d9000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 05:27:54,352 INFO Processing ruok command from /127.0.0.1:43830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:27:54,425 INFO Processing ruok command from /127.0.0.1:43832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:28:04,335 INFO Processing ruok command from /127.0.0.1:44040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:28:04,383 INFO Processing ruok command from /127.0.0.1:44044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:28:14,330 INFO Processing ruok command from /127.0.0.1:44264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:28:14,369 INFO Processing ruok command from /127.0.0.1:44266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:28:24,325 INFO Processing ruok command from /127.0.0.1:44488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:28:24,412 INFO Processing ruok command from /127.0.0.1:44490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:28:34,334 INFO Processing ruok command from /127.0.0.1:44730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:28:34,382 INFO Processing ruok command from /127.0.0.1:44736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:28:44,332 INFO Processing ruok command from /127.0.0.1:44966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:28:44,377 INFO Processing ruok command from /127.0.0.1:44970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:28:54,322 INFO Processing ruok command from /127.0.0.1:45188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:28:54,367 INFO Processing ruok command from /127.0.0.1:45190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:29:04,318 INFO Processing ruok command from /127.0.0.1:45408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:29:04,357 INFO Processing ruok command from /127.0.0.1:45410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:29:14,324 INFO Processing ruok command from /127.0.0.1:45624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:29:14,373 INFO Processing ruok command from /127.0.0.1:45626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:29:24,326 INFO Processing ruok command from /127.0.0.1:45866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:29:24,365 INFO Processing ruok command from /127.0.0.1:45872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:29:34,342 INFO Processing ruok command from /127.0.0.1:46106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:29:34,380 INFO Processing ruok command from /127.0.0.1:46108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:29:44,324 INFO Processing ruok command from /127.0.0.1:46328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:29:44,387 INFO Processing ruok command from /127.0.0.1:46330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:29:45,891 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-10-23 05:29:45,898 INFO Committing global session 0x3000039d9c1000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 05:29:46,509 INFO Submitting global closeSession request for session 0x3000039d9c1000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-23 05:29:54,317 INFO Processing ruok command from /127.0.0.1:46546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:29:54,357 INFO Processing ruok command from /127.0.0.1:46548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:30:04,316 INFO Processing ruok command from /127.0.0.1:46760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:30:04,352 INFO Processing ruok command from /127.0.0.1:46762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:30:14,352 INFO Processing ruok command from /127.0.0.1:46978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:30:14,431 INFO Processing ruok command from /127.0.0.1:46982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:30:24,328 INFO Processing ruok command from /127.0.0.1:47218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:30:24,363 INFO Processing ruok command from /127.0.0.1:47220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:30:34,327 INFO Processing ruok command from /127.0.0.1:47446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:30:34,378 INFO Processing ruok command from /127.0.0.1:47448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:30:44,321 INFO Processing ruok command from /127.0.0.1:47674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:30:44,393 INFO Processing ruok command from /127.0.0.1:47678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:30:54,332 INFO Processing ruok command from /127.0.0.1:47878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:30:54,404 INFO Processing ruok command from /127.0.0.1:47882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:31:03,327 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-10-23 05:31:03,328 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2022-10-23 05:31:03,341 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-10-23 05:31:04,319 INFO Processing ruok command from /127.0.0.1:48090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:31:04,356 INFO Processing ruok command from /127.0.0.1:48092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:31:14,335 INFO Processing ruok command from /127.0.0.1:48312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:31:14,410 INFO Processing ruok command from /127.0.0.1:48314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:31:24,334 INFO Processing ruok command from /127.0.0.1:48552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:31:24,392 INFO Processing ruok command from /127.0.0.1:48554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:31:34,342 INFO Processing ruok command from /127.0.0.1:48798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:31:34,404 INFO Processing ruok command from /127.0.0.1:48800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:31:44,322 INFO Processing ruok command from /127.0.0.1:49022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:31:44,386 INFO Processing ruok command from /127.0.0.1:49024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:31:45,776 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-10-23 05:31:45,782 INFO Committing global session 0x3000039d9c1000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 05:31:46,498 INFO Submitting global closeSession request for session 0x3000039d9c1000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-23 05:31:54,345 INFO Processing ruok command from /127.0.0.1:49238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:31:54,420 INFO Processing ruok command from /127.0.0.1:49240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:32:04,316 INFO Processing ruok command from /127.0.0.1:49454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:32:04,366 INFO Processing ruok command from /127.0.0.1:49458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:32:14,321 INFO Processing ruok command from /127.0.0.1:49674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:32:14,381 INFO Processing ruok command from /127.0.0.1:49676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:32:24,324 INFO Processing ruok command from /127.0.0.1:49906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:32:24,370 INFO Processing ruok command from /127.0.0.1:49908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:32:34,332 INFO Processing ruok command from /127.0.0.1:50134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:32:34,410 INFO Processing ruok command from /127.0.0.1:50136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:32:44,321 INFO Processing ruok command from /127.0.0.1:50366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:32:44,392 INFO Processing ruok command from /127.0.0.1:50368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:32:54,318 INFO Processing ruok command from /127.0.0.1:50584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:32:54,359 INFO Processing ruok command from /127.0.0.1:50586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:33:04,325 INFO Processing ruok command from /127.0.0.1:50794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:33:04,400 INFO Processing ruok command from /127.0.0.1:50798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:33:14,332 INFO Processing ruok command from /127.0.0.1:51016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:33:14,405 INFO Processing ruok command from /127.0.0.1:51018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:33:24,333 INFO Processing ruok command from /127.0.0.1:51238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:33:24,396 INFO Processing ruok command from /127.0.0.1:51240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:33:34,350 INFO Processing ruok command from /127.0.0.1:51478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:33:34,421 INFO Processing ruok command from /127.0.0.1:51480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:33:44,317 INFO Processing ruok command from /127.0.0.1:51708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:33:44,398 INFO Processing ruok command from /127.0.0.1:51710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:33:46,285 INFO Committing global session 0x200003993d9000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 05:33:54,339 INFO Processing ruok command from /127.0.0.1:51924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:33:54,410 INFO Processing ruok command from /127.0.0.1:51926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:34:04,331 INFO Processing ruok command from /127.0.0.1:52138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:34:04,371 INFO Processing ruok command from /127.0.0.1:52140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:34:14,320 INFO Processing ruok command from /127.0.0.1:52366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:34:14,358 INFO Processing ruok command from /127.0.0.1:52368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:34:24,329 INFO Processing ruok command from /127.0.0.1:52594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:34:24,389 INFO Processing ruok command from /127.0.0.1:52598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:34:34,325 INFO Processing ruok command from /127.0.0.1:52836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:34:34,366 INFO Processing ruok command from /127.0.0.1:52838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:34:44,317 INFO Processing ruok command from /127.0.0.1:53068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:34:44,403 INFO Processing ruok command from /127.0.0.1:53070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:34:54,312 INFO Processing ruok command from /127.0.0.1:53282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:34:54,376 INFO Processing ruok command from /127.0.0.1:53286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:35:04,338 INFO Processing ruok command from /127.0.0.1:53490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:35:04,388 INFO Processing ruok command from /127.0.0.1:53492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:35:14,324 INFO Processing ruok command from /127.0.0.1:53700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:35:14,384 INFO Processing ruok command from /127.0.0.1:53702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:35:24,318 INFO Processing ruok command from /127.0.0.1:53938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:35:24,396 INFO Processing ruok command from /127.0.0.1:53940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:35:34,325 INFO Processing ruok command from /127.0.0.1:54174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:35:34,431 INFO Processing ruok command from /127.0.0.1:54178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:35:44,341 INFO Processing ruok command from /127.0.0.1:54418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:35:44,415 INFO Processing ruok command from /127.0.0.1:54420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:35:45,958 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-10-23 05:35:45,965 INFO Committing global session 0x3000039d9c1000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 05:35:46,564 INFO Submitting global closeSession request for session 0x3000039d9c1000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-23 05:35:54,339 INFO Processing ruok command from /127.0.0.1:54638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:35:54,402 INFO Processing ruok command from /127.0.0.1:54640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:36:04,324 INFO Processing ruok command from /127.0.0.1:54852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:36:04,364 INFO Processing ruok command from /127.0.0.1:54854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:36:14,345 INFO Processing ruok command from /127.0.0.1:55078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:36:14,398 INFO Processing ruok command from /127.0.0.1:55080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:36:24,346 INFO Processing ruok command from /127.0.0.1:55316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:36:24,407 INFO Processing ruok command from /127.0.0.1:55318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:36:34,329 INFO Processing ruok command from /127.0.0.1:55560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:36:34,391 INFO Processing ruok command from /127.0.0.1:55562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:36:44,320 INFO Processing ruok command from /127.0.0.1:55794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:36:44,403 INFO Processing ruok command from /127.0.0.1:55796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:36:54,345 INFO Processing ruok command from /127.0.0.1:55998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:36:54,408 INFO Processing ruok command from /127.0.0.1:56002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:37:04,319 INFO Processing ruok command from /127.0.0.1:56208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:37:04,389 INFO Processing ruok command from /127.0.0.1:56212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:37:14,316 INFO Processing ruok command from /127.0.0.1:56430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:37:14,354 INFO Processing ruok command from /127.0.0.1:56432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:37:24,322 INFO Processing ruok command from /127.0.0.1:56658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:37:24,402 INFO Processing ruok command from /127.0.0.1:56662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:37:34,350 INFO Processing ruok command from /127.0.0.1:56898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:37:34,385 INFO Processing ruok command from /127.0.0.1:56900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:37:44,318 INFO Processing ruok command from /127.0.0.1:57124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:37:44,386 INFO Processing ruok command from /127.0.0.1:57126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:37:45,820 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-10-23 05:37:45,827 INFO Committing global session 0x3000039d9c1000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 05:37:46,576 INFO Submitting global closeSession request for session 0x3000039d9c1000f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-23 05:37:54,319 INFO Processing ruok command from /127.0.0.1:57338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:37:54,358 INFO Processing ruok command from /127.0.0.1:57340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:38:04,318 INFO Processing ruok command from /127.0.0.1:57550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:38:04,355 INFO Processing ruok command from /127.0.0.1:57554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:38:14,316 INFO Processing ruok command from /127.0.0.1:57770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:38:14,369 INFO Processing ruok command from /127.0.0.1:57774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:38:24,332 INFO Processing ruok command from /127.0.0.1:58004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:38:24,391 INFO Processing ruok command from /127.0.0.1:58006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:38:34,322 INFO Processing ruok command from /127.0.0.1:58248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:38:34,361 INFO Processing ruok command from /127.0.0.1:58250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:38:44,318 INFO Processing ruok command from /127.0.0.1:58488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:38:44,401 INFO Processing ruok command from /127.0.0.1:58492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:38:54,341 INFO Processing ruok command from /127.0.0.1:58710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:38:54,394 INFO Processing ruok command from /127.0.0.1:58712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:39:04,325 INFO Processing ruok command from /127.0.0.1:58922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:39:04,366 INFO Processing ruok command from /127.0.0.1:58926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:39:14,352 INFO Processing ruok command from /127.0.0.1:59148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:39:14,387 INFO Processing ruok command from /127.0.0.1:59150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:39:24,339 INFO Processing ruok command from /127.0.0.1:59382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:39:24,382 INFO Processing ruok command from /127.0.0.1:59384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:39:34,324 INFO Processing ruok command from /127.0.0.1:59618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:39:34,395 INFO Processing ruok command from /127.0.0.1:59622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:39:44,334 INFO Processing ruok command from /127.0.0.1:59846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:39:44,371 INFO Processing ruok command from /127.0.0.1:59848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:39:46,093 INFO Committing global session 0x200003993d9000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 05:39:54,329 INFO Processing ruok command from /127.0.0.1:60066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:39:54,376 INFO Processing ruok command from /127.0.0.1:60068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:40:04,322 INFO Processing ruok command from /127.0.0.1:60280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:40:04,366 INFO Processing ruok command from /127.0.0.1:60282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:40:14,330 INFO Processing ruok command from /127.0.0.1:60492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:40:14,398 INFO Processing ruok command from /127.0.0.1:60494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:40:24,337 INFO Processing ruok command from /127.0.0.1:60852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:40:24,378 INFO Processing ruok command from /127.0.0.1:60854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:40:34,316 INFO Processing ruok command from /127.0.0.1:32856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:40:34,356 INFO Processing ruok command from /127.0.0.1:32860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:40:44,327 INFO Processing ruok command from /127.0.0.1:33090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:40:44,401 INFO Processing ruok command from /127.0.0.1:33092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:40:54,334 INFO Processing ruok command from /127.0.0.1:33300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:40:54,383 INFO Processing ruok command from /127.0.0.1:33302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:41:04,325 INFO Processing ruok command from /127.0.0.1:33524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:41:04,363 INFO Processing ruok command from /127.0.0.1:33526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:41:14,315 INFO Processing ruok command from /127.0.0.1:33744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:41:14,372 INFO Processing ruok command from /127.0.0.1:33746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:41:24,321 INFO Processing ruok command from /127.0.0.1:33982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:41:24,365 INFO Processing ruok command from /127.0.0.1:33986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:41:34,324 INFO Processing ruok command from /127.0.0.1:34216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:41:34,392 INFO Processing ruok command from /127.0.0.1:34218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:41:44,327 INFO Processing ruok command from /127.0.0.1:34444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:41:44,391 INFO Processing ruok command from /127.0.0.1:34446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:41:45,946 INFO Committing global session 0x10000387828000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 05:41:54,328 INFO Processing ruok command from /127.0.0.1:34666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:41:54,408 INFO Processing ruok command from /127.0.0.1:34668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:42:04,324 INFO Processing ruok command from /127.0.0.1:34878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:42:04,388 INFO Processing ruok command from /127.0.0.1:34882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:42:14,325 INFO Processing ruok command from /127.0.0.1:35100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:42:14,388 INFO Processing ruok command from /127.0.0.1:35102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:42:24,341 INFO Processing ruok command from /127.0.0.1:35334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:42:24,377 INFO Processing ruok command from /127.0.0.1:35336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:42:34,381 INFO Processing ruok command from /127.0.0.1:35570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:42:34,427 INFO Processing ruok command from /127.0.0.1:35572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:42:44,332 INFO Processing ruok command from /127.0.0.1:35804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:42:44,422 INFO Processing ruok command from /127.0.0.1:35806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:42:54,317 INFO Processing ruok command from /127.0.0.1:36006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:42:54,398 INFO Processing ruok command from /127.0.0.1:36008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:43:04,332 INFO Processing ruok command from /127.0.0.1:36226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:43:04,372 INFO Processing ruok command from /127.0.0.1:36228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:43:14,338 INFO Processing ruok command from /127.0.0.1:36438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:43:14,379 INFO Processing ruok command from /127.0.0.1:36440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:43:24,312 INFO Processing ruok command from /127.0.0.1:36672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:43:24,395 INFO Processing ruok command from /127.0.0.1:36676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:43:34,358 INFO Processing ruok command from /127.0.0.1:36904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:43:34,477 INFO Processing ruok command from /127.0.0.1:36914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:43:44,331 INFO Processing ruok command from /127.0.0.1:37144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:43:44,391 INFO Processing ruok command from /127.0.0.1:37146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:43:45,943 INFO Committing global session 0x10000387828000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 05:43:54,342 INFO Processing ruok command from /127.0.0.1:37358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:43:54,425 INFO Processing ruok command from /127.0.0.1:37362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:44:04,331 INFO Processing ruok command from /127.0.0.1:37576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:44:04,377 INFO Processing ruok command from /127.0.0.1:37578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:44:14,330 INFO Processing ruok command from /127.0.0.1:37796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:44:14,365 INFO Processing ruok command from /127.0.0.1:37798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:44:24,341 INFO Processing ruok command from /127.0.0.1:38022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:44:24,384 INFO Processing ruok command from /127.0.0.1:38024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:44:34,333 INFO Processing ruok command from /127.0.0.1:38244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:44:34,426 INFO Processing ruok command from /127.0.0.1:38248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:44:44,328 INFO Processing ruok command from /127.0.0.1:38506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:44:44,419 INFO Processing ruok command from /127.0.0.1:38508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:44:54,321 INFO Processing ruok command from /127.0.0.1:38728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:44:54,371 INFO Processing ruok command from /127.0.0.1:38730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:45:04,313 INFO Processing ruok command from /127.0.0.1:38952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:45:04,350 INFO Processing ruok command from /127.0.0.1:38954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:45:14,330 INFO Processing ruok command from /127.0.0.1:39180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:45:14,365 INFO Processing ruok command from /127.0.0.1:39182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:45:24,319 INFO Processing ruok command from /127.0.0.1:39412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:45:24,388 INFO Processing ruok command from /127.0.0.1:39414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:45:34,330 INFO Processing ruok command from /127.0.0.1:39624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:45:34,409 INFO Processing ruok command from /127.0.0.1:39626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:45:44,318 INFO Processing ruok command from /127.0.0.1:39868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:45:44,356 INFO Processing ruok command from /127.0.0.1:39870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:45:45,961 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-10-23 05:45:45,967 INFO Committing global session 0x3000039d9c10010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 05:45:46,592 INFO Submitting global closeSession request for session 0x3000039d9c10010 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-23 05:45:54,332 INFO Processing ruok command from /127.0.0.1:40086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:45:54,406 INFO Processing ruok command from /127.0.0.1:40088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:46:04,340 INFO Processing ruok command from /127.0.0.1:40298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:46:04,401 INFO Processing ruok command from /127.0.0.1:40302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:46:14,325 INFO Processing ruok command from /127.0.0.1:40510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:46:14,373 INFO Processing ruok command from /127.0.0.1:40514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:46:24,335 INFO Processing ruok command from /127.0.0.1:40732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:46:24,423 INFO Processing ruok command from /127.0.0.1:40736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:46:34,332 INFO Processing ruok command from /127.0.0.1:40958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:46:34,369 INFO Processing ruok command from /127.0.0.1:40960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:46:44,336 INFO Processing ruok command from /127.0.0.1:41208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:46:44,378 INFO Processing ruok command from /127.0.0.1:41210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:46:54,330 INFO Processing ruok command from /127.0.0.1:41438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:46:54,410 INFO Processing ruok command from /127.0.0.1:41440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:47:04,337 INFO Processing ruok command from /127.0.0.1:41668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:47:04,420 INFO Processing ruok command from /127.0.0.1:41670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:47:14,333 INFO Processing ruok command from /127.0.0.1:41894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:47:14,384 INFO Processing ruok command from /127.0.0.1:41896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:47:24,320 INFO Processing ruok command from /127.0.0.1:42130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:47:24,365 INFO Processing ruok command from /127.0.0.1:42132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:47:34,328 INFO Processing ruok command from /127.0.0.1:42346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:47:34,417 INFO Processing ruok command from /127.0.0.1:42350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:47:44,327 INFO Processing ruok command from /127.0.0.1:42606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:47:44,436 INFO Processing ruok command from /127.0.0.1:42610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:47:46,200 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-10-23 05:47:46,207 INFO Committing global session 0x3000039d9c10011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 05:47:46,826 INFO Submitting global closeSession request for session 0x3000039d9c10011 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-23 05:47:54,351 INFO Processing ruok command from /127.0.0.1:42834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:47:54,392 INFO Processing ruok command from /127.0.0.1:42838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:48:04,331 INFO Processing ruok command from /127.0.0.1:43058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:48:04,394 INFO Processing ruok command from /127.0.0.1:43060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:48:14,318 INFO Processing ruok command from /127.0.0.1:43284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:48:14,370 INFO Processing ruok command from /127.0.0.1:43286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:48:24,336 INFO Processing ruok command from /127.0.0.1:43532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:48:24,379 INFO Processing ruok command from /127.0.0.1:43534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:48:34,347 INFO Processing ruok command from /127.0.0.1:43772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:48:34,395 INFO Processing ruok command from /127.0.0.1:43774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:48:44,322 INFO Processing ruok command from /127.0.0.1:44066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:48:44,372 INFO Processing ruok command from /127.0.0.1:44070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:48:54,325 INFO Processing ruok command from /127.0.0.1:44318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:48:54,383 INFO Processing ruok command from /127.0.0.1:44320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:49:04,321 INFO Processing ruok command from /127.0.0.1:44548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:49:04,360 INFO Processing ruok command from /127.0.0.1:44552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:49:14,336 INFO Processing ruok command from /127.0.0.1:44790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:49:14,374 INFO Processing ruok command from /127.0.0.1:44792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:49:24,310 INFO Processing ruok command from /127.0.0.1:45024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:49:24,382 INFO Processing ruok command from /127.0.0.1:45026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:49:34,319 INFO Processing ruok command from /127.0.0.1:45230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:49:34,404 INFO Processing ruok command from /127.0.0.1:45232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:49:44,329 INFO Processing ruok command from /127.0.0.1:45478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:49:44,371 INFO Processing ruok command from /127.0.0.1:45480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:49:45,994 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-10-23 05:49:46,000 INFO Committing global session 0x3000039d9c10012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 05:49:46,724 INFO Submitting global closeSession request for session 0x3000039d9c10012 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-23 05:49:54,334 INFO Processing ruok command from /127.0.0.1:45698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:49:54,401 INFO Processing ruok command from /127.0.0.1:45700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:50:04,334 INFO Processing ruok command from /127.0.0.1:45914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:50:04,375 INFO Processing ruok command from /127.0.0.1:45916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:50:14,324 INFO Processing ruok command from /127.0.0.1:46144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:50:14,368 INFO Processing ruok command from /127.0.0.1:46146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:50:24,315 INFO Processing ruok command from /127.0.0.1:46384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:50:24,376 INFO Processing ruok command from /127.0.0.1:46386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:50:34,338 INFO Processing ruok command from /127.0.0.1:46606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:50:34,377 INFO Processing ruok command from /127.0.0.1:46612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:50:44,320 INFO Processing ruok command from /127.0.0.1:46858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:50:44,404 INFO Processing ruok command from /127.0.0.1:46862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:50:54,325 INFO Processing ruok command from /127.0.0.1:47074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:50:54,372 INFO Processing ruok command from /127.0.0.1:47076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:51:04,333 INFO Processing ruok command from /127.0.0.1:47288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:51:04,391 INFO Processing ruok command from /127.0.0.1:47290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:51:14,318 INFO Processing ruok command from /127.0.0.1:47504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:51:14,379 INFO Processing ruok command from /127.0.0.1:47506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:51:24,331 INFO Processing ruok command from /127.0.0.1:47730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:51:24,395 INFO Processing ruok command from /127.0.0.1:47732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:51:34,332 INFO Processing ruok command from /127.0.0.1:47952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:51:34,370 INFO Processing ruok command from /127.0.0.1:47954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:51:44,333 INFO Processing ruok command from /127.0.0.1:48202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:51:44,398 INFO Processing ruok command from /127.0.0.1:48204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:51:46,364 INFO Committing global session 0x200003993d90010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 05:51:54,339 INFO Processing ruok command from /127.0.0.1:48428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:51:54,412 INFO Processing ruok command from /127.0.0.1:48430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:52:04,336 INFO Processing ruok command from /127.0.0.1:48656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:52:04,375 INFO Processing ruok command from /127.0.0.1:48658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:52:14,324 INFO Processing ruok command from /127.0.0.1:48878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:52:14,379 INFO Processing ruok command from /127.0.0.1:48880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:52:24,322 INFO Processing ruok command from /127.0.0.1:49116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:52:24,392 INFO Processing ruok command from /127.0.0.1:49118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:52:34,349 INFO Processing ruok command from /127.0.0.1:49344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:52:34,403 INFO Processing ruok command from /127.0.0.1:49346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:52:44,324 INFO Processing ruok command from /127.0.0.1:49622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:52:44,383 INFO Processing ruok command from /127.0.0.1:49624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:52:54,335 INFO Processing ruok command from /127.0.0.1:49846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:52:54,382 INFO Processing ruok command from /127.0.0.1:49848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:53:04,321 INFO Processing ruok command from /127.0.0.1:50056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:53:04,372 INFO Processing ruok command from /127.0.0.1:50058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:53:14,340 INFO Processing ruok command from /127.0.0.1:50270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:53:14,382 INFO Processing ruok command from /127.0.0.1:50272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:53:24,328 INFO Processing ruok command from /127.0.0.1:50498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:53:24,380 INFO Processing ruok command from /127.0.0.1:50500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:53:34,346 INFO Processing ruok command from /127.0.0.1:50710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:53:34,410 INFO Processing ruok command from /127.0.0.1:50712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:53:44,323 INFO Processing ruok command from /127.0.0.1:50960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:53:44,386 INFO Processing ruok command from /127.0.0.1:50962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:53:46,061 INFO Committing global session 0x100003878280010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 05:53:54,324 INFO Processing ruok command from /127.0.0.1:51176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:53:54,373 INFO Processing ruok command from /127.0.0.1:51178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:54:04,325 INFO Processing ruok command from /127.0.0.1:51388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:54:04,394 INFO Processing ruok command from /127.0.0.1:51390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:54:14,329 INFO Processing ruok command from /127.0.0.1:51610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:54:14,401 INFO Processing ruok command from /127.0.0.1:51612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:54:24,320 INFO Processing ruok command from /127.0.0.1:51844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:54:24,370 INFO Processing ruok command from /127.0.0.1:51846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:54:34,344 INFO Processing ruok command from /127.0.0.1:52060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:54:34,424 INFO Processing ruok command from /127.0.0.1:52062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:54:44,321 INFO Processing ruok command from /127.0.0.1:52310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:54:44,360 INFO Processing ruok command from /127.0.0.1:52312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:54:54,325 INFO Processing ruok command from /127.0.0.1:52546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:54:54,407 INFO Processing ruok command from /127.0.0.1:52548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:55:04,370 INFO Processing ruok command from /127.0.0.1:52758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:55:04,497 INFO Processing ruok command from /127.0.0.1:52764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:55:14,320 INFO Processing ruok command from /127.0.0.1:52986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:55:14,406 INFO Processing ruok command from /127.0.0.1:52988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:55:24,329 INFO Processing ruok command from /127.0.0.1:53214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:55:24,396 INFO Processing ruok command from /127.0.0.1:53216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:55:34,349 INFO Processing ruok command from /127.0.0.1:53474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:55:34,448 INFO Processing ruok command from /127.0.0.1:53478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:55:44,360 INFO Processing ruok command from /127.0.0.1:53722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:55:44,450 INFO Processing ruok command from /127.0.0.1:53726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:55:46,404 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-10-23 05:55:46,411 INFO Committing global session 0x3000039d9c10013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 05:55:46,897 INFO Submitting global closeSession request for session 0x3000039d9c10013 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-23 05:55:54,328 INFO Processing ruok command from /127.0.0.1:53964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:55:54,398 INFO Processing ruok command from /127.0.0.1:53968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:56:04,322 INFO Processing ruok command from /127.0.0.1:54204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:56:04,366 INFO Processing ruok command from /127.0.0.1:54208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:56:05,290 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC/g1/c4 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:56:14,314 INFO Processing ruok command from /127.0.0.1:54442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:56:14,354 INFO Processing ruok command from /127.0.0.1:54444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:56:24,325 INFO Processing ruok command from /127.0.0.1:54670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:56:24,404 INFO Processing ruok command from /127.0.0.1:54672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:56:34,358 INFO Processing ruok command from /127.0.0.1:54892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:56:34,460 INFO Processing ruok command from /127.0.0.1:54896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:56:44,328 INFO Processing ruok command from /127.0.0.1:55162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:56:44,391 INFO Processing ruok command from /127.0.0.1:55164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:56:54,329 INFO Processing ruok command from /127.0.0.1:55378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:56:54,389 INFO Processing ruok command from /127.0.0.1:55380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:57:04,345 INFO Processing ruok command from /127.0.0.1:55598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:57:04,380 INFO Processing ruok command from /127.0.0.1:55602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:57:05,291 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC/g1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:57:14,320 INFO Processing ruok command from /127.0.0.1:55820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:57:14,365 INFO Processing ruok command from /127.0.0.1:55822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:57:24,323 INFO Processing ruok command from /127.0.0.1:56052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:57:24,365 INFO Processing ruok command from /127.0.0.1:56054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:57:34,328 INFO Processing ruok command from /127.0.0.1:56270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:57:34,413 INFO Processing ruok command from /127.0.0.1:56274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:57:44,325 INFO Processing ruok command from /127.0.0.1:56518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:57:44,384 INFO Processing ruok command from /127.0.0.1:56520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:57:46,202 INFO Committing global session 0x100003878280011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 05:57:54,315 INFO Processing ruok command from /127.0.0.1:56742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:57:54,373 INFO Processing ruok command from /127.0.0.1:56744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:58:04,333 INFO Processing ruok command from /127.0.0.1:56956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:58:04,408 INFO Processing ruok command from /127.0.0.1:56958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:58:05,290 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1/NBIC1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:58:05,296 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:58:14,327 INFO Processing ruok command from /127.0.0.1:57182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:58:14,365 INFO Processing ruok command from /127.0.0.1:57184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:58:24,332 INFO Processing ruok command from /127.0.0.1:57416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:58:24,373 INFO Processing ruok command from /127.0.0.1:57418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:58:34,325 INFO Processing ruok command from /127.0.0.1:57638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:58:34,372 INFO Processing ruok command from /127.0.0.1:57640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:58:44,353 INFO Processing ruok command from /127.0.0.1:57920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:58:44,432 INFO Processing ruok command from /127.0.0.1:57922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:58:54,334 INFO Processing ruok command from /127.0.0.1:58166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:58:54,417 INFO Processing ruok command from /127.0.0.1:58170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:59:04,429 INFO Processing ruok command from /127.0.0.1:58386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:59:04,503 INFO Processing ruok command from /127.0.0.1:58392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:59:05,290 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 05:59:14,336 INFO Processing ruok command from /127.0.0.1:58604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:59:14,416 INFO Processing ruok command from /127.0.0.1:58606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:59:24,329 INFO Processing ruok command from /127.0.0.1:58856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:59:24,428 INFO Processing ruok command from /127.0.0.1:58858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:59:34,317 INFO Processing ruok command from /127.0.0.1:59154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:59:34,353 INFO Processing ruok command from /127.0.0.1:59156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:59:44,329 INFO Processing ruok command from /127.0.0.1:59456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:59:44,410 INFO Processing ruok command from /127.0.0.1:59458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 05:59:46,382 INFO Committing global session 0x100003878280012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 05:59:54,341 INFO Processing ruok command from /127.0.0.1:59702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 05:59:54,430 INFO Processing ruok command from /127.0.0.1:59704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:00:04,320 INFO Processing ruok command from /127.0.0.1:59936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:00:04,361 INFO Processing ruok command from /127.0.0.1:59938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:00:05,290 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/homlesGroupbaa590a8-1788-487e-b271-c19034e018eb/homlesbaa590a8-1788-487e-b271-c19034e018eb (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:00:05,297 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:00:05,302 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/sonhms-cg/sonhms-cid (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:00:05,308 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:00:14,332 INFO Processing ruok command from /127.0.0.1:60186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:00:14,383 INFO Processing ruok command from /127.0.0.1:60188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:00:24,321 INFO Processing ruok command from /127.0.0.1:60446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:00:24,387 INFO Processing ruok command from /127.0.0.1:60448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:00:34,330 INFO Processing ruok command from /127.0.0.1:60710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:00:34,395 INFO Processing ruok command from /127.0.0.1:60716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:00:44,320 INFO Processing ruok command from /127.0.0.1:32770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:00:44,402 INFO Processing ruok command from /127.0.0.1:32772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:00:54,338 INFO Processing ruok command from /127.0.0.1:33006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:00:54,387 INFO Processing ruok command from /127.0.0.1:33008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:01:04,345 INFO Processing ruok command from /127.0.0.1:33240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:01:04,399 INFO Processing ruok command from /127.0.0.1:33242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:01:05,290 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/homlesGroupbaa590a8-1788-487e-b271-c19034e018eb (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:01:05,296 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:01:05,302 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/sonhms-cg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:01:14,318 INFO Processing ruok command from /127.0.0.1:33484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:01:14,405 INFO Processing ruok command from /127.0.0.1:33486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:01:24,333 INFO Processing ruok command from /127.0.0.1:33738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:01:24,400 INFO Processing ruok command from /127.0.0.1:33740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:01:34,332 INFO Processing ruok command from /127.0.0.1:33964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:01:34,371 INFO Processing ruok command from /127.0.0.1:33966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:01:44,323 INFO Processing ruok command from /127.0.0.1:34222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:01:44,365 INFO Processing ruok command from /127.0.0.1:34224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:01:46,447 INFO Committing global session 0x100003878280013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 06:01:54,315 INFO Processing ruok command from /127.0.0.1:34440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:01:54,392 INFO Processing ruok command from /127.0.0.1:34444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:02:04,338 INFO Processing ruok command from /127.0.0.1:34668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:02:04,389 INFO Processing ruok command from /127.0.0.1:34670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:02:05,290 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:02:05,296 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:02:14,323 INFO Processing ruok command from /127.0.0.1:34880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:02:14,361 INFO Processing ruok command from /127.0.0.1:34882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:02:24,329 INFO Processing ruok command from /127.0.0.1:35122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:02:24,444 INFO Processing ruok command from /127.0.0.1:35126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:02:34,357 INFO Processing ruok command from /127.0.0.1:35332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:02:34,435 INFO Processing ruok command from /127.0.0.1:35336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:02:44,321 INFO Processing ruok command from /127.0.0.1:35606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:02:44,375 INFO Processing ruok command from /127.0.0.1:35610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:02:54,323 INFO Processing ruok command from /127.0.0.1:35844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:02:54,389 INFO Processing ruok command from /127.0.0.1:35846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:03:04,321 INFO Processing ruok command from /127.0.0.1:36070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:03:04,360 INFO Processing ruok command from /127.0.0.1:36072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:03:05,291 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:03:05,296 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:03:05,302 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:03:14,329 INFO Processing ruok command from /127.0.0.1:36284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:03:14,397 INFO Processing ruok command from /127.0.0.1:36288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:03:24,328 INFO Processing ruok command from /127.0.0.1:36522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:03:24,365 INFO Processing ruok command from /127.0.0.1:36524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:03:34,323 INFO Processing ruok command from /127.0.0.1:36748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:03:34,362 INFO Processing ruok command from /127.0.0.1:36750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:03:44,348 INFO Processing ruok command from /127.0.0.1:37004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:03:44,415 INFO Processing ruok command from /127.0.0.1:37006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:03:45,984 INFO Committing global session 0x200003993d90011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 06:03:54,335 INFO Processing ruok command from /127.0.0.1:37220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:03:54,374 INFO Processing ruok command from /127.0.0.1:37222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:04:04,328 INFO Processing ruok command from /127.0.0.1:37442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:04:04,395 INFO Processing ruok command from /127.0.0.1:37446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:04:05,290 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:04:05,297 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:04:05,302 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:04:05,308 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:04:14,316 INFO Processing ruok command from /127.0.0.1:37670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:04:14,355 INFO Processing ruok command from /127.0.0.1:37672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:04:24,319 INFO Processing ruok command from /127.0.0.1:37950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:04:24,371 INFO Processing ruok command from /127.0.0.1:37952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:04:34,347 INFO Processing ruok command from /127.0.0.1:38182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:04:34,399 INFO Processing ruok command from /127.0.0.1:38186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:04:44,321 INFO Processing ruok command from /127.0.0.1:38468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:04:44,362 INFO Processing ruok command from /127.0.0.1:38470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:04:54,317 INFO Processing ruok command from /127.0.0.1:38702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:04:54,385 INFO Processing ruok command from /127.0.0.1:38704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:05:04,349 INFO Processing ruok command from /127.0.0.1:38932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:05:04,379 INFO Processing ruok command from /127.0.0.1:38934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:05:05,292 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:05:05,297 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:05:05,303 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:05:14,342 INFO Processing ruok command from /127.0.0.1:39172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:05:14,417 INFO Processing ruok command from /127.0.0.1:39174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:05:24,340 INFO Processing ruok command from /127.0.0.1:39420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:05:24,412 INFO Processing ruok command from /127.0.0.1:39422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:05:34,324 INFO Processing ruok command from /127.0.0.1:39692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:05:34,358 INFO Processing ruok command from /127.0.0.1:39694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:05:44,315 INFO Processing ruok command from /127.0.0.1:39956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:05:44,352 INFO Processing ruok command from /127.0.0.1:39958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:05:46,207 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-10-23 06:05:46,212 INFO Committing global session 0x3000039d9c10014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 06:05:46,959 INFO Submitting global closeSession request for session 0x3000039d9c10014 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-23 06:05:54,326 INFO Processing ruok command from /127.0.0.1:40192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:05:54,392 INFO Processing ruok command from /127.0.0.1:40194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:06:04,329 INFO Processing ruok command from /127.0.0.1:40422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:06:04,368 INFO Processing ruok command from /127.0.0.1:40424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:06:05,291 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:06:05,296 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:06:05,302 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:06:14,328 INFO Processing ruok command from /127.0.0.1:40662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:06:14,416 INFO Processing ruok command from /127.0.0.1:40664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:06:24,331 INFO Processing ruok command from /127.0.0.1:40916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:06:24,370 INFO Processing ruok command from /127.0.0.1:40918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:06:34,354 INFO Processing ruok command from /127.0.0.1:41152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:06:34,412 INFO Processing ruok command from /127.0.0.1:41154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:06:44,332 INFO Processing ruok command from /127.0.0.1:41412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:06:44,374 INFO Processing ruok command from /127.0.0.1:41414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:06:54,320 INFO Processing ruok command from /127.0.0.1:41622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:06:54,401 INFO Processing ruok command from /127.0.0.1:41624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:07:04,336 INFO Processing ruok command from /127.0.0.1:41836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:07:04,378 INFO Processing ruok command from /127.0.0.1:41840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:07:05,291 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:07:05,298 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:07:14,330 INFO Processing ruok command from /127.0.0.1:42052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:07:14,400 INFO Processing ruok command from /127.0.0.1:42056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:07:24,325 INFO Processing ruok command from /127.0.0.1:42282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:07:24,386 INFO Processing ruok command from /127.0.0.1:42284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:07:34,341 INFO Processing ruok command from /127.0.0.1:42494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:07:34,403 INFO Processing ruok command from /127.0.0.1:42496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:07:44,330 INFO Processing ruok command from /127.0.0.1:42748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:07:44,390 INFO Processing ruok command from /127.0.0.1:42750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:07:46,499 INFO Committing global session 0x200003993d90012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 06:07:54,320 INFO Processing ruok command from /127.0.0.1:42968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:07:54,401 INFO Processing ruok command from /127.0.0.1:42970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:08:04,350 INFO Processing ruok command from /127.0.0.1:43186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:08:04,432 INFO Processing ruok command from /127.0.0.1:43188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:08:05,290 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:08:05,296 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:08:05,303 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:08:14,337 INFO Processing ruok command from /127.0.0.1:43408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:08:14,424 INFO Processing ruok command from /127.0.0.1:43410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:08:24,316 INFO Processing ruok command from /127.0.0.1:43642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:08:24,406 INFO Processing ruok command from /127.0.0.1:43646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:08:34,340 INFO Processing ruok command from /127.0.0.1:43852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:08:34,419 INFO Processing ruok command from /127.0.0.1:43854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:08:44,333 INFO Processing ruok command from /127.0.0.1:44106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:08:44,375 INFO Processing ruok command from /127.0.0.1:44110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:08:54,331 INFO Processing ruok command from /127.0.0.1:44330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:08:54,425 INFO Processing ruok command from /127.0.0.1:44332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:09:04,375 INFO Processing ruok command from /127.0.0.1:44550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:09:04,423 INFO Processing ruok command from /127.0.0.1:44552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:09:05,290 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:09:05,296 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:09:14,324 INFO Processing ruok command from /127.0.0.1:44760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:09:14,389 INFO Processing ruok command from /127.0.0.1:44762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:09:24,316 INFO Processing ruok command from /127.0.0.1:44986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:09:24,358 INFO Processing ruok command from /127.0.0.1:44988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:09:34,338 INFO Processing ruok command from /127.0.0.1:45206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:09:34,390 INFO Processing ruok command from /127.0.0.1:45208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:09:44,320 INFO Processing ruok command from /127.0.0.1:45454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:09:44,387 INFO Processing ruok command from /127.0.0.1:45456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:09:46,248 INFO Committing global session 0x100003878280014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 06:09:54,327 INFO Processing ruok command from /127.0.0.1:45674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:09:54,395 INFO Processing ruok command from /127.0.0.1:45678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:10:04,331 INFO Processing ruok command from /127.0.0.1:45902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:10:04,426 INFO Processing ruok command from /127.0.0.1:45904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:10:05,291 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:10:05,296 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:10:14,329 INFO Processing ruok command from /127.0.0.1:46118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:10:14,398 INFO Processing ruok command from /127.0.0.1:46122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:10:24,315 INFO Processing ruok command from /127.0.0.1:46366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:10:24,382 INFO Processing ruok command from /127.0.0.1:46368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:10:34,348 INFO Processing ruok command from /127.0.0.1:46590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:10:34,402 INFO Processing ruok command from /127.0.0.1:46592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:10:44,316 INFO Processing ruok command from /127.0.0.1:46842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:10:44,376 INFO Processing ruok command from /127.0.0.1:46844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:10:54,322 INFO Processing ruok command from /127.0.0.1:47064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:10:54,367 INFO Processing ruok command from /127.0.0.1:47068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:11:04,313 INFO Processing ruok command from /127.0.0.1:47288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:11:04,380 INFO Processing ruok command from /127.0.0.1:47290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:11:05,292 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:11:05,297 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:11:05,303 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:11:05,309 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:11:05,316 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:11:14,332 INFO Processing ruok command from /127.0.0.1:47508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:11:14,418 INFO Processing ruok command from /127.0.0.1:47512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:11:24,321 INFO Processing ruok command from /127.0.0.1:47740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:11:24,398 INFO Processing ruok command from /127.0.0.1:47744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:11:34,337 INFO Processing ruok command from /127.0.0.1:47950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:11:34,379 INFO Processing ruok command from /127.0.0.1:47952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:11:44,323 INFO Processing ruok command from /127.0.0.1:48188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:11:44,383 INFO Processing ruok command from /127.0.0.1:48190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:11:46,338 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-10-23 06:11:46,348 INFO Committing global session 0x3000039d9c10015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 06:11:47,073 INFO Submitting global closeSession request for session 0x3000039d9c10015 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-23 06:11:54,344 INFO Processing ruok command from /127.0.0.1:48396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:11:54,391 INFO Processing ruok command from /127.0.0.1:48398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:12:04,317 INFO Processing ruok command from /127.0.0.1:48614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:12:04,390 INFO Processing ruok command from /127.0.0.1:48616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:12:05,290 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:12:05,297 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:12:05,303 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:12:05,309 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:12:05,315 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:12:14,331 INFO Processing ruok command from /127.0.0.1:48830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:12:14,396 INFO Processing ruok command from /127.0.0.1:48834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:12:24,334 INFO Processing ruok command from /127.0.0.1:49068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:12:24,392 INFO Processing ruok command from /127.0.0.1:49070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:12:34,346 INFO Processing ruok command from /127.0.0.1:49284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:12:34,454 INFO Processing ruok command from /127.0.0.1:49286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:12:44,321 INFO Processing ruok command from /127.0.0.1:49534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:12:44,378 INFO Processing ruok command from /127.0.0.1:49538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:12:54,317 INFO Processing ruok command from /127.0.0.1:49752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:12:54,357 INFO Processing ruok command from /127.0.0.1:49754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:13:04,336 INFO Processing ruok command from /127.0.0.1:49976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:13:04,389 INFO Processing ruok command from /127.0.0.1:49978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:13:05,291 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:13:05,297 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:13:05,303 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:13:05,310 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:13:14,312 INFO Processing ruok command from /127.0.0.1:50188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:13:14,373 INFO Processing ruok command from /127.0.0.1:50190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:13:24,346 INFO Processing ruok command from /127.0.0.1:50428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:13:24,412 INFO Processing ruok command from /127.0.0.1:50430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:13:34,350 INFO Processing ruok command from /127.0.0.1:50652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:13:34,408 INFO Processing ruok command from /127.0.0.1:50654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:13:44,362 INFO Processing ruok command from /127.0.0.1:50934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:13:44,411 INFO Processing ruok command from /127.0.0.1:50936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:13:46,283 INFO Committing global session 0x100003878280015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 06:13:54,332 INFO Processing ruok command from /127.0.0.1:51192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:13:54,417 INFO Processing ruok command from /127.0.0.1:51194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:14:04,367 INFO Processing ruok command from /127.0.0.1:51438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:14:04,417 INFO Processing ruok command from /127.0.0.1:51440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:14:05,290 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:14:05,296 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:14:14,319 INFO Processing ruok command from /127.0.0.1:51668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:14:14,364 INFO Processing ruok command from /127.0.0.1:51670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:14:24,341 INFO Processing ruok command from /127.0.0.1:51900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:14:24,410 INFO Processing ruok command from /127.0.0.1:51904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:14:34,369 INFO Processing ruok command from /127.0.0.1:52152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:14:34,392 INFO Processing ruok command from /127.0.0.1:52154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:14:44,323 INFO Processing ruok command from /127.0.0.1:52410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:14:44,398 INFO Processing ruok command from /127.0.0.1:52412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:14:54,337 INFO Processing ruok command from /127.0.0.1:52642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:14:54,396 INFO Processing ruok command from /127.0.0.1:52644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:15:04,345 INFO Processing ruok command from /127.0.0.1:52892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:15:04,396 INFO Processing ruok command from /127.0.0.1:52896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:15:05,290 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:15:05,297 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:15:14,357 INFO Processing ruok command from /127.0.0.1:53144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:15:14,402 INFO Processing ruok command from /127.0.0.1:53146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:15:24,339 INFO Processing ruok command from /127.0.0.1:53372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:15:24,413 INFO Processing ruok command from /127.0.0.1:53374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:15:34,314 INFO Processing ruok command from /127.0.0.1:53594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:15:34,363 INFO Processing ruok command from /127.0.0.1:53598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:15:44,312 INFO Processing ruok command from /127.0.0.1:53846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:15:44,389 INFO Processing ruok command from /127.0.0.1:53850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:15:46,587 INFO Committing global session 0x100003878280016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 06:15:54,343 INFO Processing ruok command from /127.0.0.1:54074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:15:54,420 INFO Processing ruok command from /127.0.0.1:54076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:16:04,346 INFO Processing ruok command from /127.0.0.1:54284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:16:04,409 INFO Processing ruok command from /127.0.0.1:54290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:16:05,290 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:16:14,318 INFO Processing ruok command from /127.0.0.1:54506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:16:14,355 INFO Processing ruok command from /127.0.0.1:54510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:16:24,329 INFO Processing ruok command from /127.0.0.1:54776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:16:24,415 INFO Processing ruok command from /127.0.0.1:54778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:16:34,420 INFO Processing ruok command from /127.0.0.1:55064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:16:34,508 INFO Processing ruok command from /127.0.0.1:55072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:16:44,333 INFO Processing ruok command from /127.0.0.1:55340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:16:44,408 INFO Processing ruok command from /127.0.0.1:55342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:16:54,336 INFO Processing ruok command from /127.0.0.1:55574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:16:54,404 INFO Processing ruok command from /127.0.0.1:55576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:17:04,343 INFO Processing ruok command from /127.0.0.1:55824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:17:04,392 INFO Processing ruok command from /127.0.0.1:55828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:17:05,290 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:17:14,321 INFO Processing ruok command from /127.0.0.1:56090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:17:14,435 INFO Processing ruok command from /127.0.0.1:56094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:17:24,334 INFO Processing ruok command from /127.0.0.1:56370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:17:24,400 INFO Processing ruok command from /127.0.0.1:56372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:17:34,362 INFO Processing ruok command from /127.0.0.1:56618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:17:34,429 INFO Processing ruok command from /127.0.0.1:56622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:17:44,348 INFO Processing ruok command from /127.0.0.1:56862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:17:44,417 INFO Processing ruok command from /127.0.0.1:56864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:17:46,277 INFO Committing global session 0x200003993d90013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 06:17:54,336 INFO Processing ruok command from /127.0.0.1:57096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:17:54,377 INFO Processing ruok command from /127.0.0.1:57098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:18:04,340 INFO Processing ruok command from /127.0.0.1:57366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:18:04,402 INFO Processing ruok command from /127.0.0.1:57368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:18:05,291 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:18:14,335 INFO Processing ruok command from /127.0.0.1:57604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:18:14,398 INFO Processing ruok command from /127.0.0.1:57606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:18:24,359 INFO Processing ruok command from /127.0.0.1:57922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:18:24,435 INFO Processing ruok command from /127.0.0.1:57924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:18:34,340 INFO Processing ruok command from /127.0.0.1:58160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:18:34,429 INFO Processing ruok command from /127.0.0.1:58162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:18:44,314 INFO Processing ruok command from /127.0.0.1:58494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:18:44,389 INFO Processing ruok command from /127.0.0.1:58498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:18:54,325 INFO Processing ruok command from /127.0.0.1:58710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:18:54,377 INFO Processing ruok command from /127.0.0.1:58712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:19:04,348 INFO Processing ruok command from /127.0.0.1:58958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:19:04,400 INFO Processing ruok command from /127.0.0.1:58962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:19:05,296 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:19:05,303 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:19:14,341 INFO Processing ruok command from /127.0.0.1:59222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:19:14,376 INFO Processing ruok command from /127.0.0.1:59224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:19:24,341 INFO Processing ruok command from /127.0.0.1:59492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:19:24,383 INFO Processing ruok command from /127.0.0.1:59496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:19:34,353 INFO Processing ruok command from /127.0.0.1:59810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:19:34,457 INFO Processing ruok command from /127.0.0.1:59812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:19:44,342 INFO Processing ruok command from /127.0.0.1:60132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:19:44,414 INFO Processing ruok command from /127.0.0.1:60136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:19:46,196 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-10-23 06:19:46,202 INFO Committing global session 0x3000039d9c10016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 06:19:46,919 INFO Submitting global closeSession request for session 0x3000039d9c10016 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-23 06:19:54,363 INFO Processing ruok command from /127.0.0.1:60408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:19:54,435 INFO Processing ruok command from /127.0.0.1:60414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:20:04,339 INFO Processing ruok command from /127.0.0.1:60824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:20:04,433 INFO Processing ruok command from /127.0.0.1:60826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:20:05,301 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup/consumerId (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:20:05,309 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:20:05,316 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:20:14,353 INFO Processing ruok command from /127.0.0.1:32902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:20:14,424 INFO Processing ruok command from /127.0.0.1:32908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:20:24,324 INFO Processing ruok command from /127.0.0.1:33190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:20:24,373 INFO Processing ruok command from /127.0.0.1:33192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:20:34,339 INFO Processing ruok command from /127.0.0.1:33410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:20:34,410 INFO Processing ruok command from /127.0.0.1:33412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:20:44,346 INFO Processing ruok command from /127.0.0.1:33732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:20:44,409 INFO Processing ruok command from /127.0.0.1:33734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:20:54,347 INFO Processing ruok command from /127.0.0.1:34008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:20:54,391 INFO Processing ruok command from /127.0.0.1:34010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:21:04,376 INFO Processing ruok command from /127.0.0.1:34322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:21:04,490 INFO Processing ruok command from /127.0.0.1:34330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:21:05,296 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:21:05,303 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:21:14,328 INFO Processing ruok command from /127.0.0.1:34616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:21:14,405 INFO Processing ruok command from /127.0.0.1:34618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:21:24,332 INFO Processing ruok command from /127.0.0.1:34986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:21:24,398 INFO Processing ruok command from /127.0.0.1:34988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:21:34,339 INFO Processing ruok command from /127.0.0.1:35220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:21:34,425 INFO Processing ruok command from /127.0.0.1:35224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:21:44,330 INFO Processing ruok command from /127.0.0.1:35478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:21:44,378 INFO Processing ruok command from /127.0.0.1:35482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:21:46,333 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-10-23 06:21:46,338 INFO Committing global session 0x3000039d9c10017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 06:21:47,094 INFO Submitting global closeSession request for session 0x3000039d9c10017 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-23 06:21:54,348 INFO Processing ruok command from /127.0.0.1:35696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:21:54,421 INFO Processing ruok command from /127.0.0.1:35698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:22:04,339 INFO Processing ruok command from /127.0.0.1:35908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:22:04,369 INFO Processing ruok command from /127.0.0.1:35910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:22:05,290 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:22:14,315 INFO Processing ruok command from /127.0.0.1:36166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:22:14,384 INFO Processing ruok command from /127.0.0.1:36170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:22:24,325 INFO Processing ruok command from /127.0.0.1:36404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:22:24,373 INFO Processing ruok command from /127.0.0.1:36406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:22:34,324 INFO Processing ruok command from /127.0.0.1:36676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:22:34,406 INFO Processing ruok command from /127.0.0.1:36678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:22:44,363 INFO Processing ruok command from /127.0.0.1:36926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:22:44,409 INFO Processing ruok command from /127.0.0.1:36928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:22:54,314 INFO Processing ruok command from /127.0.0.1:37136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:22:54,386 INFO Processing ruok command from /127.0.0.1:37140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:23:04,329 INFO Processing ruok command from /127.0.0.1:37396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:23:04,384 INFO Processing ruok command from /127.0.0.1:37398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:23:05,291 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:23:14,336 INFO Processing ruok command from /127.0.0.1:37680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:23:14,403 INFO Processing ruok command from /127.0.0.1:37682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:23:24,328 INFO Processing ruok command from /127.0.0.1:37970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:23:24,367 INFO Processing ruok command from /127.0.0.1:37972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:23:34,335 INFO Processing ruok command from /127.0.0.1:38184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:23:34,412 INFO Processing ruok command from /127.0.0.1:38186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:23:44,334 INFO Processing ruok command from /127.0.0.1:38422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:23:44,409 INFO Processing ruok command from /127.0.0.1:38426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:23:46,046 INFO Committing global session 0x200003993d90014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 06:23:54,333 INFO Processing ruok command from /127.0.0.1:38632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:23:54,384 INFO Processing ruok command from /127.0.0.1:38636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:24:04,338 INFO Processing ruok command from /127.0.0.1:38846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:24:04,389 INFO Processing ruok command from /127.0.0.1:38848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:24:14,318 INFO Processing ruok command from /127.0.0.1:39056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:24:14,360 INFO Processing ruok command from /127.0.0.1:39058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:24:24,346 INFO Processing ruok command from /127.0.0.1:39286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:24:24,390 INFO Processing ruok command from /127.0.0.1:39288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:24:34,325 INFO Processing ruok command from /127.0.0.1:39534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:24:34,410 INFO Processing ruok command from /127.0.0.1:39538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:24:44,319 INFO Processing ruok command from /127.0.0.1:39778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:24:44,397 INFO Processing ruok command from /127.0.0.1:39780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:24:54,320 INFO Processing ruok command from /127.0.0.1:39988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:24:54,398 INFO Processing ruok command from /127.0.0.1:39990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:25:04,328 INFO Processing ruok command from /127.0.0.1:40204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:25:04,407 INFO Processing ruok command from /127.0.0.1:40206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:25:14,322 INFO Processing ruok command from /127.0.0.1:40426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:25:14,358 INFO Processing ruok command from /127.0.0.1:40428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:25:24,323 INFO Processing ruok command from /127.0.0.1:40654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:25:24,415 INFO Processing ruok command from /127.0.0.1:40658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:25:34,326 INFO Processing ruok command from /127.0.0.1:40878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:25:34,383 INFO Processing ruok command from /127.0.0.1:40884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:25:44,323 INFO Processing ruok command from /127.0.0.1:41112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:25:44,390 INFO Processing ruok command from /127.0.0.1:41116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:25:46,231 INFO Committing global session 0x200003993d90015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 06:25:54,345 INFO Processing ruok command from /127.0.0.1:41334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:25:54,391 INFO Processing ruok command from /127.0.0.1:41338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:26:04,368 INFO Processing ruok command from /127.0.0.1:41556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:26:04,476 INFO Processing ruok command from /127.0.0.1:41558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:26:14,327 INFO Processing ruok command from /127.0.0.1:41780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:26:14,422 INFO Processing ruok command from /127.0.0.1:41782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:26:24,329 INFO Processing ruok command from /127.0.0.1:42022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:26:24,409 INFO Processing ruok command from /127.0.0.1:42024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:26:34,345 INFO Processing ruok command from /127.0.0.1:42264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:26:34,421 INFO Processing ruok command from /127.0.0.1:42266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:26:44,332 INFO Processing ruok command from /127.0.0.1:42540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:26:44,374 INFO Processing ruok command from /127.0.0.1:42544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:26:54,350 INFO Processing ruok command from /127.0.0.1:42764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:26:54,441 INFO Processing ruok command from /127.0.0.1:42768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:27:04,338 INFO Processing ruok command from /127.0.0.1:42980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:27:04,402 INFO Processing ruok command from /127.0.0.1:42982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:27:14,336 INFO Processing ruok command from /127.0.0.1:43200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:27:14,411 INFO Processing ruok command from /127.0.0.1:43202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:27:24,323 INFO Processing ruok command from /127.0.0.1:43434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:27:24,377 INFO Processing ruok command from /127.0.0.1:43436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:27:34,328 INFO Processing ruok command from /127.0.0.1:43652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:27:34,380 INFO Processing ruok command from /127.0.0.1:43656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:27:44,339 INFO Processing ruok command from /127.0.0.1:43890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:27:44,420 INFO Processing ruok command from /127.0.0.1:43894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:27:46,291 INFO Committing global session 0x200003993d90016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 06:27:54,333 INFO Processing ruok command from /127.0.0.1:44122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:27:54,454 INFO Processing ruok command from /127.0.0.1:44126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:28:04,331 INFO Processing ruok command from /127.0.0.1:44342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:28:04,416 INFO Processing ruok command from /127.0.0.1:44346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:28:05,291 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:28:14,325 INFO Processing ruok command from /127.0.0.1:44564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:28:14,375 INFO Processing ruok command from /127.0.0.1:44566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:28:24,329 INFO Processing ruok command from /127.0.0.1:44806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:28:24,417 INFO Processing ruok command from /127.0.0.1:44810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:28:34,327 INFO Processing ruok command from /127.0.0.1:45038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:28:34,369 INFO Processing ruok command from /127.0.0.1:45040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:28:44,330 INFO Processing ruok command from /127.0.0.1:45284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:28:44,374 INFO Processing ruok command from /127.0.0.1:45286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:28:54,328 INFO Processing ruok command from /127.0.0.1:45498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:28:54,366 INFO Processing ruok command from /127.0.0.1:45500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:29:04,341 INFO Processing ruok command from /127.0.0.1:45712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:29:04,427 INFO Processing ruok command from /127.0.0.1:45716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:29:05,291 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:29:14,351 INFO Processing ruok command from /127.0.0.1:45932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:29:14,414 INFO Processing ruok command from /127.0.0.1:45934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:29:24,332 INFO Processing ruok command from /127.0.0.1:46160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:29:24,415 INFO Processing ruok command from /127.0.0.1:46162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:29:34,350 INFO Processing ruok command from /127.0.0.1:46374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:29:34,404 INFO Processing ruok command from /127.0.0.1:46378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:29:44,337 INFO Processing ruok command from /127.0.0.1:46624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:29:44,407 INFO Processing ruok command from /127.0.0.1:46628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:29:46,359 INFO Committing global session 0x100003878280017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 06:29:54,335 INFO Processing ruok command from /127.0.0.1:46854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:29:54,371 INFO Processing ruok command from /127.0.0.1:46856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:30:04,343 INFO Processing ruok command from /127.0.0.1:47078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:30:04,421 INFO Processing ruok command from /127.0.0.1:47080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:30:05,291 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:30:14,326 INFO Processing ruok command from /127.0.0.1:47296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:30:14,370 INFO Processing ruok command from /127.0.0.1:47298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:30:24,328 INFO Processing ruok command from /127.0.0.1:47538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:30:24,404 INFO Processing ruok command from /127.0.0.1:47540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:30:34,340 INFO Processing ruok command from /127.0.0.1:47766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:30:34,434 INFO Processing ruok command from /127.0.0.1:47768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:30:44,325 INFO Processing ruok command from /127.0.0.1:48016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:30:44,388 INFO Processing ruok command from /127.0.0.1:48018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:30:54,320 INFO Processing ruok command from /127.0.0.1:48240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:30:54,386 INFO Processing ruok command from /127.0.0.1:48244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:31:03,328 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-10-23 06:31:03,328 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2022-10-23 06:31:03,334 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-10-23 06:31:04,370 INFO Processing ruok command from /127.0.0.1:48464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:31:04,446 INFO Processing ruok command from /127.0.0.1:48466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:31:05,297 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:31:14,329 INFO Processing ruok command from /127.0.0.1:48692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:31:14,404 INFO Processing ruok command from /127.0.0.1:48694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:31:24,338 INFO Processing ruok command from /127.0.0.1:48938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:31:24,409 INFO Processing ruok command from /127.0.0.1:48942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:31:34,330 INFO Processing ruok command from /127.0.0.1:49146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:31:34,385 INFO Processing ruok command from /127.0.0.1:49150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:31:44,337 INFO Processing ruok command from /127.0.0.1:49394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:31:44,382 INFO Processing ruok command from /127.0.0.1:49396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:31:46,395 INFO Committing global session 0x200003993d90017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 06:31:54,351 INFO Processing ruok command from /127.0.0.1:49614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:31:54,445 INFO Processing ruok command from /127.0.0.1:49616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:32:04,325 INFO Processing ruok command from /127.0.0.1:49830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:32:04,382 INFO Processing ruok command from /127.0.0.1:49836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:32:14,318 INFO Processing ruok command from /127.0.0.1:50044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:32:14,360 INFO Processing ruok command from /127.0.0.1:50046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:32:24,330 INFO Processing ruok command from /127.0.0.1:50274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:32:24,401 INFO Processing ruok command from /127.0.0.1:50276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:32:34,330 INFO Processing ruok command from /127.0.0.1:50492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:32:34,415 INFO Processing ruok command from /127.0.0.1:50496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:32:44,334 INFO Processing ruok command from /127.0.0.1:50738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:32:44,426 INFO Processing ruok command from /127.0.0.1:50742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:32:54,328 INFO Processing ruok command from /127.0.0.1:50956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:32:54,393 INFO Processing ruok command from /127.0.0.1:50958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:33:04,324 INFO Processing ruok command from /127.0.0.1:51174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:33:04,367 INFO Processing ruok command from /127.0.0.1:51176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:33:14,329 INFO Processing ruok command from /127.0.0.1:51392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:33:14,377 INFO Processing ruok command from /127.0.0.1:51396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:33:24,322 INFO Processing ruok command from /127.0.0.1:51626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:33:24,359 INFO Processing ruok command from /127.0.0.1:51628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:33:34,327 INFO Processing ruok command from /127.0.0.1:51848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:33:34,387 INFO Processing ruok command from /127.0.0.1:51850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:33:44,318 INFO Processing ruok command from /127.0.0.1:52096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:33:44,366 INFO Processing ruok command from /127.0.0.1:52098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:33:46,518 INFO Committing global session 0x200003993d90018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 06:33:54,326 INFO Processing ruok command from /127.0.0.1:52310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:33:54,371 INFO Processing ruok command from /127.0.0.1:52312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:34:04,321 INFO Processing ruok command from /127.0.0.1:52530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:34:04,415 INFO Processing ruok command from /127.0.0.1:52532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:34:14,322 INFO Processing ruok command from /127.0.0.1:52756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:34:14,368 INFO Processing ruok command from /127.0.0.1:52758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:34:24,315 INFO Processing ruok command from /127.0.0.1:52994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:34:24,373 INFO Processing ruok command from /127.0.0.1:52998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:34:34,328 INFO Processing ruok command from /127.0.0.1:53214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:34:34,417 INFO Processing ruok command from /127.0.0.1:53216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:34:44,349 INFO Processing ruok command from /127.0.0.1:53494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:34:44,399 INFO Processing ruok command from /127.0.0.1:53498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:34:54,329 INFO Processing ruok command from /127.0.0.1:53722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:34:54,401 INFO Processing ruok command from /127.0.0.1:53726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:35:04,332 INFO Processing ruok command from /127.0.0.1:53942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:35:04,441 INFO Processing ruok command from /127.0.0.1:53944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:35:05,291 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/sliceanalysisms-cg/sliceanalysisms-cid (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:35:14,324 INFO Processing ruok command from /127.0.0.1:54166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:35:14,418 INFO Processing ruok command from /127.0.0.1:54168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:35:24,325 INFO Processing ruok command from /127.0.0.1:54416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:35:24,364 INFO Processing ruok command from /127.0.0.1:54418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:35:34,331 INFO Processing ruok command from /127.0.0.1:54636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:35:34,381 INFO Processing ruok command from /127.0.0.1:54640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:35:44,354 INFO Processing ruok command from /127.0.0.1:54902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:35:44,430 INFO Processing ruok command from /127.0.0.1:54906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:35:46,533 INFO Committing global session 0x200003993d90019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 06:35:54,347 INFO Processing ruok command from /127.0.0.1:55142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:35:54,394 INFO Processing ruok command from /127.0.0.1:55144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:36:04,349 INFO Processing ruok command from /127.0.0.1:55396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:36:04,405 INFO Processing ruok command from /127.0.0.1:55398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:36:05,290 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/sliceanalysisms-cg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:36:14,344 INFO Processing ruok command from /127.0.0.1:55692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:36:14,419 INFO Processing ruok command from /127.0.0.1:55696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:36:24,369 INFO Processing ruok command from /127.0.0.1:55966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:36:24,422 INFO Processing ruok command from /127.0.0.1:55968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:36:34,331 INFO Processing ruok command from /127.0.0.1:56238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:36:34,379 INFO Processing ruok command from /127.0.0.1:56240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:36:44,341 INFO Processing ruok command from /127.0.0.1:56514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:36:44,403 INFO Processing ruok command from /127.0.0.1:56516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:36:54,319 INFO Processing ruok command from /127.0.0.1:56764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:36:54,384 INFO Processing ruok command from /127.0.0.1:56766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:37:04,324 INFO Processing ruok command from /127.0.0.1:56998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:37:04,401 INFO Processing ruok command from /127.0.0.1:57002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:37:05,291 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:37:14,331 INFO Processing ruok command from /127.0.0.1:57210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:37:14,369 INFO Processing ruok command from /127.0.0.1:57212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:37:24,323 INFO Processing ruok command from /127.0.0.1:57458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:37:24,402 INFO Processing ruok command from /127.0.0.1:57460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:37:34,329 INFO Processing ruok command from /127.0.0.1:57688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:37:34,377 INFO Processing ruok command from /127.0.0.1:57690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:37:44,347 INFO Processing ruok command from /127.0.0.1:57936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:37:44,403 INFO Processing ruok command from /127.0.0.1:57938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:37:46,427 INFO Committing global session 0x200003993d9001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 06:37:54,337 INFO Processing ruok command from /127.0.0.1:58158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:37:54,410 INFO Processing ruok command from /127.0.0.1:58160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:38:04,319 INFO Processing ruok command from /127.0.0.1:58390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:38:04,361 INFO Processing ruok command from /127.0.0.1:58392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:38:05,290 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:38:14,319 INFO Processing ruok command from /127.0.0.1:58734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:38:14,410 INFO Processing ruok command from /127.0.0.1:58736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:38:24,325 INFO Processing ruok command from /127.0.0.1:59034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:38:24,422 INFO Processing ruok command from /127.0.0.1:59036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:38:34,337 INFO Processing ruok command from /127.0.0.1:59322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:38:34,370 INFO Processing ruok command from /127.0.0.1:59324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:38:44,324 INFO Processing ruok command from /127.0.0.1:59582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:38:44,361 INFO Processing ruok command from /127.0.0.1:59586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:38:54,327 INFO Processing ruok command from /127.0.0.1:59816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:38:54,367 INFO Processing ruok command from /127.0.0.1:59818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:39:04,360 INFO Processing ruok command from /127.0.0.1:60076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:39:04,467 INFO Processing ruok command from /127.0.0.1:60078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:39:05,291 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:39:14,332 INFO Processing ruok command from /127.0.0.1:60332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:39:14,400 INFO Processing ruok command from /127.0.0.1:60338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:39:24,332 INFO Processing ruok command from /127.0.0.1:60584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:39:24,373 INFO Processing ruok command from /127.0.0.1:60586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:39:34,356 INFO Processing ruok command from /127.0.0.1:60820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:39:34,397 INFO Processing ruok command from /127.0.0.1:60822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:39:44,322 INFO Processing ruok command from /127.0.0.1:32852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:39:44,366 INFO Processing ruok command from /127.0.0.1:32856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:39:47,095 INFO Committing global session 0x100003878280018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 06:39:54,324 INFO Processing ruok command from /127.0.0.1:33096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:39:54,404 INFO Processing ruok command from /127.0.0.1:33098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:40:04,334 INFO Processing ruok command from /127.0.0.1:33326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:40:04,374 INFO Processing ruok command from /127.0.0.1:33328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:40:05,291 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:40:14,322 INFO Processing ruok command from /127.0.0.1:33590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:40:14,365 INFO Processing ruok command from /127.0.0.1:33594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:40:24,336 INFO Processing ruok command from /127.0.0.1:33896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:40:24,422 INFO Processing ruok command from /127.0.0.1:33898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:40:34,335 INFO Processing ruok command from /127.0.0.1:34188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:40:34,395 INFO Processing ruok command from /127.0.0.1:34190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:40:44,323 INFO Processing ruok command from /127.0.0.1:34494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:40:44,393 INFO Processing ruok command from /127.0.0.1:34498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:40:54,356 INFO Processing ruok command from /127.0.0.1:34818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:40:54,443 INFO Processing ruok command from /127.0.0.1:34820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:41:04,322 INFO Processing ruok command from /127.0.0.1:35202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:41:04,375 INFO Processing ruok command from /127.0.0.1:35204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:41:05,290 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/sliceanalysisms-cg/sliceanalysisms-cid (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:41:05,297 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:41:05,304 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/kpi-cg/kpi-cid (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:41:14,322 INFO Processing ruok command from /127.0.0.1:35468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:41:14,391 INFO Processing ruok command from /127.0.0.1:35472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:41:24,321 INFO Processing ruok command from /127.0.0.1:35740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:41:24,357 INFO Processing ruok command from /127.0.0.1:35742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:41:34,329 INFO Processing ruok command from /127.0.0.1:35984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:41:34,378 INFO Processing ruok command from /127.0.0.1:35986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:41:44,316 INFO Processing ruok command from /127.0.0.1:36234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:41:44,397 INFO Processing ruok command from /127.0.0.1:36240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:41:46,442 INFO Committing global session 0x100003878280019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 06:41:54,334 INFO Processing ruok command from /127.0.0.1:36466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:41:54,404 INFO Processing ruok command from /127.0.0.1:36470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:42:04,345 INFO Processing ruok command from /127.0.0.1:36722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:42:04,414 INFO Processing ruok command from /127.0.0.1:36726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:42:05,290 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/kpi-cg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:42:05,296 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:42:05,303 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:42:05,309 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/sliceanalysisms-cg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:42:14,316 INFO Processing ruok command from /127.0.0.1:36980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:42:14,380 INFO Processing ruok command from /127.0.0.1:36982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:42:24,340 INFO Processing ruok command from /127.0.0.1:37294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:42:24,390 INFO Processing ruok command from /127.0.0.1:37296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:42:34,310 INFO Processing ruok command from /127.0.0.1:37638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:42:34,375 INFO Processing ruok command from /127.0.0.1:37640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:42:44,333 INFO Processing ruok command from /127.0.0.1:37920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:42:44,401 INFO Processing ruok command from /127.0.0.1:37922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:42:54,370 INFO Processing ruok command from /127.0.0.1:38150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:42:54,443 INFO Processing ruok command from /127.0.0.1:38152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:43:04,324 INFO Processing ruok command from /127.0.0.1:38382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:43:04,365 INFO Processing ruok command from /127.0.0.1:38384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:43:05,291 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:43:05,297 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:43:14,347 INFO Processing ruok command from /127.0.0.1:38622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:43:14,389 INFO Processing ruok command from /127.0.0.1:38624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:43:24,353 INFO Processing ruok command from /127.0.0.1:38972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:43:24,421 INFO Processing ruok command from /127.0.0.1:38974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:43:34,323 INFO Processing ruok command from /127.0.0.1:39320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:43:34,369 INFO Processing ruok command from /127.0.0.1:39322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:43:44,332 INFO Processing ruok command from /127.0.0.1:39668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:43:44,416 INFO Processing ruok command from /127.0.0.1:39670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:43:46,552 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-10-23 06:43:46,559 INFO Committing global session 0x3000039d9c10018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 06:43:47,254 INFO Submitting global closeSession request for session 0x3000039d9c10018 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-23 06:43:54,317 INFO Processing ruok command from /127.0.0.1:39946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:43:54,353 INFO Processing ruok command from /127.0.0.1:39948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:44:04,344 INFO Processing ruok command from /127.0.0.1:40270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:44:04,408 INFO Processing ruok command from /127.0.0.1:40274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:44:05,290 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup/consumerId (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:44:05,297 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:44:14,341 INFO Processing ruok command from /127.0.0.1:40658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:44:14,413 INFO Processing ruok command from /127.0.0.1:40660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:44:24,325 INFO Processing ruok command from /127.0.0.1:40908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:44:24,371 INFO Processing ruok command from /127.0.0.1:40910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:44:34,335 INFO Processing ruok command from /127.0.0.1:41154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:44:34,376 INFO Processing ruok command from /127.0.0.1:41156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:44:44,323 INFO Processing ruok command from /127.0.0.1:41424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:44:44,378 INFO Processing ruok command from /127.0.0.1:41426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:44:54,334 INFO Processing ruok command from /127.0.0.1:41664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:44:54,391 INFO Processing ruok command from /127.0.0.1:41666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:45:04,337 INFO Processing ruok command from /127.0.0.1:41914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:45:04,437 INFO Processing ruok command from /127.0.0.1:41916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:45:05,290 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:45:05,297 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:45:14,331 INFO Processing ruok command from /127.0.0.1:42166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:45:14,374 INFO Processing ruok command from /127.0.0.1:42170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:45:24,323 INFO Processing ruok command from /127.0.0.1:42410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:45:24,385 INFO Processing ruok command from /127.0.0.1:42412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:45:34,325 INFO Processing ruok command from /127.0.0.1:42646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:45:34,367 INFO Processing ruok command from /127.0.0.1:42648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:45:44,329 INFO Processing ruok command from /127.0.0.1:42926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:45:44,371 INFO Processing ruok command from /127.0.0.1:42928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:45:46,495 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-10-23 06:45:46,500 INFO Committing global session 0x3000039d9c10019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 06:45:47,212 INFO Submitting global closeSession request for session 0x3000039d9c10019 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-23 06:45:54,337 INFO Processing ruok command from /127.0.0.1:43146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:45:54,399 INFO Processing ruok command from /127.0.0.1:43150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:46:04,327 INFO Processing ruok command from /127.0.0.1:43380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:46:04,388 INFO Processing ruok command from /127.0.0.1:43384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:46:05,291 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:46:05,297 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:46:14,361 INFO Processing ruok command from /127.0.0.1:43646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:46:14,422 INFO Processing ruok command from /127.0.0.1:43648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:46:24,333 INFO Processing ruok command from /127.0.0.1:43914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:46:24,371 INFO Processing ruok command from /127.0.0.1:43916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:46:34,341 INFO Processing ruok command from /127.0.0.1:44184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:46:34,396 INFO Processing ruok command from /127.0.0.1:44188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:46:44,364 INFO Processing ruok command from /127.0.0.1:44460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:46:44,459 INFO Processing ruok command from /127.0.0.1:44464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:46:54,337 INFO Processing ruok command from /127.0.0.1:44720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:46:54,426 INFO Processing ruok command from /127.0.0.1:44722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:47:04,327 INFO Processing ruok command from /127.0.0.1:44966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:47:04,396 INFO Processing ruok command from /127.0.0.1:44968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:47:05,296 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:47:14,327 INFO Processing ruok command from /127.0.0.1:45214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:47:14,388 INFO Processing ruok command from /127.0.0.1:45220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:47:24,335 INFO Processing ruok command from /127.0.0.1:45482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:47:24,382 INFO Processing ruok command from /127.0.0.1:45484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:47:34,324 INFO Processing ruok command from /127.0.0.1:45730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:47:34,361 INFO Processing ruok command from /127.0.0.1:45732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:47:44,324 INFO Processing ruok command from /127.0.0.1:45988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:47:44,374 INFO Processing ruok command from /127.0.0.1:45990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:47:46,590 INFO Committing global session 0x10000387828001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 06:47:54,319 INFO Processing ruok command from /127.0.0.1:46236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:47:54,385 INFO Processing ruok command from /127.0.0.1:46240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:48:04,326 INFO Processing ruok command from /127.0.0.1:46470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:48:04,391 INFO Processing ruok command from /127.0.0.1:46472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:48:05,290 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:48:14,340 INFO Processing ruok command from /127.0.0.1:46728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:48:14,386 INFO Processing ruok command from /127.0.0.1:46730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:48:24,335 INFO Processing ruok command from /127.0.0.1:46978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:48:24,410 INFO Processing ruok command from /127.0.0.1:46982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:48:34,322 INFO Processing ruok command from /127.0.0.1:47214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:48:34,389 INFO Processing ruok command from /127.0.0.1:47216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:48:44,324 INFO Processing ruok command from /127.0.0.1:47482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:48:44,378 INFO Processing ruok command from /127.0.0.1:47484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:48:54,339 INFO Processing ruok command from /127.0.0.1:47702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:48:54,408 INFO Processing ruok command from /127.0.0.1:47708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:49:04,325 INFO Processing ruok command from /127.0.0.1:47952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:49:04,362 INFO Processing ruok command from /127.0.0.1:47954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:49:14,312 INFO Processing ruok command from /127.0.0.1:48196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:49:14,401 INFO Processing ruok command from /127.0.0.1:48202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:49:24,333 INFO Processing ruok command from /127.0.0.1:48454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:49:24,374 INFO Processing ruok command from /127.0.0.1:48456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:49:34,329 INFO Processing ruok command from /127.0.0.1:48708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:49:34,370 INFO Processing ruok command from /127.0.0.1:48710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:49:44,311 INFO Processing ruok command from /127.0.0.1:48972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:49:44,348 INFO Processing ruok command from /127.0.0.1:48974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:49:46,497 INFO Committing global session 0x10000387828001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 06:49:54,330 INFO Processing ruok command from /127.0.0.1:49216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:49:54,407 INFO Processing ruok command from /127.0.0.1:49220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:50:04,328 INFO Processing ruok command from /127.0.0.1:49448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:50:04,389 INFO Processing ruok command from /127.0.0.1:49452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:50:14,334 INFO Processing ruok command from /127.0.0.1:49684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:50:14,405 INFO Processing ruok command from /127.0.0.1:49688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:50:24,334 INFO Processing ruok command from /127.0.0.1:49926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:50:24,385 INFO Processing ruok command from /127.0.0.1:49930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:50:34,325 INFO Processing ruok command from /127.0.0.1:50178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:50:34,404 INFO Processing ruok command from /127.0.0.1:50180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:50:44,354 INFO Processing ruok command from /127.0.0.1:50450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:50:44,426 INFO Processing ruok command from /127.0.0.1:50452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:50:54,329 INFO Processing ruok command from /127.0.0.1:50684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:50:54,402 INFO Processing ruok command from /127.0.0.1:50686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:51:04,329 INFO Processing ruok command from /127.0.0.1:50916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:51:04,369 INFO Processing ruok command from /127.0.0.1:50918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:51:14,336 INFO Processing ruok command from /127.0.0.1:51150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:51:14,397 INFO Processing ruok command from /127.0.0.1:51154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:51:24,323 INFO Processing ruok command from /127.0.0.1:51396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:51:24,401 INFO Processing ruok command from /127.0.0.1:51398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:51:34,319 INFO Processing ruok command from /127.0.0.1:51624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:51:34,362 INFO Processing ruok command from /127.0.0.1:51626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:51:44,327 INFO Processing ruok command from /127.0.0.1:51878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:51:44,364 INFO Processing ruok command from /127.0.0.1:51880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:51:46,343 INFO Committing global session 0x200003993d9001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 06:51:54,315 INFO Processing ruok command from /127.0.0.1:52104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:51:54,395 INFO Processing ruok command from /127.0.0.1:52106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:52:04,321 INFO Processing ruok command from /127.0.0.1:52326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:52:04,386 INFO Processing ruok command from /127.0.0.1:52330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:52:14,322 INFO Processing ruok command from /127.0.0.1:52568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:52:14,394 INFO Processing ruok command from /127.0.0.1:52570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:52:24,320 INFO Processing ruok command from /127.0.0.1:52812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:52:24,379 INFO Processing ruok command from /127.0.0.1:52814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:52:34,317 INFO Processing ruok command from /127.0.0.1:53050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:52:34,384 INFO Processing ruok command from /127.0.0.1:53052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:52:44,327 INFO Processing ruok command from /127.0.0.1:53310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:52:44,366 INFO Processing ruok command from /127.0.0.1:53312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:52:54,324 INFO Processing ruok command from /127.0.0.1:53538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:52:54,373 INFO Processing ruok command from /127.0.0.1:53542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:53:04,333 INFO Processing ruok command from /127.0.0.1:53758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:53:04,373 INFO Processing ruok command from /127.0.0.1:53760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:53:14,325 INFO Processing ruok command from /127.0.0.1:53986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:53:14,363 INFO Processing ruok command from /127.0.0.1:53988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:53:24,342 INFO Processing ruok command from /127.0.0.1:54226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:53:24,381 INFO Processing ruok command from /127.0.0.1:54228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:53:34,322 INFO Processing ruok command from /127.0.0.1:54464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:53:34,370 INFO Processing ruok command from /127.0.0.1:54466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:53:44,317 INFO Processing ruok command from /127.0.0.1:54720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:53:44,357 INFO Processing ruok command from /127.0.0.1:54724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:53:46,659 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-10-23 06:53:46,667 INFO Committing global session 0x3000039d9c1001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 06:53:47,230 INFO Submitting global closeSession request for session 0x3000039d9c1001a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-23 06:53:54,316 INFO Processing ruok command from /127.0.0.1:54962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:53:54,380 INFO Processing ruok command from /127.0.0.1:54964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:54:04,324 INFO Processing ruok command from /127.0.0.1:55196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:54:04,381 INFO Processing ruok command from /127.0.0.1:55198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:54:14,322 INFO Processing ruok command from /127.0.0.1:55432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:54:14,390 INFO Processing ruok command from /127.0.0.1:55434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:54:24,322 INFO Processing ruok command from /127.0.0.1:55704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:54:24,362 INFO Processing ruok command from /127.0.0.1:55706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:54:34,334 INFO Processing ruok command from /127.0.0.1:55924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:54:34,378 INFO Processing ruok command from /127.0.0.1:55928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:54:44,330 INFO Processing ruok command from /127.0.0.1:56180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:54:44,371 INFO Processing ruok command from /127.0.0.1:56182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:54:54,363 INFO Processing ruok command from /127.0.0.1:56406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:54:54,431 INFO Processing ruok command from /127.0.0.1:56408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:55:04,349 INFO Processing ruok command from /127.0.0.1:56636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:55:04,431 INFO Processing ruok command from /127.0.0.1:56640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:55:14,334 INFO Processing ruok command from /127.0.0.1:56868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:55:14,376 INFO Processing ruok command from /127.0.0.1:56872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:55:24,368 INFO Processing ruok command from /127.0.0.1:57136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:55:24,425 INFO Processing ruok command from /127.0.0.1:57138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:55:34,335 INFO Processing ruok command from /127.0.0.1:57390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:55:34,391 INFO Processing ruok command from /127.0.0.1:57392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:55:44,355 INFO Processing ruok command from /127.0.0.1:57672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:55:44,406 INFO Processing ruok command from /127.0.0.1:57674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:55:46,541 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-10-23 06:55:46,549 INFO Committing global session 0x3000039d9c1001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 06:55:47,251 INFO Submitting global closeSession request for session 0x3000039d9c1001b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-23 06:55:54,338 INFO Processing ruok command from /127.0.0.1:57910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:55:54,379 INFO Processing ruok command from /127.0.0.1:57912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:56:04,333 INFO Processing ruok command from /127.0.0.1:58154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:56:04,413 INFO Processing ruok command from /127.0.0.1:58156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:56:14,342 INFO Processing ruok command from /127.0.0.1:58388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:56:14,411 INFO Processing ruok command from /127.0.0.1:58390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:56:24,328 INFO Processing ruok command from /127.0.0.1:58636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:56:24,369 INFO Processing ruok command from /127.0.0.1:58640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:56:34,336 INFO Processing ruok command from /127.0.0.1:58882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:56:34,403 INFO Processing ruok command from /127.0.0.1:58884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:56:44,347 INFO Processing ruok command from /127.0.0.1:59138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:56:44,440 INFO Processing ruok command from /127.0.0.1:59142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:56:54,339 INFO Processing ruok command from /127.0.0.1:59370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:56:54,399 INFO Processing ruok command from /127.0.0.1:59372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:57:04,323 INFO Processing ruok command from /127.0.0.1:59596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:57:04,366 INFO Processing ruok command from /127.0.0.1:59600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:57:05,291 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:57:14,325 INFO Processing ruok command from /127.0.0.1:59824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:57:14,368 INFO Processing ruok command from /127.0.0.1:59826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:57:24,326 INFO Processing ruok command from /127.0.0.1:60066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:57:24,375 INFO Processing ruok command from /127.0.0.1:60068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:57:34,330 INFO Processing ruok command from /127.0.0.1:60290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:57:34,377 INFO Processing ruok command from /127.0.0.1:60294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:57:44,346 INFO Processing ruok command from /127.0.0.1:60536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:57:44,391 INFO Processing ruok command from /127.0.0.1:60538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:57:46,718 INFO Committing global session 0x200003993d9001c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 06:57:54,324 INFO Processing ruok command from /127.0.0.1:60766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:57:54,372 INFO Processing ruok command from /127.0.0.1:60768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:58:04,323 INFO Processing ruok command from /127.0.0.1:32772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:58:04,369 INFO Processing ruok command from /127.0.0.1:32774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:58:05,291 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:58:14,321 INFO Processing ruok command from /127.0.0.1:32996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:58:14,388 INFO Processing ruok command from /127.0.0.1:33000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:58:24,341 INFO Processing ruok command from /127.0.0.1:33246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:58:24,413 INFO Processing ruok command from /127.0.0.1:33248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:58:34,327 INFO Processing ruok command from /127.0.0.1:33470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:58:34,382 INFO Processing ruok command from /127.0.0.1:33476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:58:44,337 INFO Processing ruok command from /127.0.0.1:33716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:58:44,438 INFO Processing ruok command from /127.0.0.1:33722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:58:54,340 INFO Processing ruok command from /127.0.0.1:33948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:58:54,409 INFO Processing ruok command from /127.0.0.1:33954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:59:04,325 INFO Processing ruok command from /127.0.0.1:34180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:59:04,400 INFO Processing ruok command from /127.0.0.1:34184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:59:05,292 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 06:59:14,345 INFO Processing ruok command from /127.0.0.1:34402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:59:14,416 INFO Processing ruok command from /127.0.0.1:34406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:59:24,329 INFO Processing ruok command from /127.0.0.1:34670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:59:24,374 INFO Processing ruok command from /127.0.0.1:34672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:59:34,339 INFO Processing ruok command from /127.0.0.1:34908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:59:34,376 INFO Processing ruok command from /127.0.0.1:34910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:59:44,339 INFO Processing ruok command from /127.0.0.1:35164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:59:44,381 INFO Processing ruok command from /127.0.0.1:35166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 06:59:46,603 INFO Committing global session 0x10000387828001c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 06:59:54,330 INFO Processing ruok command from /127.0.0.1:35410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 06:59:54,395 INFO Processing ruok command from /127.0.0.1:35414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:00:04,348 INFO Processing ruok command from /127.0.0.1:35638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:00:04,457 INFO Processing ruok command from /127.0.0.1:35640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:00:05,290 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 07:00:14,331 INFO Processing ruok command from /127.0.0.1:35876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:00:14,371 INFO Processing ruok command from /127.0.0.1:35878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:00:24,339 INFO Processing ruok command from /127.0.0.1:36116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:00:24,388 INFO Processing ruok command from /127.0.0.1:36118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:00:34,322 INFO Processing ruok command from /127.0.0.1:36346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:00:34,365 INFO Processing ruok command from /127.0.0.1:36348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:00:44,323 INFO Processing ruok command from /127.0.0.1:36606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:00:44,368 INFO Processing ruok command from /127.0.0.1:36608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:00:54,331 INFO Processing ruok command from /127.0.0.1:36852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:00:54,413 INFO Processing ruok command from /127.0.0.1:36854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:01:04,344 INFO Processing ruok command from /127.0.0.1:37090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:01:04,377 INFO Processing ruok command from /127.0.0.1:37092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:01:05,291 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 07:01:14,323 INFO Processing ruok command from /127.0.0.1:37310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:01:14,368 INFO Processing ruok command from /127.0.0.1:37314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:01:24,323 INFO Processing ruok command from /127.0.0.1:37556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:01:24,388 INFO Processing ruok command from /127.0.0.1:37558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:01:34,321 INFO Processing ruok command from /127.0.0.1:37788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:01:34,399 INFO Processing ruok command from /127.0.0.1:37790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:01:44,326 INFO Processing ruok command from /127.0.0.1:38060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:01:44,400 INFO Processing ruok command from /127.0.0.1:38062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:01:46,460 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-10-23 07:01:46,466 INFO Committing global session 0x3000039d9c1001c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 07:01:47,208 INFO Submitting global closeSession request for session 0x3000039d9c1001c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-23 07:01:54,318 INFO Processing ruok command from /127.0.0.1:38318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:01:54,361 INFO Processing ruok command from /127.0.0.1:38320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:02:04,324 INFO Processing ruok command from /127.0.0.1:38572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:02:04,401 INFO Processing ruok command from /127.0.0.1:38576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:02:05,290 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 07:02:14,336 INFO Processing ruok command from /127.0.0.1:38798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:02:14,396 INFO Processing ruok command from /127.0.0.1:38800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:02:24,341 INFO Processing ruok command from /127.0.0.1:39042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:02:24,397 INFO Processing ruok command from /127.0.0.1:39046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:02:34,332 INFO Processing ruok command from /127.0.0.1:39274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:02:34,411 INFO Processing ruok command from /127.0.0.1:39280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:02:44,325 INFO Processing ruok command from /127.0.0.1:39524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:02:44,404 INFO Processing ruok command from /127.0.0.1:39532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:02:54,326 INFO Processing ruok command from /127.0.0.1:39780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:02:54,404 INFO Processing ruok command from /127.0.0.1:39782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:03:04,319 INFO Processing ruok command from /127.0.0.1:40024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:03:04,358 INFO Processing ruok command from /127.0.0.1:40026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:03:05,290 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 07:03:14,332 INFO Processing ruok command from /127.0.0.1:40280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:03:14,368 INFO Processing ruok command from /127.0.0.1:40282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:03:24,316 INFO Processing ruok command from /127.0.0.1:40526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:03:24,377 INFO Processing ruok command from /127.0.0.1:40532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:03:34,344 INFO Processing ruok command from /127.0.0.1:40774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:03:34,441 INFO Processing ruok command from /127.0.0.1:40778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:03:44,346 INFO Processing ruok command from /127.0.0.1:41022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:03:44,445 INFO Processing ruok command from /127.0.0.1:41026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:03:46,508 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-10-23 07:03:46,514 INFO Committing global session 0x3000039d9c1001d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 07:03:47,103 INFO Submitting global closeSession request for session 0x3000039d9c1001d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-23 07:03:54,338 INFO Processing ruok command from /127.0.0.1:41262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:03:54,376 INFO Processing ruok command from /127.0.0.1:41264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:04:04,327 INFO Processing ruok command from /127.0.0.1:41496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:04:04,397 INFO Processing ruok command from /127.0.0.1:41498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:04:05,290 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 07:04:05,297 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 07:04:14,328 INFO Processing ruok command from /127.0.0.1:41760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:04:14,375 INFO Processing ruok command from /127.0.0.1:41762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:04:24,342 INFO Processing ruok command from /127.0.0.1:42016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:04:24,404 INFO Processing ruok command from /127.0.0.1:42018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:04:34,336 INFO Processing ruok command from /127.0.0.1:42248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:04:34,394 INFO Processing ruok command from /127.0.0.1:42254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:04:44,329 INFO Processing ruok command from /127.0.0.1:42494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:04:44,407 INFO Processing ruok command from /127.0.0.1:42496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:04:54,333 INFO Processing ruok command from /127.0.0.1:42744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:04:54,410 INFO Processing ruok command from /127.0.0.1:42746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:05:04,325 INFO Processing ruok command from /127.0.0.1:42964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:05:04,367 INFO Processing ruok command from /127.0.0.1:42966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:05:05,290 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 07:05:14,326 INFO Processing ruok command from /127.0.0.1:43194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:05:14,366 INFO Processing ruok command from /127.0.0.1:43196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:05:24,317 INFO Processing ruok command from /127.0.0.1:43442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:05:24,359 INFO Processing ruok command from /127.0.0.1:43444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:05:34,330 INFO Processing ruok command from /127.0.0.1:43672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:05:34,403 INFO Processing ruok command from /127.0.0.1:43674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:05:44,315 INFO Processing ruok command from /127.0.0.1:43910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:05:44,354 INFO Processing ruok command from /127.0.0.1:43912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:05:46,724 INFO Committing global session 0x200003993d9001d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 07:05:54,327 INFO Processing ruok command from /127.0.0.1:44164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:05:54,364 INFO Processing ruok command from /127.0.0.1:44166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:06:04,326 INFO Processing ruok command from /127.0.0.1:44404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:06:04,372 INFO Processing ruok command from /127.0.0.1:44406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:06:05,291 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 07:06:14,335 INFO Processing ruok command from /127.0.0.1:44634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:06:14,395 INFO Processing ruok command from /127.0.0.1:44636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:06:24,337 INFO Processing ruok command from /127.0.0.1:44894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:06:24,384 INFO Processing ruok command from /127.0.0.1:44898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:06:34,337 INFO Processing ruok command from /127.0.0.1:45140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:06:34,379 INFO Processing ruok command from /127.0.0.1:45142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:06:44,326 INFO Processing ruok command from /127.0.0.1:45388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:06:44,397 INFO Processing ruok command from /127.0.0.1:45390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:06:54,326 INFO Processing ruok command from /127.0.0.1:45632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:06:54,390 INFO Processing ruok command from /127.0.0.1:45634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:07:04,333 INFO Processing ruok command from /127.0.0.1:45854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:07:04,413 INFO Processing ruok command from /127.0.0.1:45856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:07:05,291 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-23 07:07:14,327 INFO Processing ruok command from /127.0.0.1:46088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:07:14,429 INFO Processing ruok command from /127.0.0.1:46092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:07:24,325 INFO Processing ruok command from /127.0.0.1:46334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:07:24,370 INFO Processing ruok command from /127.0.0.1:46336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:07:34,334 INFO Processing ruok command from /127.0.0.1:46558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:07:34,374 INFO Processing ruok command from /127.0.0.1:46562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:07:44,345 INFO Processing ruok command from /127.0.0.1:46786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:07:44,390 INFO Processing ruok command from /127.0.0.1:46788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:07:46,543 INFO Committing global session 0x10000387828001d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 07:07:54,336 INFO Processing ruok command from /127.0.0.1:47034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:07:54,377 INFO Processing ruok command from /127.0.0.1:47036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:08:04,345 INFO Processing ruok command from /127.0.0.1:47262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:08:04,428 INFO Processing ruok command from /127.0.0.1:47264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:08:14,324 INFO Processing ruok command from /127.0.0.1:47498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:08:14,363 INFO Processing ruok command from /127.0.0.1:47500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:08:24,331 INFO Processing ruok command from /127.0.0.1:47740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:08:24,407 INFO Processing ruok command from /127.0.0.1:47742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:08:34,328 INFO Processing ruok command from /127.0.0.1:47966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:08:34,404 INFO Processing ruok command from /127.0.0.1:47968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:08:44,333 INFO Processing ruok command from /127.0.0.1:48208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:08:44,405 INFO Processing ruok command from /127.0.0.1:48210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:08:54,330 INFO Processing ruok command from /127.0.0.1:48448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:08:54,378 INFO Processing ruok command from /127.0.0.1:48450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:09:04,322 INFO Processing ruok command from /127.0.0.1:48664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:09:04,400 INFO Processing ruok command from /127.0.0.1:48670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:09:14,314 INFO Processing ruok command from /127.0.0.1:48894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:09:14,350 INFO Processing ruok command from /127.0.0.1:48896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:09:24,331 INFO Processing ruok command from /127.0.0.1:49136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:09:24,409 INFO Processing ruok command from /127.0.0.1:49140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:09:34,330 INFO Processing ruok command from /127.0.0.1:49368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:09:34,401 INFO Processing ruok command from /127.0.0.1:49372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:09:44,322 INFO Processing ruok command from /127.0.0.1:49594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:09:44,369 INFO Processing ruok command from /127.0.0.1:49596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:09:46,690 INFO Committing global session 0x10000387828001e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 07:09:54,330 INFO Processing ruok command from /127.0.0.1:49848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:09:54,390 INFO Processing ruok command from /127.0.0.1:49850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:10:04,325 INFO Processing ruok command from /127.0.0.1:50076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:10:04,401 INFO Processing ruok command from /127.0.0.1:50078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:10:14,321 INFO Processing ruok command from /127.0.0.1:50306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:10:14,360 INFO Processing ruok command from /127.0.0.1:50308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:10:24,324 INFO Processing ruok command from /127.0.0.1:50546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:10:24,359 INFO Processing ruok command from /127.0.0.1:50548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:10:34,322 INFO Processing ruok command from /127.0.0.1:50780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:10:34,396 INFO Processing ruok command from /127.0.0.1:50782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:10:44,342 INFO Processing ruok command from /127.0.0.1:51014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:10:44,421 INFO Processing ruok command from /127.0.0.1:51018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:10:54,349 INFO Processing ruok command from /127.0.0.1:51266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:10:54,397 INFO Processing ruok command from /127.0.0.1:51268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:11:04,332 INFO Processing ruok command from /127.0.0.1:51488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:11:04,415 INFO Processing ruok command from /127.0.0.1:51490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:11:14,330 INFO Processing ruok command from /127.0.0.1:51718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:11:14,369 INFO Processing ruok command from /127.0.0.1:51720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:11:24,333 INFO Processing ruok command from /127.0.0.1:51954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:11:24,390 INFO Processing ruok command from /127.0.0.1:51956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:11:34,321 INFO Processing ruok command from /127.0.0.1:52186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:11:34,363 INFO Processing ruok command from /127.0.0.1:52188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:11:44,321 INFO Processing ruok command from /127.0.0.1:52420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:11:44,398 INFO Processing ruok command from /127.0.0.1:52424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:11:46,662 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-10-23 07:11:46,670 INFO Committing global session 0x3000039d9c1001e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 07:11:47,405 INFO Submitting global closeSession request for session 0x3000039d9c1001e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-23 07:11:54,328 INFO Processing ruok command from /127.0.0.1:52666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:11:54,376 INFO Processing ruok command from /127.0.0.1:52672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:12:04,330 INFO Processing ruok command from /127.0.0.1:52878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:12:04,375 INFO Processing ruok command from /127.0.0.1:52880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:12:14,324 INFO Processing ruok command from /127.0.0.1:53114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:12:14,371 INFO Processing ruok command from /127.0.0.1:53118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:12:24,337 INFO Processing ruok command from /127.0.0.1:53348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:12:24,411 INFO Processing ruok command from /127.0.0.1:53350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:12:34,328 INFO Processing ruok command from /127.0.0.1:53580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:12:34,361 INFO Processing ruok command from /127.0.0.1:53584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:12:44,327 INFO Processing ruok command from /127.0.0.1:53818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:12:44,356 INFO Processing ruok command from /127.0.0.1:53820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:12:54,331 INFO Processing ruok command from /127.0.0.1:54060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:12:54,370 INFO Processing ruok command from /127.0.0.1:54064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:13:04,319 INFO Processing ruok command from /127.0.0.1:54292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:13:04,357 INFO Processing ruok command from /127.0.0.1:54294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:13:14,327 INFO Processing ruok command from /127.0.0.1:54538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:13:14,365 INFO Processing ruok command from /127.0.0.1:54540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:13:24,335 INFO Processing ruok command from /127.0.0.1:54776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:13:24,396 INFO Processing ruok command from /127.0.0.1:54778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:13:34,338 INFO Processing ruok command from /127.0.0.1:55008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:13:34,376 INFO Processing ruok command from /127.0.0.1:55010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:13:44,353 INFO Processing ruok command from /127.0.0.1:55236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:13:44,396 INFO Processing ruok command from /127.0.0.1:55238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:13:46,647 INFO Committing global session 0x200003993d9001e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 07:13:54,319 INFO Processing ruok command from /127.0.0.1:55488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:13:54,388 INFO Processing ruok command from /127.0.0.1:55492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:14:04,322 INFO Processing ruok command from /127.0.0.1:55720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:14:04,384 INFO Processing ruok command from /127.0.0.1:55722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:14:14,329 INFO Processing ruok command from /127.0.0.1:55948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:14:14,406 INFO Processing ruok command from /127.0.0.1:55950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:14:24,320 INFO Processing ruok command from /127.0.0.1:56186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:14:24,365 INFO Processing ruok command from /127.0.0.1:56188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:14:34,331 INFO Processing ruok command from /127.0.0.1:56414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:14:34,386 INFO Processing ruok command from /127.0.0.1:56416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:14:44,316 INFO Processing ruok command from /127.0.0.1:56642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:14:44,398 INFO Processing ruok command from /127.0.0.1:56646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:14:54,332 INFO Processing ruok command from /127.0.0.1:56890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:14:54,442 INFO Processing ruok command from /127.0.0.1:56894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:15:04,324 INFO Processing ruok command from /127.0.0.1:57110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:15:04,359 INFO Processing ruok command from /127.0.0.1:57114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:15:14,331 INFO Processing ruok command from /127.0.0.1:57344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:15:14,392 INFO Processing ruok command from /127.0.0.1:57346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:15:24,321 INFO Processing ruok command from /127.0.0.1:57584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:15:24,393 INFO Processing ruok command from /127.0.0.1:57588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:15:34,335 INFO Processing ruok command from /127.0.0.1:57826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:15:34,409 INFO Processing ruok command from /127.0.0.1:57828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:15:44,321 INFO Processing ruok command from /127.0.0.1:58054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:15:44,360 INFO Processing ruok command from /127.0.0.1:58056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:15:46,535 INFO Committing global session 0x10000387828001f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 07:15:54,319 INFO Processing ruok command from /127.0.0.1:58298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:15:54,393 INFO Processing ruok command from /127.0.0.1:58300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:16:04,329 INFO Processing ruok command from /127.0.0.1:58530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:16:04,363 INFO Processing ruok command from /127.0.0.1:58532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:16:14,324 INFO Processing ruok command from /127.0.0.1:58760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:16:14,363 INFO Processing ruok command from /127.0.0.1:58762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:16:24,351 INFO Processing ruok command from /127.0.0.1:59008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:16:24,414 INFO Processing ruok command from /127.0.0.1:59012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:16:34,321 INFO Processing ruok command from /127.0.0.1:59232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:16:34,365 INFO Processing ruok command from /127.0.0.1:59234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:16:44,322 INFO Processing ruok command from /127.0.0.1:59474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:16:44,364 INFO Processing ruok command from /127.0.0.1:59478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:16:54,320 INFO Processing ruok command from /127.0.0.1:59732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:16:54,395 INFO Processing ruok command from /127.0.0.1:59738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:17:04,336 INFO Processing ruok command from /127.0.0.1:59956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:17:04,396 INFO Processing ruok command from /127.0.0.1:59958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:17:14,330 INFO Processing ruok command from /127.0.0.1:60182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:17:14,397 INFO Processing ruok command from /127.0.0.1:60186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:17:24,319 INFO Processing ruok command from /127.0.0.1:60422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:17:24,375 INFO Processing ruok command from /127.0.0.1:60426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:17:34,346 INFO Processing ruok command from /127.0.0.1:60668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:17:34,393 INFO Processing ruok command from /127.0.0.1:60670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:17:44,326 INFO Processing ruok command from /127.0.0.1:60900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:17:44,408 INFO Processing ruok command from /127.0.0.1:60902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:17:46,631 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-10-23 07:17:46,637 INFO Committing global session 0x3000039d9c1001f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 07:17:47,369 INFO Submitting global closeSession request for session 0x3000039d9c1001f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-23 07:17:54,325 INFO Processing ruok command from /127.0.0.1:32936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:17:54,361 INFO Processing ruok command from /127.0.0.1:32938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:18:04,320 INFO Processing ruok command from /127.0.0.1:33168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:18:04,361 INFO Processing ruok command from /127.0.0.1:33170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:18:14,328 INFO Processing ruok command from /127.0.0.1:33404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:18:14,390 INFO Processing ruok command from /127.0.0.1:33406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:18:24,327 INFO Processing ruok command from /127.0.0.1:33656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:18:24,381 INFO Processing ruok command from /127.0.0.1:33660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:18:34,317 INFO Processing ruok command from /127.0.0.1:33882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:18:34,357 INFO Processing ruok command from /127.0.0.1:33884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:18:44,321 INFO Processing ruok command from /127.0.0.1:34120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:18:44,354 INFO Processing ruok command from /127.0.0.1:34122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:18:54,320 INFO Processing ruok command from /127.0.0.1:34380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:18:54,394 INFO Processing ruok command from /127.0.0.1:34384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:19:04,317 INFO Processing ruok command from /127.0.0.1:34612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:19:04,378 INFO Processing ruok command from /127.0.0.1:34614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:19:14,318 INFO Processing ruok command from /127.0.0.1:34846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:19:14,385 INFO Processing ruok command from /127.0.0.1:34848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:19:24,324 INFO Processing ruok command from /127.0.0.1:35094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:19:24,398 INFO Processing ruok command from /127.0.0.1:35096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:19:34,312 INFO Processing ruok command from /127.0.0.1:35322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:19:34,386 INFO Processing ruok command from /127.0.0.1:35324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:19:44,322 INFO Processing ruok command from /127.0.0.1:35554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:19:44,385 INFO Processing ruok command from /127.0.0.1:35556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:19:46,750 INFO Committing global session 0x100003878280020 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-23 07:19:54,321 INFO Processing ruok command from /127.0.0.1:35804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:19:54,382 INFO Processing ruok command from /127.0.0.1:35806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:20:04,324 INFO Processing ruok command from /127.0.0.1:36028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:20:04,408 INFO Processing ruok command from /127.0.0.1:36030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:20:14,326 INFO Processing ruok command from /127.0.0.1:36254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:20:14,372 INFO Processing ruok command from /127.0.0.1:36256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:20:24,331 INFO Processing ruok command from /127.0.0.1:36500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:20:24,373 INFO Processing ruok command from /127.0.0.1:36504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:20:34,321 INFO Processing ruok command from /127.0.0.1:36736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:20:34,405 INFO Processing ruok command from /127.0.0.1:36738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:20:44,322 INFO Processing ruok command from /127.0.0.1:36970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:20:44,360 INFO Processing ruok command from /127.0.0.1:36972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:20:54,320 INFO Processing ruok command from /127.0.0.1:37218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:20:54,367 INFO Processing ruok command from /127.0.0.1:37222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:21:04,329 INFO Processing ruok command from /127.0.0.1:37434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:21:04,379 INFO Processing ruok command from /127.0.0.1:37436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-23 07:21:14,314 INFO Processing ruok command from /127.0.0.1:37664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-23 07:21:14,353 INFO Processing ruok command from /127.0.0.1:37668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]