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-11-11 04:34:11,231 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-11-11 04:34:11,240 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-11-11 04:34:11,241 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-11-11 04:34:11,245 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main]
2022-11-11 04:34:11,246 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-11-11 04:34:11,246 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2022-11-11 04:34:11,348 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main]
2022-11-11 04:34:11,348 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main]
2022-11-11 04:34:11,349 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-11-11 04:34:11,355 INFO Log4j 1.2 jmx support found and enabled. (org.apache.zookeeper.jmx.ManagedUtil) [main]
2022-11-11 04:34:11,356 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2022-11-11 04:34:11,371 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-11-11 04:34:11,374 INFO Starting quorum peer, myid=3 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main]
2022-11-11 04:34:11,395 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@7c469c48 (org.apache.zookeeper.server.ServerMetrics) [main]
2022-11-11 04:34:11,479 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-11-11 04:34:11,479 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-11-11 04:34:11,479 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-11-11 04:34:11,540 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-11-11 04:34:11,541 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-11-11 04:34:11,542 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-11-11 04:34:11,542 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-11-11 04:34:11,542 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-11-11 04:34:11,542 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-11-11 04:34:11,542 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2022-11-11 04:34:11,550 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-11-11 04:34:11,554 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main]
2022-11-11 04:34:11,556 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-11-11 04:34:11,556 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-11-11 04:34:11,556 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-11-11 04:34:11,556 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-11-11 04:34:11,556 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-11-11 04:34:11,556 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-11-11 04:34:11,556 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-11-11 04:34:11,556 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-11-11 04:34:11,572 INFO  (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-11-11 04:34:11,572 INFO   ______                  _                                           (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-11-11 04:34:11,572 INFO  |___  /                 | |                                          (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-11-11 04:34:11,572 INFO     / /    ___     ___   | | __   ___    ___   _ __     ___   _ __    (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-11-11 04:34:11,572 INFO    / /    / _ \   / _ \  | |/ /  / _ \  / _ \ | '_ \   / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-11-11 04:34:11,572 INFO   / /__  | (_) | | (_) | |   <  |  __/ |  __/ | |_) | |  __/ | |     (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-11-11 04:34:11,572 INFO  /_____|  \___/   \___/  |_|\_\  \___|  \___| | .__/   \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-11-11 04:34:11,572 INFO                                               | |                      (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-11-11 04:34:11,572 INFO                                               |_|                      (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-11-11 04:34:11,572 INFO  (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-11-11 04:34:11,582 INFO Server environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-11-11 04:34:11,582 INFO Server environment:host.name=onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-11-11 04:34:11,582 INFO Server environment:java.version=11.0.15 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-11-11 04:34:11,582 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-11-11 04:34:11,582 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-11-11 04:34:11,582 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-11-11 04:34:11,582 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-11-11 04:34:11,582 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-11-11 04:34:11,582 INFO Server environment:java.compiler= (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-11-11 04:34:11,582 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-11-11 04:34:11,582 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-11-11 04:34:11,582 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-11-11 04:34:11,582 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-11-11 04:34:11,582 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-11-11 04:34:11,582 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-11-11 04:34:11,582 INFO Server environment:os.memory.free=247MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-11-11 04:34:11,582 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-11-11 04:34:11,583 INFO Server environment:os.memory.total=257MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-11-11 04:34:11,583 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-11-11 04:34:11,583 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-11-11 04:34:11,583 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-11-11 04:34:11,583 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-11-11 04:34:11,583 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-11-11 04:34:11,583 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-11-11 04:34:11,583 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-11-11 04:34:11,583 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2022-11-11 04:34:11,589 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main]
2022-11-11 04:34:11,589 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main]
2022-11-11 04:34:11,591 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main]
2022-11-11 04:34:11,591 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main]
2022-11-11 04:34:11,603 INFO Using TLS encrypted quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-11-11 04:34:11,603 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-11-11 04:34:11,604 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-11-11 04:34:11,604 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-11-11 04:34:11,604 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-11-11 04:34:11,604 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-11-11 04:34:11,604 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-11-11 04:34:11,616 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main]
2022-11-11 04:34:11,616 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main]
2022-11-11 04:34:11,625 INFO Snapshot loaded in 21 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main]
2022-11-11 04:34:11,627 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-11-11 04:34:11,631 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-11-11 04:34:11,635 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-11-11 04:34:11,718 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-11-11 04:34:11,719 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-11-11 04:34:11,721 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2022-11-11 04:34:11,722 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2022-11-11 04:34:11,730 INFO Election port bind maximum retries is infinite (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main]
2022-11-11 04:34:11,732 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main]
2022-11-11 04:34:11,732 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main]
2022-11-11 04:34:11,748 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main]
2022-11-11 04:34:11,749 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.67.103:3888]
2022-11-11 04:34:11,752 INFO 3 is accepting connections now, my election bind port: onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.103:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.103:3888]
2022-11-11 04:34:11,758 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-11-11 04:34:11,760 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-11-11 04:34:11,770 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-11-11 04:34:11,974 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-11-11 04:34:12,194 WARN Cannot open channel to 2 at election address onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-2]
java.net.UnknownHostException: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc
	at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229)
	at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.base/java.net.Socket.connect(Socket.java:609)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
2022-11-11 04:34:12,194 WARN Cannot open channel to 1 at election address onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-1]
java.net.UnknownHostException: onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc
	at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229)
	at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.base/java.net.Socket.connect(Socket.java:609)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
2022-11-11 04:34:12,376 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-11-11 04:34:12,376 WARN Cannot open channel to 1 at election address onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-3]
java.net.UnknownHostException: onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc
	at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229)
	at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.base/java.net.Socket.connect(Socket.java:609)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
2022-11-11 04:34:12,377 WARN Cannot open channel to 2 at election address onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-1]
java.net.UnknownHostException: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc
	at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229)
	at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.base/java.net.Socket.connect(Socket.java:609)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
2022-11-11 04:34:13,178 INFO Notification time out: 1600 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-11-11 04:34:13,178 WARN Cannot open channel to 1 at election address onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-1]
java.net.UnknownHostException: onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc
	at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229)
	at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.base/java.net.Socket.connect(Socket.java:609)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
2022-11-11 04:34:13,178 WARN Cannot open channel to 2 at election address onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-3]
java.net.UnknownHostException: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc
	at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229)
	at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.base/java.net.Socket.connect(Socket.java:609)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
2022-11-11 04:34:14,779 INFO Notification time out: 3200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-11-11 04:34:14,780 WARN Cannot open channel to 2 at election address onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-1]
java.net.UnknownHostException: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc
	at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229)
	at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.base/java.net.Socket.connect(Socket.java:609)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
2022-11-11 04:34:14,780 WARN Cannot open channel to 1 at election address onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-3]
java.net.UnknownHostException: onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc
	at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229)
	at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.base/java.net.Socket.connect(Socket.java:609)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
2022-11-11 04:34:17,980 INFO Notification time out: 6400 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-11-11 04:34:17,981 WARN Cannot open channel to 2 at election address onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-1]
java.net.UnknownHostException: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc
	at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229)
	at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.base/java.net.Socket.connect(Socket.java:609)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
2022-11-11 04:34:17,982 WARN Cannot open channel to 1 at election address onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-3]
java.net.UnknownHostException: onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc
	at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229)
	at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.base/java.net.Socket.connect(Socket.java:609)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
