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-06 16:00:23,632 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-10-06 16:00:23,643 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-10-06 16:00:23,643 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-10-06 16:00:23,648 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main]
2022-10-06 16:00:23,648 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-10-06 16:00:23,648 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-10-06 16:00:23,681 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main]
2022-10-06 16:00:23,682 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main]
2022-10-06 16:00:23,684 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-10-06 16:00:23,694 INFO Log4j 1.2 jmx support found and enabled. (org.apache.zookeeper.jmx.ManagedUtil) [main]
2022-10-06 16:00:23,695 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2022-10-06 16:00:23,706 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-10-06 16:00:23,724 INFO Starting quorum peer, myid=3 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main]
2022-10-06 16:00:23,749 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@51e5fc98 (org.apache.zookeeper.server.ServerMetrics) [main]
2022-10-06 16:00:23,854 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-10-06 16:00:23,854 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-10-06 16:00:23,854 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-10-06 16:00:23,925 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-10-06 16:00:23,926 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-10-06 16:00:23,926 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-10-06 16:00:23,927 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-10-06 16:00:23,927 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-10-06 16:00:23,927 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-10-06 16:00:23,927 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-10-06 16:00:23,935 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-10-06 16:00:23,940 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main]
2022-10-06 16:00:23,941 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-10-06 16:00:23,941 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-10-06 16:00:23,941 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-10-06 16:00:23,941 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-10-06 16:00:23,941 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-10-06 16:00:23,941 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-10-06 16:00:23,941 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-10-06 16:00:23,941 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-10-06 16:00:23,959 INFO  (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-06 16:00:23,960 INFO   ______                  _                                           (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-06 16:00:23,960 INFO  |___  /                 | |                                          (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-06 16:00:23,960 INFO     / /    ___     ___   | | __   ___    ___   _ __     ___   _ __    (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-06 16:00:23,960 INFO    / /    / _ \   / _ \  | |/ /  / _ \  / _ \ | '_ \   / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-06 16:00:23,960 INFO   / /__  | (_) | | (_) | |   <  |  __/ |  __/ | |_) | |  __/ | |     (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-06 16:00:23,960 INFO  /_____|  \___/   \___/  |_|\_\  \___|  \___| | .__/   \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-06 16:00:23,960 INFO                                               | |                      (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-06 16:00:23,960 INFO                                               |_|                      (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-06 16:00:23,960 INFO  (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-06 16:00:23,971 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-06 16:00:23,971 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-06 16:00:23,971 INFO Server environment:java.version=11.0.15 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-06 16:00:23,971 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-06 16:00:23,971 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-06 16:00:23,971 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-06 16:00:23,971 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-06 16:00:23,971 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-06 16:00:23,972 INFO Server environment:java.compiler= (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-06 16:00:23,972 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-06 16:00:23,972 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-06 16:00:23,972 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-06 16:00:23,972 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-06 16:00:23,972 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-06 16:00:23,972 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-06 16:00:23,972 INFO Server environment:os.memory.free=236MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-06 16:00:23,972 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-06 16:00:23,972 INFO Server environment:os.memory.total=246MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-06 16:00:23,972 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-06 16:00:23,972 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-06 16:00:23,972 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-06 16:00:23,972 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-06 16:00:23,973 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-06 16:00:23,973 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-06 16:00:23,973 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-06 16:00:23,973 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-10-06 16:00:23,979 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main]
2022-10-06 16:00:23,980 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main]
2022-10-06 16:00:23,981 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main]
2022-10-06 16:00:23,981 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main]
2022-10-06 16:00:23,995 INFO Using TLS encrypted quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-10-06 16:00:23,995 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-10-06 16:00:23,995 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-10-06 16:00:23,995 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-10-06 16:00:23,995 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-10-06 16:00:23,995 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-10-06 16:00:23,995 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-10-06 16:00:24,004 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main]
2022-10-06 16:00:24,004 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main]
2022-10-06 16:00:24,012 INFO Snapshot loaded in 17 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main]
2022-10-06 16:00:24,013 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-06 16:00:24,017 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-06 16:00:24,020 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-10-06 16:00:24,111 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-10-06 16:00:24,111 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-10-06 16:00:24,113 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-10-06 16:00:24,113 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-10-06 16:00:24,120 INFO Election port bind maximum retries is infinite (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main]
2022-10-06 16:00:24,122 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main]
2022-10-06 16:00:24,122 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main]
2022-10-06 16:00:24,135 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main]
2022-10-06 16:00:24,135 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.66.235:3888]
2022-10-06 16:00:24,137 INFO 3 is accepting connections now, my election bind port: onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.235:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.235:3888]
2022-10-06 16:00:24,144 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-06 16:00:24,146 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-06 16:00:24,157 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-06 16:00:24,360 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-06 16:00:24,761 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-06 16:00:25,060 INFO SSL handshake complete with onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.65.113:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-2]
2022-10-06 16:00:25,074 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2022-10-06 16:00:25,080 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2022-10-06 16:00:25,281 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-06 16:00:25,282 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-06 16:00:25,286 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-06 16:00:25,286 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-06 16:00:25,286 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-06 16:00:25,286 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-06 16:00:25,286 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-06 16:00:25,289 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-06 16:00:25,290 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-06 16:00:25,291 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-06 16:00:25,292 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-06 16:00:25,292 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-06 16:00:25,293 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-06 16:00:25,294 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-06 16:00:25,294 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-06 16:00:25,294 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-06 16:00:25,294 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-06 16:00:25,294 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-06 16:00:25,296 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-06 16:00:25,296 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-06 16:00:25,296 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-06 16:00:25,299 INFO LEADING - LEADER ELECTION TOOK - 1154 MS (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-10-06 16:00:25,303 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-06 16:00:25,303 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-06 16:00:25,306 INFO Received connection request from /10.233.69.132:37834 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.235:3888]
2022-10-06 16:00:25,310 INFO Snapshot taken in 7 ms (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-10-06 16:00:25,630 INFO Accepted TLS connection from /10.233.69.132:37834 - 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.66.235:3888]
2022-10-06 16:00:25,662 INFO SSL handshake complete with onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.69.132:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-1]
2022-10-06 16:00:25,678 INFO Notification: my state:LEADING; 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-06 16:00:25,689 INFO Notification: my state:LEADING; 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-06 16:00:25,719 INFO Notification: my state:LEADING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2022-10-06 16:00:25,948 INFO Notification: my state:LEADING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2022-10-06 16:00:26,040 INFO Accepted TLS connection from /10.233.69.132:37424 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [LearnerHandler-/10.233.69.132:37424]
2022-10-06 16:00:26,048 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.69.132:37424]
2022-10-06 16:00:26,059 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/10.233.69.132:37424]
2022-10-06 16:00:26,060 INFO Synchronizing with Learner sid: 1 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x0 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.69.132:37424]
2022-10-06 16:00:26,060 INFO Sending DIFF zxid=0x0 for peer sid: 1 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.69.132:37424]
2022-10-06 16:00:26,064 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-06 16:00:26,114 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-06 16:00:26,129 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-06 16:00:26,130 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-06 16:00:26,139 INFO PrepRequestProcessor (sid:3) started, reconfigEnabled=true (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:3 cport:-1):]
2022-10-06 16:00:26,140 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-06 16:00:26,141 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-06 16:00:26,159 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-06 16:00:26,370 INFO Notification: my state:LEADING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2022-10-06 16:00:26,814 INFO Notification: my state:LEADING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x100000000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2022-10-06 16:00:27,231 INFO Notification: my state:LEADING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x100000000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2022-10-06 16:00:27,652 INFO Notification: my state:LEADING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x100000000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2022-10-06 16:00:28,073 INFO Notification: my state:LEADING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x100000000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2022-10-06 16:00:28,498 INFO Notification: my state:LEADING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x100000000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2022-10-06 16:00:28,917 INFO Notification: my state:LEADING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x100000000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2022-10-06 16:00:29,334 INFO Notification: my state:LEADING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x100000000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2022-10-06 16:00:29,750 INFO Notification: my state:LEADING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x100000000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2022-10-06 16:00:30,165 INFO Notification: my state:LEADING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x100000000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2022-10-06 16:00:30,221 INFO Accepted TLS connection from /10.233.65.113:47388 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [LearnerHandler-/10.233.65.113:47388]
2022-10-06 16:00:30,226 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.65.113:47388]
2022-10-06 16:00:30,231 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/10.233.65.113:47388]
2022-10-06 16:00:30,231 INFO Synchronizing with Learner sid: 2 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x100000000 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.65.113:47388]
2022-10-06 16:00:30,238 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.65.113:47388]
2022-10-06 16:00:45,791 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-06 16:00:45,792 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-06 16:00:45,792 INFO Processing ruok command from /127.0.0.1:55314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:00:45,816 INFO Processing ruok command from /127.0.0.1:55316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:00:48,225 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-10-06 16:00:48,244 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:3]
2022-10-06 16:00:48,253 INFO Committing global session 0x30002b2f5bb0000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:00:48,330 INFO Submitting global closeSession request for session 0x30002b2f5bb0000 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-06 16:00:55,703 INFO Processing ruok command from /127.0.0.1:55392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:00:55,770 INFO Processing ruok command from /127.0.0.1:55394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:01:04,928 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-10-06 16:01:04,942 INFO Committing global session 0x30002b2f5bb0001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:01:05,704 INFO Processing ruok command from /127.0.0.1:55446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:01:05,793 INFO Processing ruok command from /127.0.0.1:55448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:01:06,348 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-10-06 16:01:06,357 INFO Committing global session 0x30002b2f5bb0002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:01:06,874 INFO Committing global session 0x10002b1f5c20000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:01:09,235 INFO Committing global session 0x10002b1f5c20001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:01:10,507 INFO Committing global session 0x20002b28b8a0000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:01:10,866 INFO Committing global session 0x20002b28b8a0001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:01:15,711 INFO Processing ruok command from /127.0.0.1:55494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:01:15,748 INFO Processing ruok command from /127.0.0.1:55496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:01:25,716 INFO Processing ruok command from /127.0.0.1:55538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:01:25,763 INFO Processing ruok command from /127.0.0.1:55540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:01:35,806 INFO Processing ruok command from /127.0.0.1:55638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:01:36,056 INFO Processing ruok command from /127.0.0.1:55646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:01:42,596 INFO Committing global session 0x10002b1f5c20002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:01:45,717 INFO Processing ruok command from /127.0.0.1:55758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:01:45,759 INFO Processing ruok command from /127.0.0.1:55760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:01:55,714 INFO Processing ruok command from /127.0.0.1:55836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:01:55,776 INFO Processing ruok command from /127.0.0.1:55838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:02:04,902 INFO Committing global session 0x20002b28b8a0002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:02:05,697 INFO Processing ruok command from /127.0.0.1:55892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:02:05,735 INFO Processing ruok command from /127.0.0.1:55894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:02:12,890 INFO Committing global session 0x10002b1f5c20003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:02:15,715 INFO Processing ruok command from /127.0.0.1:55946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:02:15,757 INFO Processing ruok command from /127.0.0.1:55948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:02:25,705 INFO Processing ruok command from /127.0.0.1:56004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:02:25,757 INFO Processing ruok command from /127.0.0.1:56006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:02:35,704 INFO Processing ruok command from /127.0.0.1:56060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:02:35,774 INFO Processing ruok command from /127.0.0.1:56062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:02:45,716 INFO Processing ruok command from /127.0.0.1:56112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:02:45,757 INFO Processing ruok command from /127.0.0.1:56114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:02:55,708 INFO Processing ruok command from /127.0.0.1:56162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:02:55,747 INFO Processing ruok command from /127.0.0.1:56164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:03:05,715 INFO Processing ruok command from /127.0.0.1:56252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:03:05,747 INFO Processing ruok command from /127.0.0.1:56254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:03:15,705 INFO Processing ruok command from /127.0.0.1:56308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:03:15,742 INFO Processing ruok command from /127.0.0.1:56310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:03:25,709 INFO Processing ruok command from /127.0.0.1:56364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:03:25,744 INFO Processing ruok command from /127.0.0.1:56366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:03:35,717 INFO Processing ruok command from /127.0.0.1:56426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:03:35,792 INFO Processing ruok command from /127.0.0.1:56428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:03:45,703 INFO Processing ruok command from /127.0.0.1:56484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:03:45,749 INFO Processing ruok command from /127.0.0.1:56486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:03:55,716 INFO Processing ruok command from /127.0.0.1:56546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:03:55,755 INFO Processing ruok command from /127.0.0.1:56548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:04:03,645 INFO Committing global session 0x20002b28b8a0003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:04:05,702 INFO Processing ruok command from /127.0.0.1:56610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:04:05,748 INFO Processing ruok command from /127.0.0.1:56612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:04:15,706 INFO Processing ruok command from /127.0.0.1:56672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:04:15,751 INFO Processing ruok command from /127.0.0.1:56674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:04:25,719 INFO Processing ruok command from /127.0.0.1:56730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:04:25,756 INFO Processing ruok command from /127.0.0.1:56732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:04:35,747 INFO Processing ruok command from /127.0.0.1:56828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:04:35,822 INFO Processing ruok command from /127.0.0.1:56830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:04:45,799 INFO Processing ruok command from /127.0.0.1:56934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:04:45,839 INFO Processing ruok command from /127.0.0.1:56938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:04:55,709 INFO Processing ruok command from /127.0.0.1:57006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:04:55,749 INFO Processing ruok command from /127.0.0.1:57008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:05:05,716 INFO Processing ruok command from /127.0.0.1:57070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:05:05,753 INFO Processing ruok command from /127.0.0.1:57072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:05:15,735 INFO Processing ruok command from /127.0.0.1:57174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:05:15,829 INFO Processing ruok command from /127.0.0.1:57178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:05:25,724 INFO Processing ruok command from /127.0.0.1:57262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:05:25,811 INFO Processing ruok command from /127.0.0.1:57264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:05:35,730 INFO Processing ruok command from /127.0.0.1:57322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:05:35,859 INFO Processing ruok command from /127.0.0.1:57324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:05:45,711 INFO Processing ruok command from /127.0.0.1:57380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:05:45,790 INFO Processing ruok command from /127.0.0.1:57382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:05:55,735 INFO Processing ruok command from /127.0.0.1:57438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:05:55,796 INFO Processing ruok command from /127.0.0.1:57440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:06:03,386 INFO Committing global session 0x20002b28b8a0004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:06:05,737 INFO Processing ruok command from /127.0.0.1:57504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:06:05,764 INFO Processing ruok command from /127.0.0.1:57506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:06:15,724 INFO Processing ruok command from /127.0.0.1:57560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:06:15,770 INFO Processing ruok command from /127.0.0.1:57562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:06:25,706 INFO Processing ruok command from /127.0.0.1:57616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:06:25,790 INFO Processing ruok command from /127.0.0.1:57618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:06:35,721 INFO Processing ruok command from /127.0.0.1:57680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:06:35,768 INFO Processing ruok command from /127.0.0.1:57682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:06:45,745 INFO Processing ruok command from /127.0.0.1:57738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:06:45,815 INFO Processing ruok command from /127.0.0.1:57740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:06:55,731 INFO Processing ruok command from /127.0.0.1:57794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:06:55,765 INFO Processing ruok command from /127.0.0.1:57796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:07:05,721 INFO Processing ruok command from /127.0.0.1:57854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:07:05,809 INFO Processing ruok command from /127.0.0.1:57856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:07:15,715 INFO Processing ruok command from /127.0.0.1:57916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:07:15,755 INFO Processing ruok command from /127.0.0.1:57918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:07:25,728 INFO Processing ruok command from /127.0.0.1:57974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:07:25,771 INFO Processing ruok command from /127.0.0.1:57976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:07:35,734 INFO Processing ruok command from /127.0.0.1:58038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:07:35,804 INFO Processing ruok command from /127.0.0.1:58040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:07:45,716 INFO Processing ruok command from /127.0.0.1:58102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:07:45,821 INFO Processing ruok command from /127.0.0.1:58104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:07:55,720 INFO Processing ruok command from /127.0.0.1:58160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:07:55,757 INFO Processing ruok command from /127.0.0.1:58162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:08:03,134 INFO Committing global session 0x10002b1f5c20004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:08:05,711 INFO Processing ruok command from /127.0.0.1:58222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:08:05,800 INFO Processing ruok command from /127.0.0.1:58224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:08:15,707 INFO Processing ruok command from /127.0.0.1:58286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:08:15,761 INFO Processing ruok command from /127.0.0.1:58288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:08:25,720 INFO Processing ruok command from /127.0.0.1:58344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:08:25,787 INFO Processing ruok command from /127.0.0.1:58346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:08:35,707 INFO Processing ruok command from /127.0.0.1:58404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:08:35,786 INFO Processing ruok command from /127.0.0.1:58406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:08:45,706 INFO Processing ruok command from /127.0.0.1:58466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:08:45,760 INFO Processing ruok command from /127.0.0.1:58468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:08:55,703 INFO Processing ruok command from /127.0.0.1:58524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:08:55,737 INFO Processing ruok command from /127.0.0.1:58526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:09:05,705 INFO Processing ruok command from /127.0.0.1:58590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:09:05,739 INFO Processing ruok command from /127.0.0.1:58592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:09:15,707 INFO Processing ruok command from /127.0.0.1:58646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:09:15,777 INFO Processing ruok command from /127.0.0.1:58648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:09:25,703 INFO Processing ruok command from /127.0.0.1:58702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:09:25,738 INFO Processing ruok command from /127.0.0.1:58704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:09:35,736 INFO Processing ruok command from /127.0.0.1:58768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:09:35,809 INFO Processing ruok command from /127.0.0.1:58770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:09:45,706 INFO Processing ruok command from /127.0.0.1:58826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:09:45,771 INFO Processing ruok command from /127.0.0.1:58828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:09:55,704 INFO Processing ruok command from /127.0.0.1:58888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:09:55,764 INFO Processing ruok command from /127.0.0.1:58890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:10:03,691 INFO Committing global session 0x10002b1f5c20005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:10:05,734 INFO Processing ruok command from /127.0.0.1:58952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:10:05,824 INFO Processing ruok command from /127.0.0.1:58954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:10:15,716 INFO Processing ruok command from /127.0.0.1:59070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:10:15,793 INFO Processing ruok command from /127.0.0.1:59072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:10:25,729 INFO Processing ruok command from /127.0.0.1:59184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:10:25,809 INFO Processing ruok command from /127.0.0.1:59188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:10:35,722 INFO Processing ruok command from /127.0.0.1:59288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:10:35,801 INFO Processing ruok command from /127.0.0.1:59290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:10:45,716 INFO Processing ruok command from /127.0.0.1:59368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:10:45,792 INFO Processing ruok command from /127.0.0.1:59370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:10:55,711 INFO Processing ruok command from /127.0.0.1:59438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:10:55,754 INFO Processing ruok command from /127.0.0.1:59440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:11:05,723 INFO Processing ruok command from /127.0.0.1:59508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:11:05,759 INFO Processing ruok command from /127.0.0.1:59510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:11:15,719 INFO Processing ruok command from /127.0.0.1:59622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:11:15,798 INFO Processing ruok command from /127.0.0.1:59624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:11:25,715 INFO Processing ruok command from /127.0.0.1:59710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:11:25,761 INFO Processing ruok command from /127.0.0.1:59712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:11:35,749 INFO Processing ruok command from /127.0.0.1:59782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:11:35,791 INFO Processing ruok command from /127.0.0.1:59784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:11:45,734 INFO Processing ruok command from /127.0.0.1:59870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:11:45,779 INFO Processing ruok command from /127.0.0.1:59872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:11:55,716 INFO Processing ruok command from /127.0.0.1:59970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:11:55,763 INFO Processing ruok command from /127.0.0.1:59972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:12:05,156 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-10-06 16:12:05,196 INFO Committing global session 0x30002b2f5bb0003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:12:05,406 INFO Submitting global closeSession request for session 0x30002b2f5bb0003 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-06 16:12:05,730 INFO Processing ruok command from /127.0.0.1:60050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:12:05,770 INFO Processing ruok command from /127.0.0.1:60052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:12:15,705 INFO Processing ruok command from /127.0.0.1:60126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:12:15,743 INFO Processing ruok command from /127.0.0.1:60128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:12:25,719 INFO Processing ruok command from /127.0.0.1:60208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:12:25,793 INFO Processing ruok command from /127.0.0.1:60210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:12:35,722 INFO Processing ruok command from /127.0.0.1:60290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:12:35,794 INFO Processing ruok command from /127.0.0.1:60292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:12:45,718 INFO Processing ruok command from /127.0.0.1:60372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:12:45,758 INFO Processing ruok command from /127.0.0.1:60374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:12:55,726 INFO Processing ruok command from /127.0.0.1:60464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:12:55,807 INFO Processing ruok command from /127.0.0.1:60468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:13:05,713 INFO Processing ruok command from /127.0.0.1:32866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:13:05,754 INFO Processing ruok command from /127.0.0.1:32870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:13:15,717 INFO Processing ruok command from /127.0.0.1:33028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:13:15,767 INFO Processing ruok command from /127.0.0.1:33030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:13:25,706 INFO Processing ruok command from /127.0.0.1:33114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:13:25,745 INFO Processing ruok command from /127.0.0.1:33116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:13:35,731 INFO Processing ruok command from /127.0.0.1:33198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:13:35,781 INFO Processing ruok command from /127.0.0.1:33200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:13:45,737 INFO Processing ruok command from /127.0.0.1:33276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:13:45,785 INFO Processing ruok command from /127.0.0.1:33278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:13:55,713 INFO Processing ruok command from /127.0.0.1:33360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:13:55,786 INFO Processing ruok command from /127.0.0.1:33362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:14:03,481 INFO Committing global session 0x10002b1f5c20006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:14:05,711 INFO Processing ruok command from /127.0.0.1:33446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:14:05,758 INFO Processing ruok command from /127.0.0.1:33448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:14:15,703 INFO Processing ruok command from /127.0.0.1:33524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:14:15,741 INFO Processing ruok command from /127.0.0.1:33526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:14:25,730 INFO Processing ruok command from /127.0.0.1:33604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:14:25,774 INFO Processing ruok command from /127.0.0.1:33606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:14:35,709 INFO Processing ruok command from /127.0.0.1:33688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:14:35,757 INFO Processing ruok command from /127.0.0.1:33690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:14:45,731 INFO Processing ruok command from /127.0.0.1:33770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:14:45,765 INFO Processing ruok command from /127.0.0.1:33772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:14:55,710 INFO Processing ruok command from /127.0.0.1:33856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:14:55,776 INFO Processing ruok command from /127.0.0.1:33858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:15:05,723 INFO Processing ruok command from /127.0.0.1:33964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:15:05,766 INFO Processing ruok command from /127.0.0.1:33966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:15:15,733 INFO Processing ruok command from /127.0.0.1:34056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:15:15,772 INFO Processing ruok command from /127.0.0.1:34058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:15:25,706 INFO Processing ruok command from /127.0.0.1:34138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:15:25,752 INFO Processing ruok command from /127.0.0.1:34140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:15:35,720 INFO Processing ruok command from /127.0.0.1:34222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:15:35,765 INFO Processing ruok command from /127.0.0.1:34224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:15:45,718 INFO Processing ruok command from /127.0.0.1:34306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:15:45,794 INFO Processing ruok command from /127.0.0.1:34308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:15:55,703 INFO Processing ruok command from /127.0.0.1:34392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:15:55,744 INFO Processing ruok command from /127.0.0.1:34394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:16:03,374 INFO Committing global session 0x10002b1f5c20007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:16:05,722 INFO Processing ruok command from /127.0.0.1:34478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:16:05,762 INFO Processing ruok command from /127.0.0.1:34480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:16:15,716 INFO Processing ruok command from /127.0.0.1:34564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:16:15,751 INFO Processing ruok command from /127.0.0.1:34566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:16:25,725 INFO Processing ruok command from /127.0.0.1:34650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:16:25,793 INFO Processing ruok command from /127.0.0.1:34652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:16:35,719 INFO Processing ruok command from /127.0.0.1:34744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:16:35,796 INFO Processing ruok command from /127.0.0.1:34746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:16:45,709 INFO Processing ruok command from /127.0.0.1:34836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:16:45,776 INFO Processing ruok command from /127.0.0.1:34838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:16:55,726 INFO Processing ruok command from /127.0.0.1:34926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:16:55,765 INFO Processing ruok command from /127.0.0.1:34928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:17:05,713 INFO Processing ruok command from /127.0.0.1:35020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:17:05,763 INFO Processing ruok command from /127.0.0.1:35022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:17:15,716 INFO Processing ruok command from /127.0.0.1:35104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:17:15,774 INFO Processing ruok command from /127.0.0.1:35106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:17:25,711 INFO Processing ruok command from /127.0.0.1:35190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:17:25,754 INFO Processing ruok command from /127.0.0.1:35192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:17:35,722 INFO Processing ruok command from /127.0.0.1:35278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:17:35,766 INFO Processing ruok command from /127.0.0.1:35280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:17:45,721 INFO Processing ruok command from /127.0.0.1:35360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:17:45,754 INFO Processing ruok command from /127.0.0.1:35362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:17:55,713 INFO Processing ruok command from /127.0.0.1:35444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:17:55,812 INFO Processing ruok command from /127.0.0.1:35448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:18:03,635 INFO Committing global session 0x10002b1f5c20008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:18:05,721 INFO Processing ruok command from /127.0.0.1:35528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:18:05,791 INFO Processing ruok command from /127.0.0.1:35530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:18:15,730 INFO Processing ruok command from /127.0.0.1:35610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:18:15,769 INFO Processing ruok command from /127.0.0.1:35612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:18:25,707 INFO Processing ruok command from /127.0.0.1:35694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:18:25,772 INFO Processing ruok command from /127.0.0.1:35696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:18:35,718 INFO Processing ruok command from /127.0.0.1:35780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:18:35,772 INFO Processing ruok command from /127.0.0.1:35782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:18:45,713 INFO Processing ruok command from /127.0.0.1:35860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:18:45,753 INFO Processing ruok command from /127.0.0.1:35862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:18:55,720 INFO Processing ruok command from /127.0.0.1:35940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:18:55,778 INFO Processing ruok command from /127.0.0.1:35942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:19:05,721 INFO Processing ruok command from /127.0.0.1:36022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:19:05,796 INFO Processing ruok command from /127.0.0.1:36024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:19:15,743 INFO Processing ruok command from /127.0.0.1:36108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:19:15,827 INFO Processing ruok command from /127.0.0.1:36110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:19:25,721 INFO Processing ruok command from /127.0.0.1:36224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:19:25,808 INFO Processing ruok command from /127.0.0.1:36226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:19:35,733 INFO Processing ruok command from /127.0.0.1:36360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:19:35,798 INFO Processing ruok command from /127.0.0.1:36362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:19:45,723 INFO Processing ruok command from /127.0.0.1:36442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:19:45,769 INFO Processing ruok command from /127.0.0.1:36444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:19:55,710 INFO Processing ruok command from /127.0.0.1:36564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:19:55,764 INFO Processing ruok command from /127.0.0.1:36566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:20:03,771 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-10-06 16:20:03,784 INFO Committing global session 0x30002b2f5bb0004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:20:04,363 INFO Submitting global closeSession request for session 0x30002b2f5bb0004 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-06 16:20:05,834 INFO Processing ruok command from /127.0.0.1:36706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:20:06,019 INFO Processing ruok command from /127.0.0.1:36712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:20:15,797 INFO Processing ruok command from /127.0.0.1:36876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:20:15,866 INFO Processing ruok command from /127.0.0.1:36880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:20:25,840 INFO Processing ruok command from /127.0.0.1:37022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:20:26,062 INFO Processing ruok command from /127.0.0.1:37032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:20:36,354 INFO Processing ruok command from /127.0.0.1:37224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:20:36,362 INFO Processing ruok command from /127.0.0.1:37228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:20:45,833 INFO Processing ruok command from /127.0.0.1:37416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:20:46,000 INFO Processing ruok command from /127.0.0.1:37420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:20:55,746 INFO Processing ruok command from /127.0.0.1:37538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:20:55,810 INFO Processing ruok command from /127.0.0.1:37540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:21:05,777 INFO Processing ruok command from /127.0.0.1:37668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:21:05,889 INFO Processing ruok command from /127.0.0.1:37672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:21:15,765 INFO Processing ruok command from /127.0.0.1:37796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:21:15,883 INFO Processing ruok command from /127.0.0.1:37798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:21:25,779 INFO Processing ruok command from /127.0.0.1:37922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:21:25,842 INFO Processing ruok command from /127.0.0.1:37924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:21:35,726 INFO Processing ruok command from /127.0.0.1:38048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:21:35,927 INFO Processing ruok command from /127.0.0.1:38050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:21:45,734 INFO Processing ruok command from /127.0.0.1:38166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:21:45,835 INFO Processing ruok command from /127.0.0.1:38170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:21:55,730 INFO Processing ruok command from /127.0.0.1:38270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:21:55,800 INFO Processing ruok command from /127.0.0.1:38272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:22:03,833 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-10-06 16:22:03,842 INFO Committing global session 0x30002b2f5bb0005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:22:04,420 INFO Submitting global closeSession request for session 0x30002b2f5bb0005 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-06 16:22:05,806 INFO Processing ruok command from /127.0.0.1:38412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:22:05,905 INFO Processing ruok command from /127.0.0.1:38418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:22:15,616 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-10-06 16:22:15,624 INFO Committing global session 0x30002b2f5bb0006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:22:15,743 INFO Processing ruok command from /127.0.0.1:38592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:22:15,807 INFO Committing global session 0x20002b28b8a0005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:22:15,811 INFO Processing ruok command from /127.0.0.1:38600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:22:17,592 INFO Committing global session 0x10002b1f5c20009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:22:25,729 INFO Processing ruok command from /127.0.0.1:38722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:22:25,866 INFO Processing ruok command from /127.0.0.1:38724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:22:35,722 INFO Processing ruok command from /127.0.0.1:38854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:22:35,792 INFO Processing ruok command from /127.0.0.1:38856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:22:45,748 INFO Processing ruok command from /127.0.0.1:38968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:22:45,818 INFO Processing ruok command from /127.0.0.1:38970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:22:55,895 INFO Processing ruok command from /127.0.0.1:39108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:22:55,941 INFO Processing ruok command from /127.0.0.1:39110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:23:05,832 INFO Processing ruok command from /127.0.0.1:39262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:23:05,945 INFO Processing ruok command from /127.0.0.1:39264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:23:15,774 INFO Processing ruok command from /127.0.0.1:39424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:23:15,827 INFO Processing ruok command from /127.0.0.1:39426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:23:25,723 INFO Processing ruok command from /127.0.0.1:39574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:23:25,771 INFO Processing ruok command from /127.0.0.1:39576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:23:26,160 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/00593422-634b-4ef7-a20d-affeaa8b80a3/onap-policy-clamp-ac-pf-ppnt-8d8759fc9-gjlk5 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:23:26,166 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/d91de8ff-d249-4cde-8bb1-13d75123c54a/onap-policy-apex-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:23:26,172 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/2379699f-ff35-4630-b5e2-aab72c097d7a/onap-policy-clamp-ac-http-ppnt-58dd6dcc78-kmcl7 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:23:35,798 INFO Processing ruok command from /127.0.0.1:39698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:23:35,966 INFO Processing ruok command from /127.0.0.1:39702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:23:45,792 INFO Processing ruok command from /127.0.0.1:39812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:23:45,899 INFO Processing ruok command from /127.0.0.1:39818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:23:55,771 INFO Processing ruok command from /127.0.0.1:39978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:23:55,951 INFO Processing ruok command from /127.0.0.1:39982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:24:03,741 INFO Committing global session 0x10002b1f5c2000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:24:05,749 INFO Processing ruok command from /127.0.0.1:40138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:24:05,806 INFO Processing ruok command from /127.0.0.1:40140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:24:15,802 INFO Processing ruok command from /127.0.0.1:40242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:24:15,960 INFO Processing ruok command from /127.0.0.1:40246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:24:25,766 INFO Processing ruok command from /127.0.0.1:40396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:24:25,901 INFO Processing ruok command from /127.0.0.1:40402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:24:26,160 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/d91de8ff-d249-4cde-8bb1-13d75123c54a (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:24:26,165 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/2379699f-ff35-4630-b5e2-aab72c097d7a (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:24:26,172 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/00593422-634b-4ef7-a20d-affeaa8b80a3 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:24:35,745 INFO Processing ruok command from /127.0.0.1:40534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:24:35,823 INFO Processing ruok command from /127.0.0.1:40538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:24:45,767 INFO Processing ruok command from /127.0.0.1:40660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:24:45,824 INFO Processing ruok command from /127.0.0.1:40662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:24:55,757 INFO Processing ruok command from /127.0.0.1:40784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:24:55,858 INFO Processing ruok command from /127.0.0.1:40786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:25:05,756 INFO Processing ruok command from /127.0.0.1:40906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:25:05,826 INFO Processing ruok command from /127.0.0.1:40908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:25:15,765 INFO Processing ruok command from /127.0.0.1:41016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:25:15,892 INFO Processing ruok command from /127.0.0.1:41020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:25:25,718 INFO Processing ruok command from /127.0.0.1:41136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:25:25,821 INFO Processing ruok command from /127.0.0.1:41138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:25:26,160 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/15529e5a-0f28-4e98-9097-71f0fa0ffa7d/onap-policy-pap-68c6df564-swbcl (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:25:26,166 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap/0b944bf8-6de3-45b3-b423-92d159bc7363 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:25:26,172 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/526d0b00-bde9-4e5a-abab-cb95c97a9d46/onap-policy-clamp-ac-k8s-ppnt-68675bf945-ztqg8 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:25:26,178 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/f959a47e-27e8-4dfe-83ac-35ef8309763f/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:25:35,728 INFO Processing ruok command from /127.0.0.1:41264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:25:35,777 INFO Processing ruok command from /127.0.0.1:41266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:25:45,725 INFO Processing ruok command from /127.0.0.1:41370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:25:45,788 INFO Processing ruok command from /127.0.0.1:41372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:25:55,732 INFO Processing ruok command from /127.0.0.1:41496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:25:55,787 INFO Processing ruok command from /127.0.0.1:41498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:26:04,445 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-10-06 16:26:04,463 INFO Committing global session 0x30002b2f5bb0007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:26:04,901 INFO Submitting global closeSession request for session 0x30002b2f5bb0007 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-06 16:26:05,739 INFO Processing ruok command from /127.0.0.1:41618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:26:05,851 INFO Processing ruok command from /127.0.0.1:41620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:26:15,761 INFO Processing ruok command from /127.0.0.1:41734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:26:15,814 INFO Processing ruok command from /127.0.0.1:41736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:26:25,750 INFO Processing ruok command from /127.0.0.1:41860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:26:25,767 INFO Processing ruok command from /127.0.0.1:41862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:26:26,159 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/6e583f66-fdc6-46c8-8407-8ca5fca476dc/onap-policy-clamp-runtime-acm-74bf594c44-llmhd (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:26:26,165 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/526d0b00-bde9-4e5a-abab-cb95c97a9d46 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:26:26,172 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/f959a47e-27e8-4dfe-83ac-35ef8309763f (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:26:26,185 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:26:26,192 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/15529e5a-0f28-4e98-9097-71f0fa0ffa7d (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:26:26,197 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/23960b32-4b04-4cb3-af5f-36f262f09d7c/onap-policy-xacml-pdp-58897cfd88-f4s2r (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:26:35,749 INFO Processing ruok command from /127.0.0.1:41990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:26:35,811 INFO Processing ruok command from /127.0.0.1:41992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:26:45,794 INFO Processing ruok command from /127.0.0.1:42104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:26:45,798 INFO Processing ruok command from /127.0.0.1:42106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:26:55,722 INFO Processing ruok command from /127.0.0.1:42226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:26:55,817 INFO Processing ruok command from /127.0.0.1:42228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:27:05,770 INFO Processing ruok command from /127.0.0.1:42344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:27:05,792 INFO Processing ruok command from /127.0.0.1:42346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:27:15,744 INFO Processing ruok command from /127.0.0.1:42480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:27:15,830 INFO Processing ruok command from /127.0.0.1:42482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:27:25,724 INFO Processing ruok command from /127.0.0.1:42632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:27:25,846 INFO Processing ruok command from /127.0.0.1:42634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:27:26,160 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/23960b32-4b04-4cb3-af5f-36f262f09d7c (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:27:26,166 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/6e583f66-fdc6-46c8-8407-8ca5fca476dc (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:27:35,769 INFO Processing ruok command from /127.0.0.1:42780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:27:35,873 INFO Processing ruok command from /127.0.0.1:42784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:27:45,770 INFO Processing ruok command from /127.0.0.1:42902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:27:45,827 INFO Processing ruok command from /127.0.0.1:42906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:27:55,737 INFO Processing ruok command from /127.0.0.1:43042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:27:55,823 INFO Processing ruok command from /127.0.0.1:43044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:28:03,961 INFO Committing global session 0x20002b28b8a0006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:28:05,728 INFO Processing ruok command from /127.0.0.1:43182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:28:05,833 INFO Processing ruok command from /127.0.0.1:43184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:28:15,746 INFO Processing ruok command from /127.0.0.1:43292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:28:15,774 INFO Processing ruok command from /127.0.0.1:43294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:28:25,731 INFO Processing ruok command from /127.0.0.1:43418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:28:25,785 INFO Processing ruok command from /127.0.0.1:43420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:28:26,159 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:28:26,165 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:28:35,715 INFO Processing ruok command from /127.0.0.1:43542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:28:35,754 INFO Processing ruok command from /127.0.0.1:43544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:28:45,724 INFO Processing ruok command from /127.0.0.1:43658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:28:45,810 INFO Processing ruok command from /127.0.0.1:43662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:28:55,741 INFO Processing ruok command from /127.0.0.1:43778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:28:55,778 INFO Processing ruok command from /127.0.0.1:43780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:29:05,762 INFO Processing ruok command from /127.0.0.1:43900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:29:05,781 INFO Processing ruok command from /127.0.0.1:43902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:29:15,737 INFO Processing ruok command from /127.0.0.1:44020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:29:15,831 INFO Processing ruok command from /127.0.0.1:44022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:29:25,719 INFO Processing ruok command from /127.0.0.1:44142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:29:25,759 INFO Processing ruok command from /127.0.0.1:44144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:29:26,160 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:29:35,745 INFO Processing ruok command from /127.0.0.1:44280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:29:35,838 INFO Processing ruok command from /127.0.0.1:44282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:29:45,764 INFO Processing ruok command from /127.0.0.1:44392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:29:45,842 INFO Processing ruok command from /127.0.0.1:44396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:29:55,742 INFO Processing ruok command from /127.0.0.1:44520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:29:55,761 INFO Processing ruok command from /127.0.0.1:44522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:30:04,168 INFO Committing global session 0x10002b1f5c2000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:30:05,728 INFO Processing ruok command from /127.0.0.1:44666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:30:05,786 INFO Processing ruok command from /127.0.0.1:44668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:30:15,767 INFO Processing ruok command from /127.0.0.1:44786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:30:15,830 INFO Processing ruok command from /127.0.0.1:44788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:30:25,776 INFO Processing ruok command from /127.0.0.1:44918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:30:25,846 INFO Processing ruok command from /127.0.0.1:44920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:30:26,159 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1/NBIC1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:30:26,166 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/8d044df3-3e4b-4bec-a46f-ada993a64a5e/onap-policy-clamp-runtime-acm-74bf594c44-llmhd (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:30:26,171 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_ccvpn_cl/dcae_ccvpn_cl_aaievent (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:30:35,742 INFO Processing ruok command from /127.0.0.1:45042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:30:35,864 INFO Processing ruok command from /127.0.0.1:45044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:30:45,742 INFO Processing ruok command from /127.0.0.1:45162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:30:45,765 INFO Processing ruok command from /127.0.0.1:45164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:30:55,728 INFO Processing ruok command from /127.0.0.1:45290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:30:55,798 INFO Processing ruok command from /127.0.0.1:45292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:31:05,727 INFO Processing ruok command from /127.0.0.1:45416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:31:05,821 INFO Processing ruok command from /127.0.0.1:45418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:31:15,723 INFO Processing ruok command from /127.0.0.1:45538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:31:15,784 INFO Processing ruok command from /127.0.0.1:45540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:31:25,756 INFO Processing ruok command from /127.0.0.1:45668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:31:25,817 INFO Processing ruok command from /127.0.0.1:45670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:31:26,159 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/8d044df3-3e4b-4bec-a46f-ada993a64a5e (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:31:26,166 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:31:26,172 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:31:26,178 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO/sdc-AUTO1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:31:26,185 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_ccvpn_cl (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:31:26,190 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/e2db577a-b1cb-4217-ab58-512ba316b093/onap-policy-clamp-runtime-acm-74bf594c44-llmhd (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:31:35,731 INFO Processing ruok command from /127.0.0.1:45798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:31:35,784 INFO Processing ruok command from /127.0.0.1:45800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:31:45,725 INFO Processing ruok command from /127.0.0.1:45920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:31:45,772 INFO Processing ruok command from /127.0.0.1:45922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:31:55,716 INFO Processing ruok command from /127.0.0.1:46048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:31:55,825 INFO Processing ruok command from /127.0.0.1:46050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:32:03,443 INFO Committing global session 0x10002b1f5c2000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:32:05,745 INFO Processing ruok command from /127.0.0.1:46174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:32:05,821 INFO Processing ruok command from /127.0.0.1:46176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:32:15,747 INFO Processing ruok command from /127.0.0.1:46288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:32:15,787 INFO Processing ruok command from /127.0.0.1:46290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:32:25,712 INFO Processing ruok command from /127.0.0.1:46420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:32:25,771 INFO Processing ruok command from /127.0.0.1:46422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:32:26,159 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/e2db577a-b1cb-4217-ab58-512ba316b093 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:32:26,166 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_pmsh_cg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:32:26,172 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:32:35,727 INFO Processing ruok command from /127.0.0.1:46558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:32:35,780 INFO Processing ruok command from /127.0.0.1:46560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:32:45,761 INFO Processing ruok command from /127.0.0.1:46704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:32:45,871 INFO Processing ruok command from /127.0.0.1:46706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:32:55,742 INFO Processing ruok command from /127.0.0.1:46838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:32:55,832 INFO Processing ruok command from /127.0.0.1:46842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:33:05,729 INFO Processing ruok command from /127.0.0.1:46970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:33:05,808 INFO Processing ruok command from /127.0.0.1:46972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:33:15,742 INFO Processing ruok command from /127.0.0.1:47098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:33:15,813 INFO Processing ruok command from /127.0.0.1:47100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:33:25,743 INFO Processing ruok command from /127.0.0.1:47224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:33:25,819 INFO Processing ruok command from /127.0.0.1:47226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:33:26,160 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp/sdnc2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:33:26,165 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:33:26,171 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:33:26,178 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-06 16:33:26,184 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:33:26,190 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-06 16:33:26,197 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-06 16:33:35,729 INFO Processing ruok command from /127.0.0.1:47360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:33:35,794 INFO Processing ruok command from /127.0.0.1:47362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:33:45,734 INFO Processing ruok command from /127.0.0.1:47480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:33:45,771 INFO Processing ruok command from /127.0.0.1:47482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:33:55,719 INFO Processing ruok command from /127.0.0.1:47610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:33:55,795 INFO Processing ruok command from /127.0.0.1:47612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:34:03,760 INFO Committing global session 0x10002b1f5c2000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:34:05,726 INFO Processing ruok command from /127.0.0.1:47742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:34:05,767 INFO Processing ruok command from /127.0.0.1:47744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:34:15,716 INFO Processing ruok command from /127.0.0.1:47864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:34:15,820 INFO Processing ruok command from /127.0.0.1:47866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:34:25,735 INFO Processing ruok command from /127.0.0.1:47992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:34:25,770 INFO Processing ruok command from /127.0.0.1:47994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:34:26,159 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:34:26,166 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/clamp/clamp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:34:26,171 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:34:26,177 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:34:26,183 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/multicloud-k8s-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:34:26,189 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/ves-openapi-manager (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:34:26,196 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-06 16:34:35,733 INFO Processing ruok command from /127.0.0.1:48124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:34:35,801 INFO Processing ruok command from /127.0.0.1:48126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:34:45,722 INFO Processing ruok command from /127.0.0.1:48248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:34:45,784 INFO Processing ruok command from /127.0.0.1:48250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:34:55,754 INFO Processing ruok command from /127.0.0.1:48374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:34:55,773 INFO Processing ruok command from /127.0.0.1:48376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:35:05,738 INFO Processing ruok command from /127.0.0.1:48502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:35:05,800 INFO Processing ruok command from /127.0.0.1:48504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:35:15,726 INFO Processing ruok command from /127.0.0.1:48630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:35:15,766 INFO Processing ruok command from /127.0.0.1:48632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:35:25,726 INFO Processing ruok command from /127.0.0.1:48764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:35:25,767 INFO Processing ruok command from /127.0.0.1:48766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:35:26,159 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/clamp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:35:26,165 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-06 16:35:26,172 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:35:35,749 INFO Processing ruok command from /127.0.0.1:48898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:35:35,823 INFO Processing ruok command from /127.0.0.1:48900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:35:45,731 INFO Processing ruok command from /127.0.0.1:49014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:35:45,767 INFO Processing ruok command from /127.0.0.1:49016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:35:55,744 INFO Processing ruok command from /127.0.0.1:49146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:35:55,818 INFO Processing ruok command from /127.0.0.1:49148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:36:04,230 INFO Committing global session 0x10002b1f5c2000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:36:05,746 INFO Processing ruok command from /127.0.0.1:49296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:36:05,828 INFO Processing ruok command from /127.0.0.1:49298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:36:15,718 INFO Processing ruok command from /127.0.0.1:49416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:36:15,814 INFO Processing ruok command from /127.0.0.1:49418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:36:25,766 INFO Processing ruok command from /127.0.0.1:49550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:36:25,809 INFO Processing ruok command from /127.0.0.1:49552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:36:26,159 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:36:35,746 INFO Processing ruok command from /127.0.0.1:49698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:36:35,801 INFO Processing ruok command from /127.0.0.1:49700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:36:45,736 INFO Processing ruok command from /127.0.0.1:49822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:36:45,820 INFO Processing ruok command from /127.0.0.1:49824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:36:55,747 INFO Processing ruok command from /127.0.0.1:49956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:36:55,809 INFO Processing ruok command from /127.0.0.1:49958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:37:05,754 INFO Processing ruok command from /127.0.0.1:50092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:37:05,822 INFO Processing ruok command from /127.0.0.1:50094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:37:15,701 INFO Processing ruok command from /127.0.0.1:50224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:37:15,745 INFO Processing ruok command from /127.0.0.1:50226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:37:25,731 INFO Processing ruok command from /127.0.0.1:50352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:37:25,810 INFO Processing ruok command from /127.0.0.1:50356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:37:26,160 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:37:35,738 INFO Processing ruok command from /127.0.0.1:50486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:37:35,863 INFO Processing ruok command from /127.0.0.1:50488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:37:45,734 INFO Processing ruok command from /127.0.0.1:50610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:37:45,789 INFO Processing ruok command from /127.0.0.1:50612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:37:55,731 INFO Processing ruok command from /127.0.0.1:50742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:37:55,809 INFO Processing ruok command from /127.0.0.1:50744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:38:03,785 INFO Committing global session 0x10002b1f5c2000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:38:05,734 INFO Processing ruok command from /127.0.0.1:50880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:38:05,805 INFO Processing ruok command from /127.0.0.1:50882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:38:15,748 INFO Processing ruok command from /127.0.0.1:51000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:38:15,803 INFO Processing ruok command from /127.0.0.1:51002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:38:25,746 INFO Processing ruok command from /127.0.0.1:51130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:38:25,806 INFO Processing ruok command from /127.0.0.1:51132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:38:35,730 INFO Processing ruok command from /127.0.0.1:51268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:38:35,827 INFO Processing ruok command from /127.0.0.1:51270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:38:45,718 INFO Processing ruok command from /127.0.0.1:51394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:38:45,781 INFO Processing ruok command from /127.0.0.1:51396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:38:55,721 INFO Processing ruok command from /127.0.0.1:51526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:38:55,771 INFO Processing ruok command from /127.0.0.1:51528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:39:05,715 INFO Processing ruok command from /127.0.0.1:51654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:39:05,762 INFO Processing ruok command from /127.0.0.1:51656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:39:15,754 INFO Processing ruok command from /127.0.0.1:51776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:39:15,838 INFO Processing ruok command from /127.0.0.1:51778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:39:25,792 INFO Processing ruok command from /127.0.0.1:51906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:39:25,798 INFO Processing ruok command from /127.0.0.1:51908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:39:35,742 INFO Processing ruok command from /127.0.0.1:52038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:39:35,814 INFO Processing ruok command from /127.0.0.1:52040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:39:45,740 INFO Processing ruok command from /127.0.0.1:52164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:39:45,808 INFO Processing ruok command from /127.0.0.1:52166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:39:55,723 INFO Processing ruok command from /127.0.0.1:52290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:39:55,804 INFO Processing ruok command from /127.0.0.1:52292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:40:03,537 INFO Committing global session 0x10002b1f5c20010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:40:05,729 INFO Processing ruok command from /127.0.0.1:52436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:40:05,777 INFO Processing ruok command from /127.0.0.1:52438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:40:15,746 INFO Processing ruok command from /127.0.0.1:52568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:40:15,804 INFO Processing ruok command from /127.0.0.1:52570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:40:25,704 INFO Processing ruok command from /127.0.0.1:52702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:40:25,771 INFO Processing ruok command from /127.0.0.1:52704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:40:26,160 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-06 16:40:26,167 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-06 16:40:35,724 INFO Processing ruok command from /127.0.0.1:52838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:40:35,806 INFO Processing ruok command from /127.0.0.1:52840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:40:45,739 INFO Processing ruok command from /127.0.0.1:52960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:40:45,811 INFO Processing ruok command from /127.0.0.1:52962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:40:55,746 INFO Processing ruok command from /127.0.0.1:53094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:40:55,779 INFO Processing ruok command from /127.0.0.1:53096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:41:05,728 INFO Processing ruok command from /127.0.0.1:53226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:41:05,764 INFO Processing ruok command from /127.0.0.1:53228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:41:15,759 INFO Processing ruok command from /127.0.0.1:53346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:41:15,820 INFO Processing ruok command from /127.0.0.1:53348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:41:25,730 INFO Processing ruok command from /127.0.0.1:53486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:41:25,812 INFO Processing ruok command from /127.0.0.1:53488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:41:26,159 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:41:26,165 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:41:35,753 INFO Processing ruok command from /127.0.0.1:53624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:41:35,819 INFO Processing ruok command from /127.0.0.1:53626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:41:45,714 INFO Processing ruok command from /127.0.0.1:53750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:41:45,760 INFO Processing ruok command from /127.0.0.1:53752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:41:55,766 INFO Processing ruok command from /127.0.0.1:53882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:41:55,832 INFO Processing ruok command from /127.0.0.1:53884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:42:03,836 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-10-06 16:42:03,843 INFO Committing global session 0x30002b2f5bb0008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:42:04,260 INFO Submitting global closeSession request for session 0x30002b2f5bb0008 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-06 16:42:05,734 INFO Processing ruok command from /127.0.0.1:54014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:42:05,781 INFO Processing ruok command from /127.0.0.1:54016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:42:15,729 INFO Processing ruok command from /127.0.0.1:54142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:42:15,774 INFO Processing ruok command from /127.0.0.1:54144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:42:25,725 INFO Processing ruok command from /127.0.0.1:54276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:42:25,774 INFO Processing ruok command from /127.0.0.1:54278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:42:26,159 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:42:26,165 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:42:35,720 INFO Processing ruok command from /127.0.0.1:54414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:42:35,804 INFO Processing ruok command from /127.0.0.1:54416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:42:45,736 INFO Processing ruok command from /127.0.0.1:54538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:42:45,755 INFO Processing ruok command from /127.0.0.1:54540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:42:55,711 INFO Processing ruok command from /127.0.0.1:54670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:42:55,766 INFO Processing ruok command from /127.0.0.1:54672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:43:05,743 INFO Processing ruok command from /127.0.0.1:54810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:43:05,816 INFO Processing ruok command from /127.0.0.1:54812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:43:15,745 INFO Processing ruok command from /127.0.0.1:54926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:43:15,816 INFO Processing ruok command from /127.0.0.1:54928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:43:25,732 INFO Processing ruok command from /127.0.0.1:55062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:43:25,806 INFO Processing ruok command from /127.0.0.1:55064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:43:26,160 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 16:43:35,735 INFO Processing ruok command from /127.0.0.1:55196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:43:35,781 INFO Processing ruok command from /127.0.0.1:55198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:43:45,728 INFO Processing ruok command from /127.0.0.1:55322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:43:45,773 INFO Processing ruok command from /127.0.0.1:55324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:43:55,720 INFO Processing ruok command from /127.0.0.1:55464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:43:55,816 INFO Processing ruok command from /127.0.0.1:55466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:44:03,555 INFO Committing global session 0x10002b1f5c20011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:44:05,725 INFO Processing ruok command from /127.0.0.1:55600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:44:05,770 INFO Processing ruok command from /127.0.0.1:55602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:44:15,729 INFO Processing ruok command from /127.0.0.1:55726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:44:15,811 INFO Processing ruok command from /127.0.0.1:55728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:44:25,723 INFO Processing ruok command from /127.0.0.1:55856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:44:25,812 INFO Processing ruok command from /127.0.0.1:55858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:44:35,738 INFO Processing ruok command from /127.0.0.1:55990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:44:35,830 INFO Processing ruok command from /127.0.0.1:55994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:44:45,758 INFO Processing ruok command from /127.0.0.1:56118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:44:45,804 INFO Processing ruok command from /127.0.0.1:56120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:44:55,735 INFO Processing ruok command from /127.0.0.1:56248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:44:55,766 INFO Processing ruok command from /127.0.0.1:56250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:45:05,731 INFO Processing ruok command from /127.0.0.1:56382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:45:05,786 INFO Processing ruok command from /127.0.0.1:56384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:45:15,737 INFO Processing ruok command from /127.0.0.1:56506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:45:15,770 INFO Processing ruok command from /127.0.0.1:56508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:45:25,741 INFO Processing ruok command from /127.0.0.1:56632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:45:25,814 INFO Processing ruok command from /127.0.0.1:56634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:45:35,738 INFO Processing ruok command from /127.0.0.1:56770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:45:35,842 INFO Processing ruok command from /127.0.0.1:56772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:45:45,728 INFO Processing ruok command from /127.0.0.1:56894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:45:45,791 INFO Processing ruok command from /127.0.0.1:56896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:45:55,730 INFO Processing ruok command from /127.0.0.1:57028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:45:55,803 INFO Processing ruok command from /127.0.0.1:57030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:46:04,244 INFO Committing global session 0x10002b1f5c20012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:46:05,749 INFO Processing ruok command from /127.0.0.1:57168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:46:05,789 INFO Processing ruok command from /127.0.0.1:57170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:46:15,739 INFO Processing ruok command from /127.0.0.1:57292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:46:15,846 INFO Processing ruok command from /127.0.0.1:57294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:46:25,758 INFO Processing ruok command from /127.0.0.1:57424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:46:25,806 INFO Processing ruok command from /127.0.0.1:57426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:46:35,746 INFO Processing ruok command from /127.0.0.1:57558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:46:35,798 INFO Processing ruok command from /127.0.0.1:57560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:46:45,736 INFO Processing ruok command from /127.0.0.1:57682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:46:45,770 INFO Processing ruok command from /127.0.0.1:57684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:46:55,717 INFO Processing ruok command from /127.0.0.1:57814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:46:55,810 INFO Processing ruok command from /127.0.0.1:57816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:47:05,724 INFO Processing ruok command from /127.0.0.1:57942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:47:05,786 INFO Processing ruok command from /127.0.0.1:57944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:47:15,729 INFO Processing ruok command from /127.0.0.1:58070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:47:15,782 INFO Processing ruok command from /127.0.0.1:58072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:47:25,730 INFO Processing ruok command from /127.0.0.1:58200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:47:25,778 INFO Processing ruok command from /127.0.0.1:58202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:47:35,739 INFO Processing ruok command from /127.0.0.1:58348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:47:35,823 INFO Processing ruok command from /127.0.0.1:58352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:47:45,723 INFO Processing ruok command from /127.0.0.1:58472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:47:45,762 INFO Processing ruok command from /127.0.0.1:58474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:47:55,753 INFO Processing ruok command from /127.0.0.1:58602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:47:55,826 INFO Processing ruok command from /127.0.0.1:58606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:48:03,861 INFO Committing global session 0x20002b28b8a0007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:48:05,723 INFO Processing ruok command from /127.0.0.1:58746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:48:05,815 INFO Processing ruok command from /127.0.0.1:58748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:48:15,723 INFO Processing ruok command from /127.0.0.1:58866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:48:15,778 INFO Processing ruok command from /127.0.0.1:58868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:48:25,730 INFO Processing ruok command from /127.0.0.1:59000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:48:25,787 INFO Processing ruok command from /127.0.0.1:59002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:48:35,738 INFO Processing ruok command from /127.0.0.1:59128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:48:35,803 INFO Processing ruok command from /127.0.0.1:59130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:48:45,766 INFO Processing ruok command from /127.0.0.1:59250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:48:45,802 INFO Processing ruok command from /127.0.0.1:59252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:48:55,725 INFO Processing ruok command from /127.0.0.1:59384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:48:55,782 INFO Processing ruok command from /127.0.0.1:59386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:49:05,745 INFO Processing ruok command from /127.0.0.1:59522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:49:05,778 INFO Processing ruok command from /127.0.0.1:59524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:49:15,729 INFO Processing ruok command from /127.0.0.1:59648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:49:15,787 INFO Processing ruok command from /127.0.0.1:59650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:49:25,754 INFO Processing ruok command from /127.0.0.1:59778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:49:25,792 INFO Processing ruok command from /127.0.0.1:59780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:49:35,732 INFO Processing ruok command from /127.0.0.1:59908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:49:35,810 INFO Processing ruok command from /127.0.0.1:59910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:49:45,736 INFO Processing ruok command from /127.0.0.1:60034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:49:45,822 INFO Processing ruok command from /127.0.0.1:60038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:49:55,702 INFO Processing ruok command from /127.0.0.1:60162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:49:55,737 INFO Processing ruok command from /127.0.0.1:60164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:50:03,954 INFO Committing global session 0x20002b28b8a0008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:50:05,737 INFO Processing ruok command from /127.0.0.1:60300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:50:05,786 INFO Processing ruok command from /127.0.0.1:60302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:50:15,710 INFO Processing ruok command from /127.0.0.1:60422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:50:15,752 INFO Processing ruok command from /127.0.0.1:60424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:50:25,727 INFO Processing ruok command from /127.0.0.1:60554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:50:25,803 INFO Processing ruok command from /127.0.0.1:60558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:50:35,756 INFO Processing ruok command from /127.0.0.1:60698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:50:35,784 INFO Processing ruok command from /127.0.0.1:60700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:50:45,721 INFO Processing ruok command from /127.0.0.1:60824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:50:45,781 INFO Processing ruok command from /127.0.0.1:60826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:50:55,724 INFO Processing ruok command from /127.0.0.1:60966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:50:55,768 INFO Processing ruok command from /127.0.0.1:60968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:51:05,714 INFO Processing ruok command from /127.0.0.1:32870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:51:05,769 INFO Processing ruok command from /127.0.0.1:32872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:51:15,730 INFO Processing ruok command from /127.0.0.1:33000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:51:15,798 INFO Processing ruok command from /127.0.0.1:33002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:51:25,746 INFO Processing ruok command from /127.0.0.1:33144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:51:25,786 INFO Processing ruok command from /127.0.0.1:33146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:51:35,728 INFO Processing ruok command from /127.0.0.1:33286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:51:35,776 INFO Processing ruok command from /127.0.0.1:33288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:51:45,739 INFO Processing ruok command from /127.0.0.1:33420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:51:45,810 INFO Processing ruok command from /127.0.0.1:33422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:51:55,715 INFO Processing ruok command from /127.0.0.1:33552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:51:55,800 INFO Processing ruok command from /127.0.0.1:33554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:52:03,875 INFO Committing global session 0x10002b1f5c20013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:52:05,721 INFO Processing ruok command from /127.0.0.1:33690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:52:05,763 INFO Processing ruok command from /127.0.0.1:33692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:52:15,743 INFO Processing ruok command from /127.0.0.1:33816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:52:15,792 INFO Processing ruok command from /127.0.0.1:33818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:52:25,727 INFO Processing ruok command from /127.0.0.1:33946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:52:25,773 INFO Processing ruok command from /127.0.0.1:33948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:52:35,742 INFO Processing ruok command from /127.0.0.1:34084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:52:35,781 INFO Processing ruok command from /127.0.0.1:34086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:52:45,767 INFO Processing ruok command from /127.0.0.1:34204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:52:45,778 INFO Processing ruok command from /127.0.0.1:34206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:52:55,717 INFO Processing ruok command from /127.0.0.1:34332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:52:55,764 INFO Processing ruok command from /127.0.0.1:34334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:53:05,737 INFO Processing ruok command from /127.0.0.1:34466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:53:05,837 INFO Processing ruok command from /127.0.0.1:34468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:53:15,779 INFO Processing ruok command from /127.0.0.1:34590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:53:15,842 INFO Processing ruok command from /127.0.0.1:34592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:53:25,747 INFO Processing ruok command from /127.0.0.1:34724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:53:25,821 INFO Processing ruok command from /127.0.0.1:34726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:53:35,746 INFO Processing ruok command from /127.0.0.1:34856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:53:35,824 INFO Processing ruok command from /127.0.0.1:34858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:53:45,733 INFO Processing ruok command from /127.0.0.1:34982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:53:45,794 INFO Processing ruok command from /127.0.0.1:34984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:53:55,734 INFO Processing ruok command from /127.0.0.1:35122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:53:55,814 INFO Processing ruok command from /127.0.0.1:35124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:54:03,546 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-10-06 16:54:03,551 INFO Committing global session 0x30002b2f5bb0009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:54:03,989 INFO Submitting global closeSession request for session 0x30002b2f5bb0009 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-06 16:54:05,730 INFO Processing ruok command from /127.0.0.1:35258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:54:05,822 INFO Processing ruok command from /127.0.0.1:35260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:54:15,735 INFO Processing ruok command from /127.0.0.1:35384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:54:15,803 INFO Processing ruok command from /127.0.0.1:35386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:54:25,724 INFO Processing ruok command from /127.0.0.1:35526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:54:25,766 INFO Processing ruok command from /127.0.0.1:35528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:54:35,721 INFO Processing ruok command from /127.0.0.1:35658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:54:35,776 INFO Processing ruok command from /127.0.0.1:35660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:54:45,728 INFO Processing ruok command from /127.0.0.1:35792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:54:45,790 INFO Processing ruok command from /127.0.0.1:35794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:54:55,752 INFO Processing ruok command from /127.0.0.1:35928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:54:55,795 INFO Processing ruok command from /127.0.0.1:35930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:55:05,741 INFO Processing ruok command from /127.0.0.1:36070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:55:05,776 INFO Processing ruok command from /127.0.0.1:36072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:55:15,738 INFO Processing ruok command from /127.0.0.1:36194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:55:15,777 INFO Processing ruok command from /127.0.0.1:36196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:55:25,730 INFO Processing ruok command from /127.0.0.1:36324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:55:25,820 INFO Processing ruok command from /127.0.0.1:36328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:55:35,763 INFO Processing ruok command from /127.0.0.1:36462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:55:35,843 INFO Processing ruok command from /127.0.0.1:36464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:55:45,719 INFO Processing ruok command from /127.0.0.1:36586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:55:45,788 INFO Processing ruok command from /127.0.0.1:36588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:55:55,724 INFO Processing ruok command from /127.0.0.1:36724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:55:55,853 INFO Processing ruok command from /127.0.0.1:36728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:56:03,682 INFO Committing global session 0x20002b28b8a0009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:56:05,743 INFO Processing ruok command from /127.0.0.1:36860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:56:05,827 INFO Processing ruok command from /127.0.0.1:36862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:56:15,745 INFO Processing ruok command from /127.0.0.1:36984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:56:15,785 INFO Processing ruok command from /127.0.0.1:36986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:56:25,745 INFO Processing ruok command from /127.0.0.1:37120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:56:25,792 INFO Processing ruok command from /127.0.0.1:37122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:56:35,728 INFO Processing ruok command from /127.0.0.1:37260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:56:35,807 INFO Processing ruok command from /127.0.0.1:37262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:56:45,743 INFO Processing ruok command from /127.0.0.1:37392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:56:45,795 INFO Processing ruok command from /127.0.0.1:37394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:56:55,755 INFO Processing ruok command from /127.0.0.1:37520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:56:55,817 INFO Processing ruok command from /127.0.0.1:37522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:57:05,746 INFO Processing ruok command from /127.0.0.1:37650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:57:05,790 INFO Processing ruok command from /127.0.0.1:37652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:57:15,708 INFO Processing ruok command from /127.0.0.1:37786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:57:15,802 INFO Processing ruok command from /127.0.0.1:37788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:57:25,726 INFO Processing ruok command from /127.0.0.1:37918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:57:25,810 INFO Processing ruok command from /127.0.0.1:37920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:57:35,750 INFO Processing ruok command from /127.0.0.1:38056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:57:35,867 INFO Processing ruok command from /127.0.0.1:38060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:57:45,732 INFO Processing ruok command from /127.0.0.1:38182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:57:45,816 INFO Processing ruok command from /127.0.0.1:38184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:57:55,731 INFO Processing ruok command from /127.0.0.1:38318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:57:55,776 INFO Processing ruok command from /127.0.0.1:38320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:58:03,741 INFO Committing global session 0x10002b1f5c20014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 16:58:05,721 INFO Processing ruok command from /127.0.0.1:38462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:58:05,774 INFO Processing ruok command from /127.0.0.1:38464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:58:15,722 INFO Processing ruok command from /127.0.0.1:38586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:58:15,824 INFO Processing ruok command from /127.0.0.1:38588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:58:25,731 INFO Processing ruok command from /127.0.0.1:38724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:58:25,784 INFO Processing ruok command from /127.0.0.1:38726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:58:35,726 INFO Processing ruok command from /127.0.0.1:38856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:58:35,780 INFO Processing ruok command from /127.0.0.1:38858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:58:45,742 INFO Processing ruok command from /127.0.0.1:38980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:58:45,801 INFO Processing ruok command from /127.0.0.1:38982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:58:55,715 INFO Processing ruok command from /127.0.0.1:39112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:58:55,757 INFO Processing ruok command from /127.0.0.1:39114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:59:05,711 INFO Processing ruok command from /127.0.0.1:39242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:59:05,796 INFO Processing ruok command from /127.0.0.1:39244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:59:15,716 INFO Processing ruok command from /127.0.0.1:39370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:59:15,777 INFO Processing ruok command from /127.0.0.1:39372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:59:25,722 INFO Processing ruok command from /127.0.0.1:39502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:59:25,808 INFO Processing ruok command from /127.0.0.1:39504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:59:35,746 INFO Processing ruok command from /127.0.0.1:39644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:59:35,823 INFO Processing ruok command from /127.0.0.1:39646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:59:45,724 INFO Processing ruok command from /127.0.0.1:39770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:59:45,768 INFO Processing ruok command from /127.0.0.1:39772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 16:59:55,741 INFO Processing ruok command from /127.0.0.1:39900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 16:59:55,787 INFO Processing ruok command from /127.0.0.1:39902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:00:03,843 INFO Committing global session 0x20002b28b8a000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 17:00:05,726 INFO Processing ruok command from /127.0.0.1:40038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:00:05,829 INFO Processing ruok command from /127.0.0.1:40040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:00:15,733 INFO Processing ruok command from /127.0.0.1:40162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:00:15,778 INFO Processing ruok command from /127.0.0.1:40164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:00:23,683 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-10-06 17:00:23,684 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2022-10-06 17:00:23,693 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-10-06 17:00:25,724 INFO Processing ruok command from /127.0.0.1:40294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:00:25,809 INFO Processing ruok command from /127.0.0.1:40296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:00:35,727 INFO Processing ruok command from /127.0.0.1:40426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:00:35,773 INFO Processing ruok command from /127.0.0.1:40428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:00:45,715 INFO Processing ruok command from /127.0.0.1:40556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:00:45,779 INFO Processing ruok command from /127.0.0.1:40558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:00:55,735 INFO Processing ruok command from /127.0.0.1:40696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:00:55,798 INFO Processing ruok command from /127.0.0.1:40698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:01:05,725 INFO Processing ruok command from /127.0.0.1:40846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:01:05,775 INFO Processing ruok command from /127.0.0.1:40848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:01:15,740 INFO Processing ruok command from /127.0.0.1:40976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:01:15,804 INFO Processing ruok command from /127.0.0.1:40978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:01:25,721 INFO Processing ruok command from /127.0.0.1:41114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:01:25,776 INFO Processing ruok command from /127.0.0.1:41116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:01:35,751 INFO Processing ruok command from /127.0.0.1:41258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:01:35,829 INFO Processing ruok command from /127.0.0.1:41260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:01:45,770 INFO Processing ruok command from /127.0.0.1:41388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:01:45,835 INFO Processing ruok command from /127.0.0.1:41392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:01:55,743 INFO Processing ruok command from /127.0.0.1:41530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:01:55,822 INFO Processing ruok command from /127.0.0.1:41534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:02:03,752 INFO Committing global session 0x20002b28b8a000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 17:02:05,716 INFO Processing ruok command from /127.0.0.1:41670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:02:05,764 INFO Processing ruok command from /127.0.0.1:41672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:02:15,723 INFO Processing ruok command from /127.0.0.1:41796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:02:15,765 INFO Processing ruok command from /127.0.0.1:41798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:02:25,742 INFO Processing ruok command from /127.0.0.1:41928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:02:25,805 INFO Processing ruok command from /127.0.0.1:41930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:02:35,726 INFO Processing ruok command from /127.0.0.1:42074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:02:35,796 INFO Processing ruok command from /127.0.0.1:42076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:02:45,723 INFO Processing ruok command from /127.0.0.1:42192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:02:45,784 INFO Processing ruok command from /127.0.0.1:42194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:02:55,738 INFO Processing ruok command from /127.0.0.1:42326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:02:55,768 INFO Processing ruok command from /127.0.0.1:42328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:03:05,728 INFO Processing ruok command from /127.0.0.1:42460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:03:05,785 INFO Processing ruok command from /127.0.0.1:42462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:03:15,747 INFO Processing ruok command from /127.0.0.1:42580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:03:15,834 INFO Processing ruok command from /127.0.0.1:42584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:03:25,730 INFO Processing ruok command from /127.0.0.1:42710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:03:25,786 INFO Processing ruok command from /127.0.0.1:42712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:03:35,755 INFO Processing ruok command from /127.0.0.1:42846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:03:35,861 INFO Processing ruok command from /127.0.0.1:42848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:03:45,727 INFO Processing ruok command from /127.0.0.1:42968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:03:45,879 INFO Processing ruok command from /127.0.0.1:42972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:03:55,750 INFO Processing ruok command from /127.0.0.1:43098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:03:55,786 INFO Processing ruok command from /127.0.0.1:43100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:04:03,656 INFO Committing global session 0x10002b1f5c20015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 17:04:05,735 INFO Processing ruok command from /127.0.0.1:43242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:04:05,824 INFO Processing ruok command from /127.0.0.1:43244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:04:15,714 INFO Processing ruok command from /127.0.0.1:43372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:04:15,809 INFO Processing ruok command from /127.0.0.1:43374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:04:25,730 INFO Processing ruok command from /127.0.0.1:43502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:04:25,779 INFO Processing ruok command from /127.0.0.1:43504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:04:35,737 INFO Processing ruok command from /127.0.0.1:43634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:04:35,806 INFO Processing ruok command from /127.0.0.1:43636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:04:45,730 INFO Processing ruok command from /127.0.0.1:43766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:04:45,811 INFO Processing ruok command from /127.0.0.1:43768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:04:55,761 INFO Processing ruok command from /127.0.0.1:43912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:04:55,799 INFO Processing ruok command from /127.0.0.1:43914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:05:05,735 INFO Processing ruok command from /127.0.0.1:44056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:05:05,828 INFO Processing ruok command from /127.0.0.1:44058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:05:15,712 INFO Processing ruok command from /127.0.0.1:44182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:05:15,766 INFO Processing ruok command from /127.0.0.1:44184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:05:25,738 INFO Processing ruok command from /127.0.0.1:44326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:05:25,800 INFO Processing ruok command from /127.0.0.1:44328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:05:35,730 INFO Processing ruok command from /127.0.0.1:44472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:05:35,818 INFO Processing ruok command from /127.0.0.1:44474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:05:45,738 INFO Processing ruok command from /127.0.0.1:44606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:05:45,794 INFO Processing ruok command from /127.0.0.1:44608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:05:55,761 INFO Processing ruok command from /127.0.0.1:44752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:05:55,829 INFO Processing ruok command from /127.0.0.1:44754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:06:04,025 INFO Committing global session 0x10002b1f5c20016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 17:06:05,731 INFO Processing ruok command from /127.0.0.1:44894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:06:05,837 INFO Processing ruok command from /127.0.0.1:44896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:06:15,739 INFO Processing ruok command from /127.0.0.1:45020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:06:15,840 INFO Processing ruok command from /127.0.0.1:45024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:06:25,732 INFO Processing ruok command from /127.0.0.1:45160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:06:25,780 INFO Processing ruok command from /127.0.0.1:45162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:06:35,738 INFO Processing ruok command from /127.0.0.1:45294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:06:35,816 INFO Processing ruok command from /127.0.0.1:45296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:06:45,723 INFO Processing ruok command from /127.0.0.1:45424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:06:45,821 INFO Processing ruok command from /127.0.0.1:45426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:06:55,715 INFO Processing ruok command from /127.0.0.1:45554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:06:55,767 INFO Processing ruok command from /127.0.0.1:45556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:07:05,718 INFO Processing ruok command from /127.0.0.1:45692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:07:05,812 INFO Processing ruok command from /127.0.0.1:45694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:07:15,730 INFO Processing ruok command from /127.0.0.1:45822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:07:15,766 INFO Processing ruok command from /127.0.0.1:45824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:07:25,740 INFO Processing ruok command from /127.0.0.1:45974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:07:25,843 INFO Processing ruok command from /127.0.0.1:45976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:07:35,747 INFO Processing ruok command from /127.0.0.1:46114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:07:35,817 INFO Processing ruok command from /127.0.0.1:46116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:07:45,750 INFO Processing ruok command from /127.0.0.1:46254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:07:45,812 INFO Processing ruok command from /127.0.0.1:46256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:07:55,728 INFO Processing ruok command from /127.0.0.1:46404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:07:55,777 INFO Processing ruok command from /127.0.0.1:46406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:08:03,740 INFO Committing global session 0x20002b28b8a000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 17:08:05,765 INFO Processing ruok command from /127.0.0.1:46544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:08:05,849 INFO Processing ruok command from /127.0.0.1:46546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:08:15,732 INFO Processing ruok command from /127.0.0.1:46674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:08:15,857 INFO Processing ruok command from /127.0.0.1:46682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:08:25,765 INFO Processing ruok command from /127.0.0.1:46816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:08:25,802 INFO Processing ruok command from /127.0.0.1:46818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:08:35,743 INFO Processing ruok command from /127.0.0.1:46948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:08:35,838 INFO Processing ruok command from /127.0.0.1:46952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:08:45,741 INFO Processing ruok command from /127.0.0.1:47078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:08:45,828 INFO Processing ruok command from /127.0.0.1:47080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:08:55,712 INFO Processing ruok command from /127.0.0.1:47212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:08:55,769 INFO Processing ruok command from /127.0.0.1:47214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:09:05,763 INFO Processing ruok command from /127.0.0.1:47346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:09:05,818 INFO Processing ruok command from /127.0.0.1:47348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:09:15,730 INFO Processing ruok command from /127.0.0.1:47472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:09:15,785 INFO Processing ruok command from /127.0.0.1:47474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:09:25,752 INFO Processing ruok command from /127.0.0.1:47604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:09:25,805 INFO Processing ruok command from /127.0.0.1:47606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:09:35,733 INFO Processing ruok command from /127.0.0.1:47736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:09:35,834 INFO Processing ruok command from /127.0.0.1:47738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:09:45,733 INFO Processing ruok command from /127.0.0.1:47860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:09:45,792 INFO Processing ruok command from /127.0.0.1:47862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:09:55,724 INFO Processing ruok command from /127.0.0.1:47994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:09:55,776 INFO Processing ruok command from /127.0.0.1:47996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:10:03,686 INFO Committing global session 0x20002b28b8a000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 17:10:05,749 INFO Processing ruok command from /127.0.0.1:48134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:10:05,777 INFO Processing ruok command from /127.0.0.1:48136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:10:15,741 INFO Processing ruok command from /127.0.0.1:48256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:10:15,811 INFO Processing ruok command from /127.0.0.1:48258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:10:25,716 INFO Processing ruok command from /127.0.0.1:48390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:10:25,770 INFO Processing ruok command from /127.0.0.1:48392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:10:35,749 INFO Processing ruok command from /127.0.0.1:48528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:10:35,835 INFO Processing ruok command from /127.0.0.1:48532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:10:45,705 INFO Processing ruok command from /127.0.0.1:48654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:10:45,760 INFO Processing ruok command from /127.0.0.1:48656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:10:55,719 INFO Processing ruok command from /127.0.0.1:48790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:10:55,762 INFO Processing ruok command from /127.0.0.1:48792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:11:05,732 INFO Processing ruok command from /127.0.0.1:48934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:11:05,821 INFO Processing ruok command from /127.0.0.1:48936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:11:15,726 INFO Processing ruok command from /127.0.0.1:49062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:11:15,768 INFO Processing ruok command from /127.0.0.1:49064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:11:25,762 INFO Processing ruok command from /127.0.0.1:49206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:11:25,819 INFO Processing ruok command from /127.0.0.1:49208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:11:35,718 INFO Processing ruok command from /127.0.0.1:49344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:11:35,764 INFO Processing ruok command from /127.0.0.1:49346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:11:45,749 INFO Processing ruok command from /127.0.0.1:49472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:11:45,834 INFO Processing ruok command from /127.0.0.1:49474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:11:55,745 INFO Processing ruok command from /127.0.0.1:49606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:11:55,800 INFO Processing ruok command from /127.0.0.1:49608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:12:03,617 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-10-06 17:12:03,626 INFO Committing global session 0x30002b2f5bb000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 17:12:04,220 INFO Submitting global closeSession request for session 0x30002b2f5bb000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-06 17:12:05,742 INFO Processing ruok command from /127.0.0.1:49748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:12:05,811 INFO Processing ruok command from /127.0.0.1:49750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:12:15,733 INFO Processing ruok command from /127.0.0.1:49874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:12:15,781 INFO Processing ruok command from /127.0.0.1:49876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:12:25,719 INFO Processing ruok command from /127.0.0.1:50010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:12:25,815 INFO Processing ruok command from /127.0.0.1:50014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:12:35,712 INFO Processing ruok command from /127.0.0.1:50142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:12:35,795 INFO Processing ruok command from /127.0.0.1:50144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:12:45,754 INFO Processing ruok command from /127.0.0.1:50270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:12:45,770 INFO Processing ruok command from /127.0.0.1:50272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:12:55,716 INFO Processing ruok command from /127.0.0.1:50408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:12:55,763 INFO Processing ruok command from /127.0.0.1:50410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:13:05,716 INFO Processing ruok command from /127.0.0.1:50548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:13:05,787 INFO Processing ruok command from /127.0.0.1:50550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:13:15,740 INFO Processing ruok command from /127.0.0.1:50676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:13:15,793 INFO Processing ruok command from /127.0.0.1:50678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:13:25,767 INFO Processing ruok command from /127.0.0.1:50812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:13:25,830 INFO Processing ruok command from /127.0.0.1:50814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:13:35,731 INFO Processing ruok command from /127.0.0.1:50950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:13:35,820 INFO Processing ruok command from /127.0.0.1:50954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:13:45,740 INFO Processing ruok command from /127.0.0.1:51084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:13:45,754 INFO Processing ruok command from /127.0.0.1:51086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:13:55,724 INFO Processing ruok command from /127.0.0.1:51216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:13:55,806 INFO Processing ruok command from /127.0.0.1:51218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:14:03,441 INFO Committing global session 0x10002b1f5c20017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 17:14:05,752 INFO Processing ruok command from /127.0.0.1:51356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:14:05,846 INFO Processing ruok command from /127.0.0.1:51358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:14:15,729 INFO Processing ruok command from /127.0.0.1:51478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:14:15,818 INFO Processing ruok command from /127.0.0.1:51480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:14:25,779 INFO Processing ruok command from /127.0.0.1:51612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:14:25,854 INFO Processing ruok command from /127.0.0.1:51614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:14:35,727 INFO Processing ruok command from /127.0.0.1:51782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:14:35,786 INFO Processing ruok command from /127.0.0.1:51784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:14:45,755 INFO Processing ruok command from /127.0.0.1:51906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:14:45,797 INFO Processing ruok command from /127.0.0.1:51908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:14:55,754 INFO Processing ruok command from /127.0.0.1:52052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:14:55,854 INFO Processing ruok command from /127.0.0.1:52056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:15:05,729 INFO Processing ruok command from /127.0.0.1:52222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:15:05,781 INFO Processing ruok command from /127.0.0.1:52224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:15:15,727 INFO Processing ruok command from /127.0.0.1:52354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:15:15,822 INFO Processing ruok command from /127.0.0.1:52358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:15:25,747 INFO Processing ruok command from /127.0.0.1:52502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:15:25,835 INFO Processing ruok command from /127.0.0.1:52506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:15:26,160 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/sonhms-cg/sonhms-cid (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:15:26,167 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:15:35,726 INFO Processing ruok command from /127.0.0.1:52648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:15:35,778 INFO Processing ruok command from /127.0.0.1:52650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:15:45,707 INFO Processing ruok command from /127.0.0.1:52790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:15:45,762 INFO Processing ruok command from /127.0.0.1:52792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:15:55,738 INFO Processing ruok command from /127.0.0.1:52940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:15:55,814 INFO Processing ruok command from /127.0.0.1:52942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:16:04,186 INFO Committing global session 0x10002b1f5c20018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 17:16:05,756 INFO Processing ruok command from /127.0.0.1:53088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:16:05,803 INFO Processing ruok command from /127.0.0.1:53092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:16:15,717 INFO Processing ruok command from /127.0.0.1:53240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:16:15,759 INFO Processing ruok command from /127.0.0.1:53242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:16:25,715 INFO Processing ruok command from /127.0.0.1:53390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:16:25,774 INFO Processing ruok command from /127.0.0.1:53392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:16:26,159 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:16:26,166 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/sonhms-cg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:16:26,172 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/homlesGroup40c88e2f-9db6-4b2e-a0d5-60141b7442ee/homles40c88e2f-9db6-4b2e-a0d5-60141b7442ee (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:16:35,749 INFO Processing ruok command from /127.0.0.1:53542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:16:35,790 INFO Processing ruok command from /127.0.0.1:53544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:16:45,739 INFO Processing ruok command from /127.0.0.1:53684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:16:45,806 INFO Processing ruok command from /127.0.0.1:53686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:16:55,730 INFO Processing ruok command from /127.0.0.1:53830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:16:55,786 INFO Processing ruok command from /127.0.0.1:53832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:17:05,729 INFO Processing ruok command from /127.0.0.1:53972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:17:05,772 INFO Processing ruok command from /127.0.0.1:53974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:17:15,718 INFO Processing ruok command from /127.0.0.1:54110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:17:15,786 INFO Processing ruok command from /127.0.0.1:54112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:17:25,712 INFO Processing ruok command from /127.0.0.1:54258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:17:25,753 INFO Processing ruok command from /127.0.0.1:54260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:17:26,160 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/homlesGroup40c88e2f-9db6-4b2e-a0d5-60141b7442ee (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:17:26,165 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:17:26,171 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:17:35,737 INFO Processing ruok command from /127.0.0.1:54400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:17:35,779 INFO Processing ruok command from /127.0.0.1:54402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:17:45,719 INFO Processing ruok command from /127.0.0.1:54522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:17:45,796 INFO Processing ruok command from /127.0.0.1:54524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:17:55,732 INFO Processing ruok command from /127.0.0.1:54658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:17:55,815 INFO Processing ruok command from /127.0.0.1:54660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:18:03,779 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-10-06 17:18:03,796 INFO Committing global session 0x30002b2f5bb000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 17:18:04,186 INFO Submitting global closeSession request for session 0x30002b2f5bb000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-06 17:18:05,742 INFO Processing ruok command from /127.0.0.1:54798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:18:05,800 INFO Processing ruok command from /127.0.0.1:54800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:18:15,742 INFO Processing ruok command from /127.0.0.1:54920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:18:15,822 INFO Processing ruok command from /127.0.0.1:54922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:18:25,738 INFO Processing ruok command from /127.0.0.1:55056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:18:25,827 INFO Processing ruok command from /127.0.0.1:55058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:18:26,160 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:18:26,165 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:18:35,741 INFO Processing ruok command from /127.0.0.1:55196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:18:35,814 INFO Processing ruok command from /127.0.0.1:55198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:18:45,734 INFO Processing ruok command from /127.0.0.1:55320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:18:45,827 INFO Processing ruok command from /127.0.0.1:55322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:18:55,744 INFO Processing ruok command from /127.0.0.1:55456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:18:55,798 INFO Processing ruok command from /127.0.0.1:55458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:19:05,747 INFO Processing ruok command from /127.0.0.1:55600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:19:05,796 INFO Processing ruok command from /127.0.0.1:55602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:19:15,753 INFO Processing ruok command from /127.0.0.1:55726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:19:15,835 INFO Processing ruok command from /127.0.0.1:55730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:19:25,717 INFO Processing ruok command from /127.0.0.1:55860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:19:25,813 INFO Processing ruok command from /127.0.0.1:55862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:19:26,159 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:19:26,166 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:19:26,172 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:19:35,723 INFO Processing ruok command from /127.0.0.1:55994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:19:35,824 INFO Processing ruok command from /127.0.0.1:55996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:19:45,740 INFO Processing ruok command from /127.0.0.1:56122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:19:45,800 INFO Processing ruok command from /127.0.0.1:56124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:19:55,740 INFO Processing ruok command from /127.0.0.1:56256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:19:55,819 INFO Processing ruok command from /127.0.0.1:56258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:20:03,500 INFO Committing global session 0x20002b28b8a000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 17:20:05,732 INFO Processing ruok command from /127.0.0.1:56394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:20:05,825 INFO Processing ruok command from /127.0.0.1:56398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:20:15,730 INFO Processing ruok command from /127.0.0.1:56528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:20:15,786 INFO Processing ruok command from /127.0.0.1:56530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:20:25,739 INFO Processing ruok command from /127.0.0.1:56666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:20:25,815 INFO Processing ruok command from /127.0.0.1:56668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:20:26,160 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:20:26,165 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-06 17:20:26,171 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:20:35,745 INFO Processing ruok command from /127.0.0.1:56822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:20:35,851 INFO Processing ruok command from /127.0.0.1:56826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:20:45,733 INFO Processing ruok command from /127.0.0.1:56990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:20:45,771 INFO Processing ruok command from /127.0.0.1:56992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:20:55,722 INFO Processing ruok command from /127.0.0.1:57144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:20:55,768 INFO Processing ruok command from /127.0.0.1:57146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:21:05,762 INFO Processing ruok command from /127.0.0.1:57290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:21:05,817 INFO Processing ruok command from /127.0.0.1:57292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:21:15,709 INFO Processing ruok command from /127.0.0.1:57428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:21:15,760 INFO Processing ruok command from /127.0.0.1:57430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:21:25,731 INFO Processing ruok command from /127.0.0.1:57596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:21:25,779 INFO Processing ruok command from /127.0.0.1:57598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:21:26,160 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:21:26,166 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:21:26,172 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:21:35,735 INFO Processing ruok command from /127.0.0.1:57750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:21:35,791 INFO Processing ruok command from /127.0.0.1:57752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:21:45,731 INFO Processing ruok command from /127.0.0.1:57888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:21:45,817 INFO Processing ruok command from /127.0.0.1:57890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:21:55,743 INFO Processing ruok command from /127.0.0.1:58030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:21:55,814 INFO Processing ruok command from /127.0.0.1:58032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:22:03,536 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-10-06 17:22:03,544 INFO Committing global session 0x30002b2f5bb000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 17:22:04,019 INFO Submitting global closeSession request for session 0x30002b2f5bb000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-06 17:22:05,722 INFO Processing ruok command from /127.0.0.1:58180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:22:05,783 INFO Processing ruok command from /127.0.0.1:58182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:22:15,734 INFO Processing ruok command from /127.0.0.1:58324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:22:15,770 INFO Processing ruok command from /127.0.0.1:58326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:22:25,722 INFO Processing ruok command from /127.0.0.1:58468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:22:25,783 INFO Processing ruok command from /127.0.0.1:58470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:22:26,159 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:22:26,165 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:22:26,172 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:22:35,771 INFO Processing ruok command from /127.0.0.1:58618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:22:35,773 INFO Processing ruok command from /127.0.0.1:58620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:22:45,754 INFO Processing ruok command from /127.0.0.1:58750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:22:45,841 INFO Processing ruok command from /127.0.0.1:58752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:22:55,725 INFO Processing ruok command from /127.0.0.1:58880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:22:55,777 INFO Processing ruok command from /127.0.0.1:58882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:23:05,707 INFO Processing ruok command from /127.0.0.1:59012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:23:05,777 INFO Processing ruok command from /127.0.0.1:59014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:23:15,713 INFO Processing ruok command from /127.0.0.1:59134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:23:15,786 INFO Processing ruok command from /127.0.0.1:59136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:23:25,753 INFO Processing ruok command from /127.0.0.1:59274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:23:25,844 INFO Processing ruok command from /127.0.0.1:59278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:23:26,160 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:23:26,165 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:23:35,750 INFO Processing ruok command from /127.0.0.1:59418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:23:35,828 INFO Processing ruok command from /127.0.0.1:59420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:23:45,762 INFO Processing ruok command from /127.0.0.1:59554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:23:45,874 INFO Processing ruok command from /127.0.0.1:59558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:23:55,723 INFO Processing ruok command from /127.0.0.1:59698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:23:55,788 INFO Processing ruok command from /127.0.0.1:59700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:24:03,965 INFO Committing global session 0x20002b28b8a000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 17:24:05,740 INFO Processing ruok command from /127.0.0.1:59832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:24:05,829 INFO Processing ruok command from /127.0.0.1:59834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:24:15,742 INFO Processing ruok command from /127.0.0.1:59958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:24:15,774 INFO Processing ruok command from /127.0.0.1:59960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:24:25,736 INFO Processing ruok command from /127.0.0.1:60098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:24:25,797 INFO Processing ruok command from /127.0.0.1:60100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:24:26,159 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:24:26,166 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:24:35,734 INFO Processing ruok command from /127.0.0.1:60234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:24:35,846 INFO Processing ruok command from /127.0.0.1:60238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:24:45,703 INFO Processing ruok command from /127.0.0.1:60358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:24:45,756 INFO Processing ruok command from /127.0.0.1:60360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:24:55,712 INFO Processing ruok command from /127.0.0.1:60494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:24:55,764 INFO Processing ruok command from /127.0.0.1:60496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:25:05,726 INFO Processing ruok command from /127.0.0.1:60632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:25:05,779 INFO Processing ruok command from /127.0.0.1:60634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:25:15,724 INFO Processing ruok command from /127.0.0.1:60758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:25:15,790 INFO Processing ruok command from /127.0.0.1:60760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:25:25,722 INFO Processing ruok command from /127.0.0.1:60886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:25:25,775 INFO Processing ruok command from /127.0.0.1:60888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:25:26,160 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:25:26,167 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:25:35,712 INFO Processing ruok command from /127.0.0.1:32796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:25:35,793 INFO Processing ruok command from /127.0.0.1:32798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:25:45,742 INFO Processing ruok command from /127.0.0.1:32922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:25:45,810 INFO Processing ruok command from /127.0.0.1:32924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:25:55,724 INFO Processing ruok command from /127.0.0.1:33056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:25:55,799 INFO Processing ruok command from /127.0.0.1:33058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:26:03,642 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-10-06 17:26:03,648 INFO Committing global session 0x30002b2f5bb000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 17:26:04,228 INFO Submitting global closeSession request for session 0x30002b2f5bb000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-06 17:26:05,717 INFO Processing ruok command from /127.0.0.1:33198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:26:05,784 INFO Processing ruok command from /127.0.0.1:33200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:26:15,747 INFO Processing ruok command from /127.0.0.1:33328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:26:15,797 INFO Processing ruok command from /127.0.0.1:33330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:26:25,710 INFO Processing ruok command from /127.0.0.1:33468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:26:25,771 INFO Processing ruok command from /127.0.0.1:33470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:26:26,159 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:26:26,166 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:26:26,171 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:26:26,177 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:26:26,183 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:26:35,721 INFO Processing ruok command from /127.0.0.1:33608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:26:35,824 INFO Processing ruok command from /127.0.0.1:33610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:26:45,754 INFO Processing ruok command from /127.0.0.1:33736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:26:45,859 INFO Processing ruok command from /127.0.0.1:33742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:26:55,717 INFO Processing ruok command from /127.0.0.1:33874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:26:55,755 INFO Processing ruok command from /127.0.0.1:33876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:27:05,726 INFO Processing ruok command from /127.0.0.1:34006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:27:05,781 INFO Processing ruok command from /127.0.0.1:34008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:27:15,726 INFO Processing ruok command from /127.0.0.1:34136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:27:15,773 INFO Processing ruok command from /127.0.0.1:34138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:27:25,708 INFO Processing ruok command from /127.0.0.1:34266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:27:25,758 INFO Processing ruok command from /127.0.0.1:34268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:27:26,160 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:27:26,166 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:27:26,172 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:27:26,179 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:27:26,184 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:27:35,727 INFO Processing ruok command from /127.0.0.1:34400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:27:35,775 INFO Processing ruok command from /127.0.0.1:34402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:27:45,711 INFO Processing ruok command from /127.0.0.1:34520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:27:45,798 INFO Processing ruok command from /127.0.0.1:34522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:27:55,710 INFO Processing ruok command from /127.0.0.1:34650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:27:55,759 INFO Processing ruok command from /127.0.0.1:34652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:28:03,535 INFO Committing global session 0x20002b28b8a0010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 17:28:05,708 INFO Processing ruok command from /127.0.0.1:34794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:28:05,761 INFO Processing ruok command from /127.0.0.1:34796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:28:15,724 INFO Processing ruok command from /127.0.0.1:34914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:28:15,783 INFO Processing ruok command from /127.0.0.1:34916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:28:25,718 INFO Processing ruok command from /127.0.0.1:35050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:28:25,818 INFO Processing ruok command from /127.0.0.1:35052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:28:26,159 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:28:26,166 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:28:26,172 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:28:26,179 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:28:26,184 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:28:35,735 INFO Processing ruok command from /127.0.0.1:35180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:28:35,858 INFO Processing ruok command from /127.0.0.1:35184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:28:45,721 INFO Processing ruok command from /127.0.0.1:35300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:28:45,783 INFO Processing ruok command from /127.0.0.1:35302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:28:55,729 INFO Processing ruok command from /127.0.0.1:35432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:28:55,797 INFO Processing ruok command from /127.0.0.1:35434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:29:05,711 INFO Processing ruok command from /127.0.0.1:35560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:29:05,800 INFO Processing ruok command from /127.0.0.1:35562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:29:15,719 INFO Processing ruok command from /127.0.0.1:35684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:29:15,758 INFO Processing ruok command from /127.0.0.1:35686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:29:25,735 INFO Processing ruok command from /127.0.0.1:35816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:29:25,826 INFO Processing ruok command from /127.0.0.1:35820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:29:26,160 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:29:35,760 INFO Processing ruok command from /127.0.0.1:35974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:29:35,885 INFO Processing ruok command from /127.0.0.1:35976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:29:45,730 INFO Processing ruok command from /127.0.0.1:36144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:29:45,782 INFO Processing ruok command from /127.0.0.1:36146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:29:55,724 INFO Processing ruok command from /127.0.0.1:36278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:29:55,849 INFO Processing ruok command from /127.0.0.1:36284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:30:03,662 INFO Committing global session 0x10002b1f5c20019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 17:30:05,756 INFO Processing ruok command from /127.0.0.1:36444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:30:05,762 INFO Processing ruok command from /127.0.0.1:36446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:30:15,744 INFO Processing ruok command from /127.0.0.1:36568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:30:15,776 INFO Processing ruok command from /127.0.0.1:36570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:30:25,716 INFO Processing ruok command from /127.0.0.1:36712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:30:25,796 INFO Processing ruok command from /127.0.0.1:36716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:30:26,162 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:30:26,169 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:30:35,734 INFO Processing ruok command from /127.0.0.1:36864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:30:35,831 INFO Processing ruok command from /127.0.0.1:36866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:30:45,721 INFO Processing ruok command from /127.0.0.1:36992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:30:45,759 INFO Processing ruok command from /127.0.0.1:36994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:30:55,753 INFO Processing ruok command from /127.0.0.1:37132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:30:55,895 INFO Processing ruok command from /127.0.0.1:37136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:31:05,750 INFO Processing ruok command from /127.0.0.1:37270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:31:05,771 INFO Processing ruok command from /127.0.0.1:37272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:31:15,741 INFO Processing ruok command from /127.0.0.1:37408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:31:15,816 INFO Processing ruok command from /127.0.0.1:37410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:31:25,754 INFO Processing ruok command from /127.0.0.1:37554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:31:25,815 INFO Processing ruok command from /127.0.0.1:37556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:31:26,159 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:31:26,166 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:31:35,740 INFO Processing ruok command from /127.0.0.1:37698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:31:35,826 INFO Processing ruok command from /127.0.0.1:37700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:31:45,712 INFO Processing ruok command from /127.0.0.1:37828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:31:45,805 INFO Processing ruok command from /127.0.0.1:37830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:31:55,729 INFO Processing ruok command from /127.0.0.1:37972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:31:55,764 INFO Processing ruok command from /127.0.0.1:37974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:32:03,487 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-10-06 17:32:03,514 INFO Committing global session 0x30002b2f5bb000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 17:32:04,062 INFO Submitting global closeSession request for session 0x30002b2f5bb000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-06 17:32:05,754 INFO Processing ruok command from /127.0.0.1:38114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:32:05,829 INFO Processing ruok command from /127.0.0.1:38116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:32:15,725 INFO Processing ruok command from /127.0.0.1:38250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:32:15,783 INFO Processing ruok command from /127.0.0.1:38252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:32:25,747 INFO Processing ruok command from /127.0.0.1:38382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:32:25,826 INFO Processing ruok command from /127.0.0.1:38384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:32:26,159 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:32:35,731 INFO Processing ruok command from /127.0.0.1:38528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:32:35,834 INFO Processing ruok command from /127.0.0.1:38532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:32:45,734 INFO Processing ruok command from /127.0.0.1:38656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:32:45,808 INFO Processing ruok command from /127.0.0.1:38658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:32:55,764 INFO Processing ruok command from /127.0.0.1:38800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:32:55,873 INFO Processing ruok command from /127.0.0.1:38804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:33:05,733 INFO Processing ruok command from /127.0.0.1:38946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:33:05,808 INFO Processing ruok command from /127.0.0.1:38948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:33:15,728 INFO Processing ruok command from /127.0.0.1:39080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:33:15,838 INFO Processing ruok command from /127.0.0.1:39084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:33:25,722 INFO Processing ruok command from /127.0.0.1:39224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:33:25,836 INFO Processing ruok command from /127.0.0.1:39228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:33:26,159 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-06 17:33:35,752 INFO Processing ruok command from /127.0.0.1:39388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:33:35,842 INFO Processing ruok command from /127.0.0.1:39390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:33:45,759 INFO Processing ruok command from /127.0.0.1:39546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:33:45,831 INFO Processing ruok command from /127.0.0.1:39548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:33:55,744 INFO Processing ruok command from /127.0.0.1:39720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:33:55,854 INFO Processing ruok command from /127.0.0.1:39722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:34:03,673 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-10-06 17:34:03,689 INFO Committing global session 0x30002b2f5bb000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 17:34:04,110 INFO Submitting global closeSession request for session 0x30002b2f5bb000f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-06 17:34:05,744 INFO Processing ruok command from /127.0.0.1:39876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:34:05,826 INFO Processing ruok command from /127.0.0.1:39878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:34:15,756 INFO Processing ruok command from /127.0.0.1:40008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:34:15,832 INFO Processing ruok command from /127.0.0.1:40012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:34:25,712 INFO Processing ruok command from /127.0.0.1:40150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:34:25,797 INFO Processing ruok command from /127.0.0.1:40152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:34:26,159 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:34:26,166 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:34:35,717 INFO Processing ruok command from /127.0.0.1:40288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:34:35,802 INFO Processing ruok command from /127.0.0.1:40290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:34:45,734 INFO Processing ruok command from /127.0.0.1:40440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:34:45,781 INFO Processing ruok command from /127.0.0.1:40442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:34:55,706 INFO Processing ruok command from /127.0.0.1:40570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:34:55,805 INFO Processing ruok command from /127.0.0.1:40572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:35:05,730 INFO Processing ruok command from /127.0.0.1:40710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:35:05,815 INFO Processing ruok command from /127.0.0.1:40712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:35:15,723 INFO Processing ruok command from /127.0.0.1:40836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:35:15,761 INFO Processing ruok command from /127.0.0.1:40838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:35:25,714 INFO Processing ruok command from /127.0.0.1:40972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:35:25,798 INFO Processing ruok command from /127.0.0.1:40974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:35:26,159 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:35:26,165 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:35:35,718 INFO Processing ruok command from /127.0.0.1:41110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:35:35,776 INFO Processing ruok command from /127.0.0.1:41112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:35:45,726 INFO Processing ruok command from /127.0.0.1:41236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:35:45,835 INFO Processing ruok command from /127.0.0.1:41240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:35:55,735 INFO Processing ruok command from /127.0.0.1:41362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:35:55,768 INFO Processing ruok command from /127.0.0.1:41364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:36:03,955 INFO Committing global session 0x10002b1f5c2001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 17:36:05,745 INFO Processing ruok command from /127.0.0.1:41504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:36:05,797 INFO Processing ruok command from /127.0.0.1:41506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:36:15,740 INFO Processing ruok command from /127.0.0.1:41626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:36:15,819 INFO Processing ruok command from /127.0.0.1:41630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:36:25,753 INFO Processing ruok command from /127.0.0.1:41774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:36:25,848 INFO Processing ruok command from /127.0.0.1:41778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:36:26,159 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-06 17:36:26,166 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:36:35,750 INFO Processing ruok command from /127.0.0.1:41908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:36:35,817 INFO Processing ruok command from /127.0.0.1:41910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:36:45,732 INFO Processing ruok command from /127.0.0.1:42038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:36:45,789 INFO Processing ruok command from /127.0.0.1:42040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:36:55,746 INFO Processing ruok command from /127.0.0.1:42186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:36:55,778 INFO Processing ruok command from /127.0.0.1:42188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:37:05,742 INFO Processing ruok command from /127.0.0.1:42332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:37:05,825 INFO Processing ruok command from /127.0.0.1:42334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:37:15,740 INFO Processing ruok command from /127.0.0.1:42462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:37:15,786 INFO Processing ruok command from /127.0.0.1:42464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:37:25,751 INFO Processing ruok command from /127.0.0.1:42598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:37:25,785 INFO Processing ruok command from /127.0.0.1:42600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:37:26,159 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:37:35,738 INFO Processing ruok command from /127.0.0.1:42742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:37:35,817 INFO Processing ruok command from /127.0.0.1:42744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:37:45,750 INFO Processing ruok command from /127.0.0.1:42870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:37:45,828 INFO Processing ruok command from /127.0.0.1:42874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:37:55,735 INFO Processing ruok command from /127.0.0.1:43002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:37:55,798 INFO Processing ruok command from /127.0.0.1:43004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:38:03,476 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-10-06 17:38:03,483 INFO Committing global session 0x30002b2f5bb0010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 17:38:04,085 INFO Submitting global closeSession request for session 0x30002b2f5bb0010 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-06 17:38:05,753 INFO Processing ruok command from /127.0.0.1:43146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:38:05,861 INFO Processing ruok command from /127.0.0.1:43150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:38:15,745 INFO Processing ruok command from /127.0.0.1:43270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:38:15,811 INFO Processing ruok command from /127.0.0.1:43272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:38:25,727 INFO Processing ruok command from /127.0.0.1:43402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:38:25,763 INFO Processing ruok command from /127.0.0.1:43404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:38:26,160 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:38:35,735 INFO Processing ruok command from /127.0.0.1:43536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:38:35,802 INFO Processing ruok command from /127.0.0.1:43538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:38:45,745 INFO Processing ruok command from /127.0.0.1:43664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:38:45,808 INFO Processing ruok command from /127.0.0.1:43668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:38:55,730 INFO Processing ruok command from /127.0.0.1:43794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:38:55,771 INFO Processing ruok command from /127.0.0.1:43796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:39:05,713 INFO Processing ruok command from /127.0.0.1:43926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:39:05,758 INFO Processing ruok command from /127.0.0.1:43928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:39:15,717 INFO Processing ruok command from /127.0.0.1:44050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:39:15,847 INFO Processing ruok command from /127.0.0.1:44054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:39:25,728 INFO Processing ruok command from /127.0.0.1:44190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:39:25,790 INFO Processing ruok command from /127.0.0.1:44194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:39:35,720 INFO Processing ruok command from /127.0.0.1:44332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:39:35,794 INFO Processing ruok command from /127.0.0.1:44334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:39:45,724 INFO Processing ruok command from /127.0.0.1:44512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:39:45,835 INFO Processing ruok command from /127.0.0.1:44516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:39:55,753 INFO Processing ruok command from /127.0.0.1:44656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:39:55,822 INFO Processing ruok command from /127.0.0.1:44658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:40:03,394 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-10-06 17:40:03,401 INFO Committing global session 0x30002b2f5bb0011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 17:40:04,006 INFO Submitting global closeSession request for session 0x30002b2f5bb0011 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-06 17:40:05,734 INFO Processing ruok command from /127.0.0.1:44812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:40:05,800 INFO Processing ruok command from /127.0.0.1:44814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:40:15,722 INFO Processing ruok command from /127.0.0.1:44948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:40:15,770 INFO Processing ruok command from /127.0.0.1:44950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:40:25,738 INFO Processing ruok command from /127.0.0.1:45086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:40:25,772 INFO Processing ruok command from /127.0.0.1:45088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:40:26,159 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:40:35,744 INFO Processing ruok command from /127.0.0.1:45226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:40:35,780 INFO Processing ruok command from /127.0.0.1:45228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:40:45,719 INFO Processing ruok command from /127.0.0.1:45360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:40:45,776 INFO Processing ruok command from /127.0.0.1:45362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:40:55,716 INFO Processing ruok command from /127.0.0.1:45494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:40:55,804 INFO Processing ruok command from /127.0.0.1:45496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:41:05,720 INFO Processing ruok command from /127.0.0.1:45636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:41:05,772 INFO Processing ruok command from /127.0.0.1:45638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:41:15,722 INFO Processing ruok command from /127.0.0.1:45766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:41:15,826 INFO Processing ruok command from /127.0.0.1:45770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:41:25,725 INFO Processing ruok command from /127.0.0.1:45904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:41:25,839 INFO Processing ruok command from /127.0.0.1:45908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:41:26,160 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:41:35,733 INFO Processing ruok command from /127.0.0.1:46048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:41:35,846 INFO Processing ruok command from /127.0.0.1:46050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:41:45,710 INFO Processing ruok command from /127.0.0.1:46174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:41:45,753 INFO Processing ruok command from /127.0.0.1:46176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:41:55,746 INFO Processing ruok command from /127.0.0.1:46326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:41:55,810 INFO Processing ruok command from /127.0.0.1:46328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:42:03,469 INFO Committing global session 0x10002b1f5c2001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 17:42:05,738 INFO Processing ruok command from /127.0.0.1:46464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:42:05,774 INFO Processing ruok command from /127.0.0.1:46468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:42:15,747 INFO Processing ruok command from /127.0.0.1:46612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:42:15,783 INFO Processing ruok command from /127.0.0.1:46614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:42:25,716 INFO Processing ruok command from /127.0.0.1:46746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:42:25,795 INFO Processing ruok command from /127.0.0.1:46748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:42:26,159 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:42:35,717 INFO Processing ruok command from /127.0.0.1:46892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:42:35,798 INFO Processing ruok command from /127.0.0.1:46894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:42:45,787 INFO Processing ruok command from /127.0.0.1:47038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:42:45,883 INFO Processing ruok command from /127.0.0.1:47040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:42:55,743 INFO Processing ruok command from /127.0.0.1:47206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:42:55,800 INFO Processing ruok command from /127.0.0.1:47208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:43:05,728 INFO Processing ruok command from /127.0.0.1:47360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:43:05,779 INFO Processing ruok command from /127.0.0.1:47362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:43:15,730 INFO Processing ruok command from /127.0.0.1:47496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:43:15,802 INFO Processing ruok command from /127.0.0.1:47498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:43:25,766 INFO Processing ruok command from /127.0.0.1:47640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:43:25,834 INFO Processing ruok command from /127.0.0.1:47642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:43:26,159 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:43:35,756 INFO Processing ruok command from /127.0.0.1:47782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:43:35,862 INFO Processing ruok command from /127.0.0.1:47784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:43:45,745 INFO Processing ruok command from /127.0.0.1:47954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:43:45,796 INFO Processing ruok command from /127.0.0.1:47956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:43:55,730 INFO Processing ruok command from /127.0.0.1:48080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:43:55,769 INFO Processing ruok command from /127.0.0.1:48082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:44:03,717 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-10-06 17:44:03,724 INFO Committing global session 0x30002b2f5bb0012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 17:44:04,365 INFO Submitting global closeSession request for session 0x30002b2f5bb0012 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-06 17:44:05,725 INFO Processing ruok command from /127.0.0.1:48228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:44:05,779 INFO Processing ruok command from /127.0.0.1:48230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:44:15,721 INFO Processing ruok command from /127.0.0.1:48364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:44:15,780 INFO Processing ruok command from /127.0.0.1:48366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:44:25,708 INFO Processing ruok command from /127.0.0.1:48506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:44:25,790 INFO Processing ruok command from /127.0.0.1:48508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:44:26,160 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup/consumerId (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:44:26,165 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:44:35,726 INFO Processing ruok command from /127.0.0.1:48644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:44:35,805 INFO Processing ruok command from /127.0.0.1:48646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:44:45,763 INFO Processing ruok command from /127.0.0.1:48770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:44:45,836 INFO Processing ruok command from /127.0.0.1:48772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:44:55,721 INFO Processing ruok command from /127.0.0.1:48900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:44:55,796 INFO Processing ruok command from /127.0.0.1:48902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:45:05,734 INFO Processing ruok command from /127.0.0.1:49038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:45:05,825 INFO Processing ruok command from /127.0.0.1:49042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:45:15,729 INFO Processing ruok command from /127.0.0.1:49162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:45:15,779 INFO Processing ruok command from /127.0.0.1:49164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:45:25,750 INFO Processing ruok command from /127.0.0.1:49302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:45:25,777 INFO Processing ruok command from /127.0.0.1:49304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:45:26,160 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:45:26,165 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:45:35,761 INFO Processing ruok command from /127.0.0.1:49436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:45:35,848 INFO Processing ruok command from /127.0.0.1:49440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:45:45,728 INFO Processing ruok command from /127.0.0.1:49572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:45:45,827 INFO Processing ruok command from /127.0.0.1:49576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:45:55,720 INFO Processing ruok command from /127.0.0.1:49712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:45:55,791 INFO Processing ruok command from /127.0.0.1:49714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:46:03,526 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-10-06 17:46:03,533 INFO Committing global session 0x30002b2f5bb0013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 17:46:04,196 INFO Submitting global closeSession request for session 0x30002b2f5bb0013 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-06 17:46:05,726 INFO Processing ruok command from /127.0.0.1:49856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:46:05,811 INFO Processing ruok command from /127.0.0.1:49858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:46:15,729 INFO Processing ruok command from /127.0.0.1:49988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:46:15,770 INFO Processing ruok command from /127.0.0.1:49990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:46:25,759 INFO Processing ruok command from /127.0.0.1:50118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:46:25,824 INFO Processing ruok command from /127.0.0.1:50122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:46:26,159 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:46:35,708 INFO Processing ruok command from /127.0.0.1:50260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:46:35,749 INFO Processing ruok command from /127.0.0.1:50262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:46:45,717 INFO Processing ruok command from /127.0.0.1:50386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:46:45,821 INFO Processing ruok command from /127.0.0.1:50388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:46:55,746 INFO Processing ruok command from /127.0.0.1:50524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:46:55,833 INFO Processing ruok command from /127.0.0.1:50526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:47:05,738 INFO Processing ruok command from /127.0.0.1:50664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:47:05,803 INFO Processing ruok command from /127.0.0.1:50666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:47:15,734 INFO Processing ruok command from /127.0.0.1:50784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:47:15,766 INFO Processing ruok command from /127.0.0.1:50786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:47:25,718 INFO Processing ruok command from /127.0.0.1:50918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:47:25,768 INFO Processing ruok command from /127.0.0.1:50920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:47:26,159 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:47:35,724 INFO Processing ruok command from /127.0.0.1:51052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:47:35,777 INFO Processing ruok command from /127.0.0.1:51054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:47:45,744 INFO Processing ruok command from /127.0.0.1:51180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:47:45,804 INFO Processing ruok command from /127.0.0.1:51182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:47:55,714 INFO Processing ruok command from /127.0.0.1:51314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:47:55,757 INFO Processing ruok command from /127.0.0.1:51316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:48:03,593 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-10-06 17:48:03,599 INFO Committing global session 0x30002b2f5bb0014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 17:48:04,056 INFO Submitting global closeSession request for session 0x30002b2f5bb0014 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-06 17:48:05,775 INFO Processing ruok command from /127.0.0.1:51446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:48:05,798 INFO Processing ruok command from /127.0.0.1:51448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:48:15,765 INFO Processing ruok command from /127.0.0.1:51572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:48:15,806 INFO Processing ruok command from /127.0.0.1:51574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:48:25,718 INFO Processing ruok command from /127.0.0.1:51702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:48:25,768 INFO Processing ruok command from /127.0.0.1:51704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:48:35,957 INFO Processing ruok command from /127.0.0.1:52394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:48:36,003 INFO Processing ruok command from /127.0.0.1:52404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:48:45,751 INFO Processing ruok command from /127.0.0.1:52794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:48:45,863 INFO Processing ruok command from /127.0.0.1:52802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:48:55,858 INFO Processing ruok command from /127.0.0.1:53170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:48:56,069 INFO Processing ruok command from /127.0.0.1:53172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:49:05,762 INFO Processing ruok command from /127.0.0.1:53314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:49:05,839 INFO Processing ruok command from /127.0.0.1:53318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:49:15,763 INFO Processing ruok command from /127.0.0.1:53462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:49:15,836 INFO Processing ruok command from /127.0.0.1:53466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:49:25,722 INFO Processing ruok command from /127.0.0.1:53598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:49:25,768 INFO Processing ruok command from /127.0.0.1:53600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:49:26,159 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/sliceanalysisms-cg/sliceanalysisms-cid (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:49:35,724 INFO Processing ruok command from /127.0.0.1:53734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:49:35,765 INFO Processing ruok command from /127.0.0.1:53736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:49:45,713 INFO Processing ruok command from /127.0.0.1:53860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:49:45,802 INFO Processing ruok command from /127.0.0.1:53862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:49:55,778 INFO Processing ruok command from /127.0.0.1:54712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:49:55,880 INFO Processing ruok command from /127.0.0.1:54718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:50:03,594 INFO Committing global session 0x20002b28b8a0011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 17:50:05,787 INFO Processing ruok command from /127.0.0.1:55118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:50:05,838 INFO Processing ruok command from /127.0.0.1:55120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:50:15,787 INFO Processing ruok command from /127.0.0.1:55310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:50:15,866 INFO Processing ruok command from /127.0.0.1:55314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:50:25,727 INFO Processing ruok command from /127.0.0.1:55464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:50:25,821 INFO Processing ruok command from /127.0.0.1:55470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:50:26,160 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/sliceanalysisms-cg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:50:35,708 INFO Processing ruok command from /127.0.0.1:55610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:50:35,812 INFO Processing ruok command from /127.0.0.1:55614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:50:45,743 INFO Processing ruok command from /127.0.0.1:55746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:50:45,826 INFO Processing ruok command from /127.0.0.1:55750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:50:55,735 INFO Processing ruok command from /127.0.0.1:55880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:50:55,802 INFO Processing ruok command from /127.0.0.1:55882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:51:05,722 INFO Processing ruok command from /127.0.0.1:56022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:51:05,794 INFO Processing ruok command from /127.0.0.1:56024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:51:15,749 INFO Processing ruok command from /127.0.0.1:56168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:51:15,792 INFO Processing ruok command from /127.0.0.1:56170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:51:25,722 INFO Processing ruok command from /127.0.0.1:56310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:51:25,792 INFO Processing ruok command from /127.0.0.1:56312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:51:26,159 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:51:35,742 INFO Processing ruok command from /127.0.0.1:56454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:51:35,784 INFO Processing ruok command from /127.0.0.1:56456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:51:45,737 INFO Processing ruok command from /127.0.0.1:56580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:51:45,818 INFO Processing ruok command from /127.0.0.1:56582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:51:55,729 INFO Processing ruok command from /127.0.0.1:56730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:51:55,786 INFO Processing ruok command from /127.0.0.1:56732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:52:03,524 INFO Committing global session 0x20002b28b8a0012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 17:52:05,739 INFO Processing ruok command from /127.0.0.1:56884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:52:05,815 INFO Processing ruok command from /127.0.0.1:56886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:52:15,743 INFO Processing ruok command from /127.0.0.1:57062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:52:15,798 INFO Processing ruok command from /127.0.0.1:57064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:52:25,730 INFO Processing ruok command from /127.0.0.1:57228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:52:25,843 INFO Processing ruok command from /127.0.0.1:57232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:52:26,159 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:52:35,729 INFO Processing ruok command from /127.0.0.1:57380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:52:35,822 INFO Processing ruok command from /127.0.0.1:57382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:52:45,732 INFO Processing ruok command from /127.0.0.1:57524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:52:45,829 INFO Processing ruok command from /127.0.0.1:57526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:52:55,749 INFO Processing ruok command from /127.0.0.1:57690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:52:55,792 INFO Processing ruok command from /127.0.0.1:57692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:53:05,722 INFO Processing ruok command from /127.0.0.1:57824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:53:05,779 INFO Processing ruok command from /127.0.0.1:57826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:53:15,734 INFO Processing ruok command from /127.0.0.1:57958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:53:15,783 INFO Processing ruok command from /127.0.0.1:57960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:53:25,738 INFO Processing ruok command from /127.0.0.1:58096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:53:25,830 INFO Processing ruok command from /127.0.0.1:58100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:53:26,160 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-06 17:53:26,165 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:53:35,722 INFO Processing ruok command from /127.0.0.1:58252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:53:35,790 INFO Processing ruok command from /127.0.0.1:58254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:53:45,713 INFO Processing ruok command from /127.0.0.1:58390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:53:45,773 INFO Processing ruok command from /127.0.0.1:58392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:53:55,718 INFO Processing ruok command from /127.0.0.1:58538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:53:55,795 INFO Processing ruok command from /127.0.0.1:58540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:54:03,583 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-10-06 17:54:03,593 INFO Committing global session 0x30002b2f5bb0015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 17:54:04,012 INFO Submitting global closeSession request for session 0x30002b2f5bb0015 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-06 17:54:05,712 INFO Processing ruok command from /127.0.0.1:58704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:54:05,764 INFO Processing ruok command from /127.0.0.1:58706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:54:15,717 INFO Processing ruok command from /127.0.0.1:58840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:54:15,765 INFO Processing ruok command from /127.0.0.1:58842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:54:25,747 INFO Processing ruok command from /127.0.0.1:59064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:54:25,813 INFO Processing ruok command from /127.0.0.1:59068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:54:26,160 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:54:35,753 INFO Processing ruok command from /127.0.0.1:59214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:54:35,876 INFO Processing ruok command from /127.0.0.1:59218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:54:45,722 INFO Processing ruok command from /127.0.0.1:59354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:54:45,763 INFO Processing ruok command from /127.0.0.1:59356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:54:55,739 INFO Processing ruok command from /127.0.0.1:59490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:54:55,820 INFO Processing ruok command from /127.0.0.1:59494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:55:05,710 INFO Processing ruok command from /127.0.0.1:59634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:55:05,761 INFO Processing ruok command from /127.0.0.1:59636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:55:15,734 INFO Processing ruok command from /127.0.0.1:59770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:55:15,832 INFO Processing ruok command from /127.0.0.1:59772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:55:25,731 INFO Processing ruok command from /127.0.0.1:59914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:55:25,806 INFO Processing ruok command from /127.0.0.1:59916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:55:26,159 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:55:26,165 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/sliceanalysisms-cg/sliceanalysisms-cid (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:55:26,172 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:55:26,177 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/kpi-cg/kpi-cid (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:55:35,747 INFO Processing ruok command from /127.0.0.1:60058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:55:35,833 INFO Processing ruok command from /127.0.0.1:60060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:55:45,722 INFO Processing ruok command from /127.0.0.1:60208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:55:45,802 INFO Processing ruok command from /127.0.0.1:60210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:55:55,708 INFO Processing ruok command from /127.0.0.1:60358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:55:55,805 INFO Processing ruok command from /127.0.0.1:60360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:56:03,633 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-10-06 17:56:03,639 INFO Committing global session 0x30002b2f5bb0016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 17:56:04,272 INFO Submitting global closeSession request for session 0x30002b2f5bb0016 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-06 17:56:05,732 INFO Processing ruok command from /127.0.0.1:60516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:56:05,793 INFO Processing ruok command from /127.0.0.1:60518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:56:15,750 INFO Processing ruok command from /127.0.0.1:60660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:56:15,809 INFO Processing ruok command from /127.0.0.1:60662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:56:25,734 INFO Processing ruok command from /127.0.0.1:60800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:56:25,814 INFO Processing ruok command from /127.0.0.1:60802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:56:26,160 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup/consumerId (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:56:26,165 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/kpi-cg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:56:26,171 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:56:26,178 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/sliceanalysisms-cg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:56:35,742 INFO Processing ruok command from /127.0.0.1:60950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:56:35,793 INFO Processing ruok command from /127.0.0.1:60952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:56:45,758 INFO Processing ruok command from /127.0.0.1:32850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:56:45,783 INFO Processing ruok command from /127.0.0.1:32852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:56:55,740 INFO Processing ruok command from /127.0.0.1:32986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:56:55,800 INFO Processing ruok command from /127.0.0.1:32988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:57:05,755 INFO Processing ruok command from /127.0.0.1:33128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:57:05,795 INFO Processing ruok command from /127.0.0.1:33130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:57:15,727 INFO Processing ruok command from /127.0.0.1:33252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:57:15,808 INFO Processing ruok command from /127.0.0.1:33254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:57:25,748 INFO Processing ruok command from /127.0.0.1:33392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:57:25,806 INFO Processing ruok command from /127.0.0.1:33394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:57:26,160 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:57:26,165 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:57:35,717 INFO Processing ruok command from /127.0.0.1:33532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:57:35,803 INFO Processing ruok command from /127.0.0.1:33534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:57:45,719 INFO Processing ruok command from /127.0.0.1:33666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:57:45,774 INFO Processing ruok command from /127.0.0.1:33668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:57:55,768 INFO Processing ruok command from /127.0.0.1:33798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:57:55,822 INFO Processing ruok command from /127.0.0.1:33800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:58:03,327 INFO Committing global session 0x20002b28b8a0013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 17:58:05,718 INFO Processing ruok command from /127.0.0.1:33940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:58:05,779 INFO Processing ruok command from /127.0.0.1:33942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:58:15,734 INFO Processing ruok command from /127.0.0.1:34082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:58:15,823 INFO Processing ruok command from /127.0.0.1:34084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:58:25,725 INFO Processing ruok command from /127.0.0.1:34244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:58:25,773 INFO Processing ruok command from /127.0.0.1:34246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:58:26,160 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:58:35,742 INFO Processing ruok command from /127.0.0.1:34394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:58:35,816 INFO Processing ruok command from /127.0.0.1:34398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:58:45,728 INFO Processing ruok command from /127.0.0.1:34518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:58:45,844 INFO Processing ruok command from /127.0.0.1:34522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:58:55,705 INFO Processing ruok command from /127.0.0.1:34658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:58:55,777 INFO Processing ruok command from /127.0.0.1:34660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:59:05,736 INFO Processing ruok command from /127.0.0.1:34816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:59:05,792 INFO Processing ruok command from /127.0.0.1:34818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:59:15,718 INFO Processing ruok command from /127.0.0.1:34956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:59:15,807 INFO Processing ruok command from /127.0.0.1:34960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:59:25,715 INFO Processing ruok command from /127.0.0.1:35128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:59:25,836 INFO Processing ruok command from /127.0.0.1:35132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:59:26,159 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 17:59:35,726 INFO Processing ruok command from /127.0.0.1:35276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:59:35,827 INFO Processing ruok command from /127.0.0.1:35280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:59:45,713 INFO Processing ruok command from /127.0.0.1:35406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:59:45,811 INFO Processing ruok command from /127.0.0.1:35408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 17:59:55,747 INFO Processing ruok command from /127.0.0.1:35538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 17:59:55,794 INFO Processing ruok command from /127.0.0.1:35540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:00:03,815 INFO Committing global session 0x10002b1f5c2001c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 18:00:05,721 INFO Processing ruok command from /127.0.0.1:35680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:00:05,792 INFO Processing ruok command from /127.0.0.1:35682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:00:15,717 INFO Processing ruok command from /127.0.0.1:35810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:00:15,806 INFO Processing ruok command from /127.0.0.1:35812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:00:23,684 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-10-06 18:00:23,684 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2022-10-06 18:00:23,690 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-10-06 18:00:25,739 INFO Processing ruok command from /127.0.0.1:35946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:00:25,803 INFO Processing ruok command from /127.0.0.1:35948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:00:26,160 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 18:00:35,734 INFO Processing ruok command from /127.0.0.1:36084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:00:35,804 INFO Processing ruok command from /127.0.0.1:36086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:00:45,742 INFO Processing ruok command from /127.0.0.1:36212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:00:45,821 INFO Processing ruok command from /127.0.0.1:36214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:00:55,727 INFO Processing ruok command from /127.0.0.1:36354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:00:55,798 INFO Processing ruok command from /127.0.0.1:36356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:01:05,722 INFO Processing ruok command from /127.0.0.1:36504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:01:05,817 INFO Processing ruok command from /127.0.0.1:36506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:01:15,718 INFO Processing ruok command from /127.0.0.1:36636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:01:15,766 INFO Processing ruok command from /127.0.0.1:36638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:01:25,716 INFO Processing ruok command from /127.0.0.1:36766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:01:25,770 INFO Processing ruok command from /127.0.0.1:36768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:01:26,160 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 18:01:35,729 INFO Processing ruok command from /127.0.0.1:36928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:01:35,818 INFO Processing ruok command from /127.0.0.1:36930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:01:45,714 INFO Processing ruok command from /127.0.0.1:37062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:01:45,815 INFO Processing ruok command from /127.0.0.1:37064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:01:55,717 INFO Processing ruok command from /127.0.0.1:37198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:01:55,820 INFO Processing ruok command from /127.0.0.1:37202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:02:03,595 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-10-06 18:02:03,603 INFO Committing global session 0x30002b2f5bb0017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 18:02:04,210 INFO Submitting global closeSession request for session 0x30002b2f5bb0017 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-06 18:02:05,718 INFO Processing ruok command from /127.0.0.1:37338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:02:05,794 INFO Processing ruok command from /127.0.0.1:37340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:02:15,733 INFO Processing ruok command from /127.0.0.1:37474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:02:15,856 INFO Processing ruok command from /127.0.0.1:37478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:02:25,740 INFO Processing ruok command from /127.0.0.1:37606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:02:25,782 INFO Processing ruok command from /127.0.0.1:37608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:02:26,159 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 18:02:35,722 INFO Processing ruok command from /127.0.0.1:37754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:02:35,814 INFO Processing ruok command from /127.0.0.1:37756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:02:45,768 INFO Processing ruok command from /127.0.0.1:37886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:02:45,844 INFO Processing ruok command from /127.0.0.1:37890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:02:55,776 INFO Processing ruok command from /127.0.0.1:38024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:02:55,800 INFO Processing ruok command from /127.0.0.1:38026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:03:05,746 INFO Processing ruok command from /127.0.0.1:38160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:03:05,786 INFO Processing ruok command from /127.0.0.1:38162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:03:15,765 INFO Processing ruok command from /127.0.0.1:38298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:03:15,837 INFO Processing ruok command from /127.0.0.1:38300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:03:25,719 INFO Processing ruok command from /127.0.0.1:38434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:03:25,792 INFO Processing ruok command from /127.0.0.1:38436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:03:35,718 INFO Processing ruok command from /127.0.0.1:38580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:03:35,787 INFO Processing ruok command from /127.0.0.1:38582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:03:45,738 INFO Processing ruok command from /127.0.0.1:38714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:03:45,818 INFO Processing ruok command from /127.0.0.1:38718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:03:55,719 INFO Processing ruok command from /127.0.0.1:38864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:03:55,798 INFO Processing ruok command from /127.0.0.1:38866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:04:03,629 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-10-06 18:04:03,666 INFO Committing global session 0x30002b2f5bb0018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 18:04:04,037 INFO Submitting global closeSession request for session 0x30002b2f5bb0018 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-06 18:04:05,722 INFO Processing ruok command from /127.0.0.1:39020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:04:05,759 INFO Processing ruok command from /127.0.0.1:39022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:04:15,717 INFO Processing ruok command from /127.0.0.1:39152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:04:15,759 INFO Processing ruok command from /127.0.0.1:39154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:04:25,751 INFO Processing ruok command from /127.0.0.1:39288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:04:25,809 INFO Processing ruok command from /127.0.0.1:39290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:04:26,159 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 18:04:35,734 INFO Processing ruok command from /127.0.0.1:39430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:04:35,807 INFO Processing ruok command from /127.0.0.1:39432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:04:45,746 INFO Processing ruok command from /127.0.0.1:39560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:04:45,873 INFO Processing ruok command from /127.0.0.1:39564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:04:55,734 INFO Processing ruok command from /127.0.0.1:39698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:04:55,822 INFO Processing ruok command from /127.0.0.1:39700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:05:05,750 INFO Processing ruok command from /127.0.0.1:39834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:05:05,823 INFO Processing ruok command from /127.0.0.1:39836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:05:15,731 INFO Processing ruok command from /127.0.0.1:39970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:05:15,766 INFO Processing ruok command from /127.0.0.1:39972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:05:25,732 INFO Processing ruok command from /127.0.0.1:40110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:05:25,805 INFO Processing ruok command from /127.0.0.1:40112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:05:26,159 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 18:05:35,739 INFO Processing ruok command from /127.0.0.1:40248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:05:35,862 INFO Processing ruok command from /127.0.0.1:40252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:05:45,733 INFO Processing ruok command from /127.0.0.1:40376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:05:45,763 INFO Processing ruok command from /127.0.0.1:40378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:05:55,710 INFO Processing ruok command from /127.0.0.1:40506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:05:55,762 INFO Processing ruok command from /127.0.0.1:40508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:06:03,754 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-10-06 18:06:03,761 INFO Committing global session 0x30002b2f5bb0019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 18:06:04,377 INFO Submitting global closeSession request for session 0x30002b2f5bb0019 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-06 18:06:05,726 INFO Processing ruok command from /127.0.0.1:40644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:06:05,830 INFO Processing ruok command from /127.0.0.1:40648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:06:15,737 INFO Processing ruok command from /127.0.0.1:40774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:06:15,833 INFO Processing ruok command from /127.0.0.1:40776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:06:25,775 INFO Processing ruok command from /127.0.0.1:40904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:06:25,794 INFO Processing ruok command from /127.0.0.1:40906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:06:26,159 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 18:06:35,738 INFO Processing ruok command from /127.0.0.1:41048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:06:35,848 INFO Processing ruok command from /127.0.0.1:41050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:06:45,732 INFO Processing ruok command from /127.0.0.1:41170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:06:45,769 INFO Processing ruok command from /127.0.0.1:41172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:06:55,731 INFO Processing ruok command from /127.0.0.1:41310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:06:55,774 INFO Processing ruok command from /127.0.0.1:41312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:07:05,740 INFO Processing ruok command from /127.0.0.1:41446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:07:05,830 INFO Processing ruok command from /127.0.0.1:41450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:07:15,754 INFO Processing ruok command from /127.0.0.1:41570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:07:15,835 INFO Processing ruok command from /127.0.0.1:41572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:07:25,725 INFO Processing ruok command from /127.0.0.1:41706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:07:25,776 INFO Processing ruok command from /127.0.0.1:41708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:07:26,159 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 18:07:35,719 INFO Processing ruok command from /127.0.0.1:41844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:07:35,771 INFO Processing ruok command from /127.0.0.1:41846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:07:45,719 INFO Processing ruok command from /127.0.0.1:41968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:07:45,814 INFO Processing ruok command from /127.0.0.1:41970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:07:55,746 INFO Processing ruok command from /127.0.0.1:42098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:07:55,793 INFO Processing ruok command from /127.0.0.1:42100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:08:03,436 INFO Committing global session 0x20002b28b8a0014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 18:08:05,730 INFO Processing ruok command from /127.0.0.1:42234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:08:05,814 INFO Processing ruok command from /127.0.0.1:42236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:08:15,768 INFO Processing ruok command from /127.0.0.1:42362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:08:15,821 INFO Processing ruok command from /127.0.0.1:42364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:08:25,767 INFO Processing ruok command from /127.0.0.1:42500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:08:25,812 INFO Processing ruok command from /127.0.0.1:42502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:08:35,719 INFO Processing ruok command from /127.0.0.1:42656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:08:35,783 INFO Processing ruok command from /127.0.0.1:42658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:08:45,727 INFO Processing ruok command from /127.0.0.1:42776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:08:45,803 INFO Processing ruok command from /127.0.0.1:42780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:08:55,710 INFO Processing ruok command from /127.0.0.1:42908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:08:55,792 INFO Processing ruok command from /127.0.0.1:42910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:09:05,722 INFO Processing ruok command from /127.0.0.1:43044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:09:05,755 INFO Processing ruok command from /127.0.0.1:43046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:09:15,757 INFO Processing ruok command from /127.0.0.1:43170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:09:15,790 INFO Processing ruok command from /127.0.0.1:43172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:09:25,725 INFO Processing ruok command from /127.0.0.1:43302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:09:25,775 INFO Processing ruok command from /127.0.0.1:43304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:09:35,742 INFO Processing ruok command from /127.0.0.1:43436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:09:35,797 INFO Processing ruok command from /127.0.0.1:43438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:09:45,730 INFO Processing ruok command from /127.0.0.1:43564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:09:45,857 INFO Processing ruok command from /127.0.0.1:43568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:09:55,723 INFO Processing ruok command from /127.0.0.1:43700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:09:55,774 INFO Processing ruok command from /127.0.0.1:43702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:10:03,608 INFO Committing global session 0x20002b28b8a0015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 18:10:05,735 INFO Processing ruok command from /127.0.0.1:43842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:10:05,806 INFO Processing ruok command from /127.0.0.1:43844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:10:15,732 INFO Processing ruok command from /127.0.0.1:43970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:10:15,789 INFO Processing ruok command from /127.0.0.1:43972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:10:25,737 INFO Processing ruok command from /127.0.0.1:44104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:10:25,780 INFO Processing ruok command from /127.0.0.1:44106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:10:35,733 INFO Processing ruok command from /127.0.0.1:44248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:10:35,770 INFO Processing ruok command from /127.0.0.1:44250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:10:45,724 INFO Processing ruok command from /127.0.0.1:44380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:10:45,769 INFO Processing ruok command from /127.0.0.1:44382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:10:55,741 INFO Processing ruok command from /127.0.0.1:44520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:10:55,793 INFO Processing ruok command from /127.0.0.1:44522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:11:05,717 INFO Processing ruok command from /127.0.0.1:44656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:11:05,779 INFO Processing ruok command from /127.0.0.1:44658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:11:15,737 INFO Processing ruok command from /127.0.0.1:44782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:11:15,787 INFO Processing ruok command from /127.0.0.1:44784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:11:25,729 INFO Processing ruok command from /127.0.0.1:44918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:11:25,779 INFO Processing ruok command from /127.0.0.1:44920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:11:26,159 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 18:11:35,710 INFO Processing ruok command from /127.0.0.1:45066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:11:35,794 INFO Processing ruok command from /127.0.0.1:45068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:11:45,728 INFO Processing ruok command from /127.0.0.1:45210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:11:45,763 INFO Processing ruok command from /127.0.0.1:45212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:11:55,753 INFO Processing ruok command from /127.0.0.1:45364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:11:55,824 INFO Processing ruok command from /127.0.0.1:45368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:12:04,054 INFO Committing global session 0x20002b28b8a0016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 18:12:05,721 INFO Processing ruok command from /127.0.0.1:45524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:12:05,774 INFO Processing ruok command from /127.0.0.1:45526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:12:15,722 INFO Processing ruok command from /127.0.0.1:45650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:12:15,784 INFO Processing ruok command from /127.0.0.1:45652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:12:25,718 INFO Processing ruok command from /127.0.0.1:45784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:12:25,765 INFO Processing ruok command from /127.0.0.1:45786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:12:26,159 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 18:12:35,715 INFO Processing ruok command from /127.0.0.1:45922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:12:35,833 INFO Processing ruok command from /127.0.0.1:45926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:12:45,735 INFO Processing ruok command from /127.0.0.1:46046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:12:45,828 INFO Processing ruok command from /127.0.0.1:46050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:12:55,721 INFO Processing ruok command from /127.0.0.1:46204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:12:55,786 INFO Processing ruok command from /127.0.0.1:46206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:13:05,725 INFO Processing ruok command from /127.0.0.1:46350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:13:05,817 INFO Processing ruok command from /127.0.0.1:46352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:13:15,705 INFO Processing ruok command from /127.0.0.1:46484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:13:15,742 INFO Processing ruok command from /127.0.0.1:46486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:13:25,746 INFO Processing ruok command from /127.0.0.1:46636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:13:25,810 INFO Processing ruok command from /127.0.0.1:46638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:13:26,159 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 18:13:26,166 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 18:13:35,762 INFO Processing ruok command from /127.0.0.1:46774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:13:35,845 INFO Processing ruok command from /127.0.0.1:46776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:13:45,723 INFO Processing ruok command from /127.0.0.1:46908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:13:45,758 INFO Processing ruok command from /127.0.0.1:46910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:13:55,714 INFO Processing ruok command from /127.0.0.1:47046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:13:55,763 INFO Processing ruok command from /127.0.0.1:47048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:14:03,376 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-10-06 18:14:03,384 INFO Committing global session 0x30002b2f5bb001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 18:14:03,982 INFO Submitting global closeSession request for session 0x30002b2f5bb001a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-06 18:14:05,725 INFO Processing ruok command from /127.0.0.1:47188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:14:05,810 INFO Processing ruok command from /127.0.0.1:47190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:14:15,726 INFO Processing ruok command from /127.0.0.1:47322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:14:15,804 INFO Processing ruok command from /127.0.0.1:47324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:14:25,723 INFO Processing ruok command from /127.0.0.1:47460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:14:25,826 INFO Processing ruok command from /127.0.0.1:47462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:14:26,159 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 18:14:35,724 INFO Processing ruok command from /127.0.0.1:47614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:14:35,780 INFO Processing ruok command from /127.0.0.1:47616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:14:45,728 INFO Processing ruok command from /127.0.0.1:47738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:14:45,788 INFO Processing ruok command from /127.0.0.1:47740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:14:55,719 INFO Processing ruok command from /127.0.0.1:47884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:14:55,816 INFO Processing ruok command from /127.0.0.1:47886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:15:05,746 INFO Processing ruok command from /127.0.0.1:48022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:15:05,811 INFO Processing ruok command from /127.0.0.1:48024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:15:15,720 INFO Processing ruok command from /127.0.0.1:48152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:15:15,780 INFO Processing ruok command from /127.0.0.1:48154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:15:25,735 INFO Processing ruok command from /127.0.0.1:48290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:15:25,779 INFO Processing ruok command from /127.0.0.1:48292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:15:26,159 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 18:15:35,731 INFO Processing ruok command from /127.0.0.1:48456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:15:35,790 INFO Processing ruok command from /127.0.0.1:48458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:15:45,714 INFO Processing ruok command from /127.0.0.1:48584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:15:45,776 INFO Processing ruok command from /127.0.0.1:48586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:15:55,761 INFO Processing ruok command from /127.0.0.1:48732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:15:55,809 INFO Processing ruok command from /127.0.0.1:48734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:16:03,579 INFO Committing global session 0x10002b1f5c2001d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 18:16:05,750 INFO Processing ruok command from /127.0.0.1:48892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:16:05,838 INFO Processing ruok command from /127.0.0.1:48894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:16:15,707 INFO Processing ruok command from /127.0.0.1:49034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:16:15,762 INFO Processing ruok command from /127.0.0.1:49036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:16:25,726 INFO Processing ruok command from /127.0.0.1:49164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:16:25,793 INFO Processing ruok command from /127.0.0.1:49166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:16:26,160 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 18:16:35,737 INFO Processing ruok command from /127.0.0.1:49314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:16:35,801 INFO Processing ruok command from /127.0.0.1:49316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:16:45,760 INFO Processing ruok command from /127.0.0.1:49448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:16:45,790 INFO Processing ruok command from /127.0.0.1:49450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:16:55,746 INFO Processing ruok command from /127.0.0.1:49588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:16:55,777 INFO Processing ruok command from /127.0.0.1:49590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:17:05,772 INFO Processing ruok command from /127.0.0.1:49734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:17:05,846 INFO Processing ruok command from /127.0.0.1:49736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:17:15,713 INFO Processing ruok command from /127.0.0.1:49864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:17:15,811 INFO Processing ruok command from /127.0.0.1:49866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:17:25,718 INFO Processing ruok command from /127.0.0.1:50000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:17:25,809 INFO Processing ruok command from /127.0.0.1:50002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:17:26,159 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 18:17:35,744 INFO Processing ruok command from /127.0.0.1:50150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:17:35,849 INFO Processing ruok command from /127.0.0.1:50152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:17:45,735 INFO Processing ruok command from /127.0.0.1:50282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:17:45,797 INFO Processing ruok command from /127.0.0.1:50284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:17:55,737 INFO Processing ruok command from /127.0.0.1:50422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:17:55,789 INFO Processing ruok command from /127.0.0.1:50424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:18:03,688 INFO Committing global session 0x20002b28b8a0017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 18:18:05,734 INFO Processing ruok command from /127.0.0.1:50560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:18:05,803 INFO Processing ruok command from /127.0.0.1:50562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:18:15,733 INFO Processing ruok command from /127.0.0.1:50692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:18:15,795 INFO Processing ruok command from /127.0.0.1:50694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:18:25,734 INFO Processing ruok command from /127.0.0.1:50844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:18:25,795 INFO Processing ruok command from /127.0.0.1:50846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:18:26,159 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 18:18:26,165 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 18:18:35,723 INFO Processing ruok command from /127.0.0.1:50986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:18:35,777 INFO Processing ruok command from /127.0.0.1:50988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:18:45,744 INFO Processing ruok command from /127.0.0.1:51116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:18:45,830 INFO Processing ruok command from /127.0.0.1:51120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:18:55,710 INFO Processing ruok command from /127.0.0.1:51254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:18:55,769 INFO Processing ruok command from /127.0.0.1:51256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:19:05,716 INFO Processing ruok command from /127.0.0.1:51408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:19:05,778 INFO Processing ruok command from /127.0.0.1:51410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:19:15,748 INFO Processing ruok command from /127.0.0.1:51544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:19:15,826 INFO Processing ruok command from /127.0.0.1:51546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:19:25,722 INFO Processing ruok command from /127.0.0.1:51680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:19:25,784 INFO Processing ruok command from /127.0.0.1:51682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:19:26,159 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 18:19:35,762 INFO Processing ruok command from /127.0.0.1:51828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:19:35,870 INFO Processing ruok command from /127.0.0.1:51832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:19:45,736 INFO Processing ruok command from /127.0.0.1:51960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:19:45,811 INFO Processing ruok command from /127.0.0.1:51962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:19:55,744 INFO Processing ruok command from /127.0.0.1:52106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:19:55,836 INFO Processing ruok command from /127.0.0.1:52112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:20:03,325 INFO Committing global session 0x10002b1f5c2001e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 18:20:05,731 INFO Processing ruok command from /127.0.0.1:52264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:20:05,831 INFO Processing ruok command from /127.0.0.1:52266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:20:15,702 INFO Processing ruok command from /127.0.0.1:52400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:20:15,806 INFO Processing ruok command from /127.0.0.1:52402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:20:25,742 INFO Processing ruok command from /127.0.0.1:52550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:20:25,803 INFO Processing ruok command from /127.0.0.1:52552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:20:26,159 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 18:20:35,717 INFO Processing ruok command from /127.0.0.1:52716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:20:35,798 INFO Processing ruok command from /127.0.0.1:52718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:20:45,742 INFO Processing ruok command from /127.0.0.1:52858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:20:45,823 INFO Processing ruok command from /127.0.0.1:52860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:20:55,714 INFO Processing ruok command from /127.0.0.1:53002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:20:55,768 INFO Processing ruok command from /127.0.0.1:53004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:21:05,739 INFO Processing ruok command from /127.0.0.1:53140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:21:05,820 INFO Processing ruok command from /127.0.0.1:53142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:21:15,718 INFO Processing ruok command from /127.0.0.1:53274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:21:15,757 INFO Processing ruok command from /127.0.0.1:53276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:21:25,715 INFO Processing ruok command from /127.0.0.1:53406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:21:25,811 INFO Processing ruok command from /127.0.0.1:53408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:21:26,159 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 18:21:35,778 INFO Processing ruok command from /127.0.0.1:53556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:21:35,858 INFO Processing ruok command from /127.0.0.1:53558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:21:45,754 INFO Processing ruok command from /127.0.0.1:53684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:21:45,823 INFO Processing ruok command from /127.0.0.1:53688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:21:55,726 INFO Processing ruok command from /127.0.0.1:53826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:21:55,784 INFO Processing ruok command from /127.0.0.1:53828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:22:03,530 INFO Committing global session 0x20002b28b8a0018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 18:22:05,749 INFO Processing ruok command from /127.0.0.1:53974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:22:05,820 INFO Processing ruok command from /127.0.0.1:53978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:22:15,735 INFO Processing ruok command from /127.0.0.1:54104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:22:15,768 INFO Processing ruok command from /127.0.0.1:54106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:22:25,712 INFO Processing ruok command from /127.0.0.1:54246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:22:25,791 INFO Processing ruok command from /127.0.0.1:54248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:22:26,160 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 18:22:35,743 INFO Processing ruok command from /127.0.0.1:54388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:22:35,834 INFO Processing ruok command from /127.0.0.1:54390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:22:45,713 INFO Processing ruok command from /127.0.0.1:54508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:22:45,781 INFO Processing ruok command from /127.0.0.1:54510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:22:55,738 INFO Processing ruok command from /127.0.0.1:54644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:22:55,813 INFO Processing ruok command from /127.0.0.1:54646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:23:05,718 INFO Processing ruok command from /127.0.0.1:54778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:23:05,798 INFO Processing ruok command from /127.0.0.1:54780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:23:15,744 INFO Processing ruok command from /127.0.0.1:54912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:23:15,747 INFO Processing ruok command from /127.0.0.1:54914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:23:25,718 INFO Processing ruok command from /127.0.0.1:55046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:23:25,772 INFO Processing ruok command from /127.0.0.1:55048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:23:26,159 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-10-06 18:23:35,744 INFO Processing ruok command from /127.0.0.1:55188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:23:35,785 INFO Processing ruok command from /127.0.0.1:55190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:23:45,730 INFO Processing ruok command from /127.0.0.1:55312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:23:45,770 INFO Processing ruok command from /127.0.0.1:55314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:23:55,742 INFO Processing ruok command from /127.0.0.1:55442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:23:55,766 INFO Processing ruok command from /127.0.0.1:55444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:24:03,727 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-10-06 18:24:03,735 INFO Committing global session 0x30002b2f5bb001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 18:24:04,361 INFO Submitting global closeSession request for session 0x30002b2f5bb001b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-10-06 18:24:05,717 INFO Processing ruok command from /127.0.0.1:55582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:24:05,782 INFO Processing ruok command from /127.0.0.1:55584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:24:15,721 INFO Processing ruok command from /127.0.0.1:55704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:24:15,813 INFO Processing ruok command from /127.0.0.1:55706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:24:25,731 INFO Processing ruok command from /127.0.0.1:55830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:24:25,811 INFO Processing ruok command from /127.0.0.1:55834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:24:35,714 INFO Processing ruok command from /127.0.0.1:55972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:24:35,795 INFO Processing ruok command from /127.0.0.1:55974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:24:45,723 INFO Processing ruok command from /127.0.0.1:56098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:24:45,818 INFO Processing ruok command from /127.0.0.1:56100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:24:55,753 INFO Processing ruok command from /127.0.0.1:56236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:24:55,842 INFO Processing ruok command from /127.0.0.1:56238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:25:05,729 INFO Processing ruok command from /127.0.0.1:56372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:25:05,826 INFO Processing ruok command from /127.0.0.1:56374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:25:15,739 INFO Processing ruok command from /127.0.0.1:56496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:25:15,811 INFO Processing ruok command from /127.0.0.1:56498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:25:25,750 INFO Processing ruok command from /127.0.0.1:56634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:25:25,841 INFO Processing ruok command from /127.0.0.1:56638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:25:35,778 INFO Processing ruok command from /127.0.0.1:56770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:25:35,847 INFO Processing ruok command from /127.0.0.1:56774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:25:45,712 INFO Processing ruok command from /127.0.0.1:56896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:25:45,806 INFO Processing ruok command from /127.0.0.1:56898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:25:55,737 INFO Processing ruok command from /127.0.0.1:57030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:25:55,804 INFO Processing ruok command from /127.0.0.1:57032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:26:03,508 INFO Committing global session 0x20002b28b8a0019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 18:26:05,759 INFO Processing ruok command from /127.0.0.1:57164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:26:05,799 INFO Processing ruok command from /127.0.0.1:57166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:26:15,734 INFO Processing ruok command from /127.0.0.1:57290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:26:15,790 INFO Processing ruok command from /127.0.0.1:57292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:26:25,733 INFO Processing ruok command from /127.0.0.1:57422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:26:25,778 INFO Processing ruok command from /127.0.0.1:57424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:26:35,716 INFO Processing ruok command from /127.0.0.1:57570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:26:35,802 INFO Processing ruok command from /127.0.0.1:57572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:26:45,731 INFO Processing ruok command from /127.0.0.1:57692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:26:45,762 INFO Processing ruok command from /127.0.0.1:57694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:26:55,732 INFO Processing ruok command from /127.0.0.1:57824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:26:55,792 INFO Processing ruok command from /127.0.0.1:57826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:27:05,715 INFO Processing ruok command from /127.0.0.1:57964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:27:05,768 INFO Processing ruok command from /127.0.0.1:57966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:27:15,748 INFO Processing ruok command from /127.0.0.1:58092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:27:15,807 INFO Processing ruok command from /127.0.0.1:58094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:27:25,738 INFO Processing ruok command from /127.0.0.1:58230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:27:25,856 INFO Processing ruok command from /127.0.0.1:58234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:27:35,728 INFO Processing ruok command from /127.0.0.1:58368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:27:35,807 INFO Processing ruok command from /127.0.0.1:58370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:27:45,750 INFO Processing ruok command from /127.0.0.1:58488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:27:45,803 INFO Processing ruok command from /127.0.0.1:58490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:27:55,772 INFO Processing ruok command from /127.0.0.1:58622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:27:55,857 INFO Processing ruok command from /127.0.0.1:58624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:28:03,528 INFO Committing global session 0x10002b1f5c2001f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-10-06 18:28:05,719 INFO Processing ruok command from /127.0.0.1:58762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:28:05,817 INFO Processing ruok command from /127.0.0.1:58764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:28:15,727 INFO Processing ruok command from /127.0.0.1:58894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:28:15,760 INFO Processing ruok command from /127.0.0.1:58896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:28:25,736 INFO Processing ruok command from /127.0.0.1:59024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:28:25,772 INFO Processing ruok command from /127.0.0.1:59026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:28:35,734 INFO Processing ruok command from /127.0.0.1:59154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:28:35,787 INFO Processing ruok command from /127.0.0.1:59156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-10-06 18:28:45,725 INFO Processing ruok command from /127.0.0.1:59280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-10-06 18:28:45,762 INFO Processing ruok command from /127.0.0.1:59282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]