2022-11-11 04:34:19,482 INFO Received connection request from /10.233.71.216:52134 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.103:3888]
2022-11-11 04:34:19,822 INFO Accepted TLS connection from /10.233.71.216:52134 - 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.67.103:3888]
2022-11-11 04:34:19,957 INFO SSL handshake complete with /10.233.71.216:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-3]
2022-11-11 04:34:19,967 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-11-11 04:34:19,972 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-11-11 04:34:20,173 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-11-11 04:34:20,174 INFO LEADING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-11-11 04:34:20,180 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-11-11 04:34:20,180 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-11-11 04:34:20,180 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-11-11 04:34:20,180 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-11-11 04:34:20,180 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-11-11 04:34:20,184 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-11-11 04:34:20,186 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-11-11 04:34:20,186 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-11-11 04:34:20,187 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-11-11 04:34:20,188 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-11-11 04:34:20,189 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-11-11 04:34:20,189 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-11-11 04:34:20,189 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-11-11 04:34:20,189 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-11-11 04:34:20,189 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-11-11 04:34:20,189 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-11-11 04:34:20,191 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-11-11 04:34:20,192 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-11-11 04:34:20,192 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-11-11 04:34:20,195 INFO LEADING - LEADER ELECTION TOOK - 8435 MS (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-11-11 04:34:20,198 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-11-11 04:34:20,198 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-11-11 04:34:20,205 INFO Snapshot taken in 6 ms (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2022-11-11 04:34:20,219 INFO Received connection request from /10.233.72.78:47926 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.103:3888]
2022-11-11 04:34:20,296 INFO Accepted TLS connection from /10.233.71.216:37586 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [LearnerHandler-/10.233.71.216:37586]
2022-11-11 04:34:20,320 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.71.216:37586]
2022-11-11 04:34:20,333 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/10.233.71.216:37586]
2022-11-11 04:34:20,334 INFO Synchronizing with Learner sid: 2 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x0 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.71.216:37586]
2022-11-11 04:34:20,334 INFO Sending DIFF zxid=0x0 for peer sid: 2 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.71.216:37586]
2022-11-11 04:34:20,341 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-11-11 04:34:20,405 INFO Have quorum of supporters, sids: [[2, 3],[2, 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-11-11 04:34:20,424 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-11-11 04:34:20,424 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-11-11 04:34:20,435 INFO PrepRequestProcessor (sid:3) started, reconfigEnabled=true (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:3 cport:-1):]
2022-11-11 04:34:20,437 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-11-11 04:34:20,438 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-11-11 04:34:20,454 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-11-11 04:34:20,513 INFO Accepted TLS connection from /10.233.72.78:47926 - 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.67.103:3888]
2022-11-11 04:34:20,557 INFO Received connection request from /10.233.72.78:47930 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.103:3888]
2022-11-11 04:34:20,571 INFO Accepted TLS connection from /10.233.72.78:47930 - 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.67.103:3888]
2022-11-11 04:34:20,589 INFO SSL handshake complete with /10.233.72.78:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-3]
2022-11-11 04:34:20,597 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-11-11 04:34:20,696 INFO Accepted TLS connection from /10.233.72.78:55068 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [LearnerHandler-/10.233.72.78:55068]
2022-11-11 04:34:20,704 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.72.78:55068]
2022-11-11 04:34:20,710 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/10.233.72.78:55068]
2022-11-11 04:34:20,710 INFO Synchronizing with Learner sid: 1 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x100000000 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.72.78:55068]
2022-11-11 04:34:20,718 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.72.78:55068]
2022-11-11 04:34:28,090 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-11-11 04:34:28,090 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-11-11 04:34:28,090 INFO Processing ruok command from /127.0.0.1:36812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:34:28,096 INFO Processing ruok command from /127.0.0.1:36814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:34:38,033 INFO Processing ruok command from /127.0.0.1:36870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:34:38,058 INFO Processing ruok command from /127.0.0.1:36872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:34:40,396 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:3]
2022-11-11 04:34:40,409 INFO Committing global session 0x100003bc6d40000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 04:34:48,044 INFO Processing ruok command from /127.0.0.1:36932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:34:48,082 INFO Processing ruok command from /127.0.0.1:36934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:34:58,061 INFO Processing ruok command from /127.0.0.1:36984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:34:58,084 INFO Processing ruok command from /127.0.0.1:36986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:35:01,302 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-11-11 04:35:01,320 INFO Committing global session 0x300003c61e60000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 04:35:03,315 INFO Committing global session 0x200003ca96e0000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 04:35:04,537 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-11-11 04:35:04,552 INFO Committing global session 0x300003c61e60001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 04:35:06,899 INFO Committing global session 0x200003ca96e0001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 04:35:08,058 INFO Processing ruok command from /127.0.0.1:37038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:35:08,093 INFO Processing ruok command from /127.0.0.1:37040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:35:08,885 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-11-11 04:35:08,893 INFO Committing global session 0x300003c61e60002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 04:35:09,346 INFO Committing global session 0x200003ca96e0002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 04:35:18,067 INFO Processing ruok command from /127.0.0.1:37096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:35:18,094 INFO Processing ruok command from /127.0.0.1:37098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:35:28,052 INFO Processing ruok command from /127.0.0.1:37148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:35:28,077 INFO Processing ruok command from /127.0.0.1:37150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:35:38,047 INFO Processing ruok command from /127.0.0.1:37206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:35:38,072 INFO Processing ruok command from /127.0.0.1:37208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:35:48,042 INFO Processing ruok command from /127.0.0.1:37278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:35:48,070 INFO Processing ruok command from /127.0.0.1:37280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:35:58,059 INFO Processing ruok command from /127.0.0.1:37384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:35:58,094 INFO Processing ruok command from /127.0.0.1:37386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:36:08,045 INFO Processing ruok command from /127.0.0.1:37446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:36:08,069 INFO Processing ruok command from /127.0.0.1:37448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:36:15,410 INFO Committing global session 0x100003bc6d40001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 04:36:18,058 INFO Processing ruok command from /127.0.0.1:37512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:36:18,085 INFO Processing ruok command from /127.0.0.1:37514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:36:28,037 INFO Processing ruok command from /127.0.0.1:37570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:36:28,065 INFO Processing ruok command from /127.0.0.1:37572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:36:34,306 INFO Committing global session 0x200003ca96e0003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 04:36:38,054 INFO Processing ruok command from /127.0.0.1:37634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:36:38,083 INFO Processing ruok command from /127.0.0.1:37636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:36:48,049 INFO Processing ruok command from /127.0.0.1:37706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:36:48,075 INFO Processing ruok command from /127.0.0.1:37708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:36:57,083 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-11-11 04:36:57,090 INFO Committing global session 0x300003c61e60003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 04:36:57,828 INFO Submitting global closeSession request for session 0x300003c61e60003 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-11-11 04:36:58,055 INFO Processing ruok command from /127.0.0.1:37772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:36:58,080 INFO Processing ruok command from /127.0.0.1:37774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:37:08,054 INFO Processing ruok command from /127.0.0.1:37836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:37:08,075 INFO Processing ruok command from /127.0.0.1:37838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:37:18,048 INFO Processing ruok command from /127.0.0.1:37902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:37:18,090 INFO Processing ruok command from /127.0.0.1:37904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:37:28,058 INFO Processing ruok command from /127.0.0.1:37972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:37:28,082 INFO Processing ruok command from /127.0.0.1:37974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:37:38,057 INFO Processing ruok command from /127.0.0.1:38040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:37:38,083 INFO Processing ruok command from /127.0.0.1:38042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:37:48,046 INFO Processing ruok command from /127.0.0.1:38108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:37:48,074 INFO Processing ruok command from /127.0.0.1:38110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:37:58,051 INFO Processing ruok command from /127.0.0.1:38170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:37:58,075 INFO Processing ruok command from /127.0.0.1:38172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:38:08,064 INFO Processing ruok command from /127.0.0.1:38234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:38:08,087 INFO Processing ruok command from /127.0.0.1:38236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:38:18,041 INFO Processing ruok command from /127.0.0.1:38302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:38:18,066 INFO Processing ruok command from /127.0.0.1:38304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:38:28,037 INFO Processing ruok command from /127.0.0.1:38362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:38:28,060 INFO Processing ruok command from /127.0.0.1:38364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:38:38,063 INFO Processing ruok command from /127.0.0.1:38430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:38:38,091 INFO Processing ruok command from /127.0.0.1:38432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:38:48,035 INFO Processing ruok command from /127.0.0.1:38500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:38:48,064 INFO Processing ruok command from /127.0.0.1:38502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:38:57,177 INFO Committing global session 0x200003ca96e0004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 04:38:58,045 INFO Processing ruok command from /127.0.0.1:38566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:38:58,073 INFO Processing ruok command from /127.0.0.1:38568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:39:08,045 INFO Processing ruok command from /127.0.0.1:38632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:39:08,083 INFO Processing ruok command from /127.0.0.1:38634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:39:18,053 INFO Processing ruok command from /127.0.0.1:38704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:39:18,101 INFO Processing ruok command from /127.0.0.1:38706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:39:28,056 INFO Processing ruok command from /127.0.0.1:38766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:39:28,084 INFO Processing ruok command from /127.0.0.1:38768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:39:38,051 INFO Processing ruok command from /127.0.0.1:38856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:39:38,081 INFO Processing ruok command from /127.0.0.1:38858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:39:48,066 INFO Processing ruok command from /127.0.0.1:38950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:39:48,099 INFO Processing ruok command from /127.0.0.1:38952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:39:58,052 INFO Processing ruok command from /127.0.0.1:39014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:39:58,078 INFO Processing ruok command from /127.0.0.1:39016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:40:08,054 INFO Processing ruok command from /127.0.0.1:39080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:40:08,082 INFO Processing ruok command from /127.0.0.1:39082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:40:18,053 INFO Processing ruok command from /127.0.0.1:39172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:40:18,088 INFO Processing ruok command from /127.0.0.1:39174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:40:28,042 INFO Processing ruok command from /127.0.0.1:39290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:40:28,064 INFO Processing ruok command from /127.0.0.1:39292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:40:38,046 INFO Processing ruok command from /127.0.0.1:39362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:40:38,075 INFO Processing ruok command from /127.0.0.1:39364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:40:48,034 INFO Processing ruok command from /127.0.0.1:39442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:40:48,058 INFO Processing ruok command from /127.0.0.1:39444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:40:56,887 INFO Committing global session 0x100003bc6d40002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 04:40:58,044 INFO Processing ruok command from /127.0.0.1:39516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:40:58,073 INFO Processing ruok command from /127.0.0.1:39518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:41:08,047 INFO Processing ruok command from /127.0.0.1:39592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:41:08,079 INFO Processing ruok command from /127.0.0.1:39594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:41:18,044 INFO Processing ruok command from /127.0.0.1:39670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:41:18,079 INFO Processing ruok command from /127.0.0.1:39672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:41:28,039 INFO Processing ruok command from /127.0.0.1:39744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:41:28,063 INFO Processing ruok command from /127.0.0.1:39746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:41:38,058 INFO Processing ruok command from /127.0.0.1:39826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:41:38,089 INFO Processing ruok command from /127.0.0.1:39828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:41:48,055 INFO Processing ruok command from /127.0.0.1:39906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:41:48,115 INFO Processing ruok command from /127.0.0.1:39908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:41:58,046 INFO Processing ruok command from /127.0.0.1:39978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:41:58,077 INFO Processing ruok command from /127.0.0.1:39980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:42:08,043 INFO Processing ruok command from /127.0.0.1:40056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:42:08,062 INFO Processing ruok command from /127.0.0.1:40058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:42:18,041 INFO Processing ruok command from /127.0.0.1:40134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:42:18,065 INFO Processing ruok command from /127.0.0.1:40136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:42:28,054 INFO Processing ruok command from /127.0.0.1:40204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:42:28,078 INFO Processing ruok command from /127.0.0.1:40206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:42:38,045 INFO Processing ruok command from /127.0.0.1:40284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:42:38,071 INFO Processing ruok command from /127.0.0.1:40286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:42:48,049 INFO Processing ruok command from /127.0.0.1:40364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:42:48,072 INFO Processing ruok command from /127.0.0.1:40366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:42:57,158 INFO Committing global session 0x100003bc6d40003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 04:42:58,039 INFO Processing ruok command from /127.0.0.1:40440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:42:58,061 INFO Processing ruok command from /127.0.0.1:40442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:43:08,058 INFO Processing ruok command from /127.0.0.1:40514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:43:08,082 INFO Processing ruok command from /127.0.0.1:40516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:43:18,061 INFO Processing ruok command from /127.0.0.1:40588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:43:18,090 INFO Processing ruok command from /127.0.0.1:40590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:43:28,040 INFO Processing ruok command from /127.0.0.1:40662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:43:28,062 INFO Processing ruok command from /127.0.0.1:40664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:43:38,048 INFO Processing ruok command from /127.0.0.1:40738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:43:38,083 INFO Processing ruok command from /127.0.0.1:40740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:43:48,038 INFO Processing ruok command from /127.0.0.1:40816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:43:48,068 INFO Processing ruok command from /127.0.0.1:40818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:43:58,046 INFO Processing ruok command from /127.0.0.1:40890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:43:58,068 INFO Processing ruok command from /127.0.0.1:40892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:44:08,044 INFO Processing ruok command from /127.0.0.1:40968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:44:08,075 INFO Processing ruok command from /127.0.0.1:40970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:44:18,051 INFO Processing ruok command from /127.0.0.1:41050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:44:18,090 INFO Processing ruok command from /127.0.0.1:41052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:44:28,050 INFO Processing ruok command from /127.0.0.1:41124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:44:28,078 INFO Processing ruok command from /127.0.0.1:41126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:44:38,046 INFO Processing ruok command from /127.0.0.1:41202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:44:38,070 INFO Processing ruok command from /127.0.0.1:41204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:44:48,046 INFO Processing ruok command from /127.0.0.1:41280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:44:48,069 INFO Processing ruok command from /127.0.0.1:41282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:44:57,355 INFO Committing global session 0x200003ca96e0005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 04:44:58,041 INFO Processing ruok command from /127.0.0.1:41354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:44:58,068 INFO Processing ruok command from /127.0.0.1:41356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:45:08,059 INFO Processing ruok command from /127.0.0.1:41436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:45:08,091 INFO Processing ruok command from /127.0.0.1:41438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:45:18,041 INFO Processing ruok command from /127.0.0.1:41514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:45:18,065 INFO Processing ruok command from /127.0.0.1:41516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:45:28,048 INFO Processing ruok command from /127.0.0.1:41584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:45:28,074 INFO Processing ruok command from /127.0.0.1:41586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:45:38,041 INFO Processing ruok command from /127.0.0.1:41662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:45:38,067 INFO Processing ruok command from /127.0.0.1:41664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:45:48,030 INFO Processing ruok command from /127.0.0.1:41742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:45:48,060 INFO Processing ruok command from /127.0.0.1:41744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:45:58,044 INFO Processing ruok command from /127.0.0.1:41816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:45:58,073 INFO Processing ruok command from /127.0.0.1:41818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:46:08,039 INFO Processing ruok command from /127.0.0.1:41894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:46:08,065 INFO Processing ruok command from /127.0.0.1:41896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:46:18,046 INFO Processing ruok command from /127.0.0.1:41974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:46:18,075 INFO Processing ruok command from /127.0.0.1:41976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:46:28,037 INFO Processing ruok command from /127.0.0.1:42044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:46:28,061 INFO Processing ruok command from /127.0.0.1:42046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:46:38,041 INFO Processing ruok command from /127.0.0.1:42120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:46:38,067 INFO Processing ruok command from /127.0.0.1:42122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:46:48,055 INFO Processing ruok command from /127.0.0.1:42200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:46:48,088 INFO Processing ruok command from /127.0.0.1:42202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:46:57,111 INFO Committing global session 0x200003ca96e0006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 04:46:58,051 INFO Processing ruok command from /127.0.0.1:42274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:46:58,096 INFO Processing ruok command from /127.0.0.1:42276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:47:08,073 INFO Processing ruok command from /127.0.0.1:42352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:47:08,101 INFO Processing ruok command from /127.0.0.1:42354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:47:18,045 INFO Processing ruok command from /127.0.0.1:42428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:47:18,095 INFO Processing ruok command from /127.0.0.1:42430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:47:28,061 INFO Processing ruok command from /127.0.0.1:42506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:47:28,076 INFO Processing ruok command from /127.0.0.1:42508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:47:38,064 INFO Processing ruok command from /127.0.0.1:42582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:47:38,096 INFO Processing ruok command from /127.0.0.1:42584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:47:48,050 INFO Processing ruok command from /127.0.0.1:42718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:47:48,090 INFO Processing ruok command from /127.0.0.1:42720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:47:58,060 INFO Processing ruok command from /127.0.0.1:42804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:47:58,097 INFO Processing ruok command from /127.0.0.1:42806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:48:08,043 INFO Processing ruok command from /127.0.0.1:42894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:48:08,070 INFO Processing ruok command from /127.0.0.1:42896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:48:18,037 INFO Processing ruok command from /127.0.0.1:42974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:48:18,064 INFO Processing ruok command from /127.0.0.1:42976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:48:28,053 INFO Processing ruok command from /127.0.0.1:43050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:48:28,077 INFO Processing ruok command from /127.0.0.1:43052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:48:38,037 INFO Processing ruok command from /127.0.0.1:43130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:48:38,061 INFO Processing ruok command from /127.0.0.1:43132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:48:48,045 INFO Processing ruok command from /127.0.0.1:43214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:48:48,084 INFO Processing ruok command from /127.0.0.1:43216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:48:57,499 INFO Committing global session 0x200003ca96e0007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 04:48:58,057 INFO Processing ruok command from /127.0.0.1:43292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:48:58,082 INFO Processing ruok command from /127.0.0.1:43294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:49:08,069 INFO Processing ruok command from /127.0.0.1:43378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:49:08,150 INFO Processing ruok command from /127.0.0.1:43380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:49:18,039 INFO Processing ruok command from /127.0.0.1:43464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:49:18,066 INFO Processing ruok command from /127.0.0.1:43466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:49:28,045 INFO Processing ruok command from /127.0.0.1:43544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:49:28,072 INFO Processing ruok command from /127.0.0.1:43546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:49:38,062 INFO Processing ruok command from /127.0.0.1:43672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:49:38,084 INFO Processing ruok command from /127.0.0.1:43674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:49:48,057 INFO Processing ruok command from /127.0.0.1:43798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:49:48,085 INFO Processing ruok command from /127.0.0.1:43800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:49:58,056 INFO Processing ruok command from /127.0.0.1:43928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:49:58,080 INFO Processing ruok command from /127.0.0.1:43930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:50:08,071 INFO Processing ruok command from /127.0.0.1:44026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:50:08,104 INFO Processing ruok command from /127.0.0.1:44028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:50:18,050 INFO Processing ruok command from /127.0.0.1:44118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:50:18,073 INFO Processing ruok command from /127.0.0.1:44120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:50:28,041 INFO Processing ruok command from /127.0.0.1:44202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:50:28,066 INFO Processing ruok command from /127.0.0.1:44204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:50:38,058 INFO Processing ruok command from /127.0.0.1:44304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:50:38,087 INFO Processing ruok command from /127.0.0.1:44306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:50:48,054 INFO Processing ruok command from /127.0.0.1:44414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:50:48,086 INFO Processing ruok command from /127.0.0.1:44416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:50:57,224 INFO Committing global session 0x100003bc6d40004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 04:50:58,044 INFO Processing ruok command from /127.0.0.1:44514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:50:58,074 INFO Processing ruok command from /127.0.0.1:44516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:51:08,043 INFO Processing ruok command from /127.0.0.1:44610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:51:08,065 INFO Processing ruok command from /127.0.0.1:44612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:51:18,038 INFO Processing ruok command from /127.0.0.1:44712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:51:18,065 INFO Processing ruok command from /127.0.0.1:44714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:51:28,052 INFO Processing ruok command from /127.0.0.1:44808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:51:28,075 INFO Processing ruok command from /127.0.0.1:44810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:51:38,047 INFO Processing ruok command from /127.0.0.1:44906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:51:38,070 INFO Processing ruok command from /127.0.0.1:44908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:51:48,056 INFO Processing ruok command from /127.0.0.1:45008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:51:48,080 INFO Processing ruok command from /127.0.0.1:45010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:51:58,043 INFO Processing ruok command from /127.0.0.1:45108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:51:58,066 INFO Processing ruok command from /127.0.0.1:45110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:52:08,045 INFO Processing ruok command from /127.0.0.1:45212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:52:08,077 INFO Processing ruok command from /127.0.0.1:45214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:52:18,051 INFO Processing ruok command from /127.0.0.1:45312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:52:18,081 INFO Processing ruok command from /127.0.0.1:45314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:52:28,044 INFO Processing ruok command from /127.0.0.1:45408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:52:28,071 INFO Processing ruok command from /127.0.0.1:45410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:52:38,044 INFO Processing ruok command from /127.0.0.1:45510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:52:38,069 INFO Processing ruok command from /127.0.0.1:45512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:52:48,042 INFO Processing ruok command from /127.0.0.1:45612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:52:48,076 INFO Processing ruok command from /127.0.0.1:45614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:52:57,337 INFO Committing global session 0x200003ca96e0008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 04:52:58,064 INFO Processing ruok command from /127.0.0.1:45704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:52:58,088 INFO Processing ruok command from /127.0.0.1:45706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:53:08,046 INFO Processing ruok command from /127.0.0.1:45804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:53:08,082 INFO Processing ruok command from /127.0.0.1:45806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:53:18,057 INFO Processing ruok command from /127.0.0.1:45906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:53:18,081 INFO Processing ruok command from /127.0.0.1:45908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:53:28,060 INFO Processing ruok command from /127.0.0.1:46000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:53:28,083 INFO Processing ruok command from /127.0.0.1:46002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:53:38,049 INFO Processing ruok command from /127.0.0.1:46100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:53:38,078 INFO Processing ruok command from /127.0.0.1:46102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:53:48,067 INFO Processing ruok command from /127.0.0.1:46202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:53:48,090 INFO Processing ruok command from /127.0.0.1:46204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:53:58,043 INFO Processing ruok command from /127.0.0.1:46296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:53:58,069 INFO Processing ruok command from /127.0.0.1:46298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:54:08,051 INFO Processing ruok command from /127.0.0.1:46394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:54:08,081 INFO Processing ruok command from /127.0.0.1:46396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:54:18,048 INFO Processing ruok command from /127.0.0.1:46500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:54:18,075 INFO Processing ruok command from /127.0.0.1:46502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:54:28,063 INFO Processing ruok command from /127.0.0.1:46596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:54:28,088 INFO Processing ruok command from /127.0.0.1:46598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:54:38,053 INFO Processing ruok command from /127.0.0.1:46694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:54:38,086 INFO Processing ruok command from /127.0.0.1:46696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:54:48,035 INFO Processing ruok command from /127.0.0.1:46790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:54:48,065 INFO Processing ruok command from /127.0.0.1:46792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:54:57,350 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-11-11 04:54:57,360 INFO Committing global session 0x300003c61e60004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 04:54:58,057 INFO Processing ruok command from /127.0.0.1:46892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:54:58,085 INFO Processing ruok command from /127.0.0.1:46894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:54:58,088 INFO Submitting global closeSession request for session 0x300003c61e60004 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-11-11 04:55:08,065 INFO Processing ruok command from /127.0.0.1:46992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:55:08,088 INFO Processing ruok command from /127.0.0.1:46994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:55:18,073 INFO Processing ruok command from /127.0.0.1:47092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:55:18,102 INFO Processing ruok command from /127.0.0.1:47094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:55:28,052 INFO Processing ruok command from /127.0.0.1:47186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:55:28,082 INFO Processing ruok command from /127.0.0.1:47188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:55:38,060 INFO Processing ruok command from /127.0.0.1:47280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:55:38,090 INFO Processing ruok command from /127.0.0.1:47282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:55:48,051 INFO Processing ruok command from /127.0.0.1:47386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:55:48,084 INFO Processing ruok command from /127.0.0.1:47388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:55:58,046 INFO Processing ruok command from /127.0.0.1:47484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:55:58,073 INFO Processing ruok command from /127.0.0.1:47486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:56:08,043 INFO Processing ruok command from /127.0.0.1:47586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:56:08,064 INFO Processing ruok command from /127.0.0.1:47588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:56:18,048 INFO Processing ruok command from /127.0.0.1:47686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:56:18,078 INFO Processing ruok command from /127.0.0.1:47688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:56:28,040 INFO Processing ruok command from /127.0.0.1:47780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:56:28,062 INFO Processing ruok command from /127.0.0.1:47782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:56:38,044 INFO Processing ruok command from /127.0.0.1:47878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:56:38,066 INFO Processing ruok command from /127.0.0.1:47880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:56:48,047 INFO Processing ruok command from /127.0.0.1:47976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:56:48,078 INFO Processing ruok command from /127.0.0.1:47978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:56:57,549 INFO Committing global session 0x200003ca96e0009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 04:56:58,060 INFO Processing ruok command from /127.0.0.1:48068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:56:58,089 INFO Processing ruok command from /127.0.0.1:48070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:57:08,048 INFO Processing ruok command from /127.0.0.1:48168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:57:08,076 INFO Processing ruok command from /127.0.0.1:48170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:57:18,049 INFO Processing ruok command from /127.0.0.1:48264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:57:18,075 INFO Processing ruok command from /127.0.0.1:48266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:57:28,050 INFO Processing ruok command from /127.0.0.1:48360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:57:28,081 INFO Processing ruok command from /127.0.0.1:48362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:57:38,040 INFO Processing ruok command from /127.0.0.1:48456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:57:38,067 INFO Processing ruok command from /127.0.0.1:48458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:57:48,051 INFO Processing ruok command from /127.0.0.1:48558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:57:48,079 INFO Processing ruok command from /127.0.0.1:48560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:57:58,046 INFO Processing ruok command from /127.0.0.1:48658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:57:58,074 INFO Processing ruok command from /127.0.0.1:48660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:58:08,046 INFO Processing ruok command from /127.0.0.1:48774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:58:08,074 INFO Processing ruok command from /127.0.0.1:48776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:58:18,049 INFO Processing ruok command from /127.0.0.1:48882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:58:18,081 INFO Processing ruok command from /127.0.0.1:48884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:58:28,059 INFO Processing ruok command from /127.0.0.1:48980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:58:28,084 INFO Processing ruok command from /127.0.0.1:48982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:58:38,051 INFO Processing ruok command from /127.0.0.1:49076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:58:38,079 INFO Processing ruok command from /127.0.0.1:49078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:58:48,048 INFO Processing ruok command from /127.0.0.1:49176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:58:48,071 INFO Processing ruok command from /127.0.0.1:49178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:58:57,310 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-11-11 04:58:57,316 INFO Committing global session 0x300003c61e60005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 04:58:58,044 INFO Submitting global closeSession request for session 0x300003c61e60005 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-11-11 04:58:58,058 INFO Processing ruok command from /127.0.0.1:49306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:58:58,083 INFO Processing ruok command from /127.0.0.1:49308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:59:08,064 INFO Processing ruok command from /127.0.0.1:49486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:59:08,081 INFO Processing ruok command from /127.0.0.1:49488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:59:18,053 INFO Processing ruok command from /127.0.0.1:49658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:59:18,086 INFO Processing ruok command from /127.0.0.1:49660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:59:28,067 INFO Processing ruok command from /127.0.0.1:49766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:59:28,099 INFO Processing ruok command from /127.0.0.1:49768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:59:38,061 INFO Processing ruok command from /127.0.0.1:49864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:59:38,085 INFO Processing ruok command from /127.0.0.1:49866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:59:48,048 INFO Processing ruok command from /127.0.0.1:50010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:59:48,115 INFO Processing ruok command from /127.0.0.1:50012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 04:59:58,056 INFO Processing ruok command from /127.0.0.1:50138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 04:59:58,097 INFO Processing ruok command from /127.0.0.1:50140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:00:08,093 INFO Processing ruok command from /127.0.0.1:50342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:00:08,148 INFO Processing ruok command from /127.0.0.1:50344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:00:18,080 INFO Processing ruok command from /127.0.0.1:50566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:00:18,114 INFO Processing ruok command from /127.0.0.1:50568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:00:28,060 INFO Processing ruok command from /127.0.0.1:50784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:00:28,142 INFO Processing ruok command from /127.0.0.1:50786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:00:38,053 INFO Processing ruok command from /127.0.0.1:50942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:00:38,075 INFO Processing ruok command from /127.0.0.1:50946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:00:48,070 INFO Processing ruok command from /127.0.0.1:51112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:00:48,109 INFO Processing ruok command from /127.0.0.1:51114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:00:57,506 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-11-11 05:00:57,516 INFO Committing global session 0x300003c61e60006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 05:00:58,049 INFO Processing ruok command from /127.0.0.1:51276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:00:58,073 INFO Processing ruok command from /127.0.0.1:51278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:00:58,236 INFO Submitting global closeSession request for session 0x300003c61e60006 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-11-11 05:01:08,056 INFO Processing ruok command from /127.0.0.1:51428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:01:08,081 INFO Processing ruok command from /127.0.0.1:51430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:01:18,059 INFO Processing ruok command from /127.0.0.1:51582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:01:18,097 INFO Processing ruok command from /127.0.0.1:51586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:01:28,055 INFO Processing ruok command from /127.0.0.1:51736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:01:28,089 INFO Processing ruok command from /127.0.0.1:51738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:01:38,050 INFO Processing ruok command from /127.0.0.1:51914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:01:38,086 INFO Processing ruok command from /127.0.0.1:51916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:01:48,058 INFO Processing ruok command from /127.0.0.1:52112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:01:48,092 INFO Processing ruok command from /127.0.0.1:52114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:01:58,063 INFO Processing ruok command from /127.0.0.1:52264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:01:58,106 INFO Processing ruok command from /127.0.0.1:52268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:02:08,070 INFO Processing ruok command from /127.0.0.1:52464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:02:08,118 INFO Processing ruok command from /127.0.0.1:52466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:02:10,409 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-11-11 05:02:10,417 INFO Committing global session 0x300003c61e60007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 05:02:10,574 INFO Committing global session 0x200003ca96e000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 05:02:11,694 INFO Committing global session 0x100003bc6d40005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 05:02:18,060 INFO Processing ruok command from /127.0.0.1:52620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:02:18,084 INFO Processing ruok command from /127.0.0.1:52622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:02:28,062 INFO Processing ruok command from /127.0.0.1:52766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:02:28,100 INFO Processing ruok command from /127.0.0.1:52768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:02:38,057 INFO Processing ruok command from /127.0.0.1:52934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:02:38,080 INFO Processing ruok command from /127.0.0.1:52936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:02:48,053 INFO Processing ruok command from /127.0.0.1:53086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:02:48,095 INFO Processing ruok command from /127.0.0.1:53088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:02:57,551 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-11-11 05:02:57,556 INFO Committing global session 0x300003c61e60008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 05:02:58,058 INFO Processing ruok command from /127.0.0.1:53242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:02:58,076 INFO Processing ruok command from /127.0.0.1:53244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:02:58,274 INFO Submitting global closeSession request for session 0x300003c61e60008 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-11-11 05:03:08,144 INFO Processing ruok command from /127.0.0.1:53424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:03:08,192 INFO Processing ruok command from /127.0.0.1:53426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:03:18,059 INFO Processing ruok command from /127.0.0.1:53634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:03:18,133 INFO Processing ruok command from /127.0.0.1:53636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:03:20,454 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/d0b1f817-a890-487e-8773-0ea1967929a2/onap-policy-clamp-ac-pf-ppnt-558cd6dcb7-xct6k (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:03:20,460 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/b835011d-e64d-4e05-a7a7-05376e863a83/onap-policy-xacml-pdp-54c48d645f-tdnrm (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:03:20,466 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/eaa09467-d312-4192-9ff0-2b83912e28af/onap-policy-clamp-runtime-acm-6d75459464-7nklt (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:03:20,472 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/5747246e-fc16-4166-b2b0-1e8045bd5c85/onap-policy-apex-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:03:20,479 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/b205c315-cd72-46ce-982d-6aaf8e146387/onap-policy-clamp-ac-http-ppnt-b68c55dc8-qxzlq (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:03:20,485 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/89262fbc-8af9-4cf4-a562-8fc48a84746c/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:03:28,068 INFO Processing ruok command from /127.0.0.1:53806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:03:28,112 INFO Processing ruok command from /127.0.0.1:53810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:03:38,052 INFO Processing ruok command from /127.0.0.1:53984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:03:38,122 INFO Processing ruok command from /127.0.0.1:53986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:03:48,067 INFO Processing ruok command from /127.0.0.1:54184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:03:48,099 INFO Processing ruok command from /127.0.0.1:54186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:03:58,065 INFO Processing ruok command from /127.0.0.1:54346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:03:58,148 INFO Processing ruok command from /127.0.0.1:54348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:04:08,094 INFO Processing ruok command from /127.0.0.1:54496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:04:08,145 INFO Processing ruok command from /127.0.0.1:54498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:04:18,064 INFO Processing ruok command from /127.0.0.1:54686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:04:18,101 INFO Processing ruok command from /127.0.0.1:54688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:04:20,454 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/d0b1f817-a890-487e-8773-0ea1967929a2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:04:20,460 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/5747246e-fc16-4166-b2b0-1e8045bd5c85 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:04:20,466 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/b835011d-e64d-4e05-a7a7-05376e863a83 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:04:20,486 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/89262fbc-8af9-4cf4-a562-8fc48a84746c (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:04:20,491 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/b205c315-cd72-46ce-982d-6aaf8e146387 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:04:20,498 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/eaa09467-d312-4192-9ff0-2b83912e28af (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:04:28,055 INFO Processing ruok command from /127.0.0.1:54842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:04:28,103 INFO Processing ruok command from /127.0.0.1:54844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:04:38,052 INFO Processing ruok command from /127.0.0.1:54996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:04:38,082 INFO Processing ruok command from /127.0.0.1:54998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:04:48,048 INFO Processing ruok command from /127.0.0.1:55160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:04:48,084 INFO Processing ruok command from /127.0.0.1:55162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:04:57,957 INFO Committing global session 0x200003ca96e000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 05:04:58,059 INFO Processing ruok command from /127.0.0.1:55340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:04:58,137 INFO Processing ruok command from /127.0.0.1:55342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:05:08,053 INFO Processing ruok command from /127.0.0.1:55498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:05:08,126 INFO Processing ruok command from /127.0.0.1:55500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:05:18,074 INFO Processing ruok command from /127.0.0.1:55648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:05:18,104 INFO Processing ruok command from /127.0.0.1:55650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:05:20,454 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/bbfe0baf-450b-41c9-9a26-13809ddfdc33/onap-policy-pap-87bdc9448-hlwwn (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:05:20,460 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap/fde79564-50f3-4060-b362-5a0fb6c05304 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:05:20,465 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/ad39ac61-b3e0-46f3-b8af-3e13d4fa6e35/onap-policy-clamp-ac-k8s-ppnt-67ccbb66cf-c56cq (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:05:28,057 INFO Processing ruok command from /127.0.0.1:55796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:05:28,127 INFO Processing ruok command from /127.0.0.1:55798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:05:38,062 INFO Processing ruok command from /127.0.0.1:56014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:05:38,108 INFO Processing ruok command from /127.0.0.1:56016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:05:48,060 INFO Processing ruok command from /127.0.0.1:56196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:05:48,101 INFO Processing ruok command from /127.0.0.1:56198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:05:58,052 INFO Processing ruok command from /127.0.0.1:56392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:05:58,132 INFO Processing ruok command from /127.0.0.1:56394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:06:08,051 INFO Processing ruok command from /127.0.0.1:56562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:06:08,114 INFO Processing ruok command from /127.0.0.1:56564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:06:18,047 INFO Processing ruok command from /127.0.0.1:56746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:06:18,094 INFO Processing ruok command from /127.0.0.1:56748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:06:20,454 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/bbfe0baf-450b-41c9-9a26-13809ddfdc33 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:06:20,460 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:06:20,467 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/ad39ac61-b3e0-46f3-b8af-3e13d4fa6e35 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:06:28,061 INFO Processing ruok command from /127.0.0.1:56922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:06:28,107 INFO Processing ruok command from /127.0.0.1:56924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:06:38,064 INFO Processing ruok command from /127.0.0.1:57100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:06:38,126 INFO Processing ruok command from /127.0.0.1:57104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:06:48,049 INFO Processing ruok command from /127.0.0.1:57348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:06:48,085 INFO Processing ruok command from /127.0.0.1:57352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:06:57,733 INFO Committing global session 0x200003ca96e000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 05:06:58,046 INFO Processing ruok command from /127.0.0.1:57640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:06:58,085 INFO Processing ruok command from /127.0.0.1:57642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:07:08,047 INFO Processing ruok command from /127.0.0.1:57852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:07:08,089 INFO Processing ruok command from /127.0.0.1:57858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:07:18,036 INFO Processing ruok command from /127.0.0.1:58052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:07:18,060 INFO Processing ruok command from /127.0.0.1:58054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:07:20,453 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:07:20,460 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:07:20,466 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1/NBIC1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:07:20,472 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:07:20,479 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:07:28,050 INFO Processing ruok command from /127.0.0.1:58226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:07:28,084 INFO Processing ruok command from /127.0.0.1:58228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:07:38,067 INFO Processing ruok command from /127.0.0.1:58410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:07:38,093 INFO Processing ruok command from /127.0.0.1:58412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:07:48,046 INFO Processing ruok command from /127.0.0.1:58600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:07:48,073 INFO Processing ruok command from /127.0.0.1:58602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:07:58,052 INFO Processing ruok command from /127.0.0.1:58780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:07:58,075 INFO Processing ruok command from /127.0.0.1:58782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:08:08,051 INFO Processing ruok command from /127.0.0.1:58964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:08:08,084 INFO Processing ruok command from /127.0.0.1:58966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:08:18,065 INFO Processing ruok command from /127.0.0.1:59138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:08:18,095 INFO Processing ruok command from /127.0.0.1:59140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:08:20,453 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:08:20,460 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_pmsh_cg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:08:20,466 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:08:28,049 INFO Processing ruok command from /127.0.0.1:59314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:08:28,078 INFO Processing ruok command from /127.0.0.1:59316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:08:38,058 INFO Processing ruok command from /127.0.0.1:59498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:08:38,083 INFO Processing ruok command from /127.0.0.1:59500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:08:48,052 INFO Processing ruok command from /127.0.0.1:59680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:08:48,081 INFO Processing ruok command from /127.0.0.1:59682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:08:57,587 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-11-11 05:08:57,592 INFO Committing global session 0x300003c61e60009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 05:08:58,056 INFO Processing ruok command from /127.0.0.1:59870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:08:58,116 INFO Processing ruok command from /127.0.0.1:59872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:08:58,313 INFO Submitting global closeSession request for session 0x300003c61e60009 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-11-11 05:09:08,060 INFO Processing ruok command from /127.0.0.1:60040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:09:08,082 INFO Processing ruok command from /127.0.0.1:60042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:09:18,065 INFO Processing ruok command from /127.0.0.1:60236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:09:18,094 INFO Processing ruok command from /127.0.0.1:60238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:09:20,453 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:09:28,051 INFO Processing ruok command from /127.0.0.1:60410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:09:28,085 INFO Processing ruok command from /127.0.0.1:60412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:09:38,057 INFO Processing ruok command from /127.0.0.1:60590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:09:38,093 INFO Processing ruok command from /127.0.0.1:60594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:09:48,059 INFO Processing ruok command from /127.0.0.1:60778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:09:48,099 INFO Processing ruok command from /127.0.0.1:60780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:09:58,046 INFO Processing ruok command from /127.0.0.1:60962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:09:58,073 INFO Processing ruok command from /127.0.0.1:60964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:10:08,064 INFO Processing ruok command from /127.0.0.1:32910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:10:08,099 INFO Processing ruok command from /127.0.0.1:32912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:10:18,060 INFO Processing ruok command from /127.0.0.1:33088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:10:18,122 INFO Processing ruok command from /127.0.0.1:33090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:10:20,453 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO/sdc-AUTO1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:10:20,459 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:10:28,053 INFO Processing ruok command from /127.0.0.1:33264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:10:28,077 INFO Processing ruok command from /127.0.0.1:33266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:10:38,056 INFO Processing ruok command from /127.0.0.1:33448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:10:38,085 INFO Processing ruok command from /127.0.0.1:33450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:10:48,055 INFO Processing ruok command from /127.0.0.1:33632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:10:48,079 INFO Processing ruok command from /127.0.0.1:33634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:10:57,452 INFO Committing global session 0x100003bc6d40006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 05:10:58,042 INFO Processing ruok command from /127.0.0.1:33820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:10:58,070 INFO Processing ruok command from /127.0.0.1:33822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:11:08,053 INFO Processing ruok command from /127.0.0.1:33994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:11:08,081 INFO Processing ruok command from /127.0.0.1:33996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:11:18,057 INFO Processing ruok command from /127.0.0.1:34176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:11:18,091 INFO Processing ruok command from /127.0.0.1:34178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:11:20,453 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:11:20,460 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:11:20,466 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-11-11 05:11:20,472 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-11-11 05:11:20,478 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:11:20,485 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-11-11 05:11:20,490 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:11:28,048 INFO Processing ruok command from /127.0.0.1:34356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:11:28,075 INFO Processing ruok command from /127.0.0.1:34358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:11:38,057 INFO Processing ruok command from /127.0.0.1:34538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:11:38,090 INFO Processing ruok command from /127.0.0.1:34540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:11:48,053 INFO Processing ruok command from /127.0.0.1:34730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:11:48,107 INFO Processing ruok command from /127.0.0.1:34732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:11:58,061 INFO Processing ruok command from /127.0.0.1:34904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:11:58,094 INFO Processing ruok command from /127.0.0.1:34906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:12:08,049 INFO Processing ruok command from /127.0.0.1:35086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:12:08,072 INFO Processing ruok command from /127.0.0.1:35088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:12:18,050 INFO Processing ruok command from /127.0.0.1:35274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:12:18,076 INFO Processing ruok command from /127.0.0.1:35276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:12:20,458 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp/sdnc2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:12:20,464 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:12:20,471 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:12:20,476 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:12:20,482 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/multicloud-k8s-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:12:20,488 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/ves-openapi-manager (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:12:20,495 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:12:28,058 INFO Processing ruok command from /127.0.0.1:35448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:12:28,080 INFO Processing ruok command from /127.0.0.1:35450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:12:38,049 INFO Processing ruok command from /127.0.0.1:35632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:12:38,074 INFO Processing ruok command from /127.0.0.1:35634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:12:48,041 INFO Processing ruok command from /127.0.0.1:35822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:12:48,070 INFO Processing ruok command from /127.0.0.1:35824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:12:57,772 INFO Committing global session 0x200003ca96e000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 05:12:58,065 INFO Processing ruok command from /127.0.0.1:36004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:12:58,106 INFO Processing ruok command from /127.0.0.1:36006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:13:08,052 INFO Processing ruok command from /127.0.0.1:36188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:13:08,084 INFO Processing ruok command from /127.0.0.1:36190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:13:18,044 INFO Processing ruok command from /127.0.0.1:36372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:13:18,073 INFO Processing ruok command from /127.0.0.1:36374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:13:20,453 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:13:20,460 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:13:28,046 INFO Processing ruok command from /127.0.0.1:36556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:13:28,080 INFO Processing ruok command from /127.0.0.1:36558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:13:38,059 INFO Processing ruok command from /127.0.0.1:36738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:13:38,091 INFO Processing ruok command from /127.0.0.1:36740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:13:48,054 INFO Processing ruok command from /127.0.0.1:36932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:13:48,085 INFO Processing ruok command from /127.0.0.1:36934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:13:58,057 INFO Processing ruok command from /127.0.0.1:37116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:13:58,094 INFO Processing ruok command from /127.0.0.1:37118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:14:08,044 INFO Processing ruok command from /127.0.0.1:37294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:14:08,073 INFO Processing ruok command from /127.0.0.1:37296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:14:18,050 INFO Processing ruok command from /127.0.0.1:37484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:14:18,085 INFO Processing ruok command from /127.0.0.1:37486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:14:20,453 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:14:28,056 INFO Processing ruok command from /127.0.0.1:37658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:14:28,092 INFO Processing ruok command from /127.0.0.1:37660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:14:38,042 INFO Processing ruok command from /127.0.0.1:37832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:14:38,070 INFO Processing ruok command from /127.0.0.1:37834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:14:48,050 INFO Processing ruok command from /127.0.0.1:38024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:14:48,076 INFO Processing ruok command from /127.0.0.1:38026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:14:57,699 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-11-11 05:14:57,705 INFO Committing global session 0x300003c61e6000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 05:14:58,042 INFO Processing ruok command from /127.0.0.1:38208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:14:58,068 INFO Processing ruok command from /127.0.0.1:38210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:14:58,283 INFO Submitting global closeSession request for session 0x300003c61e6000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-11-11 05:15:08,037 INFO Processing ruok command from /127.0.0.1:38384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:15:08,066 INFO Processing ruok command from /127.0.0.1:38386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:15:18,054 INFO Processing ruok command from /127.0.0.1:38568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:15:18,084 INFO Processing ruok command from /127.0.0.1:38570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:15:20,453 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:15:28,059 INFO Processing ruok command from /127.0.0.1:38748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:15:28,103 INFO Processing ruok command from /127.0.0.1:38752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:15:38,050 INFO Processing ruok command from /127.0.0.1:38928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:15:38,077 INFO Processing ruok command from /127.0.0.1:38930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:15:48,066 INFO Processing ruok command from /127.0.0.1:39114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:15:48,095 INFO Processing ruok command from /127.0.0.1:39116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:15:58,046 INFO Processing ruok command from /127.0.0.1:39296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:15:58,083 INFO Processing ruok command from /127.0.0.1:39300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:16:08,049 INFO Processing ruok command from /127.0.0.1:39480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:16:08,083 INFO Processing ruok command from /127.0.0.1:39482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:16:18,037 INFO Processing ruok command from /127.0.0.1:39668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:16:18,066 INFO Processing ruok command from /127.0.0.1:39670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:16:28,060 INFO Processing ruok command from /127.0.0.1:39846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:16:28,083 INFO Processing ruok command from /127.0.0.1:39848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:16:38,055 INFO Processing ruok command from /127.0.0.1:40032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:16:38,119 INFO Processing ruok command from /127.0.0.1:40034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:16:48,056 INFO Processing ruok command from /127.0.0.1:40218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:16:48,090 INFO Processing ruok command from /127.0.0.1:40220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:16:57,985 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-11-11 05:16:57,992 INFO Committing global session 0x300003c61e6000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 05:16:58,043 INFO Processing ruok command from /127.0.0.1:40402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:16:58,102 INFO Processing ruok command from /127.0.0.1:40404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:16:58,540 INFO Submitting global closeSession request for session 0x300003c61e6000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-11-11 05:17:08,053 INFO Processing ruok command from /127.0.0.1:40586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:17:08,076 INFO Processing ruok command from /127.0.0.1:40588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:17:18,071 INFO Processing ruok command from /127.0.0.1:40776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:17:18,099 INFO Processing ruok command from /127.0.0.1:40778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:17:28,050 INFO Processing ruok command from /127.0.0.1:40946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:17:28,071 INFO Processing ruok command from /127.0.0.1:40948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:17:38,064 INFO Processing ruok command from /127.0.0.1:41124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:17:38,118 INFO Processing ruok command from /127.0.0.1:41128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:17:48,041 INFO Processing ruok command from /127.0.0.1:41318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:17:48,067 INFO Processing ruok command from /127.0.0.1:41322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:17:58,043 INFO Processing ruok command from /127.0.0.1:41504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:17:58,070 INFO Processing ruok command from /127.0.0.1:41506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:18:08,047 INFO Processing ruok command from /127.0.0.1:41682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:18:08,084 INFO Processing ruok command from /127.0.0.1:41684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:18:18,060 INFO Processing ruok command from /127.0.0.1:41862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:18:18,124 INFO Processing ruok command from /127.0.0.1:41864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:18:28,068 INFO Processing ruok command from /127.0.0.1:42040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:18:28,093 INFO Processing ruok command from /127.0.0.1:42042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:18:38,053 INFO Processing ruok command from /127.0.0.1:42216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:18:38,084 INFO Processing ruok command from /127.0.0.1:42218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:18:48,047 INFO Processing ruok command from /127.0.0.1:42402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:18:48,077 INFO Processing ruok command from /127.0.0.1:42404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:18:57,789 INFO Committing global session 0x200003ca96e000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 05:18:58,054 INFO Processing ruok command from /127.0.0.1:42584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:18:58,097 INFO Processing ruok command from /127.0.0.1:42586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:19:08,062 INFO Processing ruok command from /127.0.0.1:42760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:19:08,092 INFO Processing ruok command from /127.0.0.1:42764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:19:18,050 INFO Processing ruok command from /127.0.0.1:42948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:19:18,082 INFO Processing ruok command from /127.0.0.1:42952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:19:28,052 INFO Processing ruok command from /127.0.0.1:43116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:19:28,084 INFO Processing ruok command from /127.0.0.1:43118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:19:38,056 INFO Processing ruok command from /127.0.0.1:43302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:19:38,083 INFO Processing ruok command from /127.0.0.1:43304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:19:48,046 INFO Processing ruok command from /127.0.0.1:43480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:19:48,086 INFO Processing ruok command from /127.0.0.1:43482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:19:58,038 INFO Processing ruok command from /127.0.0.1:43662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:19:58,064 INFO Processing ruok command from /127.0.0.1:43664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:20:08,054 INFO Processing ruok command from /127.0.0.1:43844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:20:08,081 INFO Processing ruok command from /127.0.0.1:43846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:20:18,052 INFO Processing ruok command from /127.0.0.1:44030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:20:18,084 INFO Processing ruok command from /127.0.0.1:44032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:20:28,045 INFO Processing ruok command from /127.0.0.1:44216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:20:28,071 INFO Processing ruok command from /127.0.0.1:44218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:20:38,055 INFO Processing ruok command from /127.0.0.1:44396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:20:38,093 INFO Processing ruok command from /127.0.0.1:44398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:20:48,045 INFO Processing ruok command from /127.0.0.1:44572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:20:48,086 INFO Processing ruok command from /127.0.0.1:44574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:20:57,676 INFO Committing global session 0x100003bc6d40007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 05:20:58,053 INFO Processing ruok command from /127.0.0.1:44756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:20:58,083 INFO Processing ruok command from /127.0.0.1:44758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:21:08,060 INFO Processing ruok command from /127.0.0.1:44932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:21:08,101 INFO Processing ruok command from /127.0.0.1:44936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:21:18,072 INFO Processing ruok command from /127.0.0.1:45116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:21:18,097 INFO Processing ruok command from /127.0.0.1:45118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:21:28,051 INFO Processing ruok command from /127.0.0.1:45288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:21:28,074 INFO Processing ruok command from /127.0.0.1:45290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:21:38,049 INFO Processing ruok command from /127.0.0.1:45462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:21:38,072 INFO Processing ruok command from /127.0.0.1:45464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:21:48,048 INFO Processing ruok command from /127.0.0.1:45654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:21:48,075 INFO Processing ruok command from /127.0.0.1:45656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:21:58,040 INFO Processing ruok command from /127.0.0.1:45832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:21:58,067 INFO Processing ruok command from /127.0.0.1:45834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:22:08,038 INFO Processing ruok command from /127.0.0.1:46014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:22:08,067 INFO Processing ruok command from /127.0.0.1:46016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:22:18,059 INFO Processing ruok command from /127.0.0.1:46200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:22:18,091 INFO Processing ruok command from /127.0.0.1:46202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:22:28,045 INFO Processing ruok command from /127.0.0.1:46374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:22:28,079 INFO Processing ruok command from /127.0.0.1:46376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:22:38,060 INFO Processing ruok command from /127.0.0.1:46578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:22:38,088 INFO Processing ruok command from /127.0.0.1:46580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:22:48,079 INFO Processing ruok command from /127.0.0.1:46786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:22:48,104 INFO Processing ruok command from /127.0.0.1:46788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:22:57,889 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-11-11 05:22:57,896 INFO Committing global session 0x300003c61e6000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 05:22:58,054 INFO Processing ruok command from /127.0.0.1:46980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:22:58,082 INFO Processing ruok command from /127.0.0.1:46982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:22:58,546 INFO Submitting global closeSession request for session 0x300003c61e6000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-11-11 05:23:08,050 INFO Processing ruok command from /127.0.0.1:47164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:23:08,080 INFO Processing ruok command from /127.0.0.1:47166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:23:18,042 INFO Processing ruok command from /127.0.0.1:47354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:23:18,068 INFO Processing ruok command from /127.0.0.1:47356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:23:28,043 INFO Processing ruok command from /127.0.0.1:47540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:23:28,069 INFO Processing ruok command from /127.0.0.1:47542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:23:38,049 INFO Processing ruok command from /127.0.0.1:47728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:23:38,084 INFO Processing ruok command from /127.0.0.1:47730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:23:48,062 INFO Processing ruok command from /127.0.0.1:47956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:23:48,138 INFO Processing ruok command from /127.0.0.1:47958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:23:58,050 INFO Processing ruok command from /127.0.0.1:48174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:23:58,121 INFO Processing ruok command from /127.0.0.1:48178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:24:08,055 INFO Processing ruok command from /127.0.0.1:48394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:24:08,124 INFO Processing ruok command from /127.0.0.1:48396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:24:18,064 INFO Processing ruok command from /127.0.0.1:48588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:24:18,088 INFO Processing ruok command from /127.0.0.1:48590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:24:28,064 INFO Processing ruok command from /127.0.0.1:48764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:24:28,105 INFO Processing ruok command from /127.0.0.1:48766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:24:38,080 INFO Processing ruok command from /127.0.0.1:48948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:24:38,107 INFO Processing ruok command from /127.0.0.1:48950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:24:48,052 INFO Processing ruok command from /127.0.0.1:49134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:24:48,089 INFO Processing ruok command from /127.0.0.1:49136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:24:57,929 INFO Committing global session 0x100003bc6d40008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 05:24:58,058 INFO Processing ruok command from /127.0.0.1:49314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:24:58,090 INFO Processing ruok command from /127.0.0.1:49318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:25:08,038 INFO Processing ruok command from /127.0.0.1:49506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:25:08,086 INFO Processing ruok command from /127.0.0.1:49508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:25:18,055 INFO Processing ruok command from /127.0.0.1:49702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:25:18,097 INFO Processing ruok command from /127.0.0.1:49704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:25:28,048 INFO Processing ruok command from /127.0.0.1:49880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:25:28,076 INFO Processing ruok command from /127.0.0.1:49882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:25:38,053 INFO Processing ruok command from /127.0.0.1:50068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:25:38,084 INFO Processing ruok command from /127.0.0.1:50070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:25:48,057 INFO Processing ruok command from /127.0.0.1:50270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:25:48,093 INFO Processing ruok command from /127.0.0.1:50272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:25:58,038 INFO Processing ruok command from /127.0.0.1:50458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:25:58,069 INFO Processing ruok command from /127.0.0.1:50462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:26:08,038 INFO Processing ruok command from /127.0.0.1:50644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:26:08,069 INFO Processing ruok command from /127.0.0.1:50648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:26:18,044 INFO Processing ruok command from /127.0.0.1:50844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:26:18,084 INFO Processing ruok command from /127.0.0.1:50846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:26:28,042 INFO Processing ruok command from /127.0.0.1:51034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:26:28,078 INFO Processing ruok command from /127.0.0.1:51036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:26:38,058 INFO Processing ruok command from /127.0.0.1:51224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:26:38,086 INFO Processing ruok command from /127.0.0.1:51226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:26:48,046 INFO Processing ruok command from /127.0.0.1:51424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:26:48,076 INFO Processing ruok command from /127.0.0.1:51426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:26:57,684 INFO Committing global session 0x200003ca96e000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 05:26:58,044 INFO Processing ruok command from /127.0.0.1:51612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:26:58,071 INFO Processing ruok command from /127.0.0.1:51614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:27:08,045 INFO Processing ruok command from /127.0.0.1:51802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:27:08,070 INFO Processing ruok command from /127.0.0.1:51804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:27:18,053 INFO Processing ruok command from /127.0.0.1:52002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:27:18,096 INFO Processing ruok command from /127.0.0.1:52004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:27:28,053 INFO Processing ruok command from /127.0.0.1:52192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:27:28,081 INFO Processing ruok command from /127.0.0.1:52194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:27:38,044 INFO Processing ruok command from /127.0.0.1:52386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:27:38,073 INFO Processing ruok command from /127.0.0.1:52388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:27:48,057 INFO Processing ruok command from /127.0.0.1:52590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:27:48,094 INFO Processing ruok command from /127.0.0.1:52592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:27:58,048 INFO Processing ruok command from /127.0.0.1:52784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:27:58,073 INFO Processing ruok command from /127.0.0.1:52786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:28:08,054 INFO Processing ruok command from /127.0.0.1:52978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:28:08,082 INFO Processing ruok command from /127.0.0.1:52980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:28:18,062 INFO Processing ruok command from /127.0.0.1:53176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:28:18,091 INFO Processing ruok command from /127.0.0.1:53178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:28:20,454 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-11-11 05:28:20,459 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-11-11 05:28:28,047 INFO Processing ruok command from /127.0.0.1:53362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:28:28,110 INFO Processing ruok command from /127.0.0.1:53364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:28:38,074 INFO Processing ruok command from /127.0.0.1:53556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:28:38,101 INFO Processing ruok command from /127.0.0.1:53558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:28:48,047 INFO Processing ruok command from /127.0.0.1:53758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:28:48,084 INFO Processing ruok command from /127.0.0.1:53760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:28:57,778 INFO Committing global session 0x200003ca96e0010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 05:28:58,063 INFO Processing ruok command from /127.0.0.1:53950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:28:58,088 INFO Processing ruok command from /127.0.0.1:53952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:29:08,037 INFO Processing ruok command from /127.0.0.1:54144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:29:08,079 INFO Processing ruok command from /127.0.0.1:54146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:29:18,051 INFO Processing ruok command from /127.0.0.1:54340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:29:18,077 INFO Processing ruok command from /127.0.0.1:54342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:29:20,454 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:29:20,461 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:29:28,046 INFO Processing ruok command from /127.0.0.1:54520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:29:28,079 INFO Processing ruok command from /127.0.0.1:54522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:29:38,061 INFO Processing ruok command from /127.0.0.1:54710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:29:38,085 INFO Processing ruok command from /127.0.0.1:54712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:29:48,052 INFO Processing ruok command from /127.0.0.1:54908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:29:48,076 INFO Processing ruok command from /127.0.0.1:54910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:29:58,062 INFO Processing ruok command from /127.0.0.1:55096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:29:58,091 INFO Processing ruok command from /127.0.0.1:55098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:30:08,043 INFO Processing ruok command from /127.0.0.1:55284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:30:08,078 INFO Processing ruok command from /127.0.0.1:55286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:30:18,061 INFO Processing ruok command from /127.0.0.1:55476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:30:18,098 INFO Processing ruok command from /127.0.0.1:55480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:30:20,454 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:30:20,459 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:30:28,051 INFO Processing ruok command from /127.0.0.1:55658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:30:28,080 INFO Processing ruok command from /127.0.0.1:55662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:30:38,044 INFO Processing ruok command from /127.0.0.1:55852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:30:38,073 INFO Processing ruok command from /127.0.0.1:55854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:30:48,041 INFO Processing ruok command from /127.0.0.1:56048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:30:48,069 INFO Processing ruok command from /127.0.0.1:56050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:30:57,697 INFO Committing global session 0x100003bc6d40009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 05:30:58,033 INFO Processing ruok command from /127.0.0.1:56240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:30:58,061 INFO Processing ruok command from /127.0.0.1:56242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:31:08,065 INFO Processing ruok command from /127.0.0.1:56438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:31:08,091 INFO Processing ruok command from /127.0.0.1:56440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:31:18,050 INFO Processing ruok command from /127.0.0.1:56638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:31:18,078 INFO Processing ruok command from /127.0.0.1:56640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:31:20,454 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 05:31:28,041 INFO Processing ruok command from /127.0.0.1:56836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:31:28,070 INFO Processing ruok command from /127.0.0.1:56838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:31:38,058 INFO Processing ruok command from /127.0.0.1:57050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:31:38,089 INFO Processing ruok command from /127.0.0.1:57054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:31:48,044 INFO Processing ruok command from /127.0.0.1:57258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:31:48,070 INFO Processing ruok command from /127.0.0.1:57260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:31:58,061 INFO Processing ruok command from /127.0.0.1:57458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:31:58,090 INFO Processing ruok command from /127.0.0.1:57460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:32:08,038 INFO Processing ruok command from /127.0.0.1:57664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:32:08,066 INFO Processing ruok command from /127.0.0.1:57666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:32:18,048 INFO Processing ruok command from /127.0.0.1:57866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:32:18,074 INFO Processing ruok command from /127.0.0.1:57868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:32:28,045 INFO Processing ruok command from /127.0.0.1:58046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:32:28,072 INFO Processing ruok command from /127.0.0.1:58048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:32:38,043 INFO Processing ruok command from /127.0.0.1:58238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:32:38,111 INFO Processing ruok command from /127.0.0.1:58240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:32:48,065 INFO Processing ruok command from /127.0.0.1:58440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:32:48,097 INFO Processing ruok command from /127.0.0.1:58442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:32:57,777 INFO Committing global session 0x200003ca96e0011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 05:32:58,063 INFO Processing ruok command from /127.0.0.1:58632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:32:58,101 INFO Processing ruok command from /127.0.0.1:58634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:33:08,038 INFO Processing ruok command from /127.0.0.1:58824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:33:08,064 INFO Processing ruok command from /127.0.0.1:58826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:33:18,040 INFO Processing ruok command from /127.0.0.1:59022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:33:18,074 INFO Processing ruok command from /127.0.0.1:59024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:33:28,044 INFO Processing ruok command from /127.0.0.1:59206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:33:28,079 INFO Processing ruok command from /127.0.0.1:59210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:33:38,051 INFO Processing ruok command from /127.0.0.1:59400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:33:38,093 INFO Processing ruok command from /127.0.0.1:59404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:33:48,059 INFO Processing ruok command from /127.0.0.1:59592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:33:48,087 INFO Processing ruok command from /127.0.0.1:59594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:33:58,066 INFO Processing ruok command from /127.0.0.1:59780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:33:58,118 INFO Processing ruok command from /127.0.0.1:59782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:34:08,049 INFO Processing ruok command from /127.0.0.1:59970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:34:08,083 INFO Processing ruok command from /127.0.0.1:59972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:34:11,349 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-11-11 05:34:11,349 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2022-11-11 05:34:11,360 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-11-11 05:34:18,059 INFO Processing ruok command from /127.0.0.1:60170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:34:18,085 INFO Processing ruok command from /127.0.0.1:60172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:34:28,039 INFO Processing ruok command from /127.0.0.1:60356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:34:28,070 INFO Processing ruok command from /127.0.0.1:60358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:34:38,062 INFO Processing ruok command from /127.0.0.1:60546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:34:38,090 INFO Processing ruok command from /127.0.0.1:60548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:34:48,060 INFO Processing ruok command from /127.0.0.1:60744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:34:48,089 INFO Processing ruok command from /127.0.0.1:60748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:34:57,543 INFO Committing global session 0x100003bc6d4000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 05:34:58,052 INFO Processing ruok command from /127.0.0.1:60944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:34:58,081 INFO Processing ruok command from /127.0.0.1:60946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:35:08,060 INFO Processing ruok command from /127.0.0.1:32904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:35:08,085 INFO Processing ruok command from /127.0.0.1:32906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:35:18,043 INFO Processing ruok command from /127.0.0.1:33098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:35:18,081 INFO Processing ruok command from /127.0.0.1:33100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:35:28,048 INFO Processing ruok command from /127.0.0.1:33282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:35:28,077 INFO Processing ruok command from /127.0.0.1:33284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:35:38,071 INFO Processing ruok command from /127.0.0.1:33474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:35:38,098 INFO Processing ruok command from /127.0.0.1:33476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:35:48,044 INFO Processing ruok command from /127.0.0.1:33672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:35:48,073 INFO Processing ruok command from /127.0.0.1:33674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:35:58,057 INFO Processing ruok command from /127.0.0.1:33864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:35:58,078 INFO Processing ruok command from /127.0.0.1:33866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:36:08,059 INFO Processing ruok command from /127.0.0.1:34054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:36:08,095 INFO Processing ruok command from /127.0.0.1:34058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:36:18,054 INFO Processing ruok command from /127.0.0.1:34248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:36:18,084 INFO Processing ruok command from /127.0.0.1:34250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:36:28,065 INFO Processing ruok command from /127.0.0.1:34444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:36:28,097 INFO Processing ruok command from /127.0.0.1:34446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:36:38,050 INFO Processing ruok command from /127.0.0.1:34634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:36:38,076 INFO Processing ruok command from /127.0.0.1:34636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:36:48,063 INFO Processing ruok command from /127.0.0.1:34822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:36:48,090 INFO Processing ruok command from /127.0.0.1:34824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:36:57,469 INFO Committing global session 0x100003bc6d4000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 05:36:58,051 INFO Processing ruok command from /127.0.0.1:35024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:36:58,075 INFO Processing ruok command from /127.0.0.1:35026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:37:08,057 INFO Processing ruok command from /127.0.0.1:35214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:37:08,091 INFO Processing ruok command from /127.0.0.1:35216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:37:18,054 INFO Processing ruok command from /127.0.0.1:35406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:37:18,091 INFO Processing ruok command from /127.0.0.1:35408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:37:28,054 INFO Processing ruok command from /127.0.0.1:35592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:37:28,087 INFO Processing ruok command from /127.0.0.1:35594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:37:38,061 INFO Processing ruok command from /127.0.0.1:35782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:37:38,100 INFO Processing ruok command from /127.0.0.1:35784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:37:48,051 INFO Processing ruok command from /127.0.0.1:35976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:37:48,081 INFO Processing ruok command from /127.0.0.1:35978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:37:58,045 INFO Processing ruok command from /127.0.0.1:36170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:37:58,078 INFO Processing ruok command from /127.0.0.1:36172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:38:08,050 INFO Processing ruok command from /127.0.0.1:36358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:38:08,079 INFO Processing ruok command from /127.0.0.1:36360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:38:18,037 INFO Processing ruok command from /127.0.0.1:36554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:38:18,062 INFO Processing ruok command from /127.0.0.1:36556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:38:28,044 INFO Processing ruok command from /127.0.0.1:36744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:38:28,073 INFO Processing ruok command from /127.0.0.1:36746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:38:38,047 INFO Processing ruok command from /127.0.0.1:36928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:38:38,076 INFO Processing ruok command from /127.0.0.1:36930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:38:48,055 INFO Processing ruok command from /127.0.0.1:37120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:38:48,095 INFO Processing ruok command from /127.0.0.1:37122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:38:57,832 INFO Committing global session 0x100003bc6d4000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 05:38:58,066 INFO Processing ruok command from /127.0.0.1:37318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:38:58,091 INFO Processing ruok command from /127.0.0.1:37320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:39:08,052 INFO Processing ruok command from /127.0.0.1:37508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:39:08,089 INFO Processing ruok command from /127.0.0.1:37512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:39:18,060 INFO Processing ruok command from /127.0.0.1:37708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:39:18,081 INFO Processing ruok command from /127.0.0.1:37710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:39:28,045 INFO Processing ruok command from /127.0.0.1:37896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:39:28,070 INFO Processing ruok command from /127.0.0.1:37898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:39:38,041 INFO Processing ruok command from /127.0.0.1:38086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:39:38,070 INFO Processing ruok command from /127.0.0.1:38088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:39:48,043 INFO Processing ruok command from /127.0.0.1:38278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:39:48,074 INFO Processing ruok command from /127.0.0.1:38280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:39:58,045 INFO Processing ruok command from /127.0.0.1:38474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:39:58,078 INFO Processing ruok command from /127.0.0.1:38476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:40:08,048 INFO Processing ruok command from /127.0.0.1:38664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:40:08,078 INFO Processing ruok command from /127.0.0.1:38666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:40:18,057 INFO Processing ruok command from /127.0.0.1:38868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:40:18,113 INFO Processing ruok command from /127.0.0.1:38870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:40:28,039 INFO Processing ruok command from /127.0.0.1:39054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:40:28,107 INFO Processing ruok command from /127.0.0.1:39056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:40:38,035 INFO Processing ruok command from /127.0.0.1:39250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:40:38,072 INFO Processing ruok command from /127.0.0.1:39252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:40:48,067 INFO Processing ruok command from /127.0.0.1:39444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:40:48,134 INFO Processing ruok command from /127.0.0.1:39446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:40:57,661 INFO Committing global session 0x100003bc6d4000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 05:40:58,061 INFO Processing ruok command from /127.0.0.1:39644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:40:58,087 INFO Processing ruok command from /127.0.0.1:39646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:41:08,045 INFO Processing ruok command from /127.0.0.1:39834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:41:08,071 INFO Processing ruok command from /127.0.0.1:39836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:41:18,059 INFO Processing ruok command from /127.0.0.1:40030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:41:18,086 INFO Processing ruok command from /127.0.0.1:40032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:41:28,047 INFO Processing ruok command from /127.0.0.1:40222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:41:28,077 INFO Processing ruok command from /127.0.0.1:40226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:41:38,070 INFO Processing ruok command from /127.0.0.1:40406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:41:38,100 INFO Processing ruok command from /127.0.0.1:40408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:41:48,056 INFO Processing ruok command from /127.0.0.1:40600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:41:48,098 INFO Processing ruok command from /127.0.0.1:40602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:41:58,065 INFO Processing ruok command from /127.0.0.1:40792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:41:58,100 INFO Processing ruok command from /127.0.0.1:40794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:42:08,049 INFO Processing ruok command from /127.0.0.1:40984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:42:08,089 INFO Processing ruok command from /127.0.0.1:40986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:42:18,042 INFO Processing ruok command from /127.0.0.1:41184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:42:18,121 INFO Processing ruok command from /127.0.0.1:41186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:42:28,063 INFO Processing ruok command from /127.0.0.1:41374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:42:28,095 INFO Processing ruok command from /127.0.0.1:41376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:42:38,043 INFO Processing ruok command from /127.0.0.1:41558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:42:38,070 INFO Processing ruok command from /127.0.0.1:41560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:42:48,052 INFO Processing ruok command from /127.0.0.1:41760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:42:48,075 INFO Processing ruok command from /127.0.0.1:41762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:42:57,854 INFO Committing global session 0x200003ca96e0012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 05:42:58,047 INFO Processing ruok command from /127.0.0.1:41952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:42:58,118 INFO Processing ruok command from /127.0.0.1:41954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:43:08,037 INFO Processing ruok command from /127.0.0.1:42140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:43:08,071 INFO Processing ruok command from /127.0.0.1:42142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:43:18,050 INFO Processing ruok command from /127.0.0.1:42334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:43:18,082 INFO Processing ruok command from /127.0.0.1:42336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:43:28,040 INFO Processing ruok command from /127.0.0.1:42524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:43:28,067 INFO Processing ruok command from /127.0.0.1:42526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:43:38,047 INFO Processing ruok command from /127.0.0.1:42718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:43:38,082 INFO Processing ruok command from /127.0.0.1:42720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:43:48,062 INFO Processing ruok command from /127.0.0.1:42908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:43:48,092 INFO Processing ruok command from /127.0.0.1:42910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:43:58,057 INFO Processing ruok command from /127.0.0.1:43106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:43:58,084 INFO Processing ruok command from /127.0.0.1:43108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:44:08,039 INFO Processing ruok command from /127.0.0.1:43290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:44:08,067 INFO Processing ruok command from /127.0.0.1:43292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:44:18,056 INFO Processing ruok command from /127.0.0.1:43478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:44:18,083 INFO Processing ruok command from /127.0.0.1:43480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:44:28,058 INFO Processing ruok command from /127.0.0.1:43668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:44:28,086 INFO Processing ruok command from /127.0.0.1:43670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:44:38,051 INFO Processing ruok command from /127.0.0.1:43858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:44:38,076 INFO Processing ruok command from /127.0.0.1:43860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:44:48,038 INFO Processing ruok command from /127.0.0.1:44062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:44:48,070 INFO Processing ruok command from /127.0.0.1:44064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:44:57,754 INFO Committing global session 0x200003ca96e0013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 05:44:58,051 INFO Processing ruok command from /127.0.0.1:44256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:44:58,076 INFO Processing ruok command from /127.0.0.1:44258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:45:08,047 INFO Processing ruok command from /127.0.0.1:44450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:45:08,080 INFO Processing ruok command from /127.0.0.1:44452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:45:18,058 INFO Processing ruok command from /127.0.0.1:44648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:45:18,102 INFO Processing ruok command from /127.0.0.1:44650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:45:28,058 INFO Processing ruok command from /127.0.0.1:44836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:45:28,087 INFO Processing ruok command from /127.0.0.1:44838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:45:38,055 INFO Processing ruok command from /127.0.0.1:45022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:45:38,103 INFO Processing ruok command from /127.0.0.1:45026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:45:48,061 INFO Processing ruok command from /127.0.0.1:45216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:45:48,093 INFO Processing ruok command from /127.0.0.1:45218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:45:58,057 INFO Processing ruok command from /127.0.0.1:45416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:45:58,090 INFO Processing ruok command from /127.0.0.1:45420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:46:08,060 INFO Processing ruok command from /127.0.0.1:45614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:46:08,122 INFO Processing ruok command from /127.0.0.1:45618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:46:18,077 INFO Processing ruok command from /127.0.0.1:45808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:46:18,103 INFO Processing ruok command from /127.0.0.1:45810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:46:28,040 INFO Processing ruok command from /127.0.0.1:46002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:46:28,071 INFO Processing ruok command from /127.0.0.1:46004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:46:38,053 INFO Processing ruok command from /127.0.0.1:46190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:46:38,084 INFO Processing ruok command from /127.0.0.1:46192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:46:48,064 INFO Processing ruok command from /127.0.0.1:46386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:46:48,095 INFO Processing ruok command from /127.0.0.1:46388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:46:57,733 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-11-11 05:46:57,740 INFO Committing global session 0x300003c61e6000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 05:46:58,036 INFO Processing ruok command from /127.0.0.1:46574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:46:58,069 INFO Processing ruok command from /127.0.0.1:46576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:46:58,292 INFO Submitting global closeSession request for session 0x300003c61e6000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-11-11 05:47:08,067 INFO Processing ruok command from /127.0.0.1:46760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:47:08,120 INFO Processing ruok command from /127.0.0.1:46762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:47:18,050 INFO Processing ruok command from /127.0.0.1:46968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:47:18,086 INFO Processing ruok command from /127.0.0.1:46972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:47:28,050 INFO Processing ruok command from /127.0.0.1:47158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:47:28,078 INFO Processing ruok command from /127.0.0.1:47160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:47:38,063 INFO Processing ruok command from /127.0.0.1:47354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:47:38,091 INFO Processing ruok command from /127.0.0.1:47356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:47:48,057 INFO Processing ruok command from /127.0.0.1:47546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:47:48,092 INFO Processing ruok command from /127.0.0.1:47548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:47:58,051 INFO Processing ruok command from /127.0.0.1:47734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:47:58,086 INFO Processing ruok command from /127.0.0.1:47736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:48:08,042 INFO Processing ruok command from /127.0.0.1:47928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:48:08,070 INFO Processing ruok command from /127.0.0.1:47930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:48:18,057 INFO Processing ruok command from /127.0.0.1:48126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:48:18,084 INFO Processing ruok command from /127.0.0.1:48128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:48:28,054 INFO Processing ruok command from /127.0.0.1:48314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:48:28,093 INFO Processing ruok command from /127.0.0.1:48316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:48:38,060 INFO Processing ruok command from /127.0.0.1:48506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:48:38,084 INFO Processing ruok command from /127.0.0.1:48508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:48:48,051 INFO Processing ruok command from /127.0.0.1:48694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:48:48,078 INFO Processing ruok command from /127.0.0.1:48696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:48:57,589 INFO Committing global session 0x200003ca96e0014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 05:48:58,049 INFO Processing ruok command from /127.0.0.1:48892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:48:58,074 INFO Processing ruok command from /127.0.0.1:48894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:49:08,066 INFO Processing ruok command from /127.0.0.1:49084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:49:08,109 INFO Processing ruok command from /127.0.0.1:49086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:49:18,050 INFO Processing ruok command from /127.0.0.1:49274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:49:18,087 INFO Processing ruok command from /127.0.0.1:49276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:49:28,041 INFO Processing ruok command from /127.0.0.1:49468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:49:28,076 INFO Processing ruok command from /127.0.0.1:49470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:49:38,059 INFO Processing ruok command from /127.0.0.1:49654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:49:38,094 INFO Processing ruok command from /127.0.0.1:49656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:49:48,071 INFO Processing ruok command from /127.0.0.1:49852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:49:48,097 INFO Processing ruok command from /127.0.0.1:49854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:49:58,040 INFO Processing ruok command from /127.0.0.1:50040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:49:58,067 INFO Processing ruok command from /127.0.0.1:50042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:50:08,045 INFO Processing ruok command from /127.0.0.1:50228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:50:08,073 INFO Processing ruok command from /127.0.0.1:50232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:50:18,056 INFO Processing ruok command from /127.0.0.1:50422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:50:18,084 INFO Processing ruok command from /127.0.0.1:50424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:50:28,052 INFO Processing ruok command from /127.0.0.1:50606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:50:28,079 INFO Processing ruok command from /127.0.0.1:50608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:50:38,054 INFO Processing ruok command from /127.0.0.1:50804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:50:38,081 INFO Processing ruok command from /127.0.0.1:50806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:50:48,050 INFO Processing ruok command from /127.0.0.1:50996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:50:48,089 INFO Processing ruok command from /127.0.0.1:50998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:50:57,553 INFO Committing global session 0x200003ca96e0015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 05:50:58,057 INFO Processing ruok command from /127.0.0.1:51194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:50:58,083 INFO Processing ruok command from /127.0.0.1:51196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:51:08,039 INFO Processing ruok command from /127.0.0.1:51384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:51:08,063 INFO Processing ruok command from /127.0.0.1:51386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:51:18,049 INFO Processing ruok command from /127.0.0.1:51582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:51:18,076 INFO Processing ruok command from /127.0.0.1:51584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:51:28,057 INFO Processing ruok command from /127.0.0.1:51774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:51:28,082 INFO Processing ruok command from /127.0.0.1:51776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:51:38,056 INFO Processing ruok command from /127.0.0.1:51960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:51:38,081 INFO Processing ruok command from /127.0.0.1:51962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:51:48,045 INFO Processing ruok command from /127.0.0.1:52150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:51:48,078 INFO Processing ruok command from /127.0.0.1:52152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:51:58,045 INFO Processing ruok command from /127.0.0.1:52346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:51:58,066 INFO Processing ruok command from /127.0.0.1:52348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:52:08,050 INFO Processing ruok command from /127.0.0.1:52538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:52:08,077 INFO Processing ruok command from /127.0.0.1:52540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:52:18,054 INFO Processing ruok command from /127.0.0.1:52740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:52:18,089 INFO Processing ruok command from /127.0.0.1:52742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:52:28,058 INFO Processing ruok command from /127.0.0.1:52928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:52:28,088 INFO Processing ruok command from /127.0.0.1:52930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:52:38,056 INFO Processing ruok command from /127.0.0.1:53120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:52:38,116 INFO Processing ruok command from /127.0.0.1:53122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:52:48,056 INFO Processing ruok command from /127.0.0.1:53314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:52:48,087 INFO Processing ruok command from /127.0.0.1:53316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:52:57,680 INFO Committing global session 0x200003ca96e0016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 05:52:58,048 INFO Processing ruok command from /127.0.0.1:53516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:52:58,078 INFO Processing ruok command from /127.0.0.1:53518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:53:08,060 INFO Processing ruok command from /127.0.0.1:53726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:53:08,082 INFO Processing ruok command from /127.0.0.1:53728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:53:18,082 INFO Processing ruok command from /127.0.0.1:53930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:53:18,122 INFO Processing ruok command from /127.0.0.1:53934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:53:28,049 INFO Processing ruok command from /127.0.0.1:54136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:53:28,075 INFO Processing ruok command from /127.0.0.1:54138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:53:38,052 INFO Processing ruok command from /127.0.0.1:54336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:53:38,080 INFO Processing ruok command from /127.0.0.1:54338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:53:48,050 INFO Processing ruok command from /127.0.0.1:54536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:53:48,090 INFO Processing ruok command from /127.0.0.1:54538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:53:58,051 INFO Processing ruok command from /127.0.0.1:54732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:53:58,076 INFO Processing ruok command from /127.0.0.1:54734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:54:08,049 INFO Processing ruok command from /127.0.0.1:54924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:54:08,075 INFO Processing ruok command from /127.0.0.1:54926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:54:18,042 INFO Processing ruok command from /127.0.0.1:55116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:54:18,064 INFO Processing ruok command from /127.0.0.1:55118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:54:28,043 INFO Processing ruok command from /127.0.0.1:55304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:54:28,065 INFO Processing ruok command from /127.0.0.1:55306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:54:38,056 INFO Processing ruok command from /127.0.0.1:55494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:54:38,121 INFO Processing ruok command from /127.0.0.1:55496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:54:48,046 INFO Processing ruok command from /127.0.0.1:55694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:54:48,114 INFO Processing ruok command from /127.0.0.1:55696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:54:57,899 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-11-11 05:54:57,911 INFO Committing global session 0x300003c61e6000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 05:54:58,064 INFO Processing ruok command from /127.0.0.1:55884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:54:58,103 INFO Processing ruok command from /127.0.0.1:55886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:54:58,456 INFO Submitting global closeSession request for session 0x300003c61e6000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-11-11 05:55:08,059 INFO Processing ruok command from /127.0.0.1:56094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:55:08,102 INFO Processing ruok command from /127.0.0.1:56096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:55:18,046 INFO Processing ruok command from /127.0.0.1:56296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:55:18,083 INFO Processing ruok command from /127.0.0.1:56298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:55:28,054 INFO Processing ruok command from /127.0.0.1:56490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:55:28,081 INFO Processing ruok command from /127.0.0.1:56492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:55:38,058 INFO Processing ruok command from /127.0.0.1:56684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:55:38,098 INFO Processing ruok command from /127.0.0.1:56686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:55:48,050 INFO Processing ruok command from /127.0.0.1:56876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:55:48,074 INFO Processing ruok command from /127.0.0.1:56878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:55:58,055 INFO Processing ruok command from /127.0.0.1:57072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:55:58,108 INFO Processing ruok command from /127.0.0.1:57074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:56:08,071 INFO Processing ruok command from /127.0.0.1:57258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:56:08,105 INFO Processing ruok command from /127.0.0.1:57260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:56:18,059 INFO Processing ruok command from /127.0.0.1:57452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:56:18,092 INFO Processing ruok command from /127.0.0.1:57454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:56:28,071 INFO Processing ruok command from /127.0.0.1:57650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:56:28,109 INFO Processing ruok command from /127.0.0.1:57652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:56:38,049 INFO Processing ruok command from /127.0.0.1:57838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:56:38,096 INFO Processing ruok command from /127.0.0.1:57840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:56:48,052 INFO Processing ruok command from /127.0.0.1:58034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:56:48,082 INFO Processing ruok command from /127.0.0.1:58036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:56:57,708 INFO Committing global session 0x200003ca96e0017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 05:56:58,063 INFO Processing ruok command from /127.0.0.1:58226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:56:58,091 INFO Processing ruok command from /127.0.0.1:58228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:57:08,042 INFO Processing ruok command from /127.0.0.1:58406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:57:08,082 INFO Processing ruok command from /127.0.0.1:58408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:57:18,062 INFO Processing ruok command from /127.0.0.1:58608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:57:18,139 INFO Processing ruok command from /127.0.0.1:58610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:57:28,073 INFO Processing ruok command from /127.0.0.1:58798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:57:28,100 INFO Processing ruok command from /127.0.0.1:58800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:57:38,046 INFO Processing ruok command from /127.0.0.1:59000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:57:38,072 INFO Processing ruok command from /127.0.0.1:59002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:57:48,060 INFO Processing ruok command from /127.0.0.1:59188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:57:48,091 INFO Processing ruok command from /127.0.0.1:59190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:57:58,059 INFO Processing ruok command from /127.0.0.1:59380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:57:58,094 INFO Processing ruok command from /127.0.0.1:59382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:58:08,045 INFO Processing ruok command from /127.0.0.1:59572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:58:08,072 INFO Processing ruok command from /127.0.0.1:59574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:58:18,050 INFO Processing ruok command from /127.0.0.1:59776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:58:18,085 INFO Processing ruok command from /127.0.0.1:59778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:58:28,063 INFO Processing ruok command from /127.0.0.1:59970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:58:28,090 INFO Processing ruok command from /127.0.0.1:59972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:58:38,058 INFO Processing ruok command from /127.0.0.1:60160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:58:38,081 INFO Processing ruok command from /127.0.0.1:60162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:58:48,043 INFO Processing ruok command from /127.0.0.1:60356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:58:48,081 INFO Processing ruok command from /127.0.0.1:60360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:58:57,787 INFO Committing global session 0x200003ca96e0018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 05:58:58,060 INFO Processing ruok command from /127.0.0.1:60552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:58:58,103 INFO Processing ruok command from /127.0.0.1:60556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:59:08,046 INFO Processing ruok command from /127.0.0.1:60742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:59:08,095 INFO Processing ruok command from /127.0.0.1:60744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:59:18,050 INFO Processing ruok command from /127.0.0.1:60944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:59:18,076 INFO Processing ruok command from /127.0.0.1:60946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:59:28,069 INFO Processing ruok command from /127.0.0.1:32902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:59:28,108 INFO Processing ruok command from /127.0.0.1:32904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:59:38,052 INFO Processing ruok command from /127.0.0.1:33090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:59:38,104 INFO Processing ruok command from /127.0.0.1:33092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:59:48,066 INFO Processing ruok command from /127.0.0.1:33290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:59:48,090 INFO Processing ruok command from /127.0.0.1:33292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 05:59:58,062 INFO Processing ruok command from /127.0.0.1:33482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 05:59:58,115 INFO Processing ruok command from /127.0.0.1:33484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:00:08,035 INFO Processing ruok command from /127.0.0.1:33676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:00:08,071 INFO Processing ruok command from /127.0.0.1:33678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:00:18,063 INFO Processing ruok command from /127.0.0.1:33872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:00:18,094 INFO Processing ruok command from /127.0.0.1:33874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:00:28,055 INFO Processing ruok command from /127.0.0.1:34052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:00:28,080 INFO Processing ruok command from /127.0.0.1:34054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:00:38,051 INFO Processing ruok command from /127.0.0.1:34246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:00:38,087 INFO Processing ruok command from /127.0.0.1:34248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:00:48,057 INFO Processing ruok command from /127.0.0.1:34444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:00:48,093 INFO Processing ruok command from /127.0.0.1:34446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:00:57,622 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-11-11 06:00:57,635 INFO Committing global session 0x300003c61e6000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 06:00:58,069 INFO Processing ruok command from /127.0.0.1:34640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:00:58,095 INFO Processing ruok command from /127.0.0.1:34644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:00:58,207 INFO Submitting global closeSession request for session 0x300003c61e6000f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-11-11 06:01:08,058 INFO Processing ruok command from /127.0.0.1:34838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:01:08,086 INFO Processing ruok command from /127.0.0.1:34840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:01:18,050 INFO Processing ruok command from /127.0.0.1:35062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:01:18,084 INFO Processing ruok command from /127.0.0.1:35064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:01:28,070 INFO Processing ruok command from /127.0.0.1:35276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:01:28,099 INFO Processing ruok command from /127.0.0.1:35280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:01:38,058 INFO Processing ruok command from /127.0.0.1:35462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:01:38,084 INFO Processing ruok command from /127.0.0.1:35464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:01:48,052 INFO Processing ruok command from /127.0.0.1:35666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:01:48,082 INFO Processing ruok command from /127.0.0.1:35668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:01:58,037 INFO Processing ruok command from /127.0.0.1:35858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:01:58,066 INFO Processing ruok command from /127.0.0.1:35860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:02:08,051 INFO Processing ruok command from /127.0.0.1:36042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:02:08,075 INFO Processing ruok command from /127.0.0.1:36044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:02:18,045 INFO Processing ruok command from /127.0.0.1:36236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:02:18,079 INFO Processing ruok command from /127.0.0.1:36238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:02:28,057 INFO Processing ruok command from /127.0.0.1:36424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:02:28,097 INFO Processing ruok command from /127.0.0.1:36426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:02:38,054 INFO Processing ruok command from /127.0.0.1:36618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:02:38,079 INFO Processing ruok command from /127.0.0.1:36620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:02:48,044 INFO Processing ruok command from /127.0.0.1:36812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:02:48,065 INFO Processing ruok command from /127.0.0.1:36814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:02:57,860 INFO Committing global session 0x200003ca96e0019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 06:02:58,049 INFO Processing ruok command from /127.0.0.1:37010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:02:58,077 INFO Processing ruok command from /127.0.0.1:37012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:03:08,040 INFO Processing ruok command from /127.0.0.1:37204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:03:08,069 INFO Processing ruok command from /127.0.0.1:37206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:03:18,047 INFO Processing ruok command from /127.0.0.1:37396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:03:18,080 INFO Processing ruok command from /127.0.0.1:37398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:03:28,066 INFO Processing ruok command from /127.0.0.1:37594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:03:28,089 INFO Processing ruok command from /127.0.0.1:37596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:03:38,060 INFO Processing ruok command from /127.0.0.1:37784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:03:38,088 INFO Processing ruok command from /127.0.0.1:37786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:03:48,057 INFO Processing ruok command from /127.0.0.1:37982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:03:48,091 INFO Processing ruok command from /127.0.0.1:37984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:03:58,053 INFO Processing ruok command from /127.0.0.1:38176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:03:58,089 INFO Processing ruok command from /127.0.0.1:38178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:04:08,042 INFO Processing ruok command from /127.0.0.1:38354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:04:08,069 INFO Processing ruok command from /127.0.0.1:38356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:04:18,064 INFO Processing ruok command from /127.0.0.1:38554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:04:18,126 INFO Processing ruok command from /127.0.0.1:38556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:04:28,046 INFO Processing ruok command from /127.0.0.1:38740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:04:28,071 INFO Processing ruok command from /127.0.0.1:38742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:04:38,057 INFO Processing ruok command from /127.0.0.1:38950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:04:38,084 INFO Processing ruok command from /127.0.0.1:38952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:04:48,052 INFO Processing ruok command from /127.0.0.1:39154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:04:48,080 INFO Processing ruok command from /127.0.0.1:39156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:04:57,673 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-11-11 06:04:57,681 INFO Committing global session 0x300003c61e60010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 06:04:58,063 INFO Processing ruok command from /127.0.0.1:39364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:04:58,101 INFO Processing ruok command from /127.0.0.1:39366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:04:58,234 INFO Submitting global closeSession request for session 0x300003c61e60010 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-11-11 06:05:08,051 INFO Processing ruok command from /127.0.0.1:39556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:05:08,084 INFO Processing ruok command from /127.0.0.1:39560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:05:18,055 INFO Processing ruok command from /127.0.0.1:39752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:05:18,135 INFO Processing ruok command from /127.0.0.1:39754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:05:20,454 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC/g1/c4 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:05:28,064 INFO Processing ruok command from /127.0.0.1:39934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:05:28,088 INFO Processing ruok command from /127.0.0.1:39936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:05:38,056 INFO Processing ruok command from /127.0.0.1:40130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:05:38,083 INFO Processing ruok command from /127.0.0.1:40132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:05:48,032 INFO Processing ruok command from /127.0.0.1:40326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:05:48,064 INFO Processing ruok command from /127.0.0.1:40328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:05:58,051 INFO Processing ruok command from /127.0.0.1:40520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:05:58,083 INFO Processing ruok command from /127.0.0.1:40522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:06:08,059 INFO Processing ruok command from /127.0.0.1:40708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:06:08,080 INFO Processing ruok command from /127.0.0.1:40710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:06:18,052 INFO Processing ruok command from /127.0.0.1:40898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:06:18,090 INFO Processing ruok command from /127.0.0.1:40900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:06:20,454 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC/g1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:06:28,052 INFO Processing ruok command from /127.0.0.1:41076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:06:28,078 INFO Processing ruok command from /127.0.0.1:41078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:06:38,050 INFO Processing ruok command from /127.0.0.1:41266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:06:38,121 INFO Processing ruok command from /127.0.0.1:41270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:06:48,042 INFO Processing ruok command from /127.0.0.1:41466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:06:48,072 INFO Processing ruok command from /127.0.0.1:41468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:06:57,828 INFO Committing global session 0x100003bc6d4000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 06:06:58,050 INFO Processing ruok command from /127.0.0.1:41658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:06:58,086 INFO Processing ruok command from /127.0.0.1:41660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:07:08,054 INFO Processing ruok command from /127.0.0.1:41852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:07:08,088 INFO Processing ruok command from /127.0.0.1:41854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:07:18,052 INFO Processing ruok command from /127.0.0.1:42050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:07:18,089 INFO Processing ruok command from /127.0.0.1:42052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:07:20,453 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:07:20,459 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:07:28,055 INFO Processing ruok command from /127.0.0.1:42238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:07:28,074 INFO Processing ruok command from /127.0.0.1:42240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:07:38,054 INFO Processing ruok command from /127.0.0.1:42430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:07:38,088 INFO Processing ruok command from /127.0.0.1:42432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:07:48,082 INFO Processing ruok command from /127.0.0.1:42632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:07:48,108 INFO Processing ruok command from /127.0.0.1:42634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:07:58,047 INFO Processing ruok command from /127.0.0.1:42826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:07:58,074 INFO Processing ruok command from /127.0.0.1:42828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:08:08,053 INFO Processing ruok command from /127.0.0.1:43008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:08:08,081 INFO Processing ruok command from /127.0.0.1:43010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:08:18,042 INFO Processing ruok command from /127.0.0.1:43202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:08:18,064 INFO Processing ruok command from /127.0.0.1:43204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:08:20,453 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:08:28,054 INFO Processing ruok command from /127.0.0.1:43398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:08:28,087 INFO Processing ruok command from /127.0.0.1:43400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:08:38,041 INFO Processing ruok command from /127.0.0.1:43590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:08:38,078 INFO Processing ruok command from /127.0.0.1:43594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:08:48,047 INFO Processing ruok command from /127.0.0.1:43786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:08:48,076 INFO Processing ruok command from /127.0.0.1:43788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:08:57,830 INFO Committing global session 0x200003ca96e001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 06:08:58,048 INFO Processing ruok command from /127.0.0.1:43988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:08:58,081 INFO Processing ruok command from /127.0.0.1:43990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:09:08,064 INFO Processing ruok command from /127.0.0.1:44182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:09:08,089 INFO Processing ruok command from /127.0.0.1:44184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:09:18,050 INFO Processing ruok command from /127.0.0.1:44378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:09:18,077 INFO Processing ruok command from /127.0.0.1:44380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:09:20,454 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:09:20,459 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:09:28,045 INFO Processing ruok command from /127.0.0.1:44576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:09:28,074 INFO Processing ruok command from /127.0.0.1:44578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:09:38,069 INFO Processing ruok command from /127.0.0.1:44766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:09:38,137 INFO Processing ruok command from /127.0.0.1:44768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:09:48,051 INFO Processing ruok command from /127.0.0.1:44964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:09:48,082 INFO Processing ruok command from /127.0.0.1:44966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:09:58,051 INFO Processing ruok command from /127.0.0.1:45158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:09:58,076 INFO Processing ruok command from /127.0.0.1:45160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:10:08,057 INFO Processing ruok command from /127.0.0.1:45350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:10:08,089 INFO Processing ruok command from /127.0.0.1:45352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:10:18,043 INFO Processing ruok command from /127.0.0.1:45548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:10:18,077 INFO Processing ruok command from /127.0.0.1:45550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:10:20,453 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/homlesGroup1a57132c-62d6-4dc4-9b54-0653c831d8fe/homles1a57132c-62d6-4dc4-9b54-0653c831d8fe (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:10:20,460 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:10:20,465 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:10:20,471 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/sonhms-cg/sonhms-cid (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:10:28,052 INFO Processing ruok command from /127.0.0.1:45746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:10:28,083 INFO Processing ruok command from /127.0.0.1:45748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:10:38,045 INFO Processing ruok command from /127.0.0.1:45938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:10:38,072 INFO Processing ruok command from /127.0.0.1:45940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:10:48,047 INFO Processing ruok command from /127.0.0.1:46146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:10:48,072 INFO Processing ruok command from /127.0.0.1:46148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:10:57,691 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-11-11 06:10:57,704 INFO Committing global session 0x300003c61e60011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 06:10:58,047 INFO Processing ruok command from /127.0.0.1:46340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:10:58,082 INFO Processing ruok command from /127.0.0.1:46342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:10:58,245 INFO Submitting global closeSession request for session 0x300003c61e60011 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-11-11 06:11:08,048 INFO Processing ruok command from /127.0.0.1:46542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:11:08,091 INFO Processing ruok command from /127.0.0.1:46546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:11:18,072 INFO Processing ruok command from /127.0.0.1:46742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:11:18,104 INFO Processing ruok command from /127.0.0.1:46744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:11:20,454 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/homlesGroup1a57132c-62d6-4dc4-9b54-0653c831d8fe (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:11:20,460 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/sonhms-cg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:11:28,054 INFO Processing ruok command from /127.0.0.1:46938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:11:28,083 INFO Processing ruok command from /127.0.0.1:46940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:11:38,048 INFO Processing ruok command from /127.0.0.1:47130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:11:38,081 INFO Processing ruok command from /127.0.0.1:47132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:11:48,055 INFO Processing ruok command from /127.0.0.1:47330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:11:48,082 INFO Processing ruok command from /127.0.0.1:47332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:11:58,041 INFO Processing ruok command from /127.0.0.1:47522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:11:58,065 INFO Processing ruok command from /127.0.0.1:47524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:12:08,038 INFO Processing ruok command from /127.0.0.1:47716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:12:08,064 INFO Processing ruok command from /127.0.0.1:47718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:12:18,050 INFO Processing ruok command from /127.0.0.1:47914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:12:18,082 INFO Processing ruok command from /127.0.0.1:47916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:12:20,453 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:12:20,459 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:12:28,053 INFO Processing ruok command from /127.0.0.1:48108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:12:28,106 INFO Processing ruok command from /127.0.0.1:48110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:12:38,050 INFO Processing ruok command from /127.0.0.1:48304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:12:38,120 INFO Processing ruok command from /127.0.0.1:48306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:12:48,047 INFO Processing ruok command from /127.0.0.1:48500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:12:48,072 INFO Processing ruok command from /127.0.0.1:48502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:12:58,041 INFO Processing ruok command from /127.0.0.1:48700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:12:58,072 INFO Committing global session 0x200003ca96e001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 06:12:58,074 INFO Processing ruok command from /127.0.0.1:48704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:13:08,059 INFO Processing ruok command from /127.0.0.1:48892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:13:08,120 INFO Processing ruok command from /127.0.0.1:48896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:13:18,049 INFO Processing ruok command from /127.0.0.1:49092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:13:18,084 INFO Processing ruok command from /127.0.0.1:49094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:13:20,453 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:13:20,460 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:13:28,051 INFO Processing ruok command from /127.0.0.1:49278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:13:28,072 INFO Processing ruok command from /127.0.0.1:49280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:13:38,053 INFO Processing ruok command from /127.0.0.1:49468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:13:38,091 INFO Processing ruok command from /127.0.0.1:49470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:13:48,052 INFO Processing ruok command from /127.0.0.1:49664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:13:48,081 INFO Processing ruok command from /127.0.0.1:49668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:13:58,042 INFO Processing ruok command from /127.0.0.1:49864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:13:58,068 INFO Processing ruok command from /127.0.0.1:49866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:14:08,051 INFO Processing ruok command from /127.0.0.1:50052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:14:08,112 INFO Processing ruok command from /127.0.0.1:50054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:14:18,048 INFO Processing ruok command from /127.0.0.1:50252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:14:18,084 INFO Processing ruok command from /127.0.0.1:50254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:14:20,453 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:14:20,459 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-11-11 06:14:20,466 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:14:20,471 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:14:20,478 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:14:28,049 INFO Processing ruok command from /127.0.0.1:50442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:14:28,088 INFO Processing ruok command from /127.0.0.1:50444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:14:38,052 INFO Processing ruok command from /127.0.0.1:50634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:14:38,080 INFO Processing ruok command from /127.0.0.1:50636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:14:48,043 INFO Processing ruok command from /127.0.0.1:50834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:14:48,068 INFO Processing ruok command from /127.0.0.1:50836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:14:57,775 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-11-11 06:14:57,781 INFO Committing global session 0x300003c61e60012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 06:14:58,056 INFO Processing ruok command from /127.0.0.1:51044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:14:58,086 INFO Processing ruok command from /127.0.0.1:51046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:14:58,326 INFO Submitting global closeSession request for session 0x300003c61e60012 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-11-11 06:15:08,046 INFO Processing ruok command from /127.0.0.1:51234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:15:08,077 INFO Processing ruok command from /127.0.0.1:51236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:15:18,041 INFO Processing ruok command from /127.0.0.1:51424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:15:18,068 INFO Processing ruok command from /127.0.0.1:51426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:15:20,454 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:15:20,460 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:15:20,465 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:15:20,471 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:15:28,044 INFO Processing ruok command from /127.0.0.1:51616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:15:28,079 INFO Processing ruok command from /127.0.0.1:51618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:15:38,044 INFO Processing ruok command from /127.0.0.1:51812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:15:38,075 INFO Processing ruok command from /127.0.0.1:51814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:15:48,071 INFO Processing ruok command from /127.0.0.1:52008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:15:48,105 INFO Processing ruok command from /127.0.0.1:52010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:15:58,036 INFO Processing ruok command from /127.0.0.1:52198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:15:58,072 INFO Processing ruok command from /127.0.0.1:52204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:16:08,052 INFO Processing ruok command from /127.0.0.1:52390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:16:08,081 INFO Processing ruok command from /127.0.0.1:52392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:16:18,055 INFO Processing ruok command from /127.0.0.1:52592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:16:18,087 INFO Processing ruok command from /127.0.0.1:52594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:16:20,454 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:16:20,460 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:16:20,467 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:16:20,472 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:16:20,478 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:16:28,050 INFO Processing ruok command from /127.0.0.1:52790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:16:28,073 INFO Processing ruok command from /127.0.0.1:52792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:16:38,044 INFO Processing ruok command from /127.0.0.1:52980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:16:38,088 INFO Processing ruok command from /127.0.0.1:52982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:16:48,058 INFO Processing ruok command from /127.0.0.1:53176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:16:48,086 INFO Processing ruok command from /127.0.0.1:53178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:16:57,843 INFO Committing global session 0x100003bc6d4000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 06:16:58,057 INFO Processing ruok command from /127.0.0.1:53366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:16:58,088 INFO Processing ruok command from /127.0.0.1:53368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:17:08,043 INFO Processing ruok command from /127.0.0.1:53552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:17:08,065 INFO Processing ruok command from /127.0.0.1:53554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:17:18,054 INFO Processing ruok command from /127.0.0.1:53748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:17:18,089 INFO Processing ruok command from /127.0.0.1:53752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:17:20,454 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:17:20,461 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:17:20,466 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:17:28,054 INFO Processing ruok command from /127.0.0.1:53936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:17:28,081 INFO Processing ruok command from /127.0.0.1:53938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:17:38,059 INFO Processing ruok command from /127.0.0.1:54128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:17:38,123 INFO Processing ruok command from /127.0.0.1:54130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:17:48,050 INFO Processing ruok command from /127.0.0.1:54324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:17:48,081 INFO Processing ruok command from /127.0.0.1:54326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:17:58,055 INFO Processing ruok command from /127.0.0.1:54510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:17:58,087 INFO Processing ruok command from /127.0.0.1:54512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:18:08,052 INFO Processing ruok command from /127.0.0.1:54704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:18:08,078 INFO Processing ruok command from /127.0.0.1:54706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:18:18,048 INFO Processing ruok command from /127.0.0.1:54900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:18:18,070 INFO Processing ruok command from /127.0.0.1:54902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:18:20,454 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:18:20,459 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:18:20,466 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:18:20,471 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:18:28,058 INFO Processing ruok command from /127.0.0.1:55086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:18:28,089 INFO Processing ruok command from /127.0.0.1:55088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:18:38,058 INFO Processing ruok command from /127.0.0.1:55282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:18:38,085 INFO Processing ruok command from /127.0.0.1:55286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:18:48,059 INFO Processing ruok command from /127.0.0.1:55480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:18:48,085 INFO Processing ruok command from /127.0.0.1:55482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:18:57,785 INFO Committing global session 0x200003ca96e001c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 06:18:58,057 INFO Processing ruok command from /127.0.0.1:55676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:18:58,087 INFO Processing ruok command from /127.0.0.1:55678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:19:08,050 INFO Processing ruok command from /127.0.0.1:55870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:19:08,120 INFO Processing ruok command from /127.0.0.1:55872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:19:18,064 INFO Processing ruok command from /127.0.0.1:56062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:19:18,123 INFO Processing ruok command from /127.0.0.1:56066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:19:20,454 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:19:20,459 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:19:20,465 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:19:28,055 INFO Processing ruok command from /127.0.0.1:56254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:19:28,088 INFO Processing ruok command from /127.0.0.1:56256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:19:38,064 INFO Processing ruok command from /127.0.0.1:56444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:19:38,128 INFO Processing ruok command from /127.0.0.1:56446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:19:48,043 INFO Processing ruok command from /127.0.0.1:56642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:19:48,074 INFO Processing ruok command from /127.0.0.1:56644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:19:58,041 INFO Processing ruok command from /127.0.0.1:56830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:19:58,066 INFO Processing ruok command from /127.0.0.1:56832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:20:08,039 INFO Processing ruok command from /127.0.0.1:57022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:20:08,072 INFO Processing ruok command from /127.0.0.1:57026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:20:18,054 INFO Processing ruok command from /127.0.0.1:57222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:20:18,090 INFO Processing ruok command from /127.0.0.1:57224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:20:20,454 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:20:20,460 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:20:20,467 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:20:28,057 INFO Processing ruok command from /127.0.0.1:57410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:20:28,081 INFO Processing ruok command from /127.0.0.1:57412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:20:38,052 INFO Processing ruok command from /127.0.0.1:57604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:20:38,084 INFO Processing ruok command from /127.0.0.1:57606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:20:48,053 INFO Processing ruok command from /127.0.0.1:57802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:20:48,077 INFO Processing ruok command from /127.0.0.1:57804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:20:57,931 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-11-11 06:20:57,937 INFO Committing global session 0x300003c61e60013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 06:20:58,058 INFO Processing ruok command from /127.0.0.1:57992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:20:58,095 INFO Processing ruok command from /127.0.0.1:57994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:20:58,430 INFO Submitting global closeSession request for session 0x300003c61e60013 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-11-11 06:21:08,056 INFO Processing ruok command from /127.0.0.1:58188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:21:08,082 INFO Processing ruok command from /127.0.0.1:58190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:21:18,053 INFO Processing ruok command from /127.0.0.1:58382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:21:18,088 INFO Processing ruok command from /127.0.0.1:58384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:21:20,454 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:21:20,459 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:21:20,466 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:21:20,471 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:21:20,477 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:21:28,057 INFO Processing ruok command from /127.0.0.1:58578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:21:28,117 INFO Processing ruok command from /127.0.0.1:58580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:21:38,053 INFO Processing ruok command from /127.0.0.1:58772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:21:38,082 INFO Processing ruok command from /127.0.0.1:58774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:21:48,055 INFO Processing ruok command from /127.0.0.1:58966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:21:48,081 INFO Processing ruok command from /127.0.0.1:58968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:21:58,046 INFO Processing ruok command from /127.0.0.1:59164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:21:58,083 INFO Processing ruok command from /127.0.0.1:59166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:22:08,058 INFO Processing ruok command from /127.0.0.1:59354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:22:08,084 INFO Processing ruok command from /127.0.0.1:59356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:22:18,054 INFO Processing ruok command from /127.0.0.1:59552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:22:18,084 INFO Processing ruok command from /127.0.0.1:59554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:22:20,453 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:22:20,459 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:22:20,466 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:22:20,471 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:22:20,477 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:22:28,050 INFO Processing ruok command from /127.0.0.1:59746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:22:28,085 INFO Processing ruok command from /127.0.0.1:59748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:22:38,064 INFO Processing ruok command from /127.0.0.1:59940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:22:38,130 INFO Processing ruok command from /127.0.0.1:59942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:22:48,058 INFO Processing ruok command from /127.0.0.1:60136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:22:48,094 INFO Processing ruok command from /127.0.0.1:60138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:22:57,650 INFO Committing global session 0x100003bc6d40010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 06:22:58,058 INFO Processing ruok command from /127.0.0.1:60330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:22:58,094 INFO Processing ruok command from /127.0.0.1:60332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:23:08,054 INFO Processing ruok command from /127.0.0.1:60514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:23:08,084 INFO Processing ruok command from /127.0.0.1:60518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:23:18,051 INFO Processing ruok command from /127.0.0.1:60716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:23:18,091 INFO Processing ruok command from /127.0.0.1:60718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:23:20,454 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:23:20,459 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:23:20,466 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:23:28,054 INFO Processing ruok command from /127.0.0.1:60902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:23:28,078 INFO Processing ruok command from /127.0.0.1:60906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:23:38,045 INFO Processing ruok command from /127.0.0.1:32866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:23:38,075 INFO Processing ruok command from /127.0.0.1:32870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:23:48,039 INFO Processing ruok command from /127.0.0.1:33062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:23:48,071 INFO Processing ruok command from /127.0.0.1:33064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:23:58,061 INFO Processing ruok command from /127.0.0.1:33260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:23:58,091 INFO Processing ruok command from /127.0.0.1:33262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:24:08,053 INFO Processing ruok command from /127.0.0.1:33452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:24:08,091 INFO Processing ruok command from /127.0.0.1:33454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:24:18,043 INFO Processing ruok command from /127.0.0.1:33650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:24:18,069 INFO Processing ruok command from /127.0.0.1:33652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:24:20,453 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:24:28,061 INFO Processing ruok command from /127.0.0.1:33910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:24:28,096 INFO Processing ruok command from /127.0.0.1:33912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:24:38,057 INFO Processing ruok command from /127.0.0.1:34120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:24:38,088 INFO Processing ruok command from /127.0.0.1:34122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:24:48,051 INFO Processing ruok command from /127.0.0.1:34314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:24:48,077 INFO Processing ruok command from /127.0.0.1:34316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:24:57,511 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-11-11 06:24:57,517 INFO Committing global session 0x300003c61e60014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 06:24:58,051 INFO Processing ruok command from /127.0.0.1:34570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:24:58,078 INFO Processing ruok command from /127.0.0.1:34572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:24:58,232 INFO Submitting global closeSession request for session 0x300003c61e60014 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-11-11 06:25:08,046 INFO Processing ruok command from /127.0.0.1:34774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:25:08,074 INFO Processing ruok command from /127.0.0.1:34776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:25:18,056 INFO Processing ruok command from /127.0.0.1:34974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:25:18,083 INFO Processing ruok command from /127.0.0.1:34976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:25:20,454 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:25:20,459 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:25:28,046 INFO Processing ruok command from /127.0.0.1:35204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:25:28,075 INFO Processing ruok command from /127.0.0.1:35206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:25:38,061 INFO Processing ruok command from /127.0.0.1:35412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:25:38,089 INFO Processing ruok command from /127.0.0.1:35414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:25:48,039 INFO Processing ruok command from /127.0.0.1:35610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:25:48,064 INFO Processing ruok command from /127.0.0.1:35612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:25:58,054 INFO Processing ruok command from /127.0.0.1:35806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:25:58,077 INFO Processing ruok command from /127.0.0.1:35808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:26:08,064 INFO Processing ruok command from /127.0.0.1:36016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:26:08,122 INFO Processing ruok command from /127.0.0.1:36018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:26:18,050 INFO Processing ruok command from /127.0.0.1:36212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:26:18,092 INFO Processing ruok command from /127.0.0.1:36214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:26:20,454 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:26:28,044 INFO Processing ruok command from /127.0.0.1:36408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:26:28,074 INFO Processing ruok command from /127.0.0.1:36410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:26:38,042 INFO Processing ruok command from /127.0.0.1:36586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:26:38,073 INFO Processing ruok command from /127.0.0.1:36588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:26:48,043 INFO Processing ruok command from /127.0.0.1:36786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:26:48,072 INFO Processing ruok command from /127.0.0.1:36788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:26:57,695 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-11-11 06:26:57,705 INFO Committing global session 0x300003c61e60015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 06:26:58,057 INFO Processing ruok command from /127.0.0.1:36982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:26:58,089 INFO Processing ruok command from /127.0.0.1:36984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:26:58,391 INFO Submitting global closeSession request for session 0x300003c61e60015 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-11-11 06:27:08,045 INFO Processing ruok command from /127.0.0.1:37180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:27:08,076 INFO Processing ruok command from /127.0.0.1:37182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:27:18,054 INFO Processing ruok command from /127.0.0.1:37376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:27:18,090 INFO Processing ruok command from /127.0.0.1:37378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:27:20,453 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:27:28,049 INFO Processing ruok command from /127.0.0.1:37620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:27:28,079 INFO Processing ruok command from /127.0.0.1:37622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:27:38,062 INFO Processing ruok command from /127.0.0.1:37820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:27:38,100 INFO Processing ruok command from /127.0.0.1:37824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:27:48,056 INFO Processing ruok command from /127.0.0.1:38090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:27:48,088 INFO Processing ruok command from /127.0.0.1:38092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:27:58,050 INFO Processing ruok command from /127.0.0.1:38364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:27:58,077 INFO Processing ruok command from /127.0.0.1:38366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:28:08,050 INFO Processing ruok command from /127.0.0.1:38588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:28:08,074 INFO Processing ruok command from /127.0.0.1:38590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:28:18,060 INFO Processing ruok command from /127.0.0.1:38868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:28:18,100 INFO Processing ruok command from /127.0.0.1:38870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:28:20,453 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:28:28,061 INFO Processing ruok command from /127.0.0.1:39138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:28:28,091 INFO Processing ruok command from /127.0.0.1:39140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:28:38,056 INFO Processing ruok command from /127.0.0.1:39370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:28:38,086 INFO Processing ruok command from /127.0.0.1:39372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:28:48,065 INFO Processing ruok command from /127.0.0.1:39612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:28:48,097 INFO Processing ruok command from /127.0.0.1:39614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:28:57,983 INFO Committing global session 0x200003ca96e001d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 06:28:58,051 INFO Processing ruok command from /127.0.0.1:39810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:28:58,078 INFO Processing ruok command from /127.0.0.1:39812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:29:08,044 INFO Processing ruok command from /127.0.0.1:40026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:29:08,088 INFO Processing ruok command from /127.0.0.1:40032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:29:18,059 INFO Processing ruok command from /127.0.0.1:40218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:29:18,105 INFO Processing ruok command from /127.0.0.1:40220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:29:20,454 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-11-11 06:29:28,053 INFO Processing ruok command from /127.0.0.1:40420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:29:28,088 INFO Processing ruok command from /127.0.0.1:40422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:29:38,056 INFO Processing ruok command from /127.0.0.1:40690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:29:38,085 INFO Processing ruok command from /127.0.0.1:40692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:29:48,061 INFO Processing ruok command from /127.0.0.1:40930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:29:48,091 INFO Processing ruok command from /127.0.0.1:40932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:29:58,061 INFO Processing ruok command from /127.0.0.1:41124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:29:58,096 INFO Processing ruok command from /127.0.0.1:41126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:30:08,045 INFO Processing ruok command from /127.0.0.1:41396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:30:08,080 INFO Processing ruok command from /127.0.0.1:41398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:30:18,054 INFO Processing ruok command from /127.0.0.1:41596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:30:18,084 INFO Processing ruok command from /127.0.0.1:41598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:30:20,454 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:30:20,460 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:30:28,036 INFO Processing ruok command from /127.0.0.1:41790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:30:28,072 INFO Processing ruok command from /127.0.0.1:41792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:30:38,065 INFO Processing ruok command from /127.0.0.1:42166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:30:38,101 INFO Processing ruok command from /127.0.0.1:42170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:30:48,055 INFO Processing ruok command from /127.0.0.1:42538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:30:48,091 INFO Processing ruok command from /127.0.0.1:42542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:30:57,816 INFO Committing global session 0x100003bc6d40011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 06:30:58,066 INFO Processing ruok command from /127.0.0.1:42886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:30:58,104 INFO Processing ruok command from /127.0.0.1:42890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:31:08,057 INFO Processing ruok command from /127.0.0.1:43262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:31:08,087 INFO Processing ruok command from /127.0.0.1:43264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:31:18,042 INFO Processing ruok command from /127.0.0.1:43526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:31:18,069 INFO Processing ruok command from /127.0.0.1:43528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:31:20,454 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup/consumerId (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:31:20,460 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:31:20,466 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:31:28,051 INFO Processing ruok command from /127.0.0.1:43822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:31:28,072 INFO Processing ruok command from /127.0.0.1:43824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:31:38,047 INFO Processing ruok command from /127.0.0.1:44016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:31:38,079 INFO Processing ruok command from /127.0.0.1:44018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:31:48,053 INFO Processing ruok command from /127.0.0.1:44270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:31:48,081 INFO Processing ruok command from /127.0.0.1:44274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:31:58,051 INFO Processing ruok command from /127.0.0.1:44512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:31:58,118 INFO Processing ruok command from /127.0.0.1:44514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:32:08,051 INFO Processing ruok command from /127.0.0.1:44784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:32:08,083 INFO Processing ruok command from /127.0.0.1:44786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:32:18,050 INFO Processing ruok command from /127.0.0.1:44984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:32:18,127 INFO Processing ruok command from /127.0.0.1:44986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:32:20,453 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:32:20,460 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:32:28,056 INFO Processing ruok command from /127.0.0.1:45170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:32:28,090 INFO Processing ruok command from /127.0.0.1:45172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:32:38,042 INFO Processing ruok command from /127.0.0.1:45362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:32:38,068 INFO Processing ruok command from /127.0.0.1:45364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:32:48,057 INFO Processing ruok command from /127.0.0.1:45556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:32:48,086 INFO Processing ruok command from /127.0.0.1:45558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:32:57,833 INFO Committing global session 0x100003bc6d40012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 06:32:58,044 INFO Processing ruok command from /127.0.0.1:45754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:32:58,071 INFO Processing ruok command from /127.0.0.1:45756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:33:08,052 INFO Processing ruok command from /127.0.0.1:45948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:33:08,084 INFO Processing ruok command from /127.0.0.1:45950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:33:18,045 INFO Processing ruok command from /127.0.0.1:46154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:33:18,077 INFO Processing ruok command from /127.0.0.1:46156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:33:20,453 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:33:28,051 INFO Processing ruok command from /127.0.0.1:46346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:33:28,076 INFO Processing ruok command from /127.0.0.1:46348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:33:38,046 INFO Processing ruok command from /127.0.0.1:46534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:33:38,079 INFO Processing ruok command from /127.0.0.1:46536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:33:48,050 INFO Processing ruok command from /127.0.0.1:46738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:33:48,082 INFO Processing ruok command from /127.0.0.1:46740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:33:58,038 INFO Processing ruok command from /127.0.0.1:46930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:33:58,064 INFO Processing ruok command from /127.0.0.1:46932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:34:08,051 INFO Processing ruok command from /127.0.0.1:47116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:34:08,109 INFO Processing ruok command from /127.0.0.1:47118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:34:11,349 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-11-11 06:34:11,349 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2022-11-11 06:34:11,355 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-11-11 06:34:18,042 INFO Processing ruok command from /127.0.0.1:47308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:34:18,075 INFO Processing ruok command from /127.0.0.1:47310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:34:20,454 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:34:28,043 INFO Processing ruok command from /127.0.0.1:47500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:34:28,083 INFO Processing ruok command from /127.0.0.1:47502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:34:38,043 INFO Processing ruok command from /127.0.0.1:47696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:34:38,070 INFO Processing ruok command from /127.0.0.1:47698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:34:48,035 INFO Processing ruok command from /127.0.0.1:47894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:34:48,059 INFO Processing ruok command from /127.0.0.1:47896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:34:57,650 INFO Committing global session 0x200003ca96e001e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 06:34:58,048 INFO Processing ruok command from /127.0.0.1:48086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:34:58,074 INFO Processing ruok command from /127.0.0.1:48088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:35:08,050 INFO Processing ruok command from /127.0.0.1:48276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:35:08,095 INFO Processing ruok command from /127.0.0.1:48278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:35:18,061 INFO Processing ruok command from /127.0.0.1:48476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:35:18,086 INFO Processing ruok command from /127.0.0.1:48478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:35:20,454 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:35:28,070 INFO Processing ruok command from /127.0.0.1:48664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:35:28,095 INFO Processing ruok command from /127.0.0.1:48666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:35:38,073 INFO Processing ruok command from /127.0.0.1:48860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:35:38,107 INFO Processing ruok command from /127.0.0.1:48862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:35:48,057 INFO Processing ruok command from /127.0.0.1:49056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:35:48,094 INFO Processing ruok command from /127.0.0.1:49058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:35:58,044 INFO Processing ruok command from /127.0.0.1:49244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:35:58,071 INFO Processing ruok command from /127.0.0.1:49246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:36:08,043 INFO Processing ruok command from /127.0.0.1:49434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:36:08,065 INFO Processing ruok command from /127.0.0.1:49436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:36:18,042 INFO Processing ruok command from /127.0.0.1:49634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:36:18,074 INFO Processing ruok command from /127.0.0.1:49636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:36:20,454 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:36:28,046 INFO Processing ruok command from /127.0.0.1:49824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:36:28,072 INFO Processing ruok command from /127.0.0.1:49826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:36:38,050 INFO Processing ruok command from /127.0.0.1:50008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:36:38,085 INFO Processing ruok command from /127.0.0.1:50010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:36:48,055 INFO Processing ruok command from /127.0.0.1:50206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:36:48,093 INFO Processing ruok command from /127.0.0.1:50210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:36:57,797 INFO Committing global session 0x100003bc6d40013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 06:36:58,052 INFO Processing ruok command from /127.0.0.1:50392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:36:58,079 INFO Processing ruok command from /127.0.0.1:50394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:37:08,051 INFO Processing ruok command from /127.0.0.1:50572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:37:08,083 INFO Processing ruok command from /127.0.0.1:50574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:37:18,040 INFO Processing ruok command from /127.0.0.1:50772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:37:18,064 INFO Processing ruok command from /127.0.0.1:50774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:37:20,453 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:37:28,055 INFO Processing ruok command from /127.0.0.1:50966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:37:28,082 INFO Processing ruok command from /127.0.0.1:50968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:37:38,043 INFO Processing ruok command from /127.0.0.1:51150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:37:38,069 INFO Processing ruok command from /127.0.0.1:51152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:37:48,051 INFO Processing ruok command from /127.0.0.1:51342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:37:48,078 INFO Processing ruok command from /127.0.0.1:51344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:37:58,044 INFO Processing ruok command from /127.0.0.1:51532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:37:58,068 INFO Processing ruok command from /127.0.0.1:51534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:38:08,048 INFO Processing ruok command from /127.0.0.1:51716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:38:08,118 INFO Processing ruok command from /127.0.0.1:51718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:38:18,050 INFO Processing ruok command from /127.0.0.1:51914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:38:18,078 INFO Processing ruok command from /127.0.0.1:51916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:38:20,454 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:38:28,046 INFO Processing ruok command from /127.0.0.1:52098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:38:28,072 INFO Processing ruok command from /127.0.0.1:52100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:38:38,061 INFO Processing ruok command from /127.0.0.1:52294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:38:38,083 INFO Processing ruok command from /127.0.0.1:52296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:38:48,053 INFO Processing ruok command from /127.0.0.1:52488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:38:48,085 INFO Processing ruok command from /127.0.0.1:52490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:38:57,906 INFO Committing global session 0x200003ca96e001f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 06:38:58,062 INFO Processing ruok command from /127.0.0.1:52688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:38:58,082 INFO Processing ruok command from /127.0.0.1:52690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:39:08,056 INFO Processing ruok command from /127.0.0.1:52882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:39:08,097 INFO Processing ruok command from /127.0.0.1:52886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:39:18,049 INFO Processing ruok command from /127.0.0.1:53074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:39:18,073 INFO Processing ruok command from /127.0.0.1:53076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:39:28,059 INFO Processing ruok command from /127.0.0.1:53262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:39:28,102 INFO Processing ruok command from /127.0.0.1:53264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:39:38,057 INFO Processing ruok command from /127.0.0.1:53446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:39:38,086 INFO Processing ruok command from /127.0.0.1:53448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:39:48,048 INFO Processing ruok command from /127.0.0.1:53638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:39:48,082 INFO Processing ruok command from /127.0.0.1:53640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:39:58,046 INFO Processing ruok command from /127.0.0.1:53824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:39:58,078 INFO Processing ruok command from /127.0.0.1:53826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:40:08,051 INFO Processing ruok command from /127.0.0.1:54016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:40:08,072 INFO Processing ruok command from /127.0.0.1:54018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:40:18,049 INFO Processing ruok command from /127.0.0.1:54216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:40:18,090 INFO Processing ruok command from /127.0.0.1:54218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:40:28,053 INFO Processing ruok command from /127.0.0.1:54396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:40:28,093 INFO Processing ruok command from /127.0.0.1:54398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:40:38,059 INFO Processing ruok command from /127.0.0.1:54582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:40:38,076 INFO Processing ruok command from /127.0.0.1:54584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:40:48,049 INFO Processing ruok command from /127.0.0.1:54780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:40:48,119 INFO Processing ruok command from /127.0.0.1:54782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:40:57,804 INFO Committing global session 0x100003bc6d40014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 06:40:58,056 INFO Processing ruok command from /127.0.0.1:54964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:40:58,124 INFO Processing ruok command from /127.0.0.1:54966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:41:08,045 INFO Processing ruok command from /127.0.0.1:55156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:41:08,085 INFO Processing ruok command from /127.0.0.1:55158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:41:18,067 INFO Processing ruok command from /127.0.0.1:55358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:41:18,103 INFO Processing ruok command from /127.0.0.1:55360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:41:20,454 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:41:28,055 INFO Processing ruok command from /127.0.0.1:55554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:41:28,084 INFO Processing ruok command from /127.0.0.1:55556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:41:38,039 INFO Processing ruok command from /127.0.0.1:55738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:41:38,070 INFO Processing ruok command from /127.0.0.1:55740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:41:48,054 INFO Processing ruok command from /127.0.0.1:55960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:41:48,126 INFO Processing ruok command from /127.0.0.1:55962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:41:58,061 INFO Processing ruok command from /127.0.0.1:56162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:41:58,091 INFO Processing ruok command from /127.0.0.1:56164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:42:08,065 INFO Processing ruok command from /127.0.0.1:56354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:42:08,085 INFO Processing ruok command from /127.0.0.1:56356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:42:18,056 INFO Processing ruok command from /127.0.0.1:56552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:42:18,089 INFO Processing ruok command from /127.0.0.1:56556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:42:20,454 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:42:28,048 INFO Processing ruok command from /127.0.0.1:56754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:42:28,124 INFO Processing ruok command from /127.0.0.1:56756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:42:38,051 INFO Processing ruok command from /127.0.0.1:56942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:42:38,080 INFO Processing ruok command from /127.0.0.1:56944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:42:48,052 INFO Processing ruok command from /127.0.0.1:57142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:42:48,089 INFO Processing ruok command from /127.0.0.1:57144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:42:57,727 INFO Committing global session 0x200003ca96e0020 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 06:42:58,048 INFO Processing ruok command from /127.0.0.1:57336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:42:58,099 INFO Processing ruok command from /127.0.0.1:57338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:43:08,049 INFO Processing ruok command from /127.0.0.1:57528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:43:08,089 INFO Processing ruok command from /127.0.0.1:57530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:43:18,056 INFO Processing ruok command from /127.0.0.1:57724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:43:18,129 INFO Processing ruok command from /127.0.0.1:57728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:43:20,453 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:43:20,460 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:43:28,069 INFO Processing ruok command from /127.0.0.1:57910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:43:28,101 INFO Processing ruok command from /127.0.0.1:57912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:43:38,090 INFO Processing ruok command from /127.0.0.1:58098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:43:38,125 INFO Processing ruok command from /127.0.0.1:58100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:43:48,045 INFO Processing ruok command from /127.0.0.1:58290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:43:48,120 INFO Processing ruok command from /127.0.0.1:58292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:43:58,043 INFO Processing ruok command from /127.0.0.1:58474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:43:58,069 INFO Processing ruok command from /127.0.0.1:58476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:44:08,052 INFO Processing ruok command from /127.0.0.1:58654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:44:08,088 INFO Processing ruok command from /127.0.0.1:58656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:44:18,053 INFO Processing ruok command from /127.0.0.1:58852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:44:18,089 INFO Processing ruok command from /127.0.0.1:58854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:44:20,453 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:44:28,061 INFO Processing ruok command from /127.0.0.1:59042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:44:28,089 INFO Processing ruok command from /127.0.0.1:59044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:44:38,056 INFO Processing ruok command from /127.0.0.1:59240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:44:38,087 INFO Processing ruok command from /127.0.0.1:59242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:44:48,054 INFO Processing ruok command from /127.0.0.1:59432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:44:48,122 INFO Processing ruok command from /127.0.0.1:59434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:44:57,537 INFO Committing global session 0x200003ca96e0021 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 06:44:58,089 INFO Processing ruok command from /127.0.0.1:59622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:44:58,122 INFO Processing ruok command from /127.0.0.1:59624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:45:08,063 INFO Processing ruok command from /127.0.0.1:59808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:45:08,098 INFO Processing ruok command from /127.0.0.1:59810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:45:18,060 INFO Processing ruok command from /127.0.0.1:60006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:45:18,094 INFO Processing ruok command from /127.0.0.1:60008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:45:20,453 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:45:28,045 INFO Processing ruok command from /127.0.0.1:60194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:45:28,090 INFO Processing ruok command from /127.0.0.1:60196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:45:38,077 INFO Processing ruok command from /127.0.0.1:60368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:45:38,095 INFO Processing ruok command from /127.0.0.1:60370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:45:48,057 INFO Processing ruok command from /127.0.0.1:60554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:45:48,102 INFO Processing ruok command from /127.0.0.1:60556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:45:58,058 INFO Processing ruok command from /127.0.0.1:60746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:45:58,083 INFO Processing ruok command from /127.0.0.1:60748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:46:08,049 INFO Processing ruok command from /127.0.0.1:60934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:46:08,074 INFO Processing ruok command from /127.0.0.1:60936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:46:18,050 INFO Processing ruok command from /127.0.0.1:32896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:46:18,080 INFO Processing ruok command from /127.0.0.1:32898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:46:20,453 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:46:28,058 INFO Processing ruok command from /127.0.0.1:33084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:46:28,087 INFO Processing ruok command from /127.0.0.1:33086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:46:38,037 INFO Processing ruok command from /127.0.0.1:33266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:46:38,069 INFO Processing ruok command from /127.0.0.1:33270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:46:48,040 INFO Processing ruok command from /127.0.0.1:33464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:46:48,078 INFO Processing ruok command from /127.0.0.1:33468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:46:57,830 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-11-11 06:46:57,835 INFO Committing global session 0x300003c61e60016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 06:46:58,061 INFO Processing ruok command from /127.0.0.1:33668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:46:58,099 INFO Processing ruok command from /127.0.0.1:33672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:46:58,516 INFO Submitting global closeSession request for session 0x300003c61e60016 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-11-11 06:47:08,060 INFO Processing ruok command from /127.0.0.1:33858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:47:08,100 INFO Processing ruok command from /127.0.0.1:33862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:47:18,060 INFO Processing ruok command from /127.0.0.1:34046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:47:18,100 INFO Processing ruok command from /127.0.0.1:34050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:47:20,454 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:47:28,047 INFO Processing ruok command from /127.0.0.1:34234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:47:28,084 INFO Processing ruok command from /127.0.0.1:34236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:47:38,048 INFO Processing ruok command from /127.0.0.1:34418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:47:38,085 INFO Processing ruok command from /127.0.0.1:34422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:47:48,069 INFO Processing ruok command from /127.0.0.1:34612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:47:48,125 INFO Processing ruok command from /127.0.0.1:34614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:47:58,057 INFO Processing ruok command from /127.0.0.1:34792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:47:58,092 INFO Processing ruok command from /127.0.0.1:34798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:48:08,051 INFO Processing ruok command from /127.0.0.1:34992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:48:08,084 INFO Processing ruok command from /127.0.0.1:34994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:48:18,055 INFO Processing ruok command from /127.0.0.1:35188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:48:18,091 INFO Processing ruok command from /127.0.0.1:35192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:48:20,453 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:48:28,055 INFO Processing ruok command from /127.0.0.1:35374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:48:28,083 INFO Processing ruok command from /127.0.0.1:35376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:48:38,047 INFO Processing ruok command from /127.0.0.1:35558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:48:38,096 INFO Processing ruok command from /127.0.0.1:35560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:48:48,049 INFO Processing ruok command from /127.0.0.1:35754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:48:48,077 INFO Processing ruok command from /127.0.0.1:35756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:48:57,707 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-11-11 06:48:57,712 INFO Committing global session 0x300003c61e60017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 06:48:58,057 INFO Processing ruok command from /127.0.0.1:35942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:48:58,110 INFO Processing ruok command from /127.0.0.1:35948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:48:58,424 INFO Submitting global closeSession request for session 0x300003c61e60017 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-11-11 06:49:08,058 INFO Processing ruok command from /127.0.0.1:36132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:49:08,075 INFO Processing ruok command from /127.0.0.1:36134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:49:18,058 INFO Processing ruok command from /127.0.0.1:36330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:49:18,092 INFO Processing ruok command from /127.0.0.1:36332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:49:20,454 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:49:28,064 INFO Processing ruok command from /127.0.0.1:36524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:49:28,088 INFO Processing ruok command from /127.0.0.1:36526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:49:38,054 INFO Processing ruok command from /127.0.0.1:36706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:49:38,088 INFO Processing ruok command from /127.0.0.1:36710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:49:48,053 INFO Processing ruok command from /127.0.0.1:36910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:49:48,087 INFO Processing ruok command from /127.0.0.1:36912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:49:58,063 INFO Processing ruok command from /127.0.0.1:37142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:49:58,123 INFO Processing ruok command from /127.0.0.1:37146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:50:08,045 INFO Processing ruok command from /127.0.0.1:37420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:50:08,124 INFO Processing ruok command from /127.0.0.1:37422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:50:18,052 INFO Processing ruok command from /127.0.0.1:37636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:50:18,080 INFO Processing ruok command from /127.0.0.1:37638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:50:20,453 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:50:20,468 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:50:28,051 INFO Processing ruok command from /127.0.0.1:37852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:50:28,090 INFO Processing ruok command from /127.0.0.1:37854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:50:38,054 INFO Processing ruok command from /127.0.0.1:38046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:50:38,110 INFO Processing ruok command from /127.0.0.1:38048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:50:48,052 INFO Processing ruok command from /127.0.0.1:38242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:50:48,084 INFO Processing ruok command from /127.0.0.1:38244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:50:57,635 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-11-11 06:50:57,640 INFO Committing global session 0x300003c61e60018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 06:50:58,051 INFO Processing ruok command from /127.0.0.1:38480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:50:58,089 INFO Processing ruok command from /127.0.0.1:38482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:50:58,168 INFO Submitting global closeSession request for session 0x300003c61e60018 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-11-11 06:51:08,046 INFO Processing ruok command from /127.0.0.1:38696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:51:08,072 INFO Processing ruok command from /127.0.0.1:38698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:51:18,050 INFO Processing ruok command from /127.0.0.1:38896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:51:18,122 INFO Processing ruok command from /127.0.0.1:38898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:51:20,461 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:51:20,466 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:51:28,064 INFO Processing ruok command from /127.0.0.1:39090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:51:28,095 INFO Processing ruok command from /127.0.0.1:39094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:51:38,061 INFO Processing ruok command from /127.0.0.1:39268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:51:38,102 INFO Processing ruok command from /127.0.0.1:39270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:51:48,042 INFO Processing ruok command from /127.0.0.1:39462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:51:48,073 INFO Processing ruok command from /127.0.0.1:39464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:51:58,054 INFO Processing ruok command from /127.0.0.1:39676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:51:58,088 INFO Processing ruok command from /127.0.0.1:39678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:52:08,061 INFO Processing ruok command from /127.0.0.1:39868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:52:08,105 INFO Processing ruok command from /127.0.0.1:39870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:52:18,065 INFO Processing ruok command from /127.0.0.1:40064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:52:18,108 INFO Processing ruok command from /127.0.0.1:40066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:52:20,453 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:52:20,460 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:52:28,059 INFO Processing ruok command from /127.0.0.1:40256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:52:28,093 INFO Processing ruok command from /127.0.0.1:40258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:52:38,059 INFO Processing ruok command from /127.0.0.1:40440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:52:38,100 INFO Processing ruok command from /127.0.0.1:40442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:52:48,052 INFO Processing ruok command from /127.0.0.1:40652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:52:48,081 INFO Processing ruok command from /127.0.0.1:40654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:52:57,753 INFO Committing global session 0x100003bc6d40015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 06:52:58,041 INFO Processing ruok command from /127.0.0.1:40878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:52:58,076 INFO Processing ruok command from /127.0.0.1:40880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:53:08,050 INFO Processing ruok command from /127.0.0.1:41076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:53:08,134 INFO Processing ruok command from /127.0.0.1:41078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:53:18,063 INFO Processing ruok command from /127.0.0.1:41280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:53:18,104 INFO Processing ruok command from /127.0.0.1:41282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:53:20,454 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:53:20,460 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:53:28,079 INFO Processing ruok command from /127.0.0.1:41468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:53:28,109 INFO Processing ruok command from /127.0.0.1:41470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:53:38,053 INFO Processing ruok command from /127.0.0.1:41666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:53:38,137 INFO Processing ruok command from /127.0.0.1:41668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:53:48,058 INFO Processing ruok command from /127.0.0.1:41890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:53:48,092 INFO Processing ruok command from /127.0.0.1:41892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:53:58,045 INFO Processing ruok command from /127.0.0.1:42090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:53:58,132 INFO Processing ruok command from /127.0.0.1:42092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:54:08,052 INFO Processing ruok command from /127.0.0.1:42378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:54:08,085 INFO Processing ruok command from /127.0.0.1:42380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:54:18,053 INFO Processing ruok command from /127.0.0.1:42610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:54:18,103 INFO Processing ruok command from /127.0.0.1:42612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:54:20,454 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-11-11 06:54:20,461 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:54:28,044 INFO Processing ruok command from /127.0.0.1:42846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:54:28,076 INFO Processing ruok command from /127.0.0.1:42848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:54:38,046 INFO Processing ruok command from /127.0.0.1:43072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:54:38,078 INFO Processing ruok command from /127.0.0.1:43074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:54:48,098 INFO Processing ruok command from /127.0.0.1:43310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:54:48,124 INFO Processing ruok command from /127.0.0.1:43312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:54:57,604 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-11-11 06:54:57,611 INFO Committing global session 0x300003c61e60019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 06:54:58,064 INFO Processing ruok command from /127.0.0.1:43544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:54:58,093 INFO Processing ruok command from /127.0.0.1:43546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:54:58,316 INFO Submitting global closeSession request for session 0x300003c61e60019 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-11-11 06:55:08,060 INFO Processing ruok command from /127.0.0.1:43786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:55:08,100 INFO Processing ruok command from /127.0.0.1:43788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:55:18,046 INFO Processing ruok command from /127.0.0.1:44026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:55:18,082 INFO Processing ruok command from /127.0.0.1:44028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:55:20,454 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:55:20,459 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:55:20,465 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:55:20,472 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:55:20,478 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/kpi-cg/kpi-cid (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:55:28,062 INFO Processing ruok command from /127.0.0.1:44216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:55:28,086 INFO Processing ruok command from /127.0.0.1:44218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:55:38,050 INFO Processing ruok command from /127.0.0.1:44410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:55:38,086 INFO Processing ruok command from /127.0.0.1:44412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:55:48,060 INFO Processing ruok command from /127.0.0.1:44654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:55:48,090 INFO Processing ruok command from /127.0.0.1:44656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:55:58,046 INFO Processing ruok command from /127.0.0.1:44844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:55:58,112 INFO Processing ruok command from /127.0.0.1:44846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:56:08,048 INFO Processing ruok command from /127.0.0.1:45064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:56:08,081 INFO Processing ruok command from /127.0.0.1:45066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:56:18,049 INFO Processing ruok command from /127.0.0.1:45398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:56:18,081 INFO Processing ruok command from /127.0.0.1:45402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:56:20,453 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/kpi-cg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:56:20,460 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:56:20,466 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:56:20,472 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:56:20,479 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:56:28,051 INFO Processing ruok command from /127.0.0.1:45738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:56:28,083 INFO Processing ruok command from /127.0.0.1:45740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:56:38,068 INFO Processing ruok command from /127.0.0.1:46020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:56:38,109 INFO Processing ruok command from /127.0.0.1:46022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:56:48,054 INFO Processing ruok command from /127.0.0.1:46352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:56:48,136 INFO Processing ruok command from /127.0.0.1:46354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:56:57,769 INFO Committing global session 0x200003ca96e0022 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 06:56:58,049 INFO Processing ruok command from /127.0.0.1:46794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:56:58,076 INFO Processing ruok command from /127.0.0.1:46800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:57:08,047 INFO Processing ruok command from /127.0.0.1:47134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:57:08,069 INFO Processing ruok command from /127.0.0.1:47136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:57:18,067 INFO Processing ruok command from /127.0.0.1:47518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:57:18,094 INFO Processing ruok command from /127.0.0.1:47520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:57:20,453 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup/consumerId (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:57:20,460 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:57:28,069 INFO Processing ruok command from /127.0.0.1:47748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:57:28,146 INFO Processing ruok command from /127.0.0.1:47750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:57:38,045 INFO Processing ruok command from /127.0.0.1:47966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:57:38,075 INFO Processing ruok command from /127.0.0.1:47968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:57:48,068 INFO Processing ruok command from /127.0.0.1:48320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:57:48,163 INFO Processing ruok command from /127.0.0.1:48324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:57:58,063 INFO Processing ruok command from /127.0.0.1:48518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:57:58,096 INFO Processing ruok command from /127.0.0.1:48520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:58:08,058 INFO Processing ruok command from /127.0.0.1:48734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:58:08,087 INFO Processing ruok command from /127.0.0.1:48736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:58:18,048 INFO Processing ruok command from /127.0.0.1:48976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:58:18,084 INFO Processing ruok command from /127.0.0.1:48978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:58:20,454 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:58:28,068 INFO Processing ruok command from /127.0.0.1:49174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:58:28,104 INFO Processing ruok command from /127.0.0.1:49176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:58:38,068 INFO Processing ruok command from /127.0.0.1:49384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:58:38,118 INFO Processing ruok command from /127.0.0.1:49386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:58:48,074 INFO Processing ruok command from /127.0.0.1:49582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:58:48,126 INFO Processing ruok command from /127.0.0.1:49584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:58:57,831 INFO Committing global session 0x200003ca96e0023 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 06:58:58,068 INFO Processing ruok command from /127.0.0.1:49782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:58:58,105 INFO Processing ruok command from /127.0.0.1:49784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:59:08,073 INFO Processing ruok command from /127.0.0.1:49982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:59:08,121 INFO Processing ruok command from /127.0.0.1:49984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:59:18,049 INFO Processing ruok command from /127.0.0.1:50184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:59:18,090 INFO Processing ruok command from /127.0.0.1:50186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:59:20,453 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 06:59:28,058 INFO Processing ruok command from /127.0.0.1:50406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:59:28,086 INFO Processing ruok command from /127.0.0.1:50408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:59:38,074 INFO Processing ruok command from /127.0.0.1:50604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:59:38,095 INFO Processing ruok command from /127.0.0.1:50606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:59:48,072 INFO Processing ruok command from /127.0.0.1:50812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:59:48,101 INFO Processing ruok command from /127.0.0.1:50816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 06:59:58,057 INFO Processing ruok command from /127.0.0.1:51018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 06:59:58,090 INFO Processing ruok command from /127.0.0.1:51020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:00:08,043 INFO Processing ruok command from /127.0.0.1:51222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:00:08,081 INFO Processing ruok command from /127.0.0.1:51224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:00:18,042 INFO Processing ruok command from /127.0.0.1:51442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:00:18,106 INFO Processing ruok command from /127.0.0.1:51444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:00:20,453 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 07:00:20,459 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 07:00:28,055 INFO Processing ruok command from /127.0.0.1:51646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:00:28,082 INFO Processing ruok command from /127.0.0.1:51648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:00:38,045 INFO Processing ruok command from /127.0.0.1:51840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:00:38,082 INFO Processing ruok command from /127.0.0.1:51842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:00:48,059 INFO Processing ruok command from /127.0.0.1:52048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:00:48,092 INFO Processing ruok command from /127.0.0.1:52050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:00:57,788 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-11-11 07:00:57,794 INFO Committing global session 0x300003c61e6001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 07:00:58,046 INFO Processing ruok command from /127.0.0.1:52258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:00:58,078 INFO Processing ruok command from /127.0.0.1:52260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:00:58,490 INFO Submitting global closeSession request for session 0x300003c61e6001a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-11-11 07:01:08,047 INFO Processing ruok command from /127.0.0.1:52460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:01:08,097 INFO Processing ruok command from /127.0.0.1:52462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:01:18,051 INFO Processing ruok command from /127.0.0.1:52660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:01:18,077 INFO Processing ruok command from /127.0.0.1:52662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:01:20,453 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 07:01:20,459 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 07:01:28,058 INFO Processing ruok command from /127.0.0.1:52858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:01:28,092 INFO Processing ruok command from /127.0.0.1:52860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:01:38,052 INFO Processing ruok command from /127.0.0.1:53054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:01:38,092 INFO Processing ruok command from /127.0.0.1:53056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:01:48,048 INFO Processing ruok command from /127.0.0.1:53266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:01:48,088 INFO Processing ruok command from /127.0.0.1:53268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:01:58,048 INFO Processing ruok command from /127.0.0.1:53458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:01:58,072 INFO Processing ruok command from /127.0.0.1:53460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:02:08,060 INFO Processing ruok command from /127.0.0.1:53660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:02:08,084 INFO Processing ruok command from /127.0.0.1:53662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:02:18,060 INFO Processing ruok command from /127.0.0.1:53856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:02:18,103 INFO Processing ruok command from /127.0.0.1:53860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:02:20,453 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 07:02:20,459 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 07:02:28,054 INFO Processing ruok command from /127.0.0.1:54052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:02:28,078 INFO Processing ruok command from /127.0.0.1:54054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:02:38,039 INFO Processing ruok command from /127.0.0.1:54246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:02:38,080 INFO Processing ruok command from /127.0.0.1:54250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:02:48,051 INFO Processing ruok command from /127.0.0.1:54444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:02:48,089 INFO Processing ruok command from /127.0.0.1:54446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:02:57,701 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-11-11 07:02:57,705 INFO Committing global session 0x300003c61e6001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 07:02:58,059 INFO Processing ruok command from /127.0.0.1:54644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:02:58,096 INFO Processing ruok command from /127.0.0.1:54646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:02:58,414 INFO Submitting global closeSession request for session 0x300003c61e6001b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-11-11 07:03:08,041 INFO Processing ruok command from /127.0.0.1:54842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:03:08,068 INFO Processing ruok command from /127.0.0.1:54846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:03:18,042 INFO Processing ruok command from /127.0.0.1:55044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:03:18,071 INFO Processing ruok command from /127.0.0.1:55046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:03:20,454 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 07:03:28,056 INFO Processing ruok command from /127.0.0.1:55246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:03:28,131 INFO Processing ruok command from /127.0.0.1:55248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:03:38,059 INFO Processing ruok command from /127.0.0.1:55438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:03:38,107 INFO Processing ruok command from /127.0.0.1:55440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:03:48,059 INFO Processing ruok command from /127.0.0.1:55638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:03:48,137 INFO Processing ruok command from /127.0.0.1:55640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:03:58,055 INFO Processing ruok command from /127.0.0.1:55838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:03:58,088 INFO Processing ruok command from /127.0.0.1:55840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:04:08,046 INFO Processing ruok command from /127.0.0.1:56034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:04:08,071 INFO Processing ruok command from /127.0.0.1:56036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:04:18,041 INFO Processing ruok command from /127.0.0.1:56230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:04:18,077 INFO Processing ruok command from /127.0.0.1:56232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:04:20,453 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 07:04:20,459 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 07:04:28,046 INFO Processing ruok command from /127.0.0.1:56432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:04:28,076 INFO Processing ruok command from /127.0.0.1:56434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:04:38,053 INFO Processing ruok command from /127.0.0.1:56624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:04:38,089 INFO Processing ruok command from /127.0.0.1:56626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:04:48,043 INFO Processing ruok command from /127.0.0.1:56838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:04:48,104 INFO Processing ruok command from /127.0.0.1:56840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:04:57,677 INFO Committing global session 0x200003ca96e0024 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 07:04:58,052 INFO Processing ruok command from /127.0.0.1:57042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:04:58,106 INFO Processing ruok command from /127.0.0.1:57044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:05:08,060 INFO Processing ruok command from /127.0.0.1:57238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:05:08,082 INFO Processing ruok command from /127.0.0.1:57240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:05:18,064 INFO Processing ruok command from /127.0.0.1:57434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:05:18,098 INFO Processing ruok command from /127.0.0.1:57436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:05:20,453 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 07:05:20,460 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 07:05:28,052 INFO Processing ruok command from /127.0.0.1:57632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:05:28,086 INFO Processing ruok command from /127.0.0.1:57634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:05:38,064 INFO Processing ruok command from /127.0.0.1:57852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:05:38,116 INFO Processing ruok command from /127.0.0.1:57854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:05:48,043 INFO Processing ruok command from /127.0.0.1:58056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:05:48,072 INFO Processing ruok command from /127.0.0.1:58058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:05:58,061 INFO Processing ruok command from /127.0.0.1:58256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:05:58,093 INFO Processing ruok command from /127.0.0.1:58258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:06:08,058 INFO Processing ruok command from /127.0.0.1:58472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:06:08,115 INFO Processing ruok command from /127.0.0.1:58476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:06:18,058 INFO Processing ruok command from /127.0.0.1:58692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:06:18,094 INFO Processing ruok command from /127.0.0.1:58694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:06:20,453 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 07:06:20,460 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 07:06:28,068 INFO Processing ruok command from /127.0.0.1:58904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:06:28,111 INFO Processing ruok command from /127.0.0.1:58906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:06:38,072 INFO Processing ruok command from /127.0.0.1:59094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:06:38,126 INFO Processing ruok command from /127.0.0.1:59096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:06:48,055 INFO Processing ruok command from /127.0.0.1:59302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:06:48,129 INFO Processing ruok command from /127.0.0.1:59304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:06:57,546 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-11-11 07:06:57,552 INFO Committing global session 0x300003c61e6001c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 07:06:58,049 INFO Processing ruok command from /127.0.0.1:59502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:06:58,122 INFO Processing ruok command from /127.0.0.1:59504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:06:58,265 INFO Submitting global closeSession request for session 0x300003c61e6001c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-11-11 07:07:08,044 INFO Processing ruok command from /127.0.0.1:59708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:07:08,079 INFO Processing ruok command from /127.0.0.1:59710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:07:18,050 INFO Processing ruok command from /127.0.0.1:59908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:07:18,089 INFO Processing ruok command from /127.0.0.1:59910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:07:20,453 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 07:07:28,059 INFO Processing ruok command from /127.0.0.1:60098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:07:28,093 INFO Processing ruok command from /127.0.0.1:60100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:07:38,068 INFO Processing ruok command from /127.0.0.1:60276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:07:38,114 INFO Processing ruok command from /127.0.0.1:60278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:07:48,051 INFO Processing ruok command from /127.0.0.1:60478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:07:48,087 INFO Processing ruok command from /127.0.0.1:60480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:07:58,077 INFO Processing ruok command from /127.0.0.1:60670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:07:58,156 INFO Processing ruok command from /127.0.0.1:60672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:08:08,056 INFO Processing ruok command from /127.0.0.1:60866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:08:08,094 INFO Processing ruok command from /127.0.0.1:60868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:08:18,072 INFO Processing ruok command from /127.0.0.1:32832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:08:18,140 INFO Processing ruok command from /127.0.0.1:32834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:08:20,454 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 07:08:28,048 INFO Processing ruok command from /127.0.0.1:33022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:08:28,075 INFO Processing ruok command from /127.0.0.1:33024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:08:38,065 INFO Processing ruok command from /127.0.0.1:33214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:08:38,106 INFO Processing ruok command from /127.0.0.1:33216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:08:48,059 INFO Processing ruok command from /127.0.0.1:33402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:08:48,102 INFO Processing ruok command from /127.0.0.1:33404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:08:57,942 INFO Committing global session 0x100003bc6d40016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 07:08:58,069 INFO Processing ruok command from /127.0.0.1:33596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:08:58,145 INFO Processing ruok command from /127.0.0.1:33600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:09:08,059 INFO Processing ruok command from /127.0.0.1:33788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:09:08,115 INFO Processing ruok command from /127.0.0.1:33790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:09:18,067 INFO Processing ruok command from /127.0.0.1:33986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:09:18,111 INFO Processing ruok command from /127.0.0.1:33990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:09:20,453 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 07:09:28,047 INFO Processing ruok command from /127.0.0.1:34186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:09:28,080 INFO Processing ruok command from /127.0.0.1:34188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:09:38,055 INFO Processing ruok command from /127.0.0.1:34372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:09:38,083 INFO Processing ruok command from /127.0.0.1:34374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:09:48,049 INFO Processing ruok command from /127.0.0.1:34580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:09:48,102 INFO Processing ruok command from /127.0.0.1:34584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:09:58,057 INFO Processing ruok command from /127.0.0.1:34776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:09:58,090 INFO Processing ruok command from /127.0.0.1:34778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:10:08,056 INFO Processing ruok command from /127.0.0.1:34966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:10:08,102 INFO Processing ruok command from /127.0.0.1:34968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:10:18,039 INFO Processing ruok command from /127.0.0.1:35162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:10:18,077 INFO Processing ruok command from /127.0.0.1:35164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:10:20,453 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 07:10:28,061 INFO Processing ruok command from /127.0.0.1:35358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:10:28,093 INFO Processing ruok command from /127.0.0.1:35360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:10:38,070 INFO Processing ruok command from /127.0.0.1:35538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:10:38,096 INFO Processing ruok command from /127.0.0.1:35540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:10:48,054 INFO Processing ruok command from /127.0.0.1:35736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:10:48,129 INFO Processing ruok command from /127.0.0.1:35738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:10:57,684 INFO Committing global session 0x100003bc6d40017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 07:10:58,067 INFO Processing ruok command from /127.0.0.1:35926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:10:58,093 INFO Processing ruok command from /127.0.0.1:35928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:11:08,055 INFO Processing ruok command from /127.0.0.1:36116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:11:08,089 INFO Processing ruok command from /127.0.0.1:36118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:11:18,048 INFO Processing ruok command from /127.0.0.1:36312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:11:18,084 INFO Processing ruok command from /127.0.0.1:36314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:11:28,050 INFO Processing ruok command from /127.0.0.1:36504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:11:28,111 INFO Processing ruok command from /127.0.0.1:36506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:11:38,064 INFO Processing ruok command from /127.0.0.1:36696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:11:38,098 INFO Processing ruok command from /127.0.0.1:36698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:11:48,059 INFO Processing ruok command from /127.0.0.1:36898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:11:48,097 INFO Processing ruok command from /127.0.0.1:36900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:11:58,055 INFO Processing ruok command from /127.0.0.1:37090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:11:58,087 INFO Processing ruok command from /127.0.0.1:37092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:12:08,047 INFO Processing ruok command from /127.0.0.1:37282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:12:08,075 INFO Processing ruok command from /127.0.0.1:37284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:12:18,059 INFO Processing ruok command from /127.0.0.1:37482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:12:18,103 INFO Processing ruok command from /127.0.0.1:37484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:12:28,039 INFO Processing ruok command from /127.0.0.1:37678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:12:28,069 INFO Processing ruok command from /127.0.0.1:37680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:12:38,053 INFO Processing ruok command from /127.0.0.1:37864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:12:38,076 INFO Processing ruok command from /127.0.0.1:37868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:12:48,051 INFO Processing ruok command from /127.0.0.1:38064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:12:48,084 INFO Processing ruok command from /127.0.0.1:38066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:12:57,832 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-11-11 07:12:57,839 INFO Committing global session 0x300003c61e6001d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 07:12:58,054 INFO Processing ruok command from /127.0.0.1:38258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:12:58,101 INFO Processing ruok command from /127.0.0.1:38260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:12:58,518 INFO Submitting global closeSession request for session 0x300003c61e6001d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-11-11 07:13:08,062 INFO Processing ruok command from /127.0.0.1:38450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:13:08,107 INFO Processing ruok command from /127.0.0.1:38452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:13:18,074 INFO Processing ruok command from /127.0.0.1:38656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:13:18,098 INFO Processing ruok command from /127.0.0.1:38658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:13:28,050 INFO Processing ruok command from /127.0.0.1:38848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:13:28,074 INFO Processing ruok command from /127.0.0.1:38850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:13:38,058 INFO Processing ruok command from /127.0.0.1:39040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:13:38,090 INFO Processing ruok command from /127.0.0.1:39042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:13:48,066 INFO Processing ruok command from /127.0.0.1:39244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:13:48,099 INFO Processing ruok command from /127.0.0.1:39246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:13:58,048 INFO Processing ruok command from /127.0.0.1:39434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:13:58,073 INFO Processing ruok command from /127.0.0.1:39436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:14:08,050 INFO Processing ruok command from /127.0.0.1:39622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:14:08,082 INFO Processing ruok command from /127.0.0.1:39624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:14:18,060 INFO Processing ruok command from /127.0.0.1:39818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:14:18,116 INFO Processing ruok command from /127.0.0.1:39820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:14:28,043 INFO Processing ruok command from /127.0.0.1:40016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:14:28,081 INFO Processing ruok command from /127.0.0.1:40018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:14:38,072 INFO Processing ruok command from /127.0.0.1:40190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:14:38,110 INFO Processing ruok command from /127.0.0.1:40194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:14:48,055 INFO Processing ruok command from /127.0.0.1:40392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:14:48,131 INFO Processing ruok command from /127.0.0.1:40396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:14:57,872 INFO Committing global session 0x200003ca96e0025 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 07:14:58,045 INFO Processing ruok command from /127.0.0.1:40596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:14:58,079 INFO Processing ruok command from /127.0.0.1:40598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:15:08,037 INFO Processing ruok command from /127.0.0.1:40778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:15:08,064 INFO Processing ruok command from /127.0.0.1:40780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:15:18,054 INFO Processing ruok command from /127.0.0.1:40978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:15:18,094 INFO Processing ruok command from /127.0.0.1:40980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:15:20,453 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 07:15:28,064 INFO Processing ruok command from /127.0.0.1:41164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:15:28,115 INFO Processing ruok command from /127.0.0.1:41166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:15:38,067 INFO Processing ruok command from /127.0.0.1:41352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:15:38,101 INFO Processing ruok command from /127.0.0.1:41354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:15:48,049 INFO Processing ruok command from /127.0.0.1:41552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:15:48,089 INFO Processing ruok command from /127.0.0.1:41554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:15:58,053 INFO Processing ruok command from /127.0.0.1:41738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:15:58,122 INFO Processing ruok command from /127.0.0.1:41740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:16:08,046 INFO Processing ruok command from /127.0.0.1:41924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:16:08,077 INFO Processing ruok command from /127.0.0.1:41926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:16:18,047 INFO Processing ruok command from /127.0.0.1:42122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:16:18,082 INFO Processing ruok command from /127.0.0.1:42124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:16:20,454 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 07:16:28,039 INFO Processing ruok command from /127.0.0.1:42322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:16:28,094 INFO Processing ruok command from /127.0.0.1:42324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:16:38,067 INFO Processing ruok command from /127.0.0.1:42506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:16:38,102 INFO Processing ruok command from /127.0.0.1:42508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:16:48,063 INFO Processing ruok command from /127.0.0.1:42704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:16:48,100 INFO Processing ruok command from /127.0.0.1:42708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:16:57,828 INFO Committing global session 0x100003bc6d40018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 07:16:58,061 INFO Processing ruok command from /127.0.0.1:42900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:16:58,094 INFO Processing ruok command from /127.0.0.1:42902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:17:08,050 INFO Processing ruok command from /127.0.0.1:43094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:17:08,075 INFO Processing ruok command from /127.0.0.1:43096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:17:18,049 INFO Processing ruok command from /127.0.0.1:43300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:17:18,078 INFO Processing ruok command from /127.0.0.1:43302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:17:20,453 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 07:17:28,055 INFO Processing ruok command from /127.0.0.1:43488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:17:28,079 INFO Processing ruok command from /127.0.0.1:43490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:17:38,062 INFO Processing ruok command from /127.0.0.1:43674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:17:38,090 INFO Processing ruok command from /127.0.0.1:43676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:17:48,043 INFO Processing ruok command from /127.0.0.1:43874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:17:48,103 INFO Processing ruok command from /127.0.0.1:43878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:17:58,060 INFO Processing ruok command from /127.0.0.1:44062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:17:58,084 INFO Processing ruok command from /127.0.0.1:44064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:18:08,058 INFO Processing ruok command from /127.0.0.1:44260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:18:08,132 INFO Processing ruok command from /127.0.0.1:44262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:18:18,054 INFO Processing ruok command from /127.0.0.1:44466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:18:18,087 INFO Processing ruok command from /127.0.0.1:44468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:18:20,453 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 07:18:28,046 INFO Processing ruok command from /127.0.0.1:44664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:18:28,073 INFO Processing ruok command from /127.0.0.1:44666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:18:38,042 INFO Processing ruok command from /127.0.0.1:44850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:18:38,081 INFO Processing ruok command from /127.0.0.1:44852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:18:48,058 INFO Processing ruok command from /127.0.0.1:45056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:18:48,096 INFO Processing ruok command from /127.0.0.1:45058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:18:57,461 INFO Committing global session 0x100003bc6d40019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 07:18:58,056 INFO Processing ruok command from /127.0.0.1:45264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:18:58,093 INFO Processing ruok command from /127.0.0.1:45266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:19:08,040 INFO Processing ruok command from /127.0.0.1:45454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:19:08,067 INFO Processing ruok command from /127.0.0.1:45456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:19:18,056 INFO Processing ruok command from /127.0.0.1:45656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:19:18,094 INFO Processing ruok command from /127.0.0.1:45658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:19:20,454 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 07:19:28,050 INFO Processing ruok command from /127.0.0.1:45870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:19:28,082 INFO Processing ruok command from /127.0.0.1:45872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:19:38,056 INFO Processing ruok command from /127.0.0.1:46080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:19:38,089 INFO Processing ruok command from /127.0.0.1:46082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:19:48,064 INFO Processing ruok command from /127.0.0.1:46286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:19:48,144 INFO Processing ruok command from /127.0.0.1:46288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:19:58,062 INFO Processing ruok command from /127.0.0.1:46478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:19:58,125 INFO Processing ruok command from /127.0.0.1:46480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:20:08,057 INFO Processing ruok command from /127.0.0.1:46668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:20:08,136 INFO Processing ruok command from /127.0.0.1:46670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:20:18,054 INFO Processing ruok command from /127.0.0.1:46868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:20:18,097 INFO Processing ruok command from /127.0.0.1:46870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:20:20,453 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 07:20:28,092 INFO Processing ruok command from /127.0.0.1:47064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:20:28,135 INFO Processing ruok command from /127.0.0.1:47066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:20:38,058 INFO Processing ruok command from /127.0.0.1:47270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:20:38,083 INFO Processing ruok command from /127.0.0.1:47272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:20:48,059 INFO Processing ruok command from /127.0.0.1:47470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:20:48,080 INFO Processing ruok command from /127.0.0.1:47472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:20:57,780 INFO Committing global session 0x200003ca96e0026 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 07:20:58,064 INFO Processing ruok command from /127.0.0.1:47658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:20:58,094 INFO Processing ruok command from /127.0.0.1:47662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:21:08,043 INFO Processing ruok command from /127.0.0.1:47860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:21:08,082 INFO Processing ruok command from /127.0.0.1:47864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:21:18,045 INFO Processing ruok command from /127.0.0.1:48054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:21:18,087 INFO Processing ruok command from /127.0.0.1:48056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:21:20,454 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 07:21:28,037 INFO Processing ruok command from /127.0.0.1:48248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:21:28,081 INFO Processing ruok command from /127.0.0.1:48250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:21:38,045 INFO Processing ruok command from /127.0.0.1:48438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:21:38,088 INFO Processing ruok command from /127.0.0.1:48440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:21:48,056 INFO Processing ruok command from /127.0.0.1:48638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:21:48,083 INFO Processing ruok command from /127.0.0.1:48640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:21:58,054 INFO Processing ruok command from /127.0.0.1:48834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:21:58,099 INFO Processing ruok command from /127.0.0.1:48836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:22:08,055 INFO Processing ruok command from /127.0.0.1:49024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:22:08,093 INFO Processing ruok command from /127.0.0.1:49026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:22:18,042 INFO Processing ruok command from /127.0.0.1:49218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:22:18,069 INFO Processing ruok command from /127.0.0.1:49220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:22:20,454 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 07:22:28,035 INFO Processing ruok command from /127.0.0.1:49410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:22:28,063 INFO Processing ruok command from /127.0.0.1:49412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:22:38,049 INFO Processing ruok command from /127.0.0.1:49600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:22:38,078 INFO Processing ruok command from /127.0.0.1:49602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:22:48,042 INFO Processing ruok command from /127.0.0.1:49816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:22:48,079 INFO Processing ruok command from /127.0.0.1:49818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:22:57,620 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-11-11 07:22:57,628 INFO Committing global session 0x300003c61e6001e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 07:22:58,054 INFO Processing ruok command from /127.0.0.1:50004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:22:58,081 INFO Processing ruok command from /127.0.0.1:50008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:22:58,161 INFO Submitting global closeSession request for session 0x300003c61e6001e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-11-11 07:23:08,044 INFO Processing ruok command from /127.0.0.1:50196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:23:08,074 INFO Processing ruok command from /127.0.0.1:50198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:23:18,046 INFO Processing ruok command from /127.0.0.1:50392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:23:18,074 INFO Processing ruok command from /127.0.0.1:50394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:23:20,454 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 07:23:28,036 INFO Processing ruok command from /127.0.0.1:50588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:23:28,064 INFO Processing ruok command from /127.0.0.1:50590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:23:38,062 INFO Processing ruok command from /127.0.0.1:50774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:23:38,122 INFO Processing ruok command from /127.0.0.1:50776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:23:48,045 INFO Processing ruok command from /127.0.0.1:50972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:23:48,086 INFO Processing ruok command from /127.0.0.1:50974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:23:58,052 INFO Processing ruok command from /127.0.0.1:51164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:23:58,100 INFO Processing ruok command from /127.0.0.1:51166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:24:08,066 INFO Processing ruok command from /127.0.0.1:51352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:24:08,093 INFO Processing ruok command from /127.0.0.1:51354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:24:18,056 INFO Processing ruok command from /127.0.0.1:51548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:24:18,115 INFO Processing ruok command from /127.0.0.1:51552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:24:20,453 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 07:24:28,051 INFO Processing ruok command from /127.0.0.1:51744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:24:28,090 INFO Processing ruok command from /127.0.0.1:51746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:24:38,060 INFO Processing ruok command from /127.0.0.1:51926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:24:38,085 INFO Processing ruok command from /127.0.0.1:51928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:24:48,047 INFO Processing ruok command from /127.0.0.1:52134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:24:48,073 INFO Processing ruok command from /127.0.0.1:52136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:24:57,867 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-11-11 07:24:57,872 INFO Committing global session 0x300003c61e6001f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 07:24:58,048 INFO Processing ruok command from /127.0.0.1:52332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:24:58,081 INFO Processing ruok command from /127.0.0.1:52334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:24:58,556 INFO Submitting global closeSession request for session 0x300003c61e6001f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-11-11 07:25:08,046 INFO Processing ruok command from /127.0.0.1:52524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:25:08,089 INFO Processing ruok command from /127.0.0.1:52528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:25:18,054 INFO Processing ruok command from /127.0.0.1:52720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:25:18,081 INFO Processing ruok command from /127.0.0.1:52722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:25:20,454 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 07:25:28,049 INFO Processing ruok command from /127.0.0.1:52912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:25:28,078 INFO Processing ruok command from /127.0.0.1:52914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:25:38,048 INFO Processing ruok command from /127.0.0.1:53100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:25:38,075 INFO Processing ruok command from /127.0.0.1:53102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:25:48,063 INFO Processing ruok command from /127.0.0.1:53320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:25:48,088 INFO Processing ruok command from /127.0.0.1:53322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:25:58,048 INFO Processing ruok command from /127.0.0.1:53512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:25:58,072 INFO Processing ruok command from /127.0.0.1:53514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:26:08,059 INFO Processing ruok command from /127.0.0.1:53708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:26:08,091 INFO Processing ruok command from /127.0.0.1:53710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:26:18,071 INFO Processing ruok command from /127.0.0.1:53924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:26:18,104 INFO Processing ruok command from /127.0.0.1:53926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:26:20,453 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 07:26:28,058 INFO Processing ruok command from /127.0.0.1:54142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:26:28,096 INFO Processing ruok command from /127.0.0.1:54144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:26:38,078 INFO Processing ruok command from /127.0.0.1:54334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:26:38,113 INFO Processing ruok command from /127.0.0.1:54336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:26:48,068 INFO Processing ruok command from /127.0.0.1:54538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:26:48,104 INFO Processing ruok command from /127.0.0.1:54540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:26:57,639 INFO Committing global session 0x100003bc6d4001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 07:26:58,056 INFO Processing ruok command from /127.0.0.1:54732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:26:58,087 INFO Processing ruok command from /127.0.0.1:54734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:27:08,046 INFO Processing ruok command from /127.0.0.1:54926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:27:08,083 INFO Processing ruok command from /127.0.0.1:54928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:27:18,049 INFO Processing ruok command from /127.0.0.1:55140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:27:18,095 INFO Processing ruok command from /127.0.0.1:55144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:27:20,453 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 07:27:20,459 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 07:27:28,064 INFO Processing ruok command from /127.0.0.1:55332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:27:28,091 INFO Processing ruok command from /127.0.0.1:55334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:27:38,060 INFO Processing ruok command from /127.0.0.1:55522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:27:38,099 INFO Processing ruok command from /127.0.0.1:55524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:27:48,054 INFO Processing ruok command from /127.0.0.1:55718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:27:48,092 INFO Processing ruok command from /127.0.0.1:55720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:27:58,071 INFO Processing ruok command from /127.0.0.1:55908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:27:58,095 INFO Processing ruok command from /127.0.0.1:55910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:28:08,059 INFO Processing ruok command from /127.0.0.1:56098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:28:08,089 INFO Processing ruok command from /127.0.0.1:56100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:28:18,080 INFO Processing ruok command from /127.0.0.1:56286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:28:18,115 INFO Processing ruok command from /127.0.0.1:56288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:28:20,454 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 07:28:28,057 INFO Processing ruok command from /127.0.0.1:56470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:28:28,089 INFO Processing ruok command from /127.0.0.1:56472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:28:38,054 INFO Processing ruok command from /127.0.0.1:56660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:28:38,083 INFO Processing ruok command from /127.0.0.1:56662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:28:48,060 INFO Processing ruok command from /127.0.0.1:56860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:28:48,098 INFO Processing ruok command from /127.0.0.1:56862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:28:57,668 INFO Committing global session 0x100003bc6d4001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 07:28:58,060 INFO Processing ruok command from /127.0.0.1:57050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:28:58,086 INFO Processing ruok command from /127.0.0.1:57052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:29:08,069 INFO Processing ruok command from /127.0.0.1:57234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:29:08,100 INFO Processing ruok command from /127.0.0.1:57236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:29:18,069 INFO Processing ruok command from /127.0.0.1:57426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:29:18,106 INFO Processing ruok command from /127.0.0.1:57428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:29:20,454 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 07:29:28,047 INFO Processing ruok command from /127.0.0.1:57626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:29:28,094 INFO Processing ruok command from /127.0.0.1:57628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:29:38,042 INFO Processing ruok command from /127.0.0.1:57812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:29:38,073 INFO Processing ruok command from /127.0.0.1:57816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:29:48,051 INFO Processing ruok command from /127.0.0.1:58036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:29:48,086 INFO Processing ruok command from /127.0.0.1:58038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:29:58,050 INFO Processing ruok command from /127.0.0.1:58240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:29:58,078 INFO Processing ruok command from /127.0.0.1:58242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:30:08,040 INFO Processing ruok command from /127.0.0.1:58438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:30:08,080 INFO Processing ruok command from /127.0.0.1:58442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:30:18,063 INFO Processing ruok command from /127.0.0.1:58646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:30:18,093 INFO Processing ruok command from /127.0.0.1:58650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:30:20,453 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2022-11-11 07:30:28,051 INFO Processing ruok command from /127.0.0.1:58838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:30:28,079 INFO Processing ruok command from /127.0.0.1:58840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:30:38,047 INFO Processing ruok command from /127.0.0.1:59024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:30:38,084 INFO Processing ruok command from /127.0.0.1:59026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:30:48,071 INFO Processing ruok command from /127.0.0.1:59226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:30:48,102 INFO Processing ruok command from /127.0.0.1:59228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:30:57,623 INFO Committing global session 0x100003bc6d4001c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 07:30:58,044 INFO Processing ruok command from /127.0.0.1:59430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:30:58,076 INFO Processing ruok command from /127.0.0.1:59432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:31:08,049 INFO Processing ruok command from /127.0.0.1:59628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:31:08,082 INFO Processing ruok command from /127.0.0.1:59630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:31:18,047 INFO Processing ruok command from /127.0.0.1:59816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:31:18,076 INFO Processing ruok command from /127.0.0.1:59818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:31:28,038 INFO Processing ruok command from /127.0.0.1:60006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:31:28,068 INFO Processing ruok command from /127.0.0.1:60008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:31:38,044 INFO Processing ruok command from /127.0.0.1:60192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:31:38,068 INFO Processing ruok command from /127.0.0.1:60194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:31:48,066 INFO Processing ruok command from /127.0.0.1:60394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:31:48,108 INFO Processing ruok command from /127.0.0.1:60396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:31:58,053 INFO Processing ruok command from /127.0.0.1:60588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:31:58,084 INFO Processing ruok command from /127.0.0.1:60590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:32:08,056 INFO Processing ruok command from /127.0.0.1:60774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:32:08,127 INFO Processing ruok command from /127.0.0.1:60776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:32:18,042 INFO Processing ruok command from /127.0.0.1:60974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:32:18,071 INFO Processing ruok command from /127.0.0.1:60976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:32:28,051 INFO Processing ruok command from /127.0.0.1:32924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:32:28,081 INFO Processing ruok command from /127.0.0.1:32926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:32:38,047 INFO Processing ruok command from /127.0.0.1:33112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:32:38,093 INFO Processing ruok command from /127.0.0.1:33114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:32:48,042 INFO Processing ruok command from /127.0.0.1:33320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:32:48,074 INFO Processing ruok command from /127.0.0.1:33322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:32:57,884 INFO Committing global session 0x100003bc6d4001d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 07:32:58,065 INFO Processing ruok command from /127.0.0.1:33522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:32:58,104 INFO Processing ruok command from /127.0.0.1:33524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:33:08,046 INFO Processing ruok command from /127.0.0.1:33714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:33:08,079 INFO Processing ruok command from /127.0.0.1:33716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:33:18,041 INFO Processing ruok command from /127.0.0.1:33912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:33:18,079 INFO Processing ruok command from /127.0.0.1:33916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:33:28,044 INFO Processing ruok command from /127.0.0.1:34104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:33:28,074 INFO Processing ruok command from /127.0.0.1:34106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:33:38,049 INFO Processing ruok command from /127.0.0.1:34294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:33:38,081 INFO Processing ruok command from /127.0.0.1:34296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:33:48,048 INFO Processing ruok command from /127.0.0.1:34492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:33:48,078 INFO Processing ruok command from /127.0.0.1:34496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:33:58,041 INFO Processing ruok command from /127.0.0.1:34684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:33:58,069 INFO Processing ruok command from /127.0.0.1:34688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:34:08,059 INFO Processing ruok command from /127.0.0.1:34862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:34:08,090 INFO Processing ruok command from /127.0.0.1:34864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:34:11,349 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-11-11 07:34:11,349 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2022-11-11 07:34:11,357 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2022-11-11 07:34:18,056 INFO Processing ruok command from /127.0.0.1:35066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:34:18,116 INFO Processing ruok command from /127.0.0.1:35068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:34:28,076 INFO Processing ruok command from /127.0.0.1:35260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:34:28,111 INFO Processing ruok command from /127.0.0.1:35262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:34:38,051 INFO Processing ruok command from /127.0.0.1:35450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:34:38,122 INFO Processing ruok command from /127.0.0.1:35452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:34:48,056 INFO Processing ruok command from /127.0.0.1:35650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:34:48,087 INFO Processing ruok command from /127.0.0.1:35652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:34:57,667 INFO Committing global session 0x100003bc6d4001e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 07:34:58,046 INFO Processing ruok command from /127.0.0.1:35834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:34:58,076 INFO Processing ruok command from /127.0.0.1:35836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:35:08,050 INFO Processing ruok command from /127.0.0.1:36024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:35:08,079 INFO Processing ruok command from /127.0.0.1:36026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:35:18,035 INFO Processing ruok command from /127.0.0.1:36222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:35:18,074 INFO Processing ruok command from /127.0.0.1:36224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:35:28,050 INFO Processing ruok command from /127.0.0.1:36418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:35:28,086 INFO Processing ruok command from /127.0.0.1:36422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:35:38,049 INFO Processing ruok command from /127.0.0.1:36596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:35:38,085 INFO Processing ruok command from /127.0.0.1:36600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:35:48,060 INFO Processing ruok command from /127.0.0.1:36792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:35:48,088 INFO Processing ruok command from /127.0.0.1:36794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:35:58,053 INFO Processing ruok command from /127.0.0.1:36978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:35:58,075 INFO Processing ruok command from /127.0.0.1:36980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:36:08,054 INFO Processing ruok command from /127.0.0.1:37168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:36:08,084 INFO Processing ruok command from /127.0.0.1:37170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:36:18,052 INFO Processing ruok command from /127.0.0.1:37366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:36:18,093 INFO Processing ruok command from /127.0.0.1:37368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:36:28,072 INFO Processing ruok command from /127.0.0.1:37554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:36:28,115 INFO Processing ruok command from /127.0.0.1:37556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:36:38,061 INFO Processing ruok command from /127.0.0.1:37746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:36:38,090 INFO Processing ruok command from /127.0.0.1:37748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:36:48,052 INFO Processing ruok command from /127.0.0.1:37944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:36:48,093 INFO Processing ruok command from /127.0.0.1:37946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:36:57,725 INFO Committing global session 0x200003ca96e0027 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 07:36:58,047 INFO Processing ruok command from /127.0.0.1:38140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:36:58,091 INFO Processing ruok command from /127.0.0.1:38142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:37:08,062 INFO Processing ruok command from /127.0.0.1:38336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:37:08,084 INFO Processing ruok command from /127.0.0.1:38338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:37:18,049 INFO Processing ruok command from /127.0.0.1:38526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:37:18,081 INFO Processing ruok command from /127.0.0.1:38528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:37:28,052 INFO Processing ruok command from /127.0.0.1:38712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:37:28,085 INFO Processing ruok command from /127.0.0.1:38714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:37:38,053 INFO Processing ruok command from /127.0.0.1:38898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:37:38,081 INFO Processing ruok command from /127.0.0.1:38900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:37:48,044 INFO Processing ruok command from /127.0.0.1:39104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:37:48,086 INFO Processing ruok command from /127.0.0.1:39108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:37:58,055 INFO Processing ruok command from /127.0.0.1:39296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:37:58,121 INFO Processing ruok command from /127.0.0.1:39298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:38:08,062 INFO Processing ruok command from /127.0.0.1:39488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:38:08,091 INFO Processing ruok command from /127.0.0.1:39490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:38:18,049 INFO Processing ruok command from /127.0.0.1:39688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:38:18,086 INFO Processing ruok command from /127.0.0.1:39690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:38:28,074 INFO Processing ruok command from /127.0.0.1:39880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:38:28,111 INFO Processing ruok command from /127.0.0.1:39882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:38:38,044 INFO Processing ruok command from /127.0.0.1:40066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:38:38,074 INFO Processing ruok command from /127.0.0.1:40068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:38:48,043 INFO Processing ruok command from /127.0.0.1:40260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:38:48,074 INFO Processing ruok command from /127.0.0.1:40262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:38:57,622 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2022-11-11 07:38:57,628 INFO Committing global session 0x300003c61e60020 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 07:38:58,051 INFO Processing ruok command from /127.0.0.1:40456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:38:58,084 INFO Processing ruok command from /127.0.0.1:40460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:38:58,335 INFO Submitting global closeSession request for session 0x300003c61e60020 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-11-11 07:39:08,043 INFO Processing ruok command from /127.0.0.1:40650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:39:08,078 INFO Processing ruok command from /127.0.0.1:40652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:39:18,068 INFO Processing ruok command from /127.0.0.1:40852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:39:18,099 INFO Processing ruok command from /127.0.0.1:40854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:39:28,056 INFO Processing ruok command from /127.0.0.1:41040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:39:28,104 INFO Processing ruok command from /127.0.0.1:41042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:39:38,059 INFO Processing ruok command from /127.0.0.1:41230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:39:38,093 INFO Processing ruok command from /127.0.0.1:41232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:39:48,060 INFO Processing ruok command from /127.0.0.1:41428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:39:48,099 INFO Processing ruok command from /127.0.0.1:41430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:39:58,049 INFO Processing ruok command from /127.0.0.1:41614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:39:58,084 INFO Processing ruok command from /127.0.0.1:41616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:40:08,045 INFO Processing ruok command from /127.0.0.1:41804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:40:08,089 INFO Processing ruok command from /127.0.0.1:41808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:40:18,055 INFO Processing ruok command from /127.0.0.1:42006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:40:18,079 INFO Processing ruok command from /127.0.0.1:42008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:40:28,043 INFO Processing ruok command from /127.0.0.1:42196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:40:28,071 INFO Processing ruok command from /127.0.0.1:42198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:40:38,048 INFO Processing ruok command from /127.0.0.1:42380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:40:38,080 INFO Processing ruok command from /127.0.0.1:42382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:40:48,065 INFO Processing ruok command from /127.0.0.1:42578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:40:48,107 INFO Processing ruok command from /127.0.0.1:42580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:40:57,807 INFO Committing global session 0x200003ca96e0028 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 07:40:58,071 INFO Processing ruok command from /127.0.0.1:42768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:40:58,134 INFO Processing ruok command from /127.0.0.1:42770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:41:08,042 INFO Processing ruok command from /127.0.0.1:42960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:41:08,074 INFO Processing ruok command from /127.0.0.1:42962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:41:18,038 INFO Processing ruok command from /127.0.0.1:43158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:41:18,099 INFO Processing ruok command from /127.0.0.1:43160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:41:28,052 INFO Processing ruok command from /127.0.0.1:43346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:41:28,091 INFO Processing ruok command from /127.0.0.1:43348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:41:38,064 INFO Processing ruok command from /127.0.0.1:43532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:41:38,094 INFO Processing ruok command from /127.0.0.1:43534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:41:48,055 INFO Processing ruok command from /127.0.0.1:43734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:41:48,094 INFO Processing ruok command from /127.0.0.1:43736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:41:58,040 INFO Processing ruok command from /127.0.0.1:43922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:41:58,066 INFO Processing ruok command from /127.0.0.1:43926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:42:08,035 INFO Processing ruok command from /127.0.0.1:44110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:42:08,075 INFO Processing ruok command from /127.0.0.1:44112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:42:18,060 INFO Processing ruok command from /127.0.0.1:44300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:42:18,089 INFO Processing ruok command from /127.0.0.1:44304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:42:28,041 INFO Processing ruok command from /127.0.0.1:44506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:42:28,079 INFO Processing ruok command from /127.0.0.1:44508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:42:38,061 INFO Processing ruok command from /127.0.0.1:44694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:42:38,087 INFO Processing ruok command from /127.0.0.1:44696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:42:48,058 INFO Processing ruok command from /127.0.0.1:44884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:42:48,129 INFO Processing ruok command from /127.0.0.1:44888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:42:57,672 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2022-11-11 07:42:57,678 INFO Committing global session 0x300003c61e60021 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2022-11-11 07:42:58,051 INFO Processing ruok command from /127.0.0.1:45084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:42:58,088 INFO Processing ruok command from /127.0.0.1:45086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:42:58,193 INFO Submitting global closeSession request for session 0x300003c61e60021 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2022-11-11 07:43:08,056 INFO Processing ruok command from /127.0.0.1:45274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:43:08,082 INFO Processing ruok command from /127.0.0.1:45276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:43:18,051 INFO Processing ruok command from /127.0.0.1:45476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:43:18,127 INFO Processing ruok command from /127.0.0.1:45478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:43:28,063 INFO Processing ruok command from /127.0.0.1:45664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:43:28,091 INFO Processing ruok command from /127.0.0.1:45666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2022-11-11 07:43:38,044 INFO Processing ruok command from /127.0.0.1:45854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2022-11-11 07:43:38,070 INFO Processing ruok command from /127.0.0.1:45856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]