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

# 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
sslQuorum=false


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

+ exec /usr/bin/tini -w -e 143 -- /opt/kafka/bin/zookeeper-server-start.sh /tmp/zookeeper.properties
2023-12-19 00:41:14,240 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2023-12-19 00:41:14,243 INFO clientPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2023-12-19 00:41:14,246 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2023-12-19 00:41:14,250 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main]
2023-12-19 00:41:14,251 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2023-12-19 00:41:14,251 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2023-12-19 00:41:14,293 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main]
2023-12-19 00:41:14,294 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main]
2023-12-19 00:41:14,295 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2023-12-19 00:41:14,295 INFO Log4j 1.2 jmx support not found; jmx disabled. (org.apache.zookeeper.jmx.ManagedUtil) [main]
2023-12-19 00:41:14,296 INFO Starting quorum peer, myid=3 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main]
2023-12-19 00:41:14,298 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2023-12-19 00:41:14,311 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2023-12-19 00:41:14,319 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@4278a03f (org.apache.zookeeper.server.ServerMetrics) [main]
2023-12-19 00:41:14,405 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-12-19 00:41:14,405 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-12-19 00:41:14,406 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-12-19 00:41:14,479 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2023-12-19 00:41:14,481 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2023-12-19 00:41:14,481 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-12-19 00:41:14,481 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-12-19 00:41:14,481 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-12-19 00:41:14,502 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2023-12-19 00:41:14,502 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2023-12-19 00:41:14,509 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-12-19 00:41:14,513 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main]
2023-12-19 00:41:14,515 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-12-19 00:41:14,515 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-12-19 00:41:14,515 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-12-19 00:41:14,515 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-12-19 00:41:14,515 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-12-19 00:41:14,515 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-12-19 00:41:14,515 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-12-19 00:41:14,516 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-12-19 00:41:14,530 INFO  (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-12-19 00:41:14,530 INFO   ______                  _                                           (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-12-19 00:41:14,530 INFO  |___  /                 | |                                          (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-12-19 00:41:14,531 INFO     / /    ___     ___   | | __   ___    ___   _ __     ___   _ __    (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-12-19 00:41:14,531 INFO    / /    / _ \   / _ \  | |/ /  / _ \  / _ \ | '_ \   / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-12-19 00:41:14,531 INFO   / /__  | (_) | | (_) | |   <  |  __/ |  __/ | |_) | |  __/ | |     (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-12-19 00:41:14,531 INFO  /_____|  \___/   \___/  |_|\_\  \___|  \___| | .__/   \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-12-19 00:41:14,531 INFO                                               | |                      (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-12-19 00:41:14,531 INFO                                               |_|                      (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-12-19 00:41:14,531 INFO  (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-12-19 00:41:14,533 INFO Server environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-12-19 00:41:14,533 INFO Server environment:host.name=onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-12-19 00:41:14,533 INFO Server environment:java.version=17.0.8 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-12-19 00:41:14,533 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-12-19 00:41:14,533 INFO Server environment:java.home=/usr/lib/jvm/java-17-openjdk-17.0.8.0.7-2.el8.x86_64 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-12-19 00:41:14,533 INFO Server environment:java.class.path=/opt/kafka/bin/../libs/accessors-smart-2.4.9.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/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.4.0.jar:/opt/kafka/bin/../libs/connect-basic-auth-extension-3.4.0.jar:/opt/kafka/bin/../libs/connect-json-3.4.0.jar:/opt/kafka/bin/../libs/connect-mirror-3.4.0.jar:/opt/kafka/bin/../libs/connect-mirror-client-3.4.0.jar:/opt/kafka/bin/../libs/connect-runtime-3.4.0.jar:/opt/kafka/bin/../libs/connect-transforms-3.4.0.jar:/opt/kafka/bin/../libs/cruise-control-metrics-reporter-2.5.123.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/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.13.4.jar:/opt/kafka/bin/../libs/jackson-core-2.13.4.jar:/opt/kafka/bin/../libs/jackson-databind-2.13.4.2.jar:/opt/kafka/bin/../libs/jackson-dataformat-csv-2.13.4.jar:/opt/kafka/bin/../libs/jackson-dataformat-yaml-2.14.2.jar:/opt/kafka/bin/../libs/jackson-datatype-jdk8-2.13.4.jar:/opt/kafka/bin/../libs/jackson-datatype-jsr310-2.14.2.jar:/opt/kafka/bin/../libs/jackson-jaxrs-base-2.13.4.jar:/opt/kafka/bin/../libs/jackson-jaxrs-json-provider-2.13.4.jar:/opt/kafka/bin/../libs/jackson-module-jaxb-annotations-2.13.4.jar:/opt/kafka/bin/../libs/jackson-module-scala_2.13-2.13.4.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.2.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.3.jar:/opt/kafka/bin/../libs/javassist-3.27.0-GA.jar:/opt/kafka/bin/../libs/javax.annotation-api-1.3.2.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.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-continuation-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-http-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-io-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-security-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-server-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-servlet-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-servlets-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-util-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-util-ajax-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jline-3.21.0.jar:/opt/kafka/bin/../libs/jmx_prometheus_javaagent-0.18.0.jar:/opt/kafka/bin/../libs/jopt-simple-5.0.4.jar:/opt/kafka/bin/../libs/jose4j-0.7.9.jar:/opt/kafka/bin/../libs/json-path-2.8.0.jar:/opt/kafka/bin/../libs/json-smart-2.4.9.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.36.1.jar:/opt/kafka/bin/../libs/kafka-clients-3.4.0.jar:/opt/kafka/bin/../libs/kafka-env-var-config-provider-1.1.0.jar:/opt/kafka/bin/../libs/kafka-group-coordinator-3.4.0.jar:/opt/kafka/bin/../libs/kafka-kubernetes-config-provider-1.1.1.jar:/opt/kafka/bin/../libs/kafka-log4j-appender-3.4.0.jar:/opt/kafka/bin/../libs/kafka-metadata-3.4.0.jar:/opt/kafka/bin/../libs/kafka-oauth-client-0.13.0.jar:/opt/kafka/bin/../libs/kafka-oauth-common-0.13.0.jar:/opt/kafka/bin/../libs/kafka-oauth-keycloak-authorizer-0.13.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-0.13.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-plain-0.13.0.jar:/opt/kafka/bin/../libs/kafka-quotas-plugin-0.2.0.jar:/opt/kafka/bin/../libs/kafka-raft-3.4.0.jar:/opt/kafka/bin/../libs/kafka-server-common-3.4.0.jar:/opt/kafka/bin/../libs/kafka-shell-3.4.0.jar:/opt/kafka/bin/../libs/kafka-storage-3.4.0.jar:/opt/kafka/bin/../libs/kafka-storage-api-3.4.0.jar:/opt/kafka/bin/../libs/kafka-streams-3.4.0.jar:/opt/kafka/bin/../libs/kafka-streams-examples-3.4.0.jar:/opt/kafka/bin/../libs/kafka-streams-scala_2.13-3.4.0.jar:/opt/kafka/bin/../libs/kafka-streams-test-utils-3.4.0.jar:/opt/kafka/bin/../libs/kafka-tools-3.4.0.jar:/opt/kafka/bin/../libs/kafka_2.13-3.4.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-6.5.0.jar:/opt/kafka/bin/../libs/kubernetes-client-api-6.5.0.jar:/opt/kafka/bin/../libs/kubernetes-httpclient-jdk-6.5.0.jar:/opt/kafka/bin/../libs/kubernetes-model-apps-6.5.0.jar:/opt/kafka/bin/../libs/kubernetes-model-autoscaling-6.5.0.jar:/opt/kafka/bin/../libs/kubernetes-model-batch-6.5.0.jar:/opt/kafka/bin/../libs/kubernetes-model-certificates-6.5.0.jar:/opt/kafka/bin/../libs/kubernetes-model-common-6.5.0.jar:/opt/kafka/bin/../libs/kubernetes-model-core-6.5.0.jar:/opt/kafka/bin/../libs/kubernetes-model-extensions-6.5.0.jar:/opt/kafka/bin/../libs/kubernetes-model-gatewayapi-6.5.0.jar:/opt/kafka/bin/../libs/kubernetes-model-resource-6.5.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/lz4-java-1.8.0.jar:/opt/kafka/bin/../libs/maven-artifact-3.8.4.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.36.1.jar:/opt/kafka/bin/../libs/netty-buffer-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-codec-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-common-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-handler-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-resolver-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-transport-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-transport-classes-epoll-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-epoll-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-unix-common-4.1.78.Final.jar:/opt/kafka/bin/../libs/nimbus-jose-jwt-9.31.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.5.1.jar:/opt/kafka/bin/../libs/opentelemetry-api-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-context-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-exporter-common-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-exporter-otlp-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-exporter-otlp-common-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-instrumentation-api-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-instrumentation-api-semconv-1.18.0-alpha.jar:/opt/kafka/bin/../libs/opentelemetry-kafka-clients-2.6-1.18.0-alpha.jar:/opt/kafka/bin/../libs/opentelemetry-kafka-clients-common-1.18.0-alpha.jar:/opt/kafka/bin/../libs/opentelemetry-opentracing-shim-1.18.0-alpha.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-common-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-extension-autoconfigure-1.18.0-alpha.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-extension-autoconfigure-spi-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-logs-1.18.0-alpha.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-metrics-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-trace-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-semconv-1.18.0-alpha.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.3.0.jar:/opt/kafka/bin/../libs/reflections-0.9.12.jar:/opt/kafka/bin/../libs/reload4j-1.2.19.jar:/opt/kafka/bin/../libs/rocksdbjni-7.1.2.jar:/opt/kafka/bin/../libs/scala-collection-compat_2.13-2.6.0.jar:/opt/kafka/bin/../libs/scala-java8-compat_2.13-1.0.2.jar:/opt/kafka/bin/../libs/scala-library-2.13.10.jar:/opt/kafka/bin/../libs/scala-logging_2.13-3.9.4.jar:/opt/kafka/bin/../libs/scala-reflect-2.13.10.jar:/opt/kafka/bin/../libs/slf4j-api-1.7.36.jar:/opt/kafka/bin/../libs/slf4j-reload4j-1.7.36.jar:/opt/kafka/bin/../libs/snakeyaml-2.0.jar:/opt/kafka/bin/../libs/snakeyaml-engine-2.6.jar:/opt/kafka/bin/../libs/snappy-java-1.1.8.4.jar:/opt/kafka/bin/../libs/swagger-annotations-2.2.0.jar:/opt/kafka/bin/../libs/tracing-agent-0.36.1.jar:/opt/kafka/bin/../libs/trogdor-3.4.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.2-1.jar (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-12-19 00:41:14,534 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-12-19 00:41:14,534 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-12-19 00:41:14,534 INFO Server environment:java.compiler= (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-12-19 00:41:14,534 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-12-19 00:41:14,534 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-12-19 00:41:14,534 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-12-19 00:41:14,534 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-12-19 00:41:14,534 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-12-19 00:41:14,534 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-12-19 00:41:14,534 INFO Server environment:os.memory.free=155MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-12-19 00:41:14,534 INFO Server environment:os.memory.max=8032MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-12-19 00:41:14,534 INFO Server environment:os.memory.total=172MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-12-19 00:41:14,534 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-12-19 00:41:14,535 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-12-19 00:41:14,535 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-12-19 00:41:14,535 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-12-19 00:41:14,535 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-12-19 00:41:14,535 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-12-19 00:41:14,535 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-12-19 00:41:14,535 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-12-19 00:41:14,541 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main]
2023-12-19 00:41:14,541 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main]
2023-12-19 00:41:14,542 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main]
2023-12-19 00:41:14,542 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main]
2023-12-19 00:41:14,552 INFO Using insecure (non-TLS) quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-12-19 00:41:14,552 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-12-19 00:41:14,552 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-12-19 00:41:14,552 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-12-19 00:41:14,553 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-12-19 00:41:14,553 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-12-19 00:41:14,553 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-12-19 00:41:14,573 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main]
2023-12-19 00:41:14,574 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main]
2023-12-19 00:41:14,581 INFO Snapshot loaded in 28 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main]
2023-12-19 00:41:14,583 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]
2023-12-19 00:41:14,589 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]
2023-12-19 00:41:14,593 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-12-19 00:41:14,687 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-12-19 00:41:14,687 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-12-19 00:41:14,689 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-12-19 00:41:14,690 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-12-19 00:41:14,703 INFO Election port bind maximum retries is infinite (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main]
2023-12-19 00:41:14,706 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main]
2023-12-19 00:41:14,706 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main]
2023-12-19 00:41:14,710 INFO 3 is accepting connections now, my election bind port: onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.64.73:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.64.73:3888]
2023-12-19 00:41:14,710 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main]
2023-12-19 00:41:14,719 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)]
2023-12-19 00:41:14,721 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:0:0:0:0]:2181)]
2023-12-19 00:41:14,733 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]]
2023-12-19 00:41:14,744 WARN Connection broken for id 1, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
java.io.EOFException
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:398)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2023-12-19 00:41:14,746 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
2023-12-19 00:41:14,746 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
java.lang.InterruptedException
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1679)
	at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271)
2023-12-19 00:41:14,747 WARN Send worker leaving thread id 1 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
2023-12-19 00:41:14,748 WARN Connection broken for id 2, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2]
java.io.EOFException
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:398)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2023-12-19 00:41:14,748 WARN Interrupting SendWorker thread from RecvWorker. sid: 2. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2]
2023-12-19 00:41:14,749 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2]
java.lang.InterruptedException
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1679)
	at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271)
2023-12-19 00:41:14,749 WARN Send worker leaving thread id 2 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2]
2023-12-19 00:41:14,937 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:0:0:0:0]:2181)]
2023-12-19 00:41:14,938 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]]
2023-12-19 00:41:14,945 WARN Connection broken for id 2, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2]
java.io.EOFException
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:398)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2023-12-19 00:41:14,946 WARN Interrupting SendWorker thread from RecvWorker. sid: 2. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2]
2023-12-19 00:41:14,946 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2]
java.lang.InterruptedException
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1679)
	at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271)
2023-12-19 00:41:14,946 WARN Send worker leaving thread id 2 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2]
2023-12-19 00:41:14,947 WARN Connection broken for id 1, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
java.io.EOFException
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:398)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2023-12-19 00:41:14,947 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
2023-12-19 00:41:14,948 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
java.lang.InterruptedException
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1679)
	at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271)
2023-12-19 00:41:14,948 WARN Send worker leaving thread id 1 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
2023-12-19 00:41:15,341 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:0:0:0:0]:2181)]
2023-12-19 00:41:15,342 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]]
2023-12-19 00:41:15,348 WARN Connection broken for id 1, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
java.io.EOFException
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:398)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2023-12-19 00:41:15,348 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
2023-12-19 00:41:15,349 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
java.lang.InterruptedException
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1679)
	at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271)
2023-12-19 00:41:15,349 WARN Send worker leaving thread id 1 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
2023-12-19 00:41:15,350 WARN Connection broken for id 2, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2]
java.io.EOFException
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:398)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2023-12-19 00:41:15,350 WARN Interrupting SendWorker thread from RecvWorker. sid: 2. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2]
2023-12-19 00:41:15,350 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2]
java.lang.InterruptedException
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1679)
	at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271)
2023-12-19 00:41:15,351 WARN Send worker leaving thread id 2 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2]
2023-12-19 00:41:16,146 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:0:0:0:0]:2181)]
2023-12-19 00:41:16,146 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]]
2023-12-19 00:41:16,154 WARN Connection broken for id 1, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
java.io.EOFException
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:398)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2023-12-19 00:41:16,154 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
2023-12-19 00:41:16,154 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
java.lang.InterruptedException
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1679)
	at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271)
2023-12-19 00:41:16,155 WARN Send worker leaving thread id 1 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
2023-12-19 00:41:16,154 WARN Connection broken for id 2, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2]
java.io.EOFException
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:398)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2023-12-19 00:41:16,155 WARN Interrupting SendWorker thread from RecvWorker. sid: 2. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2]
2023-12-19 00:41:16,156 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2]
java.lang.InterruptedException
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1679)
	at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271)
2023-12-19 00:41:16,156 WARN Send worker leaving thread id 2 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2]
2023-12-19 00:41:17,749 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:0:0:0:0]:2181)]
2023-12-19 00:41:17,750 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]]
2023-12-19 00:41:17,759 WARN Connection broken for id 1, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
java.io.EOFException
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:398)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2023-12-19 00:41:17,759 WARN Connection broken for id 2, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2]
java.io.EOFException
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:398)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2023-12-19 00:41:17,760 WARN Interrupting SendWorker thread from RecvWorker. sid: 2. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2]
2023-12-19 00:41:17,759 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
2023-12-19 00:41:17,760 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
java.lang.InterruptedException
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1679)
	at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271)
2023-12-19 00:41:17,760 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2]
java.lang.InterruptedException
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1679)
	at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271)
2023-12-19 00:41:17,761 WARN Send worker leaving thread id 2 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2]
2023-12-19 00:41:17,760 WARN Send worker leaving thread id 1 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
2023-12-19 00:41:20,086 INFO Received connection request from /127.0.0.6:55879 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.64.73:3888]
2023-12-19 00:41:20,127 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:1, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2023-12-19 00:41:20,133 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2023-12-19 00:41:20,333 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:0:0:0:0]:2181)]
2023-12-19 00:41:20,334 INFO LEADING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)]
2023-12-19 00:41:20,339 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:0:0:0:0]:2181)]
2023-12-19 00:41:20,339 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:0:0:0:0]:2181)]
2023-12-19 00:41:20,339 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:0:0:0:0]:2181)]
2023-12-19 00:41:20,340 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:0:0:0:0]:2181)]
2023-12-19 00:41:20,340 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:0:0:0:0]:2181)]
2023-12-19 00:41:20,344 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:0:0:0:0]:2181)]
2023-12-19 00:41:20,345 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)]
2023-12-19 00:41:20,345 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)]
2023-12-19 00:41:20,347 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:0:0:0:0]:2181)]
2023-12-19 00:41:20,347 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:0:0:0:0]:2181)]
2023-12-19 00:41:20,348 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:0:0:0:0]:2181)]
2023-12-19 00:41:20,348 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:0:0:0:0]:2181)]
2023-12-19 00:41:20,348 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:0:0:0:0]:2181)]
2023-12-19 00:41:20,349 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:0:0:0:0]:2181)]
2023-12-19 00:41:20,349 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:0:0:0:0]:2181)]
2023-12-19 00:41:20,349 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:0:0:0:0]:2181)]
2023-12-19 00:41:20,351 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:0:0:0:0]:2181)]
2023-12-19 00:41:20,351 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:0:0:0:0]:2181)]
2023-12-19 00:41:20,351 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:0:0:0:0]:2181)]
2023-12-19 00:41:20,356 INFO LEADING - LEADER ELECTION TOOK - 5635 MS (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)]
2023-12-19 00:41:20,363 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:0:0:0:0]:2181)]
2023-12-19 00:41:20,366 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:0:0:0:0]:2181)]
2023-12-19 00:41:20,373 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:0:0:0:0]:2181)]
2023-12-19 00:41:20,385 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-/127.0.0.6:46657]
2023-12-19 00:41:20,401 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/127.0.0.6:46657]
2023-12-19 00:41:20,401 INFO Synchronizing with Learner sid: 1 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x0 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:46657]
2023-12-19 00:41:20,402 INFO Sending DIFF zxid=0x0 for peer sid: 1 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:46657]
2023-12-19 00:41:20,408 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:0:0:0:0]:2181)]
2023-12-19 00:41:20,443 INFO Have quorum of supporters, sids: [[1, 3],[1, 3]]; starting up and setting last processed zxid: 0x100000000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)]
2023-12-19 00:41:20,457 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:0:0:0:0]:2181)]
2023-12-19 00:41:20,457 INFO Configuring CommitProcessor with 8 worker threads. (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=[0:0:0:0:0:0:0:0]:2181)]
2023-12-19 00:41:20,465 INFO PrepRequestProcessor (sid:3) started, reconfigEnabled=true (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:3 cport:-1):]
2023-12-19 00:41:20,466 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:0:0:0:0]:2181)]
2023-12-19 00:41:20,467 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:0:0:0:0]:2181)]
2023-12-19 00:41:20,487 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:0:0:0:0]:2181)]
2023-12-19 00:41:22,067 INFO Received connection request from /127.0.0.6:43587 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.64.73:3888]
2023-12-19 00:41:22,093 INFO Notification: my state:LEADING; n.sid:2, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x100000000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2023-12-19 00:41:22,152 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-/127.0.0.6:60939]
2023-12-19 00:41:22,161 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/127.0.0.6:60939]
2023-12-19 00:41:22,161 INFO Synchronizing with Learner sid: 2 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x100000000 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:60939]
2023-12-19 00:41:22,171 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-/127.0.0.6:60939]
2023-12-19 00:41:27,934 INFO The list of known four letter word commands is : [{1936881266=srvr, 1937006964=stat, 2003003491=wchc, 1685417328=dump, 1668445044=crst, 1936880500=srst, 1701738089=envi, 1668247142=conf, -720899=telnet close, 1751217000=hash, 2003003507=wchs, 2003003504=wchp, 1684632179=dirs, 1668247155=cons, 1835955314=mntr, 1769173615=isro, 1920298859=ruok, 1735683435=gtmk, 1937010027=stmk}] (org.apache.zookeeper.server.command.FourLetterCommands) [nioEventLoopGroup-4-2]
2023-12-19 00:41:27,934 INFO The list of enabled four letter word commands is : [[wchs, stat, wchp, dirs, stmk, conf, ruok, mntr, srvr, wchc, envi, srst, isro, dump, gtmk, telnet close, crst, hash, cons]] (org.apache.zookeeper.server.command.FourLetterCommands) [nioEventLoopGroup-4-2]
2023-12-19 00:41:27,934 INFO Processing ruok command from /127.0.0.1:60556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 00:41:27,935 INFO Processing ruok command from /127.0.0.1:60554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 00:41:37,906 INFO Processing ruok command from /127.0.0.1:60656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 00:41:37,910 INFO Processing ruok command from /127.0.0.1:60658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 00:41:39,759 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:3]
2023-12-19 00:41:39,772 INFO Committing global session 0x200003aee960000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 00:41:47,899 INFO Processing ruok command from /127.0.0.1:60768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 00:41:47,906 INFO Processing ruok command from /127.0.0.1:60770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 00:41:51,107 INFO Committing global session 0x200003aee960001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 00:41:51,265 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2023-12-19 00:41:51,285 INFO Committing global session 0x300003bf5700000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 00:41:54,523 INFO Committing global session 0x100003b90760000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 00:41:54,534 INFO Committing global session 0x100003b90760001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 00:41:54,760 INFO Committing global session 0x100003b90760002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 00:41:57,890 INFO Processing ruok command from /127.0.0.1:60890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 00:41:57,892 INFO Processing ruok command from /127.0.0.1:60892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 00:41:58,777 INFO Committing global session 0x200003aee960002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 00:42:07,890 INFO Processing ruok command from /127.0.0.1:60984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 00:42:07,891 INFO Processing ruok command from /127.0.0.1:60982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 00:42:17,906 INFO Processing ruok command from /127.0.0.1:32870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 00:42:17,907 INFO Processing ruok command from /127.0.0.1:32872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 00:42:27,889 INFO Processing ruok command from /127.0.0.1:32968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 00:42:27,891 INFO Processing ruok command from /127.0.0.1:32970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 00:42:31,908 INFO Authenticated Id 'CN=onap-strimzi-entity-topic-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2023-12-19 00:42:31,920 INFO Committing global session 0x300003bf5700001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 00:42:37,904 INFO Processing ruok command from /127.0.0.1:33092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 00:42:37,904 INFO Processing ruok command from /127.0.0.1:33090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 00:42:47,890 INFO Processing ruok command from /127.0.0.1:33186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 00:42:47,892 INFO Processing ruok command from /127.0.0.1:33188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 00:42:52,333 INFO Committing global session 0x100003b90760003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 00:42:57,893 INFO Processing ruok command from /127.0.0.1:33298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 00:42:57,893 INFO Processing ruok command from /127.0.0.1:33300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 00:43:07,891 INFO Processing ruok command from /127.0.0.1:33392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 00:43:07,891 INFO Processing ruok command from /127.0.0.1:33394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 00:43:17,889 INFO Processing ruok command from /127.0.0.1:33500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 00:43:17,890 INFO Processing ruok command from /127.0.0.1:33502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 00:43:27,900 INFO Processing ruok command from /127.0.0.1:33610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 00:43:27,900 INFO Processing ruok command from /127.0.0.1:33612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 00:43:37,886 INFO Processing ruok command from /127.0.0.1:33720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 00:43:37,886 INFO Processing ruok command from /127.0.0.1:33722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 00:43:47,890 INFO Processing ruok command from /127.0.0.1:33814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 00:43:47,896 INFO Processing ruok command from /127.0.0.1:33816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 00:43:57,899 INFO Processing ruok command from /127.0.0.1:33928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 00:43:57,900 INFO Processing ruok command from /127.0.0.1:33930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 00:44:07,889 INFO Processing ruok command from /127.0.0.1:34022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 00:44:07,890 INFO Processing ruok command from /127.0.0.1:34024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 00:44:17,905 INFO Processing ruok command from /127.0.0.1:34132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 00:44:17,905 INFO Processing ruok command from /127.0.0.1:34134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 00:44:27,894 INFO Processing ruok command from /127.0.0.1:34242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 00:44:27,894 INFO Processing ruok command from /127.0.0.1:34244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 00:44:37,901 INFO Processing ruok command from /127.0.0.1:34356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 00:44:37,901 INFO Processing ruok command from /127.0.0.1:34354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 00:44:41,508 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-3]
2023-12-19 00:44:41,519 INFO Committing global session 0x300003bf5700002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 00:44:42,401 INFO Submitting global closeSession request for session 0x300003bf5700002 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-12-19 00:44:47,910 INFO Processing ruok command from /127.0.0.1:34448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 00:44:47,913 INFO Processing ruok command from /127.0.0.1:34450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 00:44:57,894 INFO Processing ruok command from /127.0.0.1:34562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 00:44:57,895 INFO Processing ruok command from /127.0.0.1:34564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 00:45:07,886 INFO Processing ruok command from /127.0.0.1:34660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 00:45:07,886 INFO Processing ruok command from /127.0.0.1:34662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 00:45:17,893 INFO Processing ruok command from /127.0.0.1:34776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 00:45:17,897 INFO Processing ruok command from /127.0.0.1:34778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 00:45:27,905 INFO Processing ruok command from /127.0.0.1:34872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 00:45:27,906 INFO Processing ruok command from /127.0.0.1:34874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 00:45:37,898 INFO Processing ruok command from /127.0.0.1:34996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 00:45:37,898 INFO Processing ruok command from /127.0.0.1:34994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 00:45:47,888 INFO Processing ruok command from /127.0.0.1:35086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 00:45:47,888 INFO Processing ruok command from /127.0.0.1:35088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 00:45:57,887 INFO Processing ruok command from /127.0.0.1:35202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 00:45:57,889 INFO Processing ruok command from /127.0.0.1:35204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 00:46:07,918 INFO Processing ruok command from /127.0.0.1:35298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 00:46:07,918 INFO Processing ruok command from /127.0.0.1:35296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 00:46:17,894 INFO Processing ruok command from /127.0.0.1:35406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 00:46:17,895 INFO Processing ruok command from /127.0.0.1:35408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 00:46:27,880 INFO Processing ruok command from /127.0.0.1:35502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 00:46:27,880 INFO Processing ruok command from /127.0.0.1:35504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 00:46:37,897 INFO Processing ruok command from /127.0.0.1:35626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 00:46:37,901 INFO Processing ruok command from /127.0.0.1:35628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 00:46:41,818 INFO Committing global session 0x200003aee960003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 00:46:47,881 INFO Processing ruok command from /127.0.0.1:35718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 00:46:47,888 INFO Processing ruok command from /127.0.0.1:35720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 00:46:57,902 INFO Processing ruok command from /127.0.0.1:35820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 00:46:57,903 INFO Processing ruok command from /127.0.0.1:35822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 00:47:07,892 INFO Processing ruok command from /127.0.0.1:35924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 00:47:07,893 INFO Processing ruok command from /127.0.0.1:35926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 00:47:17,888 INFO Processing ruok command from /127.0.0.1:36018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 00:47:17,888 INFO Processing ruok command from /127.0.0.1:36020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 00:47:27,897 INFO Processing ruok command from /127.0.0.1:36134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 00:47:27,897 INFO Processing ruok command from /127.0.0.1:36136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 00:47:37,896 INFO Processing ruok command from /127.0.0.1:36228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 00:47:37,896 INFO Processing ruok command from /127.0.0.1:36230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 00:47:47,895 INFO Processing ruok command from /127.0.0.1:36350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 00:47:47,900 INFO Processing ruok command from /127.0.0.1:36352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 00:47:57,900 INFO Processing ruok command from /127.0.0.1:36446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 00:47:57,903 INFO Processing ruok command from /127.0.0.1:36448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 00:48:07,888 INFO Processing ruok command from /127.0.0.1:36554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 00:48:07,888 INFO Processing ruok command from /127.0.0.1:36556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 00:48:17,893 INFO Processing ruok command from /127.0.0.1:36648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 00:48:17,893 INFO Processing ruok command from /127.0.0.1:36646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 00:48:27,884 INFO Processing ruok command from /127.0.0.1:36760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 00:48:27,889 INFO Processing ruok command from /127.0.0.1:36762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 00:48:37,904 INFO Processing ruok command from /127.0.0.1:36854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 00:48:37,906 INFO Processing ruok command from /127.0.0.1:36856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 00:48:41,192 INFO Committing global session 0x200003aee960004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 00:48:47,909 INFO Processing ruok command from /127.0.0.1:36974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 00:48:47,915 INFO Processing ruok command from /127.0.0.1:36976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 00:48:57,891 INFO Processing ruok command from /127.0.0.1:37076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 00:48:57,893 INFO Processing ruok command from /127.0.0.1:37078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 00:49:07,904 INFO Processing ruok command from /127.0.0.1:37184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 00:49:07,904 INFO Processing ruok command from /127.0.0.1:37186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 00:49:17,891 INFO Processing ruok command from /127.0.0.1:37276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 00:49:17,891 INFO Processing ruok command from /127.0.0.1:37278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 00:49:27,895 INFO Processing ruok command from /127.0.0.1:37390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 00:49:27,905 INFO Processing ruok command from /127.0.0.1:37392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 00:49:37,891 INFO Processing ruok command from /127.0.0.1:37488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 00:49:37,892 INFO Processing ruok command from /127.0.0.1:37490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 00:49:47,893 INFO Processing ruok command from /127.0.0.1:37596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 00:49:47,894 INFO Processing ruok command from /127.0.0.1:37598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 00:49:57,891 INFO Processing ruok command from /127.0.0.1:37704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 00:49:57,893 INFO Processing ruok command from /127.0.0.1:37706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 00:50:07,887 INFO Processing ruok command from /127.0.0.1:37814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 00:50:07,892 INFO Processing ruok command from /127.0.0.1:37816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 00:50:17,892 INFO Processing ruok command from /127.0.0.1:37906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 00:50:17,892 INFO Processing ruok command from /127.0.0.1:37908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 00:50:27,901 INFO Processing ruok command from /127.0.0.1:38020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 00:50:27,905 INFO Processing ruok command from /127.0.0.1:38022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 00:50:37,904 INFO Processing ruok command from /127.0.0.1:38114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 00:50:37,907 INFO Processing ruok command from /127.0.0.1:38116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 00:50:41,181 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-4]
2023-12-19 00:50:41,191 INFO Committing global session 0x300003bf5700003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 00:50:42,022 INFO Submitting global closeSession request for session 0x300003bf5700003 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-12-19 00:50:47,884 INFO Processing ruok command from /127.0.0.1:38226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 00:50:47,885 INFO Processing ruok command from /127.0.0.1:38228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 00:50:57,889 INFO Processing ruok command from /127.0.0.1:38336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 00:50:57,890 INFO Processing ruok command from /127.0.0.1:38338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 00:51:07,888 INFO Processing ruok command from /127.0.0.1:38448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 00:51:07,889 INFO Processing ruok command from /127.0.0.1:38450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 00:51:17,898 INFO Processing ruok command from /127.0.0.1:38538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 00:51:17,900 INFO Processing ruok command from /127.0.0.1:38540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 00:51:27,889 INFO Processing ruok command from /127.0.0.1:38652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 00:51:27,890 INFO Processing ruok command from /127.0.0.1:38654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 00:51:37,890 INFO Processing ruok command from /127.0.0.1:38748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 00:51:37,890 INFO Processing ruok command from /127.0.0.1:38746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 00:51:47,910 INFO Processing ruok command from /127.0.0.1:38856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 00:51:47,910 INFO Processing ruok command from /127.0.0.1:38858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 00:51:57,902 INFO Processing ruok command from /127.0.0.1:38956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 00:51:57,903 INFO Processing ruok command from /127.0.0.1:38958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 00:52:07,900 INFO Processing ruok command from /127.0.0.1:39082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 00:52:07,901 INFO Processing ruok command from /127.0.0.1:39084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 00:52:17,894 INFO Processing ruok command from /127.0.0.1:39176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 00:52:17,899 INFO Processing ruok command from /127.0.0.1:39178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 00:52:27,895 INFO Processing ruok command from /127.0.0.1:39292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 00:52:27,895 INFO Processing ruok command from /127.0.0.1:39290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 00:52:37,897 INFO Processing ruok command from /127.0.0.1:39384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 00:52:37,904 INFO Processing ruok command from /127.0.0.1:39386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 00:52:41,210 INFO Committing global session 0x100003b90760004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 00:52:47,899 INFO Processing ruok command from /127.0.0.1:39498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 00:52:47,900 INFO Processing ruok command from /127.0.0.1:39500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 00:52:57,903 INFO Processing ruok command from /127.0.0.1:39596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 00:52:57,903 INFO Processing ruok command from /127.0.0.1:39594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 00:53:07,900 INFO Processing ruok command from /127.0.0.1:39718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 00:53:07,903 INFO Processing ruok command from /127.0.0.1:39720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 00:53:17,886 INFO Processing ruok command from /127.0.0.1:39810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 00:53:17,888 INFO Processing ruok command from /127.0.0.1:39812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 00:53:27,903 INFO Processing ruok command from /127.0.0.1:39926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 00:53:27,906 INFO Processing ruok command from /127.0.0.1:39928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 00:53:37,887 INFO Processing ruok command from /127.0.0.1:40020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 00:53:37,891 INFO Processing ruok command from /127.0.0.1:40022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 00:53:47,894 INFO Processing ruok command from /127.0.0.1:40128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 00:53:47,894 INFO Processing ruok command from /127.0.0.1:40130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 00:53:57,891 INFO Processing ruok command from /127.0.0.1:40224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 00:53:57,891 INFO Processing ruok command from /127.0.0.1:40226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 00:54:07,890 INFO Processing ruok command from /127.0.0.1:40334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 00:54:07,896 INFO Processing ruok command from /127.0.0.1:40336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 00:54:17,895 INFO Processing ruok command from /127.0.0.1:40440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 00:54:17,902 INFO Processing ruok command from /127.0.0.1:40442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 00:54:27,893 INFO Processing ruok command from /127.0.0.1:40554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 00:54:27,893 INFO Processing ruok command from /127.0.0.1:40552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 00:54:37,887 INFO Processing ruok command from /127.0.0.1:40646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 00:54:37,888 INFO Processing ruok command from /127.0.0.1:40648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 00:54:41,089 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-5]
2023-12-19 00:54:41,099 INFO Committing global session 0x300003bf5700004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 00:54:41,962 INFO Submitting global closeSession request for session 0x300003bf5700004 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-12-19 00:54:47,893 INFO Processing ruok command from /127.0.0.1:40754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 00:54:47,893 INFO Processing ruok command from /127.0.0.1:40756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 00:54:57,887 INFO Processing ruok command from /127.0.0.1:40848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 00:54:57,889 INFO Processing ruok command from /127.0.0.1:40850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 00:55:07,906 INFO Processing ruok command from /127.0.0.1:40958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 00:55:07,906 INFO Processing ruok command from /127.0.0.1:40960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 00:55:17,894 INFO Processing ruok command from /127.0.0.1:41070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 00:55:17,894 INFO Processing ruok command from /127.0.0.1:41072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 00:55:27,901 INFO Processing ruok command from /127.0.0.1:41186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 00:55:27,902 INFO Processing ruok command from /127.0.0.1:41188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 00:55:37,894 INFO Processing ruok command from /127.0.0.1:41280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 00:55:37,894 INFO Processing ruok command from /127.0.0.1:41282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 00:55:47,895 INFO Processing ruok command from /127.0.0.1:41388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 00:55:47,899 INFO Processing ruok command from /127.0.0.1:41390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 00:55:57,903 INFO Processing ruok command from /127.0.0.1:41484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 00:55:57,906 INFO Processing ruok command from /127.0.0.1:41486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 00:56:07,892 INFO Processing ruok command from /127.0.0.1:41594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 00:56:07,892 INFO Processing ruok command from /127.0.0.1:41596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 00:56:17,894 INFO Processing ruok command from /127.0.0.1:41686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 00:56:17,897 INFO Processing ruok command from /127.0.0.1:41688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 00:56:27,890 INFO Processing ruok command from /127.0.0.1:41816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 00:56:27,891 INFO Processing ruok command from /127.0.0.1:41818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 00:56:37,890 INFO Processing ruok command from /127.0.0.1:41920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 00:56:37,890 INFO Processing ruok command from /127.0.0.1:41918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 00:56:40,783 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-6]
2023-12-19 00:56:40,793 INFO Committing global session 0x300003bf5700005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 00:56:41,687 INFO Submitting global closeSession request for session 0x300003bf5700005 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-12-19 00:56:47,903 INFO Processing ruok command from /127.0.0.1:42028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 00:56:47,906 INFO Processing ruok command from /127.0.0.1:42030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 00:56:57,891 INFO Processing ruok command from /127.0.0.1:42128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 00:56:57,894 INFO Processing ruok command from /127.0.0.1:42130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 00:57:07,887 INFO Processing ruok command from /127.0.0.1:42238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 00:57:07,889 INFO Processing ruok command from /127.0.0.1:42240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 00:57:17,892 INFO Processing ruok command from /127.0.0.1:42332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 00:57:17,894 INFO Processing ruok command from /127.0.0.1:42334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 00:57:27,897 INFO Processing ruok command from /127.0.0.1:42456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 00:57:27,900 INFO Processing ruok command from /127.0.0.1:42458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 00:57:37,889 INFO Processing ruok command from /127.0.0.1:42552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 00:57:37,889 INFO Processing ruok command from /127.0.0.1:42550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 00:57:47,906 INFO Processing ruok command from /127.0.0.1:42660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 00:57:47,908 INFO Processing ruok command from /127.0.0.1:42662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 00:57:57,901 INFO Processing ruok command from /127.0.0.1:42796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 00:57:57,913 INFO Processing ruok command from /127.0.0.1:42798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 00:58:07,898 INFO Processing ruok command from /127.0.0.1:42932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 00:58:07,901 INFO Processing ruok command from /127.0.0.1:42934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 00:58:17,899 INFO Processing ruok command from /127.0.0.1:43044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 00:58:17,904 INFO Processing ruok command from /127.0.0.1:43046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 00:58:27,897 INFO Processing ruok command from /127.0.0.1:43162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 00:58:27,897 INFO Processing ruok command from /127.0.0.1:43164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 00:58:37,902 INFO Processing ruok command from /127.0.0.1:43300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 00:58:37,903 INFO Processing ruok command from /127.0.0.1:43302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 00:58:40,745 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-7]
2023-12-19 00:58:40,754 INFO Committing global session 0x300003bf5700006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 00:58:41,683 INFO Submitting global closeSession request for session 0x300003bf5700006 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-12-19 00:58:47,896 INFO Processing ruok command from /127.0.0.1:43404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 00:58:47,897 INFO Processing ruok command from /127.0.0.1:43406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 00:58:57,891 INFO Processing ruok command from /127.0.0.1:43542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 00:58:57,892 INFO Processing ruok command from /127.0.0.1:43544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 00:59:07,885 INFO Processing ruok command from /127.0.0.1:43650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 00:59:07,885 INFO Processing ruok command from /127.0.0.1:43652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 00:59:17,895 INFO Processing ruok command from /127.0.0.1:43774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 00:59:17,898 INFO Processing ruok command from /127.0.0.1:43776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 00:59:27,894 INFO Processing ruok command from /127.0.0.1:43886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 00:59:27,901 INFO Processing ruok command from /127.0.0.1:43888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 00:59:37,878 INFO Processing ruok command from /127.0.0.1:44024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 00:59:37,879 INFO Processing ruok command from /127.0.0.1:44026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 00:59:47,908 INFO Processing ruok command from /127.0.0.1:44134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 00:59:47,913 INFO Processing ruok command from /127.0.0.1:44136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 00:59:57,893 INFO Processing ruok command from /127.0.0.1:44262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 00:59:57,893 INFO Processing ruok command from /127.0.0.1:44260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:00:07,906 INFO Processing ruok command from /127.0.0.1:44370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:00:07,907 INFO Processing ruok command from /127.0.0.1:44372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:00:17,890 INFO Processing ruok command from /127.0.0.1:44494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:00:17,890 INFO Processing ruok command from /127.0.0.1:44496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:00:27,893 INFO Processing ruok command from /127.0.0.1:44606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:00:27,893 INFO Processing ruok command from /127.0.0.1:44608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:00:37,900 INFO Processing ruok command from /127.0.0.1:44732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:00:37,901 INFO Processing ruok command from /127.0.0.1:44730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:00:41,123 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-8]
2023-12-19 01:00:41,133 INFO Committing global session 0x300003bf5700007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 01:00:42,028 INFO Submitting global closeSession request for session 0x300003bf5700007 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-12-19 01:00:47,882 INFO Processing ruok command from /127.0.0.1:44848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:00:47,882 INFO Processing ruok command from /127.0.0.1:44850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:00:57,897 INFO Processing ruok command from /127.0.0.1:44980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:00:57,897 INFO Processing ruok command from /127.0.0.1:44982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:01:07,907 INFO Processing ruok command from /127.0.0.1:45092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:01:07,907 INFO Processing ruok command from /127.0.0.1:45090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:01:17,896 INFO Processing ruok command from /127.0.0.1:45214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:01:17,902 INFO Processing ruok command from /127.0.0.1:45216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:01:27,899 INFO Processing ruok command from /127.0.0.1:45326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:01:27,899 INFO Processing ruok command from /127.0.0.1:45328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:01:37,897 INFO Processing ruok command from /127.0.0.1:45450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:01:37,898 INFO Processing ruok command from /127.0.0.1:45452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:01:47,893 INFO Processing ruok command from /127.0.0.1:45570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:01:47,893 INFO Processing ruok command from /127.0.0.1:45568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:01:57,905 INFO Processing ruok command from /127.0.0.1:45694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:01:57,906 INFO Processing ruok command from /127.0.0.1:45696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:02:07,891 INFO Processing ruok command from /127.0.0.1:45804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:02:07,891 INFO Processing ruok command from /127.0.0.1:45806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:02:17,891 INFO Processing ruok command from /127.0.0.1:45930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:02:17,891 INFO Processing ruok command from /127.0.0.1:45932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:02:27,894 INFO Processing ruok command from /127.0.0.1:46042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:02:27,894 INFO Processing ruok command from /127.0.0.1:46044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:02:37,891 INFO Processing ruok command from /127.0.0.1:46166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:02:37,894 INFO Processing ruok command from /127.0.0.1:46168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:02:41,002 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-9]
2023-12-19 01:02:41,012 INFO Committing global session 0x300003bf5700008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 01:02:41,927 INFO Submitting global closeSession request for session 0x300003bf5700008 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-12-19 01:02:47,901 INFO Processing ruok command from /127.0.0.1:46280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:02:47,903 INFO Processing ruok command from /127.0.0.1:46282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:02:57,890 INFO Processing ruok command from /127.0.0.1:46422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:02:57,890 INFO Processing ruok command from /127.0.0.1:46420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:03:07,896 INFO Processing ruok command from /127.0.0.1:46534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:03:07,901 INFO Processing ruok command from /127.0.0.1:46536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:03:17,891 INFO Processing ruok command from /127.0.0.1:46708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:03:17,891 INFO Processing ruok command from /127.0.0.1:46706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:03:27,907 INFO Processing ruok command from /127.0.0.1:46832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:03:27,907 INFO Processing ruok command from /127.0.0.1:46834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:03:37,893 INFO Processing ruok command from /127.0.0.1:46986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:03:37,893 INFO Processing ruok command from /127.0.0.1:46988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:03:47,918 INFO Processing ruok command from /127.0.0.1:47146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:03:47,930 INFO Processing ruok command from /127.0.0.1:47148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:03:57,898 INFO Processing ruok command from /127.0.0.1:47320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:03:57,901 INFO Processing ruok command from /127.0.0.1:47322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:04:07,901 INFO Processing ruok command from /127.0.0.1:47448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:04:07,901 INFO Processing ruok command from /127.0.0.1:47446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:04:17,905 INFO Processing ruok command from /127.0.0.1:47610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:04:17,905 INFO Processing ruok command from /127.0.0.1:47612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:04:27,886 INFO Processing ruok command from /127.0.0.1:47750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:04:27,887 INFO Processing ruok command from /127.0.0.1:47752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:04:37,894 INFO Processing ruok command from /127.0.0.1:47912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:04:37,894 INFO Processing ruok command from /127.0.0.1:47914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:04:41,316 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-10]
2023-12-19 01:04:41,333 INFO Committing global session 0x300003bf5700009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 01:04:42,246 INFO Submitting global closeSession request for session 0x300003bf5700009 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-12-19 01:04:47,893 INFO Processing ruok command from /127.0.0.1:48040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:04:47,894 INFO Processing ruok command from /127.0.0.1:48042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:04:57,899 INFO Processing ruok command from /127.0.0.1:48202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:04:57,905 INFO Processing ruok command from /127.0.0.1:48204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:05:07,896 INFO Processing ruok command from /127.0.0.1:48342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:05:07,896 INFO Processing ruok command from /127.0.0.1:48340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:05:17,904 INFO Processing ruok command from /127.0.0.1:48504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:05:17,906 INFO Processing ruok command from /127.0.0.1:48506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:05:27,891 INFO Processing ruok command from /127.0.0.1:48636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:05:27,891 INFO Processing ruok command from /127.0.0.1:48638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:05:37,896 INFO Processing ruok command from /127.0.0.1:48794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:05:37,896 INFO Processing ruok command from /127.0.0.1:48796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:05:47,907 INFO Processing ruok command from /127.0.0.1:48922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:05:47,909 INFO Processing ruok command from /127.0.0.1:48924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:05:57,890 INFO Processing ruok command from /127.0.0.1:49082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:05:57,894 INFO Processing ruok command from /127.0.0.1:49084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:06:07,899 INFO Processing ruok command from /127.0.0.1:49220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:06:07,900 INFO Processing ruok command from /127.0.0.1:49222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:06:17,894 INFO Processing ruok command from /127.0.0.1:49380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:06:17,894 INFO Processing ruok command from /127.0.0.1:49378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:06:27,896 INFO Processing ruok command from /127.0.0.1:49508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:06:27,897 INFO Processing ruok command from /127.0.0.1:49510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:06:37,894 INFO Processing ruok command from /127.0.0.1:49666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:06:37,895 INFO Processing ruok command from /127.0.0.1:49668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:06:41,184 INFO Committing global session 0x200003aee960005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 01:06:47,905 INFO Processing ruok command from /127.0.0.1:49824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:06:47,907 INFO Processing ruok command from /127.0.0.1:49826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:06:57,890 INFO Processing ruok command from /127.0.0.1:49998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:06:57,896 INFO Processing ruok command from /127.0.0.1:50000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:07:07,897 INFO Processing ruok command from /127.0.0.1:50134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:07:07,903 INFO Processing ruok command from /127.0.0.1:50136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:07:17,898 INFO Processing ruok command from /127.0.0.1:50318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:07:17,898 INFO Processing ruok command from /127.0.0.1:50320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:07:27,897 INFO Processing ruok command from /127.0.0.1:50472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:07:27,899 INFO Processing ruok command from /127.0.0.1:50474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:07:37,897 INFO Processing ruok command from /127.0.0.1:50644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:07:37,897 INFO Processing ruok command from /127.0.0.1:50642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:07:47,889 INFO Processing ruok command from /127.0.0.1:50786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:07:47,892 INFO Processing ruok command from /127.0.0.1:50788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:07:57,897 INFO Processing ruok command from /127.0.0.1:50966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:07:57,897 INFO Processing ruok command from /127.0.0.1:50964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:08:07,896 INFO Processing ruok command from /127.0.0.1:51106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:08:07,896 INFO Processing ruok command from /127.0.0.1:51108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:08:17,892 INFO Processing ruok command from /127.0.0.1:51286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:08:17,892 INFO Processing ruok command from /127.0.0.1:51288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:08:27,897 INFO Processing ruok command from /127.0.0.1:51428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:08:27,903 INFO Processing ruok command from /127.0.0.1:51430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:08:37,890 INFO Processing ruok command from /127.0.0.1:51574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:08:37,891 INFO Processing ruok command from /127.0.0.1:51576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:08:41,139 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-11]
2023-12-19 01:08:41,153 INFO Committing global session 0x300003bf570000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 01:08:42,009 INFO Submitting global closeSession request for session 0x300003bf570000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-12-19 01:08:47,886 INFO Processing ruok command from /127.0.0.1:51744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:08:47,889 INFO Processing ruok command from /127.0.0.1:51746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:08:57,903 INFO Processing ruok command from /127.0.0.1:51932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:08:57,913 INFO Processing ruok command from /127.0.0.1:51934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:09:07,903 INFO Processing ruok command from /127.0.0.1:52110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:09:07,903 INFO Processing ruok command from /127.0.0.1:52112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:09:17,887 INFO Processing ruok command from /127.0.0.1:52272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:09:17,888 INFO Processing ruok command from /127.0.0.1:52274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:09:27,912 INFO Processing ruok command from /127.0.0.1:52520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:09:27,920 INFO Processing ruok command from /127.0.0.1:52522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:09:37,460 INFO Committing global session 0x100003b90760005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 01:09:37,748 INFO Committing global session 0x200003aee960006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 01:09:37,919 INFO Processing ruok command from /127.0.0.1:52696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:09:37,919 INFO Processing ruok command from /127.0.0.1:52698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:09:39,083 INFO Committing global session 0x200003aee960007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 01:09:47,906 INFO Processing ruok command from /127.0.0.1:52956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:09:47,906 INFO Processing ruok command from /127.0.0.1:52958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:09:57,902 INFO Processing ruok command from /127.0.0.1:53120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:09:57,917 INFO Processing ruok command from /127.0.0.1:53122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:10:07,928 INFO Processing ruok command from /127.0.0.1:53408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:10:07,933 INFO Processing ruok command from /127.0.0.1:53410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:10:17,918 INFO Processing ruok command from /127.0.0.1:53624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:10:17,951 INFO Processing ruok command from /127.0.0.1:53626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:10:27,918 INFO Processing ruok command from /127.0.0.1:54884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:10:27,930 INFO Processing ruok command from /127.0.0.1:54886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:10:37,897 INFO Processing ruok command from /127.0.0.1:55088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:10:37,910 INFO Processing ruok command from /127.0.0.1:55090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:10:41,547 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-12]
2023-12-19 01:10:41,567 INFO Committing global session 0x300003bf570000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 01:10:42,350 INFO Submitting global closeSession request for session 0x300003bf570000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-12-19 01:10:47,907 INFO Processing ruok command from /127.0.0.1:55384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:10:47,914 INFO Processing ruok command from /127.0.0.1:55386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:10:57,899 INFO Processing ruok command from /127.0.0.1:55608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:10:57,913 INFO Processing ruok command from /127.0.0.1:55610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:11:07,903 INFO Processing ruok command from /127.0.0.1:55928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:11:07,918 INFO Processing ruok command from /127.0.0.1:55930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:11:17,903 INFO Processing ruok command from /127.0.0.1:56184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:11:17,903 INFO Processing ruok command from /127.0.0.1:56186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:11:20,488 INFO Attempting to delete candidate container: /consumerFactory/__strimzi-topic-operator-kstreams-topic-store-changelog/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 01:11:27,909 INFO Processing ruok command from /127.0.0.1:56514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:11:27,910 INFO Processing ruok command from /127.0.0.1:56516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:11:37,889 INFO Processing ruok command from /127.0.0.1:56760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:11:37,891 INFO Processing ruok command from /127.0.0.1:56762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:11:47,909 INFO Processing ruok command from /127.0.0.1:57086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:11:47,910 INFO Processing ruok command from /127.0.0.1:57088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:11:57,911 INFO Processing ruok command from /127.0.0.1:57310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:11:57,916 INFO Processing ruok command from /127.0.0.1:57312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:12:07,890 INFO Processing ruok command from /127.0.0.1:57618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:12:07,892 INFO Processing ruok command from /127.0.0.1:57620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:12:17,925 INFO Processing ruok command from /127.0.0.1:57850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:12:17,944 INFO Processing ruok command from /127.0.0.1:57852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:12:20,487 INFO Attempting to delete candidate container: /consumerFactory/__strimzi-topic-operator-kstreams-topic-store-changelog/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 01:12:27,917 INFO Processing ruok command from /127.0.0.1:58166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:12:27,917 INFO Processing ruok command from /127.0.0.1:58168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:12:37,896 INFO Processing ruok command from /127.0.0.1:58396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:12:37,902 INFO Processing ruok command from /127.0.0.1:58398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:12:41,706 INFO Committing global session 0x200003aee960008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 01:12:47,900 INFO Processing ruok command from /127.0.0.1:58712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:12:47,902 INFO Processing ruok command from /127.0.0.1:58714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:12:57,897 INFO Processing ruok command from /127.0.0.1:58934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:12:57,899 INFO Processing ruok command from /127.0.0.1:58936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:13:07,906 INFO Processing ruok command from /127.0.0.1:59246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:13:07,907 INFO Processing ruok command from /127.0.0.1:59248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:13:17,905 INFO Processing ruok command from /127.0.0.1:59450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:13:17,906 INFO Processing ruok command from /127.0.0.1:59452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:13:20,488 INFO Attempting to delete candidate container: /consumerFactory/__strimzi-topic-operator-kstreams-topic-store-changelog (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 01:13:27,892 INFO Processing ruok command from /127.0.0.1:59780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:13:27,893 INFO Processing ruok command from /127.0.0.1:59782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:13:37,908 INFO Processing ruok command from /127.0.0.1:59982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:13:37,908 INFO Processing ruok command from /127.0.0.1:59980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:13:47,915 INFO Processing ruok command from /127.0.0.1:60340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:13:47,916 INFO Processing ruok command from /127.0.0.1:60338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:13:57,901 INFO Processing ruok command from /127.0.0.1:60648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:13:57,907 INFO Processing ruok command from /127.0.0.1:60650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:14:07,931 INFO Processing ruok command from /127.0.0.1:32772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:14:07,945 INFO Processing ruok command from /127.0.0.1:32774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:14:17,915 INFO Processing ruok command from /127.0.0.1:33158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:14:17,936 INFO Processing ruok command from /127.0.0.1:33160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:14:20,488 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1/NBIC1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 01:14:20,493 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/3247501c-0474-4901-add4-1dcd9ea9c072/onap-policy-apex-pdp-78f46cfbc5-4mbqr (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 01:14:20,499 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 01:14:27,922 INFO Processing ruok command from /127.0.0.1:33560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:14:27,930 INFO Processing ruok command from /127.0.0.1:33562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:14:37,901 INFO Processing ruok command from /127.0.0.1:34026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:14:37,905 INFO Processing ruok command from /127.0.0.1:34028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:14:40,815 INFO Committing global session 0x100003b90760006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 01:14:48,095 INFO Processing ruok command from /127.0.0.1:34334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:14:48,102 INFO Processing ruok command from /127.0.0.1:34336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:14:57,898 INFO Processing ruok command from /127.0.0.1:34656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:14:57,898 INFO Processing ruok command from /127.0.0.1:34654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:15:07,892 INFO Processing ruok command from /127.0.0.1:34932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:15:07,892 INFO Processing ruok command from /127.0.0.1:34930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:15:17,905 INFO Processing ruok command from /127.0.0.1:35456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:15:17,908 INFO Processing ruok command from /127.0.0.1:35458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:15:20,487 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 01:15:20,494 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 01:15:20,500 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/3247501c-0474-4901-add4-1dcd9ea9c072 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 01:15:27,891 INFO Processing ruok command from /127.0.0.1:35862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:15:27,891 INFO Processing ruok command from /127.0.0.1:35864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:15:37,948 INFO Processing ruok command from /127.0.0.1:36260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:15:37,951 INFO Processing ruok command from /127.0.0.1:36262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:15:47,905 INFO Processing ruok command from /127.0.0.1:36572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:15:47,905 INFO Processing ruok command from /127.0.0.1:36574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:15:57,908 INFO Processing ruok command from /127.0.0.1:36972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:15:57,910 INFO Processing ruok command from /127.0.0.1:36974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:16:07,910 INFO Processing ruok command from /127.0.0.1:37240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:16:07,911 INFO Processing ruok command from /127.0.0.1:37242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:16:17,895 INFO Processing ruok command from /127.0.0.1:37608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:16:17,895 INFO Processing ruok command from /127.0.0.1:37610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:16:20,487 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 01:16:20,494 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 01:16:27,901 INFO Processing ruok command from /127.0.0.1:37872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:16:27,907 INFO Processing ruok command from /127.0.0.1:37874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:16:37,899 INFO Processing ruok command from /127.0.0.1:38202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:16:37,902 INFO Processing ruok command from /127.0.0.1:38204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:16:41,041 INFO Committing global session 0x200003aee960009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 01:16:47,902 INFO Processing ruok command from /127.0.0.1:38540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:16:47,903 INFO Processing ruok command from /127.0.0.1:38542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:16:57,903 INFO Processing ruok command from /127.0.0.1:39004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:16:57,909 INFO Processing ruok command from /127.0.0.1:39006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:17:07,899 INFO Processing ruok command from /127.0.0.1:39350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:17:07,901 INFO Processing ruok command from /127.0.0.1:39352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:17:17,909 INFO Processing ruok command from /127.0.0.1:39676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:17:17,918 INFO Processing ruok command from /127.0.0.1:39678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:17:20,487 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 01:17:27,899 INFO Processing ruok command from /127.0.0.1:39940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:17:27,901 INFO Processing ruok command from /127.0.0.1:39942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:17:37,908 INFO Processing ruok command from /127.0.0.1:40264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:17:37,909 INFO Processing ruok command from /127.0.0.1:40262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:17:47,901 INFO Processing ruok command from /127.0.0.1:40584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:17:47,910 INFO Processing ruok command from /127.0.0.1:40586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:17:57,905 INFO Processing ruok command from /127.0.0.1:40932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:17:57,910 INFO Processing ruok command from /127.0.0.1:40934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:18:07,888 INFO Processing ruok command from /127.0.0.1:41172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:18:07,889 INFO Processing ruok command from /127.0.0.1:41174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:18:17,896 INFO Processing ruok command from /127.0.0.1:41496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:18:17,903 INFO Processing ruok command from /127.0.0.1:41498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:18:20,487 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/8081dcd0-05ed-4c88-9808-4bc441175902/onap-policy-xacml-pdp-5f744db45b-lhs6t (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 01:18:20,494 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 01:18:27,890 INFO Processing ruok command from /127.0.0.1:41752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:18:27,892 INFO Processing ruok command from /127.0.0.1:41754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:18:37,894 INFO Processing ruok command from /127.0.0.1:42072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:18:37,897 INFO Processing ruok command from /127.0.0.1:42074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:18:40,757 INFO Committing global session 0x200003aee96000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 01:18:47,890 INFO Processing ruok command from /127.0.0.1:42296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:18:47,891 INFO Processing ruok command from /127.0.0.1:42298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:18:57,972 INFO Processing ruok command from /127.0.0.1:42670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:18:57,982 INFO Processing ruok command from /127.0.0.1:42672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:19:07,932 INFO Processing ruok command from /127.0.0.1:42990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:19:07,936 INFO Processing ruok command from /127.0.0.1:42992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:19:17,940 INFO Processing ruok command from /127.0.0.1:43338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:19:17,943 INFO Processing ruok command from /127.0.0.1:43340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:19:20,487 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/8081dcd0-05ed-4c88-9808-4bc441175902 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 01:19:20,494 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/83ab0830-d2d9-421f-8c05-76d4cb140cda/onap-policy-pap-668bdb89cf-b6gvb (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 01:19:20,501 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 01:19:20,507 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/95ed93f1-6f08-4efd-b35a-ee0ce55c228b/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 01:19:20,514 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/f9287e84-08f6-4ab6-966c-45d94cbce8fe/onap-policy-pap-668bdb89cf-b6gvb (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 01:19:27,932 INFO Processing ruok command from /127.0.0.1:43578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:19:27,932 INFO Processing ruok command from /127.0.0.1:43580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:19:37,922 INFO Processing ruok command from /127.0.0.1:43924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:19:37,928 INFO Processing ruok command from /127.0.0.1:43926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:19:47,920 INFO Processing ruok command from /127.0.0.1:44202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:19:47,921 INFO Processing ruok command from /127.0.0.1:44204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:19:57,908 INFO Processing ruok command from /127.0.0.1:44530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:19:57,912 INFO Processing ruok command from /127.0.0.1:44532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:20:07,895 INFO Processing ruok command from /127.0.0.1:45034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:20:07,903 INFO Processing ruok command from /127.0.0.1:45036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:20:17,905 INFO Processing ruok command from /127.0.0.1:45340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:20:17,910 INFO Processing ruok command from /127.0.0.1:45342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:20:20,487 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/95ed93f1-6f08-4efd-b35a-ee0ce55c228b (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 01:20:20,494 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 01:20:20,500 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/83ab0830-d2d9-421f-8c05-76d4cb140cda (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 01:20:20,505 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/f9287e84-08f6-4ab6-966c-45d94cbce8fe (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 01:20:27,903 INFO Processing ruok command from /127.0.0.1:45694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:20:27,903 INFO Processing ruok command from /127.0.0.1:45696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:20:37,888 INFO Processing ruok command from /127.0.0.1:45994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:20:37,891 INFO Processing ruok command from /127.0.0.1:45996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:20:40,923 INFO Committing global session 0x200003aee96000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 01:20:47,893 INFO Processing ruok command from /127.0.0.1:46346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:20:47,893 INFO Processing ruok command from /127.0.0.1:46348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:20:57,886 INFO Processing ruok command from /127.0.0.1:46612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:20:57,887 INFO Processing ruok command from /127.0.0.1:46614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:21:07,903 INFO Processing ruok command from /127.0.0.1:47002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:21:07,905 INFO Processing ruok command from /127.0.0.1:47004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:21:17,896 INFO Processing ruok command from /127.0.0.1:47280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:21:17,896 INFO Processing ruok command from /127.0.0.1:47282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:21:20,488 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 01:21:27,903 INFO Processing ruok command from /127.0.0.1:47648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:21:27,904 INFO Processing ruok command from /127.0.0.1:47650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:21:37,885 INFO Processing ruok command from /127.0.0.1:47898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:21:37,887 INFO Processing ruok command from /127.0.0.1:47902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:21:47,895 INFO Processing ruok command from /127.0.0.1:48262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:21:47,895 INFO Processing ruok command from /127.0.0.1:48260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:21:57,892 INFO Processing ruok command from /127.0.0.1:48520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:21:57,897 INFO Processing ruok command from /127.0.0.1:48522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:22:07,893 INFO Processing ruok command from /127.0.0.1:48912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:22:07,896 INFO Processing ruok command from /127.0.0.1:48914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:22:17,905 INFO Processing ruok command from /127.0.0.1:49172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:22:17,905 INFO Processing ruok command from /127.0.0.1:49174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:22:20,490 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 01:22:27,894 INFO Processing ruok command from /127.0.0.1:49536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:22:27,901 INFO Processing ruok command from /127.0.0.1:49538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:22:37,898 INFO Processing ruok command from /127.0.0.1:49796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:22:37,898 INFO Processing ruok command from /127.0.0.1:49794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:22:40,733 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-13]
2023-12-19 01:22:40,743 INFO Committing global session 0x300003bf570000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 01:22:41,452 INFO Submitting global closeSession request for session 0x300003bf570000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-12-19 01:22:47,915 INFO Processing ruok command from /127.0.0.1:50148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:22:47,916 INFO Processing ruok command from /127.0.0.1:50150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:22:57,903 INFO Processing ruok command from /127.0.0.1:50410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:22:57,903 INFO Processing ruok command from /127.0.0.1:50408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:23:07,900 INFO Processing ruok command from /127.0.0.1:50808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:23:07,901 INFO Processing ruok command from /127.0.0.1:50810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:23:17,908 INFO Processing ruok command from /127.0.0.1:51062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:23:17,909 INFO Processing ruok command from /127.0.0.1:51064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:23:27,915 INFO Processing ruok command from /127.0.0.1:51438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:23:27,919 INFO Processing ruok command from /127.0.0.1:51440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:23:37,890 INFO Processing ruok command from /127.0.0.1:51690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:23:37,890 INFO Processing ruok command from /127.0.0.1:51692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:23:47,895 INFO Processing ruok command from /127.0.0.1:52040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:23:47,900 INFO Processing ruok command from /127.0.0.1:52042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:23:57,902 INFO Processing ruok command from /127.0.0.1:52308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:23:57,913 INFO Processing ruok command from /127.0.0.1:52310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:24:07,908 INFO Processing ruok command from /127.0.0.1:52698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:24:07,908 INFO Processing ruok command from /127.0.0.1:52700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:24:17,899 INFO Processing ruok command from /127.0.0.1:52964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:24:17,905 INFO Processing ruok command from /127.0.0.1:52966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:24:27,900 INFO Processing ruok command from /127.0.0.1:53322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:24:27,909 INFO Processing ruok command from /127.0.0.1:53324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:24:37,899 INFO Processing ruok command from /127.0.0.1:53584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:24:37,901 INFO Processing ruok command from /127.0.0.1:53586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:24:40,897 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-14]
2023-12-19 01:24:40,906 INFO Committing global session 0x300003bf570000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 01:24:41,583 INFO Submitting global closeSession request for session 0x300003bf570000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-12-19 01:24:47,899 INFO Processing ruok command from /127.0.0.1:53984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:24:47,900 INFO Processing ruok command from /127.0.0.1:53986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:24:57,914 INFO Processing ruok command from /127.0.0.1:54246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:24:57,927 INFO Processing ruok command from /127.0.0.1:54248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:25:07,904 INFO Processing ruok command from /127.0.0.1:54654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:25:07,905 INFO Processing ruok command from /127.0.0.1:54656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:25:17,917 INFO Processing ruok command from /127.0.0.1:54972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:25:17,931 INFO Processing ruok command from /127.0.0.1:54974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:25:27,913 INFO Processing ruok command from /127.0.0.1:55400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:25:27,913 INFO Processing ruok command from /127.0.0.1:55398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:25:38,547 INFO Processing ruok command from /127.0.0.1:55704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:25:38,563 INFO Processing ruok command from /127.0.0.1:55706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:25:47,900 INFO Processing ruok command from /127.0.0.1:56054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:25:47,903 INFO Processing ruok command from /127.0.0.1:56056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:25:57,902 INFO Processing ruok command from /127.0.0.1:56346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:25:57,905 INFO Processing ruok command from /127.0.0.1:56348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:26:07,949 INFO Processing ruok command from /127.0.0.1:56682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:26:07,951 INFO Processing ruok command from /127.0.0.1:56680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:26:17,891 INFO Processing ruok command from /127.0.0.1:57054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:26:17,891 INFO Processing ruok command from /127.0.0.1:57056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:26:27,896 INFO Processing ruok command from /127.0.0.1:57358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:26:27,897 INFO Processing ruok command from /127.0.0.1:57360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:26:37,894 INFO Processing ruok command from /127.0.0.1:57750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:26:37,898 INFO Processing ruok command from /127.0.0.1:57752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:26:42,706 INFO Committing global session 0x200003aee96000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 01:26:47,891 INFO Processing ruok command from /127.0.0.1:58060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:26:47,897 INFO Processing ruok command from /127.0.0.1:58062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:26:57,902 INFO Processing ruok command from /127.0.0.1:58456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:26:57,904 INFO Processing ruok command from /127.0.0.1:58458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:27:07,888 INFO Processing ruok command from /127.0.0.1:58780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:27:07,892 INFO Processing ruok command from /127.0.0.1:58782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:27:17,928 INFO Processing ruok command from /127.0.0.1:59180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:27:17,928 INFO Processing ruok command from /127.0.0.1:59182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:27:27,900 INFO Processing ruok command from /127.0.0.1:59478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:27:27,901 INFO Processing ruok command from /127.0.0.1:59480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:27:37,897 INFO Processing ruok command from /127.0.0.1:59870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:27:37,900 INFO Processing ruok command from /127.0.0.1:59872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:27:47,895 INFO Processing ruok command from /127.0.0.1:60172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:27:47,900 INFO Processing ruok command from /127.0.0.1:60174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:27:57,902 INFO Processing ruok command from /127.0.0.1:60566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:27:57,902 INFO Processing ruok command from /127.0.0.1:60564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:28:07,904 INFO Processing ruok command from /127.0.0.1:60998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:28:07,905 INFO Processing ruok command from /127.0.0.1:32768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:28:17,900 INFO Processing ruok command from /127.0.0.1:33156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:28:17,905 INFO Processing ruok command from /127.0.0.1:33158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:28:27,892 INFO Processing ruok command from /127.0.0.1:33456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:28:27,892 INFO Processing ruok command from /127.0.0.1:33458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:28:37,894 INFO Processing ruok command from /127.0.0.1:33850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:28:37,898 INFO Processing ruok command from /127.0.0.1:33852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:28:40,830 INFO Committing global session 0x100003b90760007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 01:28:47,896 INFO Processing ruok command from /127.0.0.1:34146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:28:47,899 INFO Processing ruok command from /127.0.0.1:34148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:28:57,894 INFO Processing ruok command from /127.0.0.1:34560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:28:57,895 INFO Processing ruok command from /127.0.0.1:34562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:29:07,905 INFO Processing ruok command from /127.0.0.1:34922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:29:07,909 INFO Processing ruok command from /127.0.0.1:34924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:29:17,893 INFO Processing ruok command from /127.0.0.1:35312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:29:17,898 INFO Processing ruok command from /127.0.0.1:35314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:29:28,259 INFO Processing ruok command from /127.0.0.1:35628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:29:28,321 INFO Processing ruok command from /127.0.0.1:35630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:29:37,896 INFO Processing ruok command from /127.0.0.1:36010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:29:37,901 INFO Processing ruok command from /127.0.0.1:36012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:29:47,892 INFO Processing ruok command from /127.0.0.1:36318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:29:47,894 INFO Processing ruok command from /127.0.0.1:36320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:29:57,913 INFO Processing ruok command from /127.0.0.1:36734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:29:57,915 INFO Processing ruok command from /127.0.0.1:36736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:30:07,903 INFO Processing ruok command from /127.0.0.1:37104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:30:07,909 INFO Processing ruok command from /127.0.0.1:37106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:30:17,889 INFO Processing ruok command from /127.0.0.1:37502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:30:17,894 INFO Processing ruok command from /127.0.0.1:37504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:30:27,891 INFO Processing ruok command from /127.0.0.1:37800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:30:27,898 INFO Processing ruok command from /127.0.0.1:37802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:30:37,890 INFO Processing ruok command from /127.0.0.1:38192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:30:37,892 INFO Processing ruok command from /127.0.0.1:38194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:30:40,893 INFO Committing global session 0x200003aee96000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 01:30:47,887 INFO Processing ruok command from /127.0.0.1:38482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:30:47,891 INFO Processing ruok command from /127.0.0.1:38486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:30:57,898 INFO Processing ruok command from /127.0.0.1:38880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:30:57,899 INFO Processing ruok command from /127.0.0.1:38882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:31:07,899 INFO Processing ruok command from /127.0.0.1:39268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:31:07,900 INFO Processing ruok command from /127.0.0.1:39270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:31:17,909 INFO Processing ruok command from /127.0.0.1:39656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:31:17,910 INFO Processing ruok command from /127.0.0.1:39658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:31:27,898 INFO Processing ruok command from /127.0.0.1:40026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:31:27,902 INFO Processing ruok command from /127.0.0.1:40028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:31:37,897 INFO Processing ruok command from /127.0.0.1:40334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:31:37,897 INFO Processing ruok command from /127.0.0.1:40336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:31:47,893 INFO Processing ruok command from /127.0.0.1:40740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:31:47,895 INFO Processing ruok command from /127.0.0.1:40742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:31:57,904 INFO Processing ruok command from /127.0.0.1:41066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:31:57,910 INFO Processing ruok command from /127.0.0.1:41068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:32:07,899 INFO Processing ruok command from /127.0.0.1:41556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:32:07,902 INFO Processing ruok command from /127.0.0.1:41558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:32:17,897 INFO Processing ruok command from /127.0.0.1:41874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:32:17,897 INFO Processing ruok command from /127.0.0.1:41876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:32:27,890 INFO Processing ruok command from /127.0.0.1:42280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:32:27,891 INFO Processing ruok command from /127.0.0.1:42282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:32:37,903 INFO Processing ruok command from /127.0.0.1:42584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:32:37,903 INFO Processing ruok command from /127.0.0.1:42586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:32:40,856 INFO Committing global session 0x100003b90760008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 01:32:47,890 INFO Processing ruok command from /127.0.0.1:42996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:32:47,890 INFO Processing ruok command from /127.0.0.1:42998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:32:57,901 INFO Processing ruok command from /127.0.0.1:43314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:32:57,903 INFO Processing ruok command from /127.0.0.1:43316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:33:08,324 INFO Processing ruok command from /127.0.0.1:43814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:33:08,326 INFO Processing ruok command from /127.0.0.1:43816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:33:17,897 INFO Processing ruok command from /127.0.0.1:44122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:33:17,899 INFO Processing ruok command from /127.0.0.1:44124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:33:27,894 INFO Processing ruok command from /127.0.0.1:44534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:33:27,894 INFO Processing ruok command from /127.0.0.1:44536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:33:37,893 INFO Processing ruok command from /127.0.0.1:44844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:33:37,893 INFO Processing ruok command from /127.0.0.1:44846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:33:47,907 INFO Processing ruok command from /127.0.0.1:45248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:33:47,911 INFO Processing ruok command from /127.0.0.1:45250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:33:57,900 INFO Processing ruok command from /127.0.0.1:45572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:33:57,906 INFO Processing ruok command from /127.0.0.1:45574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:34:07,897 INFO Processing ruok command from /127.0.0.1:46064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:34:07,900 INFO Processing ruok command from /127.0.0.1:46066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:34:17,889 INFO Processing ruok command from /127.0.0.1:46376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:34:17,891 INFO Processing ruok command from /127.0.0.1:46378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:34:27,892 INFO Processing ruok command from /127.0.0.1:46740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:34:27,895 INFO Processing ruok command from /127.0.0.1:46742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:34:37,901 INFO Processing ruok command from /127.0.0.1:47040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:34:37,904 INFO Processing ruok command from /127.0.0.1:47042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:34:40,824 INFO Committing global session 0x100003b90760009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 01:34:47,894 INFO Processing ruok command from /127.0.0.1:47398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:34:47,905 INFO Processing ruok command from /127.0.0.1:47400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:34:57,912 INFO Processing ruok command from /127.0.0.1:47706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:34:57,917 INFO Processing ruok command from /127.0.0.1:47708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:35:07,911 INFO Processing ruok command from /127.0.0.1:48088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:35:07,911 INFO Processing ruok command from /127.0.0.1:48090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:35:17,892 INFO Processing ruok command from /127.0.0.1:48396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:35:17,893 INFO Processing ruok command from /127.0.0.1:48398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:35:27,888 INFO Processing ruok command from /127.0.0.1:48762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:35:27,892 INFO Processing ruok command from /127.0.0.1:48766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:35:37,908 INFO Processing ruok command from /127.0.0.1:49068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:35:37,912 INFO Processing ruok command from /127.0.0.1:49070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:35:47,910 INFO Processing ruok command from /127.0.0.1:49422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:35:47,935 INFO Processing ruok command from /127.0.0.1:49426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:35:57,902 INFO Processing ruok command from /127.0.0.1:49756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:35:57,906 INFO Processing ruok command from /127.0.0.1:49758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:36:07,890 INFO Processing ruok command from /127.0.0.1:50108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:36:07,901 INFO Processing ruok command from /127.0.0.1:50110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:36:17,892 INFO Processing ruok command from /127.0.0.1:50420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:36:17,897 INFO Processing ruok command from /127.0.0.1:50422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:36:20,487 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp/sdnc2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 01:36:27,964 INFO Processing ruok command from /127.0.0.1:50798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:36:27,978 INFO Processing ruok command from /127.0.0.1:50800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:36:37,911 INFO Processing ruok command from /127.0.0.1:51130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:36:37,927 INFO Processing ruok command from /127.0.0.1:51134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:36:40,909 INFO Committing global session 0x200003aee96000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 01:36:47,911 INFO Processing ruok command from /127.0.0.1:51476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:36:47,912 INFO Processing ruok command from /127.0.0.1:51478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:36:57,904 INFO Processing ruok command from /127.0.0.1:51802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:36:57,904 INFO Processing ruok command from /127.0.0.1:51804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:37:07,917 INFO Processing ruok command from /127.0.0.1:52160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:37:07,920 INFO Processing ruok command from /127.0.0.1:52162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:37:17,931 INFO Processing ruok command from /127.0.0.1:52502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:37:17,933 INFO Processing ruok command from /127.0.0.1:52506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:37:20,488 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 01:37:27,891 INFO Processing ruok command from /127.0.0.1:52904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:37:27,892 INFO Processing ruok command from /127.0.0.1:52906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:37:37,913 INFO Processing ruok command from /127.0.0.1:53224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:37:37,913 INFO Processing ruok command from /127.0.0.1:53226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:37:47,893 INFO Processing ruok command from /127.0.0.1:53592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:37:47,898 INFO Processing ruok command from /127.0.0.1:53594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:37:57,905 INFO Processing ruok command from /127.0.0.1:53914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:37:57,914 INFO Processing ruok command from /127.0.0.1:53916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:38:07,916 INFO Processing ruok command from /127.0.0.1:54280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:38:07,916 INFO Processing ruok command from /127.0.0.1:54282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:38:17,896 INFO Processing ruok command from /127.0.0.1:54596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:38:17,896 INFO Processing ruok command from /127.0.0.1:54598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:38:20,487 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 01:38:27,886 INFO Processing ruok command from /127.0.0.1:54918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:38:27,889 INFO Processing ruok command from /127.0.0.1:54922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:38:37,887 INFO Processing ruok command from /127.0.0.1:55290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:38:37,887 INFO Processing ruok command from /127.0.0.1:55292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:38:41,085 INFO Committing global session 0x200003aee96000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 01:38:47,899 INFO Processing ruok command from /127.0.0.1:55602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:38:47,900 INFO Processing ruok command from /127.0.0.1:55604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:38:57,902 INFO Processing ruok command from /127.0.0.1:55978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:38:57,904 INFO Processing ruok command from /127.0.0.1:55980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:39:07,903 INFO Processing ruok command from /127.0.0.1:56282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:39:07,907 INFO Processing ruok command from /127.0.0.1:56284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:39:17,894 INFO Processing ruok command from /127.0.0.1:56640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:39:17,897 INFO Processing ruok command from /127.0.0.1:56642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:39:20,488 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 01:39:27,903 INFO Processing ruok command from /127.0.0.1:56966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:39:27,904 INFO Processing ruok command from /127.0.0.1:56968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:39:37,904 INFO Processing ruok command from /127.0.0.1:57318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:39:37,908 INFO Processing ruok command from /127.0.0.1:57320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:39:47,904 INFO Processing ruok command from /127.0.0.1:57650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:39:47,905 INFO Processing ruok command from /127.0.0.1:57652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:39:57,895 INFO Processing ruok command from /127.0.0.1:58020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:39:57,899 INFO Processing ruok command from /127.0.0.1:58022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:40:07,892 INFO Processing ruok command from /127.0.0.1:58328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:40:07,896 INFO Processing ruok command from /127.0.0.1:58330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:40:17,900 INFO Processing ruok command from /127.0.0.1:58696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:40:17,901 INFO Processing ruok command from /127.0.0.1:58698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:40:27,902 INFO Processing ruok command from /127.0.0.1:59014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:40:27,906 INFO Processing ruok command from /127.0.0.1:59016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:40:37,901 INFO Processing ruok command from /127.0.0.1:59376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:40:37,901 INFO Processing ruok command from /127.0.0.1:59374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:40:40,797 INFO Committing global session 0x100003b9076000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 01:40:47,900 INFO Processing ruok command from /127.0.0.1:59692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:40:47,906 INFO Processing ruok command from /127.0.0.1:59694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:40:57,903 INFO Processing ruok command from /127.0.0.1:60062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:40:57,908 INFO Processing ruok command from /127.0.0.1:60064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:41:07,906 INFO Processing ruok command from /127.0.0.1:60378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:41:07,907 INFO Processing ruok command from /127.0.0.1:60380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:41:14,295 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2023-12-19 01:41:14,296 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2023-12-19 01:41:14,310 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2023-12-19 01:41:17,910 INFO Processing ruok command from /127.0.0.1:60740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:41:17,910 INFO Processing ruok command from /127.0.0.1:60742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:41:19,985 WARN Connection broken for id 1, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
java.io.EOFException
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:398)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2023-12-19 01:41:19,986 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
2023-12-19 01:41:19,986 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
java.lang.InterruptedException
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1679)
	at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271)
2023-12-19 01:41:19,987 WARN Send worker leaving thread id 1 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
2023-12-19 01:41:21,946 WARN Connection broken for id 2, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2]
java.io.EOFException
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:398)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2023-12-19 01:41:21,946 WARN Interrupting SendWorker thread from RecvWorker. sid: 2. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2]
2023-12-19 01:41:21,947 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2]
java.lang.InterruptedException
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1679)
	at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271)
2023-12-19 01:41:21,947 WARN Send worker leaving thread id 2 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2]
2023-12-19 01:41:27,902 INFO Processing ruok command from /127.0.0.1:32850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:41:27,902 INFO Processing ruok command from /127.0.0.1:32852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:41:37,885 INFO Processing ruok command from /127.0.0.1:33196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:41:37,885 INFO Processing ruok command from /127.0.0.1:33194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:41:47,892 INFO Processing ruok command from /127.0.0.1:33516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:41:47,898 INFO Processing ruok command from /127.0.0.1:33518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:41:57,889 INFO Processing ruok command from /127.0.0.1:33896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:41:57,892 INFO Processing ruok command from /127.0.0.1:33898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:42:07,892 INFO Processing ruok command from /127.0.0.1:34204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:42:07,894 INFO Processing ruok command from /127.0.0.1:34208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:42:17,892 INFO Processing ruok command from /127.0.0.1:34574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:42:17,894 INFO Processing ruok command from /127.0.0.1:34576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:42:27,903 INFO Processing ruok command from /127.0.0.1:34896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:42:27,905 INFO Processing ruok command from /127.0.0.1:34898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:42:37,912 INFO Processing ruok command from /127.0.0.1:35258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:42:37,913 INFO Processing ruok command from /127.0.0.1:35260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:42:40,657 INFO Committing global session 0x200003aee960010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 01:42:47,910 INFO Processing ruok command from /127.0.0.1:35578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:42:47,926 INFO Processing ruok command from /127.0.0.1:35582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:42:57,898 INFO Processing ruok command from /127.0.0.1:35958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:42:57,907 INFO Processing ruok command from /127.0.0.1:35960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:43:07,900 INFO Processing ruok command from /127.0.0.1:36270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:43:07,900 INFO Processing ruok command from /127.0.0.1:36272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:43:17,908 INFO Processing ruok command from /127.0.0.1:36636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:43:17,910 INFO Processing ruok command from /127.0.0.1:36638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:43:27,892 INFO Processing ruok command from /127.0.0.1:36946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:43:27,892 INFO Processing ruok command from /127.0.0.1:36948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:43:37,892 INFO Processing ruok command from /127.0.0.1:37320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:43:37,902 INFO Processing ruok command from /127.0.0.1:37322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:43:47,900 INFO Processing ruok command from /127.0.0.1:37622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:43:47,904 INFO Processing ruok command from /127.0.0.1:37624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:43:57,898 INFO Processing ruok command from /127.0.0.1:38004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:43:57,904 INFO Processing ruok command from /127.0.0.1:38006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:44:07,905 INFO Processing ruok command from /127.0.0.1:38316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:44:07,905 INFO Processing ruok command from /127.0.0.1:38318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:44:17,898 INFO Processing ruok command from /127.0.0.1:38688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:44:17,898 INFO Processing ruok command from /127.0.0.1:38686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:44:27,921 INFO Processing ruok command from /127.0.0.1:39006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:44:27,921 INFO Processing ruok command from /127.0.0.1:39008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:44:37,909 INFO Processing ruok command from /127.0.0.1:39370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:44:37,910 INFO Processing ruok command from /127.0.0.1:39372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:44:40,699 INFO Committing global session 0x100003b9076000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 01:44:47,884 INFO Processing ruok command from /127.0.0.1:39680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:44:47,887 INFO Processing ruok command from /127.0.0.1:39684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:44:57,897 INFO Processing ruok command from /127.0.0.1:40062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:44:57,898 INFO Processing ruok command from /127.0.0.1:40064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:45:07,894 INFO Processing ruok command from /127.0.0.1:40374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:45:07,899 INFO Processing ruok command from /127.0.0.1:40376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:45:17,896 INFO Processing ruok command from /127.0.0.1:40752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:45:17,898 INFO Processing ruok command from /127.0.0.1:40754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:45:27,887 INFO Processing ruok command from /127.0.0.1:41058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:45:27,891 INFO Processing ruok command from /127.0.0.1:41062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:45:37,896 INFO Processing ruok command from /127.0.0.1:41432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:45:37,897 INFO Processing ruok command from /127.0.0.1:41434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:45:47,884 INFO Processing ruok command from /127.0.0.1:41728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:45:47,891 INFO Processing ruok command from /127.0.0.1:41734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:45:57,894 INFO Processing ruok command from /127.0.0.1:42114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:45:57,896 INFO Processing ruok command from /127.0.0.1:42116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:46:07,908 INFO Processing ruok command from /127.0.0.1:42424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:46:07,910 INFO Processing ruok command from /127.0.0.1:42426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:46:17,902 INFO Processing ruok command from /127.0.0.1:42814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:46:17,903 INFO Processing ruok command from /127.0.0.1:42816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:46:27,891 INFO Processing ruok command from /127.0.0.1:43126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:46:27,892 INFO Processing ruok command from /127.0.0.1:43128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:46:37,909 INFO Processing ruok command from /127.0.0.1:43478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:46:37,910 INFO Processing ruok command from /127.0.0.1:43480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:46:40,583 INFO Committing global session 0x200003aee960011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 01:46:47,888 INFO Processing ruok command from /127.0.0.1:43808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:46:47,890 INFO Processing ruok command from /127.0.0.1:43810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:46:57,900 INFO Processing ruok command from /127.0.0.1:44142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:46:57,902 INFO Processing ruok command from /127.0.0.1:44144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:47:07,904 INFO Processing ruok command from /127.0.0.1:44504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:47:07,913 INFO Processing ruok command from /127.0.0.1:44506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:47:17,901 INFO Processing ruok command from /127.0.0.1:44852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:47:17,904 INFO Processing ruok command from /127.0.0.1:44854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:47:27,899 INFO Processing ruok command from /127.0.0.1:45246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:47:27,899 INFO Processing ruok command from /127.0.0.1:45248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:47:37,902 INFO Processing ruok command from /127.0.0.1:45588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:47:37,902 INFO Processing ruok command from /127.0.0.1:45590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:47:47,912 INFO Processing ruok command from /127.0.0.1:45952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:47:47,917 INFO Processing ruok command from /127.0.0.1:45954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:47:57,915 INFO Processing ruok command from /127.0.0.1:46278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:47:57,925 INFO Processing ruok command from /127.0.0.1:46282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:48:07,886 INFO Processing ruok command from /127.0.0.1:46630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:48:07,888 INFO Processing ruok command from /127.0.0.1:46634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:48:17,898 INFO Processing ruok command from /127.0.0.1:46962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:48:17,900 INFO Processing ruok command from /127.0.0.1:46964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:48:27,889 INFO Processing ruok command from /127.0.0.1:47336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:48:27,890 INFO Processing ruok command from /127.0.0.1:47338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:48:37,899 INFO Processing ruok command from /127.0.0.1:47660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:48:37,900 INFO Processing ruok command from /127.0.0.1:47662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:48:40,752 INFO Committing global session 0x100003b9076000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 01:48:47,899 INFO Processing ruok command from /127.0.0.1:48018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:48:47,902 INFO Processing ruok command from /127.0.0.1:48020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:48:57,903 INFO Processing ruok command from /127.0.0.1:48350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:48:57,908 INFO Processing ruok command from /127.0.0.1:48352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:49:07,897 INFO Processing ruok command from /127.0.0.1:48708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:49:07,902 INFO Processing ruok command from /127.0.0.1:48710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:49:17,895 INFO Processing ruok command from /127.0.0.1:49020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:49:17,904 INFO Processing ruok command from /127.0.0.1:49022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:49:27,910 INFO Processing ruok command from /127.0.0.1:49398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:49:27,913 INFO Processing ruok command from /127.0.0.1:49400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:49:37,906 INFO Processing ruok command from /127.0.0.1:49714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:49:37,916 INFO Processing ruok command from /127.0.0.1:49716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:49:47,896 INFO Processing ruok command from /127.0.0.1:50102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:49:47,898 INFO Processing ruok command from /127.0.0.1:50104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:49:57,889 INFO Processing ruok command from /127.0.0.1:50432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:49:57,894 INFO Processing ruok command from /127.0.0.1:50438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:50:07,897 INFO Processing ruok command from /127.0.0.1:50754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:50:07,901 INFO Processing ruok command from /127.0.0.1:50756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:50:17,895 INFO Processing ruok command from /127.0.0.1:51086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:50:17,895 INFO Processing ruok command from /127.0.0.1:51088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:50:27,902 INFO Processing ruok command from /127.0.0.1:51444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:50:27,903 INFO Processing ruok command from /127.0.0.1:51446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:50:37,893 INFO Processing ruok command from /127.0.0.1:51772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:50:37,896 INFO Processing ruok command from /127.0.0.1:51774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:50:40,846 INFO Committing global session 0x200003aee960012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 01:50:47,889 INFO Processing ruok command from /127.0.0.1:52134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:50:47,889 INFO Processing ruok command from /127.0.0.1:52136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:50:57,897 INFO Processing ruok command from /127.0.0.1:52462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:50:57,899 INFO Processing ruok command from /127.0.0.1:52464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:51:07,897 INFO Processing ruok command from /127.0.0.1:52816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:51:07,898 INFO Processing ruok command from /127.0.0.1:52818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:51:17,900 INFO Processing ruok command from /127.0.0.1:53142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:51:17,904 INFO Processing ruok command from /127.0.0.1:53144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:51:27,895 INFO Processing ruok command from /127.0.0.1:53502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:51:27,899 INFO Processing ruok command from /127.0.0.1:53504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:51:37,905 INFO Processing ruok command from /127.0.0.1:53846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:51:37,907 INFO Processing ruok command from /127.0.0.1:53848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:51:47,895 INFO Processing ruok command from /127.0.0.1:54196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:51:47,896 INFO Processing ruok command from /127.0.0.1:54198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:51:57,905 INFO Processing ruok command from /127.0.0.1:54534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:51:57,909 INFO Processing ruok command from /127.0.0.1:54536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:52:07,898 INFO Processing ruok command from /127.0.0.1:54884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:52:07,900 INFO Processing ruok command from /127.0.0.1:54886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:52:17,891 INFO Processing ruok command from /127.0.0.1:55208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:52:17,893 INFO Processing ruok command from /127.0.0.1:55210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:52:27,906 INFO Processing ruok command from /127.0.0.1:55576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:52:27,906 INFO Processing ruok command from /127.0.0.1:55574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:52:37,891 INFO Processing ruok command from /127.0.0.1:55892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:52:37,891 INFO Processing ruok command from /127.0.0.1:55894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:52:40,773 INFO Committing global session 0x100003b9076000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 01:52:47,892 INFO Processing ruok command from /127.0.0.1:56262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:52:47,892 INFO Processing ruok command from /127.0.0.1:56264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:52:57,898 INFO Processing ruok command from /127.0.0.1:56596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:52:57,898 INFO Processing ruok command from /127.0.0.1:56598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:53:07,885 INFO Processing ruok command from /127.0.0.1:56944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:53:07,890 INFO Processing ruok command from /127.0.0.1:56948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:53:17,895 INFO Processing ruok command from /127.0.0.1:57272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:53:17,900 INFO Processing ruok command from /127.0.0.1:57274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:53:27,892 INFO Processing ruok command from /127.0.0.1:57638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:53:27,892 INFO Processing ruok command from /127.0.0.1:57636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:53:37,884 INFO Processing ruok command from /127.0.0.1:57958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:53:37,888 INFO Processing ruok command from /127.0.0.1:57962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:53:47,892 INFO Processing ruok command from /127.0.0.1:58324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:53:47,895 INFO Processing ruok command from /127.0.0.1:58326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:53:57,890 INFO Processing ruok command from /127.0.0.1:58656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:53:57,891 INFO Processing ruok command from /127.0.0.1:58658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:54:07,890 INFO Processing ruok command from /127.0.0.1:59014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:54:07,892 INFO Processing ruok command from /127.0.0.1:59016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:54:17,889 INFO Processing ruok command from /127.0.0.1:59332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:54:17,898 INFO Processing ruok command from /127.0.0.1:59334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:54:27,912 INFO Processing ruok command from /127.0.0.1:59676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:54:27,921 INFO Processing ruok command from /127.0.0.1:59678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:54:37,903 INFO Processing ruok command from /127.0.0.1:60020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:54:37,908 INFO Processing ruok command from /127.0.0.1:60022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:54:40,761 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-15]
2023-12-19 01:54:40,770 INFO Committing global session 0x300003bf570000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 01:54:41,663 INFO Submitting global closeSession request for session 0x300003bf570000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-12-19 01:54:47,891 INFO Processing ruok command from /127.0.0.1:60330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:54:47,894 INFO Processing ruok command from /127.0.0.1:60332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:54:57,917 INFO Processing ruok command from /127.0.0.1:60742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:54:57,917 INFO Processing ruok command from /127.0.0.1:60740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:55:07,900 INFO Processing ruok command from /127.0.0.1:32814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:55:07,901 INFO Processing ruok command from /127.0.0.1:32816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:55:17,901 INFO Processing ruok command from /127.0.0.1:33226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:55:17,901 INFO Processing ruok command from /127.0.0.1:33224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:55:27,915 INFO Processing ruok command from /127.0.0.1:33536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:55:27,916 INFO Processing ruok command from /127.0.0.1:33538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:55:37,888 INFO Processing ruok command from /127.0.0.1:33918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:55:37,889 INFO Processing ruok command from /127.0.0.1:33920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:55:47,888 INFO Processing ruok command from /127.0.0.1:34224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:55:47,891 INFO Processing ruok command from /127.0.0.1:34228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:55:57,902 INFO Processing ruok command from /127.0.0.1:34632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:55:57,904 INFO Processing ruok command from /127.0.0.1:34634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:56:07,890 INFO Processing ruok command from /127.0.0.1:34944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:56:07,890 INFO Processing ruok command from /127.0.0.1:34942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:56:17,890 INFO Processing ruok command from /127.0.0.1:35330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:56:17,890 INFO Processing ruok command from /127.0.0.1:35332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:56:27,898 INFO Processing ruok command from /127.0.0.1:35650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:56:27,902 INFO Processing ruok command from /127.0.0.1:35652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:56:37,896 INFO Processing ruok command from /127.0.0.1:36040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:56:37,897 INFO Processing ruok command from /127.0.0.1:36042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:56:41,034 INFO Committing global session 0x200003aee960013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 01:56:47,907 INFO Processing ruok command from /127.0.0.1:36344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:56:47,908 INFO Processing ruok command from /127.0.0.1:36346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:56:57,892 INFO Processing ruok command from /127.0.0.1:36746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:56:57,898 INFO Processing ruok command from /127.0.0.1:36748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:57:07,887 INFO Processing ruok command from /127.0.0.1:37060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:57:07,887 INFO Processing ruok command from /127.0.0.1:37058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:57:17,892 INFO Processing ruok command from /127.0.0.1:37452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:57:17,897 INFO Processing ruok command from /127.0.0.1:37454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:57:27,890 INFO Processing ruok command from /127.0.0.1:37774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:57:27,896 INFO Processing ruok command from /127.0.0.1:37776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:57:37,902 INFO Processing ruok command from /127.0.0.1:38156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:57:37,904 INFO Processing ruok command from /127.0.0.1:38158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:57:47,903 INFO Processing ruok command from /127.0.0.1:38462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:57:47,906 INFO Processing ruok command from /127.0.0.1:38464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:57:57,919 INFO Processing ruok command from /127.0.0.1:38856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:57:57,919 INFO Processing ruok command from /127.0.0.1:38858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:58:07,904 INFO Processing ruok command from /127.0.0.1:39168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:58:07,904 INFO Processing ruok command from /127.0.0.1:39170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:58:17,891 INFO Processing ruok command from /127.0.0.1:39568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:58:17,891 INFO Processing ruok command from /127.0.0.1:39570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:58:27,903 INFO Processing ruok command from /127.0.0.1:39878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:58:27,907 INFO Processing ruok command from /127.0.0.1:39880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:58:37,905 INFO Processing ruok command from /127.0.0.1:40270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:58:37,910 INFO Processing ruok command from /127.0.0.1:40272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 01:58:40,638 INFO Committing global session 0x100003b9076000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 01:58:47,893 INFO Processing ruok command from /127.0.0.1:40574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 01:58:47,899 INFO Processing ruok command from /127.0.0.1:40576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 01:58:57,891 INFO Processing ruok command from /127.0.0.1:40966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 01:58:57,893 INFO Processing ruok command from /127.0.0.1:40968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 01:59:07,900 INFO Processing ruok command from /127.0.0.1:41270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 01:59:07,904 INFO Processing ruok command from /127.0.0.1:41272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 01:59:17,900 INFO Processing ruok command from /127.0.0.1:41662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 01:59:17,905 INFO Processing ruok command from /127.0.0.1:41664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 01:59:27,894 INFO Processing ruok command from /127.0.0.1:41980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 01:59:27,901 INFO Processing ruok command from /127.0.0.1:41982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 01:59:37,898 INFO Processing ruok command from /127.0.0.1:42358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 01:59:37,898 INFO Processing ruok command from /127.0.0.1:42360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 01:59:47,894 INFO Processing ruok command from /127.0.0.1:42660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 01:59:47,894 INFO Processing ruok command from /127.0.0.1:42662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 01:59:57,916 INFO Processing ruok command from /127.0.0.1:43030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 01:59:57,917 INFO Processing ruok command from /127.0.0.1:43032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:00:07,898 INFO Processing ruok command from /127.0.0.1:43330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:00:07,898 INFO Processing ruok command from /127.0.0.1:43332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:00:17,899 INFO Processing ruok command from /127.0.0.1:43684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:00:17,906 INFO Processing ruok command from /127.0.0.1:43686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:00:27,896 INFO Processing ruok command from /127.0.0.1:43992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:00:27,897 INFO Processing ruok command from /127.0.0.1:43994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:00:37,900 INFO Processing ruok command from /127.0.0.1:44324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:00:37,901 INFO Processing ruok command from /127.0.0.1:44326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:00:40,807 INFO Committing global session 0x200003aee960014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 02:00:47,897 INFO Processing ruok command from /127.0.0.1:44636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:00:47,898 INFO Processing ruok command from /127.0.0.1:44638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:00:57,917 INFO Processing ruok command from /127.0.0.1:44982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:00:57,918 INFO Processing ruok command from /127.0.0.1:44984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:01:07,899 INFO Processing ruok command from /127.0.0.1:45290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:01:07,900 INFO Processing ruok command from /127.0.0.1:45292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:01:17,900 INFO Processing ruok command from /127.0.0.1:45624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:01:17,902 INFO Processing ruok command from /127.0.0.1:45626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:01:27,890 INFO Processing ruok command from /127.0.0.1:45956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:01:27,894 INFO Processing ruok command from /127.0.0.1:45958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:01:37,887 INFO Processing ruok command from /127.0.0.1:46300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:01:37,891 INFO Processing ruok command from /127.0.0.1:46304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:01:47,889 INFO Processing ruok command from /127.0.0.1:46608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:01:47,889 INFO Processing ruok command from /127.0.0.1:46606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:01:57,914 INFO Processing ruok command from /127.0.0.1:46944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:01:57,925 INFO Processing ruok command from /127.0.0.1:46948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:02:07,892 INFO Processing ruok command from /127.0.0.1:47256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:02:07,898 INFO Processing ruok command from /127.0.0.1:47258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:02:17,893 INFO Processing ruok command from /127.0.0.1:47578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:02:17,894 INFO Processing ruok command from /127.0.0.1:47580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:02:27,903 INFO Processing ruok command from /127.0.0.1:47926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:02:27,905 INFO Processing ruok command from /127.0.0.1:47928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:02:37,892 INFO Processing ruok command from /127.0.0.1:48240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:02:37,896 INFO Processing ruok command from /127.0.0.1:48242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:02:40,677 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-16]
2023-12-19 02:02:40,686 INFO Committing global session 0x300003bf570000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 02:02:41,594 INFO Submitting global closeSession request for session 0x300003bf570000f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-12-19 02:02:47,896 INFO Processing ruok command from /127.0.0.1:48566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:02:47,897 INFO Processing ruok command from /127.0.0.1:48568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:02:57,896 INFO Processing ruok command from /127.0.0.1:48896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:02:57,896 INFO Processing ruok command from /127.0.0.1:48898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:03:07,912 INFO Processing ruok command from /127.0.0.1:49214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:03:07,913 INFO Processing ruok command from /127.0.0.1:49216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:03:17,891 INFO Processing ruok command from /127.0.0.1:49540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:03:17,893 INFO Processing ruok command from /127.0.0.1:49542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:03:27,911 INFO Processing ruok command from /127.0.0.1:49868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:03:27,918 INFO Processing ruok command from /127.0.0.1:49870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:03:37,890 INFO Processing ruok command from /127.0.0.1:50202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:03:37,893 INFO Processing ruok command from /127.0.0.1:50204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:03:47,895 INFO Processing ruok command from /127.0.0.1:50530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:03:47,899 INFO Processing ruok command from /127.0.0.1:50532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:03:57,893 INFO Processing ruok command from /127.0.0.1:50858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:03:57,897 INFO Processing ruok command from /127.0.0.1:50860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:04:07,890 INFO Processing ruok command from /127.0.0.1:51184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:04:07,899 INFO Processing ruok command from /127.0.0.1:51186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:04:17,896 INFO Processing ruok command from /127.0.0.1:51508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:04:17,901 INFO Processing ruok command from /127.0.0.1:51510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:04:27,912 INFO Processing ruok command from /127.0.0.1:51838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:04:27,926 INFO Processing ruok command from /127.0.0.1:51842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:04:37,939 INFO Processing ruok command from /127.0.0.1:52180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:04:37,941 INFO Processing ruok command from /127.0.0.1:52182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:04:40,558 INFO Committing global session 0x100003b9076000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 02:04:47,900 INFO Processing ruok command from /127.0.0.1:52496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:04:47,907 INFO Processing ruok command from /127.0.0.1:52498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:04:57,898 INFO Processing ruok command from /127.0.0.1:52836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:04:57,899 INFO Processing ruok command from /127.0.0.1:52838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:05:07,901 INFO Processing ruok command from /127.0.0.1:53154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:05:07,901 INFO Processing ruok command from /127.0.0.1:53152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:05:17,897 INFO Processing ruok command from /127.0.0.1:53472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:05:17,901 INFO Processing ruok command from /127.0.0.1:53474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:05:27,899 INFO Processing ruok command from /127.0.0.1:53806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:05:27,906 INFO Processing ruok command from /127.0.0.1:53808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:05:37,896 INFO Processing ruok command from /127.0.0.1:54128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:05:37,902 INFO Processing ruok command from /127.0.0.1:54130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:05:47,894 INFO Processing ruok command from /127.0.0.1:54470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:05:47,898 INFO Processing ruok command from /127.0.0.1:54472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:05:57,894 INFO Processing ruok command from /127.0.0.1:54802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:05:57,903 INFO Processing ruok command from /127.0.0.1:54804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:06:07,905 INFO Processing ruok command from /127.0.0.1:55118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:06:07,905 INFO Processing ruok command from /127.0.0.1:55120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:06:17,911 INFO Processing ruok command from /127.0.0.1:55446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:06:17,915 INFO Processing ruok command from /127.0.0.1:55448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:06:27,901 INFO Processing ruok command from /127.0.0.1:55786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:06:27,901 INFO Processing ruok command from /127.0.0.1:55784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:06:37,900 INFO Processing ruok command from /127.0.0.1:56120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:06:37,900 INFO Processing ruok command from /127.0.0.1:56122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:06:40,706 INFO Committing global session 0x100003b90760010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 02:06:47,906 INFO Processing ruok command from /127.0.0.1:56452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:06:47,912 INFO Processing ruok command from /127.0.0.1:56454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:06:57,907 INFO Processing ruok command from /127.0.0.1:56784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:06:57,908 INFO Processing ruok command from /127.0.0.1:56786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:07:07,892 INFO Processing ruok command from /127.0.0.1:57112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:07:07,893 INFO Processing ruok command from /127.0.0.1:57114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:07:17,909 INFO Processing ruok command from /127.0.0.1:57438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:07:17,910 INFO Processing ruok command from /127.0.0.1:57436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:07:27,896 INFO Processing ruok command from /127.0.0.1:57770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:07:27,898 INFO Processing ruok command from /127.0.0.1:57772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:07:37,900 INFO Processing ruok command from /127.0.0.1:58088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:07:37,902 INFO Processing ruok command from /127.0.0.1:58090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:07:47,900 INFO Processing ruok command from /127.0.0.1:58412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:07:47,900 INFO Processing ruok command from /127.0.0.1:58410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:07:57,897 INFO Processing ruok command from /127.0.0.1:58760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:07:57,898 INFO Processing ruok command from /127.0.0.1:58762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:08:07,918 INFO Processing ruok command from /127.0.0.1:59076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:08:07,919 INFO Processing ruok command from /127.0.0.1:59078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:08:17,896 INFO Processing ruok command from /127.0.0.1:59408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:08:17,898 INFO Processing ruok command from /127.0.0.1:59410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:08:27,904 INFO Processing ruok command from /127.0.0.1:59738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:08:27,906 INFO Processing ruok command from /127.0.0.1:59740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:08:37,898 INFO Processing ruok command from /127.0.0.1:60060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:08:37,900 INFO Processing ruok command from /127.0.0.1:60062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:08:40,859 INFO Committing global session 0x100003b90760011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 02:08:47,917 INFO Processing ruok command from /127.0.0.1:60386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:08:47,917 INFO Processing ruok command from /127.0.0.1:60388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:08:57,900 INFO Processing ruok command from /127.0.0.1:60730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:08:57,905 INFO Processing ruok command from /127.0.0.1:60732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:09:07,899 INFO Processing ruok command from /127.0.0.1:32832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:09:07,900 INFO Processing ruok command from /127.0.0.1:32834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:09:17,899 INFO Processing ruok command from /127.0.0.1:33148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:09:17,903 INFO Processing ruok command from /127.0.0.1:33150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:09:27,893 INFO Processing ruok command from /127.0.0.1:33474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:09:27,894 INFO Processing ruok command from /127.0.0.1:33476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:09:37,885 INFO Processing ruok command from /127.0.0.1:33800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:09:37,886 INFO Processing ruok command from /127.0.0.1:33802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:09:47,897 INFO Processing ruok command from /127.0.0.1:34122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:09:47,897 INFO Processing ruok command from /127.0.0.1:34120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:09:57,901 INFO Processing ruok command from /127.0.0.1:34458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:09:57,906 INFO Processing ruok command from /127.0.0.1:34460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:10:07,901 INFO Processing ruok command from /127.0.0.1:34790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:10:07,907 INFO Processing ruok command from /127.0.0.1:34792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:10:17,900 INFO Processing ruok command from /127.0.0.1:35114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:10:17,901 INFO Processing ruok command from /127.0.0.1:35116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:10:27,899 INFO Processing ruok command from /127.0.0.1:35452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:10:27,905 INFO Processing ruok command from /127.0.0.1:35454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:10:37,897 INFO Processing ruok command from /127.0.0.1:35776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:10:37,898 INFO Processing ruok command from /127.0.0.1:35778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:10:40,732 INFO Committing global session 0x100003b90760012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 02:10:47,902 INFO Processing ruok command from /127.0.0.1:36100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:10:47,905 INFO Processing ruok command from /127.0.0.1:36102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:10:57,908 INFO Processing ruok command from /127.0.0.1:36432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:10:57,914 INFO Processing ruok command from /127.0.0.1:36434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:11:07,901 INFO Processing ruok command from /127.0.0.1:36752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:11:07,901 INFO Processing ruok command from /127.0.0.1:36754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:11:17,897 INFO Processing ruok command from /127.0.0.1:37088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:11:17,899 INFO Processing ruok command from /127.0.0.1:37090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:11:27,890 INFO Processing ruok command from /127.0.0.1:37414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:11:27,896 INFO Processing ruok command from /127.0.0.1:37416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:11:37,899 INFO Processing ruok command from /127.0.0.1:37764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:11:37,907 INFO Processing ruok command from /127.0.0.1:37766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:11:47,896 INFO Processing ruok command from /127.0.0.1:38068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:11:47,898 INFO Processing ruok command from /127.0.0.1:38070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:11:57,904 INFO Processing ruok command from /127.0.0.1:38416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:11:57,907 INFO Processing ruok command from /127.0.0.1:38418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:12:07,894 INFO Processing ruok command from /127.0.0.1:38726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:12:07,898 INFO Processing ruok command from /127.0.0.1:38728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:12:17,905 INFO Processing ruok command from /127.0.0.1:39076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:12:17,906 INFO Processing ruok command from /127.0.0.1:39074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:12:27,897 INFO Processing ruok command from /127.0.0.1:39394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:12:27,897 INFO Processing ruok command from /127.0.0.1:39396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:12:37,895 INFO Processing ruok command from /127.0.0.1:39730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:12:37,897 INFO Processing ruok command from /127.0.0.1:39732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:12:40,850 INFO Committing global session 0x100003b90760013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 02:12:47,895 INFO Processing ruok command from /127.0.0.1:40032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:12:47,896 INFO Processing ruok command from /127.0.0.1:40034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:12:57,894 INFO Processing ruok command from /127.0.0.1:40386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:12:57,901 INFO Processing ruok command from /127.0.0.1:40388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:13:07,894 INFO Processing ruok command from /127.0.0.1:40690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:13:07,899 INFO Processing ruok command from /127.0.0.1:40692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:13:17,885 INFO Processing ruok command from /127.0.0.1:41044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:13:17,886 INFO Processing ruok command from /127.0.0.1:41046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:13:27,904 INFO Processing ruok command from /127.0.0.1:41356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:13:27,904 INFO Processing ruok command from /127.0.0.1:41358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:13:37,885 INFO Processing ruok command from /127.0.0.1:41686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:13:37,890 INFO Processing ruok command from /127.0.0.1:41692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:13:47,901 INFO Processing ruok command from /127.0.0.1:42002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:13:47,907 INFO Processing ruok command from /127.0.0.1:42004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:13:57,899 INFO Processing ruok command from /127.0.0.1:42352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:13:57,900 INFO Processing ruok command from /127.0.0.1:42354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:14:07,903 INFO Processing ruok command from /127.0.0.1:42660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:14:07,903 INFO Processing ruok command from /127.0.0.1:42662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:14:17,910 INFO Processing ruok command from /127.0.0.1:42994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:14:17,911 INFO Processing ruok command from /127.0.0.1:42996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:14:27,898 INFO Processing ruok command from /127.0.0.1:43318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:14:27,900 INFO Processing ruok command from /127.0.0.1:43320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:14:37,898 INFO Processing ruok command from /127.0.0.1:43666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:14:37,898 INFO Processing ruok command from /127.0.0.1:43668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:14:40,695 INFO Committing global session 0x100003b90760014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 02:14:47,898 INFO Processing ruok command from /127.0.0.1:43966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:14:47,904 INFO Processing ruok command from /127.0.0.1:43968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:14:57,904 INFO Processing ruok command from /127.0.0.1:44322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:14:57,906 INFO Processing ruok command from /127.0.0.1:44324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:15:07,896 INFO Processing ruok command from /127.0.0.1:44624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:15:07,896 INFO Processing ruok command from /127.0.0.1:44626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:15:17,894 INFO Processing ruok command from /127.0.0.1:44962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:15:17,906 INFO Processing ruok command from /127.0.0.1:44964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:15:27,901 INFO Processing ruok command from /127.0.0.1:45290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:15:27,902 INFO Processing ruok command from /127.0.0.1:45292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:15:37,901 INFO Processing ruok command from /127.0.0.1:45628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:15:37,902 INFO Processing ruok command from /127.0.0.1:45630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:15:47,908 INFO Processing ruok command from /127.0.0.1:45940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:15:47,908 INFO Processing ruok command from /127.0.0.1:45942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:15:57,896 INFO Processing ruok command from /127.0.0.1:46284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:15:57,898 INFO Processing ruok command from /127.0.0.1:46286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:16:07,889 INFO Processing ruok command from /127.0.0.1:46590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:16:07,891 INFO Processing ruok command from /127.0.0.1:46592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:16:17,894 INFO Processing ruok command from /127.0.0.1:46934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:16:17,895 INFO Processing ruok command from /127.0.0.1:46936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:16:27,900 INFO Processing ruok command from /127.0.0.1:47266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:16:27,902 INFO Processing ruok command from /127.0.0.1:47268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:16:37,899 INFO Processing ruok command from /127.0.0.1:47628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:16:37,901 INFO Processing ruok command from /127.0.0.1:47630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:16:40,769 INFO Committing global session 0x200003aee960015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 02:16:47,905 INFO Processing ruok command from /127.0.0.1:47948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:16:47,910 INFO Processing ruok command from /127.0.0.1:47950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:16:57,906 INFO Processing ruok command from /127.0.0.1:48294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:16:57,918 INFO Processing ruok command from /127.0.0.1:48296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:17:07,908 INFO Processing ruok command from /127.0.0.1:48620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:17:07,908 INFO Processing ruok command from /127.0.0.1:48622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:17:17,886 INFO Processing ruok command from /127.0.0.1:48980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:17:17,889 INFO Processing ruok command from /127.0.0.1:48982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:17:27,921 INFO Processing ruok command from /127.0.0.1:49312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:17:27,921 INFO Processing ruok command from /127.0.0.1:49310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:17:37,901 INFO Processing ruok command from /127.0.0.1:49662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:17:37,902 INFO Processing ruok command from /127.0.0.1:49664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:17:47,912 INFO Processing ruok command from /127.0.0.1:49962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:17:47,913 INFO Processing ruok command from /127.0.0.1:49964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:17:57,894 INFO Processing ruok command from /127.0.0.1:50306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:17:57,896 INFO Processing ruok command from /127.0.0.1:50308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:18:07,898 INFO Processing ruok command from /127.0.0.1:50620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:18:07,899 INFO Processing ruok command from /127.0.0.1:50622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:18:17,890 INFO Processing ruok command from /127.0.0.1:50950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:18:17,890 INFO Processing ruok command from /127.0.0.1:50952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:18:27,896 INFO Processing ruok command from /127.0.0.1:51272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:18:27,896 INFO Processing ruok command from /127.0.0.1:51274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:18:37,896 INFO Processing ruok command from /127.0.0.1:51604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:18:37,899 INFO Processing ruok command from /127.0.0.1:51606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:18:40,812 INFO Committing global session 0x200003aee960016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 02:18:47,888 INFO Processing ruok command from /127.0.0.1:51942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:18:47,890 INFO Processing ruok command from /127.0.0.1:51944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:18:57,918 INFO Processing ruok command from /127.0.0.1:52274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:18:57,919 INFO Processing ruok command from /127.0.0.1:52276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:19:07,900 INFO Processing ruok command from /127.0.0.1:52598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:19:07,901 INFO Processing ruok command from /127.0.0.1:52600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:19:17,890 INFO Processing ruok command from /127.0.0.1:52912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:19:17,890 INFO Processing ruok command from /127.0.0.1:52910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:19:27,912 INFO Processing ruok command from /127.0.0.1:53248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:19:27,912 INFO Processing ruok command from /127.0.0.1:53250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:19:37,906 INFO Processing ruok command from /127.0.0.1:53562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:19:37,909 INFO Processing ruok command from /127.0.0.1:53564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:19:47,899 INFO Processing ruok command from /127.0.0.1:53910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:19:47,899 INFO Processing ruok command from /127.0.0.1:53912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:19:57,896 INFO Processing ruok command from /127.0.0.1:54230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:19:57,897 INFO Processing ruok command from /127.0.0.1:54232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:20:07,892 INFO Processing ruok command from /127.0.0.1:54568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:20:07,892 INFO Processing ruok command from /127.0.0.1:54566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:20:17,900 INFO Processing ruok command from /127.0.0.1:54866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:20:17,901 INFO Processing ruok command from /127.0.0.1:54868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:20:27,912 INFO Processing ruok command from /127.0.0.1:55220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:20:27,915 INFO Processing ruok command from /127.0.0.1:55222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:20:37,903 INFO Processing ruok command from /127.0.0.1:55522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:20:37,903 INFO Processing ruok command from /127.0.0.1:55524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:20:40,508 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2023-12-19 02:20:40,518 INFO Committing global session 0x300003bf5700010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 02:20:41,437 INFO Submitting global closeSession request for session 0x300003bf5700010 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-12-19 02:20:47,899 INFO Processing ruok command from /127.0.0.1:55884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:20:47,905 INFO Processing ruok command from /127.0.0.1:55886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:20:57,905 INFO Processing ruok command from /127.0.0.1:56216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:20:57,916 INFO Processing ruok command from /127.0.0.1:56218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:21:07,897 INFO Processing ruok command from /127.0.0.1:56566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:21:07,899 INFO Processing ruok command from /127.0.0.1:56568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:21:17,903 INFO Processing ruok command from /127.0.0.1:56874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:21:17,904 INFO Processing ruok command from /127.0.0.1:56876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:21:27,889 INFO Processing ruok command from /127.0.0.1:57236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:21:27,891 INFO Processing ruok command from /127.0.0.1:57238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:21:37,886 INFO Processing ruok command from /127.0.0.1:57538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:21:37,887 INFO Processing ruok command from /127.0.0.1:57540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:21:47,904 INFO Processing ruok command from /127.0.0.1:57902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:21:47,905 INFO Processing ruok command from /127.0.0.1:57904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:21:57,901 INFO Processing ruok command from /127.0.0.1:58222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:21:57,904 INFO Processing ruok command from /127.0.0.1:58224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:22:07,909 INFO Processing ruok command from /127.0.0.1:58578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:22:07,917 INFO Processing ruok command from /127.0.0.1:58580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:22:17,904 INFO Processing ruok command from /127.0.0.1:58892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:22:17,905 INFO Processing ruok command from /127.0.0.1:58894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:22:27,888 INFO Processing ruok command from /127.0.0.1:59250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:22:27,893 INFO Processing ruok command from /127.0.0.1:59254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:22:37,897 INFO Processing ruok command from /127.0.0.1:59570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:22:37,897 INFO Processing ruok command from /127.0.0.1:59572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:22:40,601 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2023-12-19 02:22:40,612 INFO Committing global session 0x300003bf5700011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 02:22:41,506 INFO Submitting global closeSession request for session 0x300003bf5700011 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-12-19 02:22:47,893 INFO Processing ruok command from /127.0.0.1:59908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:22:47,894 INFO Processing ruok command from /127.0.0.1:59910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:22:57,899 INFO Processing ruok command from /127.0.0.1:60230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:22:57,913 INFO Processing ruok command from /127.0.0.1:60232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:23:07,892 INFO Processing ruok command from /127.0.0.1:60578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:23:07,893 INFO Processing ruok command from /127.0.0.1:60580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:23:17,903 INFO Processing ruok command from /127.0.0.1:60880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:23:17,903 INFO Processing ruok command from /127.0.0.1:60878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:23:27,897 INFO Processing ruok command from /127.0.0.1:33000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:23:27,902 INFO Processing ruok command from /127.0.0.1:33002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:23:37,902 INFO Processing ruok command from /127.0.0.1:33304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:23:37,903 INFO Processing ruok command from /127.0.0.1:33306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:23:47,901 INFO Processing ruok command from /127.0.0.1:33654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:23:47,901 INFO Processing ruok command from /127.0.0.1:33652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:23:57,904 INFO Processing ruok command from /127.0.0.1:33970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:23:57,909 INFO Processing ruok command from /127.0.0.1:33972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:24:07,907 INFO Processing ruok command from /127.0.0.1:34324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:24:07,907 INFO Processing ruok command from /127.0.0.1:34326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:24:17,901 INFO Processing ruok command from /127.0.0.1:34636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:24:17,906 INFO Processing ruok command from /127.0.0.1:34638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:24:27,896 INFO Processing ruok command from /127.0.0.1:34986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:24:27,898 INFO Processing ruok command from /127.0.0.1:34988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:24:37,902 INFO Processing ruok command from /127.0.0.1:35304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:24:37,902 INFO Processing ruok command from /127.0.0.1:35302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:24:40,766 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-3]
2023-12-19 02:24:40,778 INFO Committing global session 0x300003bf5700012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 02:24:41,502 INFO Submitting global closeSession request for session 0x300003bf5700012 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-12-19 02:24:47,899 INFO Processing ruok command from /127.0.0.1:35654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:24:47,900 INFO Processing ruok command from /127.0.0.1:35656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:24:57,898 INFO Processing ruok command from /127.0.0.1:35984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:24:57,898 INFO Processing ruok command from /127.0.0.1:35986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:25:07,897 INFO Processing ruok command from /127.0.0.1:36338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:25:07,898 INFO Processing ruok command from /127.0.0.1:36340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:25:17,900 INFO Processing ruok command from /127.0.0.1:36658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:25:17,900 INFO Processing ruok command from /127.0.0.1:36660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:25:27,903 INFO Processing ruok command from /127.0.0.1:37018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:25:27,904 INFO Processing ruok command from /127.0.0.1:37020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:25:37,895 INFO Processing ruok command from /127.0.0.1:37322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:25:37,897 INFO Processing ruok command from /127.0.0.1:37324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:25:47,912 INFO Processing ruok command from /127.0.0.1:37670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:25:47,912 INFO Processing ruok command from /127.0.0.1:37668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:25:57,898 INFO Processing ruok command from /127.0.0.1:37988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:25:57,899 INFO Processing ruok command from /127.0.0.1:37990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:26:07,897 INFO Processing ruok command from /127.0.0.1:38334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:26:07,897 INFO Processing ruok command from /127.0.0.1:38336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:26:17,903 INFO Processing ruok command from /127.0.0.1:38654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:26:17,903 INFO Processing ruok command from /127.0.0.1:38656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:26:27,898 INFO Processing ruok command from /127.0.0.1:39030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:26:27,898 INFO Processing ruok command from /127.0.0.1:39032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:26:37,891 INFO Processing ruok command from /127.0.0.1:39342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:26:37,892 INFO Processing ruok command from /127.0.0.1:39344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:26:41,122 INFO Committing global session 0x200003aee960017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 02:26:47,894 INFO Processing ruok command from /127.0.0.1:39694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:26:47,896 INFO Processing ruok command from /127.0.0.1:39696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:26:57,894 INFO Processing ruok command from /127.0.0.1:40004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:26:57,903 INFO Processing ruok command from /127.0.0.1:40006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:27:07,893 INFO Processing ruok command from /127.0.0.1:40346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:27:07,901 INFO Processing ruok command from /127.0.0.1:40348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:27:17,908 INFO Processing ruok command from /127.0.0.1:40648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:27:17,909 INFO Processing ruok command from /127.0.0.1:40650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:27:27,890 INFO Processing ruok command from /127.0.0.1:41010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:27:27,899 INFO Processing ruok command from /127.0.0.1:41012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:27:37,893 INFO Processing ruok command from /127.0.0.1:41318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:27:37,903 INFO Processing ruok command from /127.0.0.1:41320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:27:47,916 INFO Processing ruok command from /127.0.0.1:41654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:27:47,921 INFO Processing ruok command from /127.0.0.1:41656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:27:57,910 INFO Processing ruok command from /127.0.0.1:41974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:27:57,911 INFO Processing ruok command from /127.0.0.1:41976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:28:07,902 INFO Processing ruok command from /127.0.0.1:42316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:28:07,908 INFO Processing ruok command from /127.0.0.1:42318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:28:17,907 INFO Processing ruok command from /127.0.0.1:42620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:28:17,920 INFO Processing ruok command from /127.0.0.1:42622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:28:27,916 INFO Processing ruok command from /127.0.0.1:42966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:28:27,918 INFO Processing ruok command from /127.0.0.1:42968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:28:37,886 INFO Processing ruok command from /127.0.0.1:43286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:28:37,893 INFO Processing ruok command from /127.0.0.1:43290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:28:40,703 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-4]
2023-12-19 02:28:40,712 INFO Committing global session 0x300003bf5700013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 02:28:41,627 INFO Submitting global closeSession request for session 0x300003bf5700013 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-12-19 02:28:47,893 INFO Processing ruok command from /127.0.0.1:43630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:28:47,894 INFO Processing ruok command from /127.0.0.1:43632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:28:57,905 INFO Processing ruok command from /127.0.0.1:43964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:28:57,913 INFO Processing ruok command from /127.0.0.1:43966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:29:07,886 INFO Processing ruok command from /127.0.0.1:44294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:29:07,886 INFO Processing ruok command from /127.0.0.1:44296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:29:17,905 INFO Processing ruok command from /127.0.0.1:44618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:29:17,907 INFO Processing ruok command from /127.0.0.1:44620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:29:27,880 INFO Processing ruok command from /127.0.0.1:44948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:29:27,892 INFO Processing ruok command from /127.0.0.1:44954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:29:37,890 INFO Processing ruok command from /127.0.0.1:45292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:29:37,892 INFO Processing ruok command from /127.0.0.1:45294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:29:47,888 INFO Processing ruok command from /127.0.0.1:45616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:29:47,893 INFO Processing ruok command from /127.0.0.1:45618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:29:57,897 INFO Processing ruok command from /127.0.0.1:45944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:29:57,900 INFO Processing ruok command from /127.0.0.1:45946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:30:07,892 INFO Processing ruok command from /127.0.0.1:46286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:30:07,898 INFO Processing ruok command from /127.0.0.1:46288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:30:17,904 INFO Processing ruok command from /127.0.0.1:46602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:30:17,906 INFO Processing ruok command from /127.0.0.1:46600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:30:27,895 INFO Processing ruok command from /127.0.0.1:46954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:30:27,896 INFO Processing ruok command from /127.0.0.1:46956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:30:37,898 INFO Processing ruok command from /127.0.0.1:47292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:30:37,900 INFO Processing ruok command from /127.0.0.1:47294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:30:40,763 INFO Committing global session 0x200003aee960018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 02:30:47,902 INFO Processing ruok command from /127.0.0.1:47616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:30:47,910 INFO Processing ruok command from /127.0.0.1:47618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:30:57,902 INFO Processing ruok command from /127.0.0.1:47948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:30:57,909 INFO Processing ruok command from /127.0.0.1:47950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:31:07,927 INFO Processing ruok command from /127.0.0.1:48276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:31:07,930 INFO Processing ruok command from /127.0.0.1:48278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:31:17,892 INFO Processing ruok command from /127.0.0.1:48598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:31:17,895 INFO Processing ruok command from /127.0.0.1:48600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:31:27,904 INFO Processing ruok command from /127.0.0.1:48934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:31:27,913 INFO Processing ruok command from /127.0.0.1:48936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:31:37,897 INFO Processing ruok command from /127.0.0.1:49264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:31:37,899 INFO Processing ruok command from /127.0.0.1:49266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:31:47,899 INFO Processing ruok command from /127.0.0.1:49608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:31:47,901 INFO Processing ruok command from /127.0.0.1:49610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:31:57,907 INFO Processing ruok command from /127.0.0.1:49936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:31:57,921 INFO Processing ruok command from /127.0.0.1:49938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:32:07,900 INFO Processing ruok command from /127.0.0.1:50268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:32:07,900 INFO Processing ruok command from /127.0.0.1:50270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:32:17,909 INFO Processing ruok command from /127.0.0.1:50584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:32:17,911 INFO Processing ruok command from /127.0.0.1:50586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:32:27,895 INFO Processing ruok command from /127.0.0.1:50916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:32:27,895 INFO Processing ruok command from /127.0.0.1:50918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:32:37,905 INFO Processing ruok command from /127.0.0.1:51240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:32:37,906 INFO Processing ruok command from /127.0.0.1:51242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:32:40,815 INFO Committing global session 0x100003b90760015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 02:32:47,901 INFO Processing ruok command from /127.0.0.1:51572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:32:47,903 INFO Processing ruok command from /127.0.0.1:51574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:32:57,887 INFO Processing ruok command from /127.0.0.1:51904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:32:57,888 INFO Processing ruok command from /127.0.0.1:51910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:33:07,893 INFO Processing ruok command from /127.0.0.1:52232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:33:07,893 INFO Processing ruok command from /127.0.0.1:52234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:33:17,894 INFO Processing ruok command from /127.0.0.1:52550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:33:17,895 INFO Processing ruok command from /127.0.0.1:52552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:33:27,909 INFO Processing ruok command from /127.0.0.1:52894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:33:27,912 INFO Processing ruok command from /127.0.0.1:52896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:33:37,916 INFO Processing ruok command from /127.0.0.1:53230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:33:37,916 INFO Processing ruok command from /127.0.0.1:53232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:33:47,891 INFO Processing ruok command from /127.0.0.1:53562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:33:47,892 INFO Processing ruok command from /127.0.0.1:53560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:33:57,891 INFO Processing ruok command from /127.0.0.1:53908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:33:57,895 INFO Processing ruok command from /127.0.0.1:53906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:34:07,898 INFO Processing ruok command from /127.0.0.1:54226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:34:07,900 INFO Processing ruok command from /127.0.0.1:54228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:34:17,895 INFO Processing ruok command from /127.0.0.1:54552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:34:17,904 INFO Processing ruok command from /127.0.0.1:54554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:34:20,488 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC/g1/c4 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:34:27,905 INFO Processing ruok command from /127.0.0.1:54884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:34:27,913 INFO Processing ruok command from /127.0.0.1:54886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:34:37,898 INFO Processing ruok command from /127.0.0.1:55210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:34:37,901 INFO Processing ruok command from /127.0.0.1:55212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:34:40,680 INFO Committing global session 0x100003b90760016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 02:34:47,903 INFO Processing ruok command from /127.0.0.1:55528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:34:47,903 INFO Processing ruok command from /127.0.0.1:55530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:34:57,888 INFO Processing ruok command from /127.0.0.1:55866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:34:57,893 INFO Processing ruok command from /127.0.0.1:55868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:35:07,889 INFO Processing ruok command from /127.0.0.1:56196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:35:07,891 INFO Processing ruok command from /127.0.0.1:56198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:35:17,892 INFO Processing ruok command from /127.0.0.1:56512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:35:17,892 INFO Processing ruok command from /127.0.0.1:56514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:35:20,487 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC/g1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:35:27,897 INFO Processing ruok command from /127.0.0.1:56852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:35:27,897 INFO Processing ruok command from /127.0.0.1:56850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:35:37,895 INFO Processing ruok command from /127.0.0.1:57210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:35:37,897 INFO Processing ruok command from /127.0.0.1:57212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:35:47,897 INFO Processing ruok command from /127.0.0.1:57528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:35:47,901 INFO Processing ruok command from /127.0.0.1:57530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:35:57,895 INFO Processing ruok command from /127.0.0.1:57862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:35:57,906 INFO Processing ruok command from /127.0.0.1:57864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:36:07,898 INFO Processing ruok command from /127.0.0.1:58200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:36:07,899 INFO Processing ruok command from /127.0.0.1:58202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:36:17,891 INFO Processing ruok command from /127.0.0.1:58528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:36:17,894 INFO Processing ruok command from /127.0.0.1:58530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:36:20,487 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1/NBIC1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:36:20,494 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:36:20,499 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:36:27,904 INFO Processing ruok command from /127.0.0.1:58862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:36:27,904 INFO Processing ruok command from /127.0.0.1:58860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:36:37,913 INFO Processing ruok command from /127.0.0.1:59180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:36:37,914 INFO Processing ruok command from /127.0.0.1:59182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:36:40,650 INFO Committing global session 0x100003b90760017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 02:36:47,896 INFO Processing ruok command from /127.0.0.1:59516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:36:47,897 INFO Processing ruok command from /127.0.0.1:59518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:36:57,902 INFO Processing ruok command from /127.0.0.1:59840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:36:57,907 INFO Processing ruok command from /127.0.0.1:59842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:37:07,902 INFO Processing ruok command from /127.0.0.1:60188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:37:07,903 INFO Processing ruok command from /127.0.0.1:60190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:37:17,898 INFO Processing ruok command from /127.0.0.1:60502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:37:17,903 INFO Processing ruok command from /127.0.0.1:60504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:37:20,487 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:37:20,494 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:37:27,889 INFO Processing ruok command from /127.0.0.1:60836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:37:27,889 INFO Processing ruok command from /127.0.0.1:60838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:37:37,887 INFO Processing ruok command from /127.0.0.1:32910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:37:37,889 INFO Processing ruok command from /127.0.0.1:32914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:37:47,893 INFO Processing ruok command from /127.0.0.1:33266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:37:47,895 INFO Processing ruok command from /127.0.0.1:33268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:37:57,900 INFO Processing ruok command from /127.0.0.1:33614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:37:57,903 INFO Processing ruok command from /127.0.0.1:33616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:38:07,917 INFO Processing ruok command from /127.0.0.1:33964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:38:07,918 INFO Processing ruok command from /127.0.0.1:33966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:38:17,892 INFO Processing ruok command from /127.0.0.1:34298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:38:17,901 INFO Processing ruok command from /127.0.0.1:34300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:38:20,487 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/sonhms-cg/sonhms-cid (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:38:20,494 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:38:20,499 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/homlesGroup7bb2be70-ca49-4da4-b333-0f0ed8469bd2/homles7bb2be70-ca49-4da4-b333-0f0ed8469bd2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:38:20,505 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:38:27,894 INFO Processing ruok command from /127.0.0.1:34652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:38:27,897 INFO Processing ruok command from /127.0.0.1:34654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:38:37,902 INFO Processing ruok command from /127.0.0.1:34950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:38:37,904 INFO Processing ruok command from /127.0.0.1:34952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:38:40,652 INFO Committing global session 0x100003b90760018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 02:38:47,893 INFO Processing ruok command from /127.0.0.1:35314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:38:47,894 INFO Processing ruok command from /127.0.0.1:35316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:38:57,895 INFO Processing ruok command from /127.0.0.1:35626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:38:57,902 INFO Processing ruok command from /127.0.0.1:35628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:39:07,895 INFO Processing ruok command from /127.0.0.1:35974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:39:07,900 INFO Processing ruok command from /127.0.0.1:35976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:39:17,887 INFO Processing ruok command from /127.0.0.1:36290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:39:17,887 INFO Processing ruok command from /127.0.0.1:36292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:39:20,487 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:39:20,493 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/homlesGroup7bb2be70-ca49-4da4-b333-0f0ed8469bd2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:39:20,499 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/sonhms-cg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:39:20,506 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:39:27,912 INFO Processing ruok command from /127.0.0.1:36642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:39:27,913 INFO Processing ruok command from /127.0.0.1:36644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:39:37,897 INFO Processing ruok command from /127.0.0.1:36942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:39:37,898 INFO Processing ruok command from /127.0.0.1:36944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:39:47,888 INFO Processing ruok command from /127.0.0.1:37288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:39:47,890 INFO Processing ruok command from /127.0.0.1:37290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:39:57,898 INFO Processing ruok command from /127.0.0.1:37624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:39:57,901 INFO Processing ruok command from /127.0.0.1:37626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:40:07,909 INFO Processing ruok command from /127.0.0.1:38022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:40:07,909 INFO Processing ruok command from /127.0.0.1:38020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:40:17,893 INFO Processing ruok command from /127.0.0.1:38324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:40:17,893 INFO Processing ruok command from /127.0.0.1:38326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:40:20,487 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:40:20,493 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:40:20,499 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:40:27,900 INFO Processing ruok command from /127.0.0.1:38712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:40:27,901 INFO Processing ruok command from /127.0.0.1:38714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:40:37,904 INFO Processing ruok command from /127.0.0.1:39018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:40:37,905 INFO Processing ruok command from /127.0.0.1:39020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:40:40,755 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-5]
2023-12-19 02:40:40,767 INFO Committing global session 0x300003bf5700014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 02:40:41,657 INFO Submitting global closeSession request for session 0x300003bf5700014 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-12-19 02:40:47,899 INFO Processing ruok command from /127.0.0.1:39356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:40:47,899 INFO Processing ruok command from /127.0.0.1:39358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:40:57,901 INFO Processing ruok command from /127.0.0.1:39676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:40:57,901 INFO Processing ruok command from /127.0.0.1:39678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:41:07,902 INFO Processing ruok command from /127.0.0.1:40016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:41:07,905 INFO Processing ruok command from /127.0.0.1:40018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:41:14,295 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2023-12-19 02:41:14,296 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2023-12-19 02:41:14,306 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2023-12-19 02:41:17,885 INFO Processing ruok command from /127.0.0.1:40308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:41:17,889 INFO Processing ruok command from /127.0.0.1:40314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:41:20,487 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:41:20,493 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:41:20,500 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:41:27,891 INFO Processing ruok command from /127.0.0.1:40686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:41:27,898 INFO Processing ruok command from /127.0.0.1:40688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:41:37,899 INFO Processing ruok command from /127.0.0.1:40990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:41:37,906 INFO Processing ruok command from /127.0.0.1:40992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:41:47,906 INFO Processing ruok command from /127.0.0.1:41334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:41:47,906 INFO Processing ruok command from /127.0.0.1:41336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:41:57,908 INFO Processing ruok command from /127.0.0.1:41644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:41:57,909 INFO Processing ruok command from /127.0.0.1:41646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:42:07,897 INFO Processing ruok command from /127.0.0.1:41992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:42:07,900 INFO Processing ruok command from /127.0.0.1:41994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:42:17,903 INFO Processing ruok command from /127.0.0.1:42338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:42:17,903 INFO Processing ruok command from /127.0.0.1:42340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:42:20,487 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:42:20,493 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:42:20,499 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:42:27,897 INFO Processing ruok command from /127.0.0.1:42684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:42:27,897 INFO Processing ruok command from /127.0.0.1:42682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:42:37,902 INFO Processing ruok command from /127.0.0.1:43018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:42:37,913 INFO Processing ruok command from /127.0.0.1:43020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:42:40,717 INFO Committing global session 0x200003aee960019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 02:42:47,901 INFO Processing ruok command from /127.0.0.1:43356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:42:47,901 INFO Processing ruok command from /127.0.0.1:43354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:42:57,901 INFO Processing ruok command from /127.0.0.1:43672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:42:57,902 INFO Processing ruok command from /127.0.0.1:43674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:43:07,898 INFO Processing ruok command from /127.0.0.1:44018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:43:07,899 INFO Processing ruok command from /127.0.0.1:44020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:43:17,903 INFO Processing ruok command from /127.0.0.1:44316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:43:17,908 INFO Processing ruok command from /127.0.0.1:44318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:43:20,487 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:43:20,493 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:43:20,499 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:43:27,904 INFO Processing ruok command from /127.0.0.1:44668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:43:27,905 INFO Processing ruok command from /127.0.0.1:44670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:43:37,899 INFO Processing ruok command from /127.0.0.1:44980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:43:37,899 INFO Processing ruok command from /127.0.0.1:44982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:43:47,894 INFO Processing ruok command from /127.0.0.1:45320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:43:47,896 INFO Processing ruok command from /127.0.0.1:45322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:43:57,899 INFO Processing ruok command from /127.0.0.1:45636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:43:57,900 INFO Processing ruok command from /127.0.0.1:45638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:44:07,903 INFO Processing ruok command from /127.0.0.1:45976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:44:07,907 INFO Processing ruok command from /127.0.0.1:45978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:44:17,901 INFO Processing ruok command from /127.0.0.1:46292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:44:17,901 INFO Processing ruok command from /127.0.0.1:46290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:44:20,487 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:44:20,493 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:44:20,499 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:44:27,892 INFO Processing ruok command from /127.0.0.1:46668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:44:27,896 INFO Processing ruok command from /127.0.0.1:46670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:44:37,909 INFO Processing ruok command from /127.0.0.1:46968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:44:37,909 INFO Processing ruok command from /127.0.0.1:46970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:44:40,684 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-6]
2023-12-19 02:44:40,695 INFO Committing global session 0x300003bf5700015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 02:44:41,580 INFO Submitting global closeSession request for session 0x300003bf5700015 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-12-19 02:44:47,891 INFO Processing ruok command from /127.0.0.1:47326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:44:47,894 INFO Processing ruok command from /127.0.0.1:47328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:44:57,902 INFO Processing ruok command from /127.0.0.1:47644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:44:57,905 INFO Processing ruok command from /127.0.0.1:47646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:45:07,895 INFO Processing ruok command from /127.0.0.1:47986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:45:07,895 INFO Processing ruok command from /127.0.0.1:47988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:45:17,896 INFO Processing ruok command from /127.0.0.1:48308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:45:17,898 INFO Processing ruok command from /127.0.0.1:48310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:45:20,488 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:45:20,494 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:45:20,500 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:45:27,922 INFO Processing ruok command from /127.0.0.1:48654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:45:27,923 INFO Processing ruok command from /127.0.0.1:48656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:45:37,897 INFO Processing ruok command from /127.0.0.1:48960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:45:37,904 INFO Processing ruok command from /127.0.0.1:48962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:45:47,895 INFO Processing ruok command from /127.0.0.1:49308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:45:47,897 INFO Processing ruok command from /127.0.0.1:49310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:45:57,889 INFO Processing ruok command from /127.0.0.1:49630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:45:57,892 INFO Processing ruok command from /127.0.0.1:49632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:46:07,895 INFO Processing ruok command from /127.0.0.1:49976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:46:07,895 INFO Processing ruok command from /127.0.0.1:49974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:46:17,901 INFO Processing ruok command from /127.0.0.1:50300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:46:17,906 INFO Processing ruok command from /127.0.0.1:50302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:46:20,487 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:46:20,494 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:46:20,499 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:46:27,902 INFO Processing ruok command from /127.0.0.1:50660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:46:27,903 INFO Processing ruok command from /127.0.0.1:50662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:46:37,889 INFO Processing ruok command from /127.0.0.1:51032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:46:37,890 INFO Processing ruok command from /127.0.0.1:51034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:46:40,683 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-7]
2023-12-19 02:46:40,693 INFO Committing global session 0x300003bf5700016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 02:46:41,604 INFO Submitting global closeSession request for session 0x300003bf5700016 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-12-19 02:46:47,898 INFO Processing ruok command from /127.0.0.1:51364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:46:47,900 INFO Processing ruok command from /127.0.0.1:51366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:46:57,892 INFO Processing ruok command from /127.0.0.1:51710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:46:57,892 INFO Processing ruok command from /127.0.0.1:51708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:47:07,903 INFO Processing ruok command from /127.0.0.1:52036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:47:07,906 INFO Processing ruok command from /127.0.0.1:52038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:47:17,898 INFO Processing ruok command from /127.0.0.1:52366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:47:17,906 INFO Processing ruok command from /127.0.0.1:52368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:47:20,488 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:47:20,494 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:47:20,499 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:47:27,901 INFO Processing ruok command from /127.0.0.1:52708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:47:27,908 INFO Processing ruok command from /127.0.0.1:52710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:47:37,905 INFO Processing ruok command from /127.0.0.1:53034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:47:37,905 INFO Processing ruok command from /127.0.0.1:53036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:47:47,906 INFO Processing ruok command from /127.0.0.1:53358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:47:47,910 INFO Processing ruok command from /127.0.0.1:53360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:47:57,898 INFO Processing ruok command from /127.0.0.1:53698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:47:57,899 INFO Processing ruok command from /127.0.0.1:53700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:48:07,889 INFO Processing ruok command from /127.0.0.1:54030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:48:07,893 INFO Processing ruok command from /127.0.0.1:54032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:48:17,899 INFO Processing ruok command from /127.0.0.1:54350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:48:17,906 INFO Processing ruok command from /127.0.0.1:54352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:48:20,488 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:48:20,493 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:48:20,499 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:48:27,896 INFO Processing ruok command from /127.0.0.1:54690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:48:27,897 INFO Processing ruok command from /127.0.0.1:54692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:48:37,900 INFO Processing ruok command from /127.0.0.1:55014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:48:37,900 INFO Processing ruok command from /127.0.0.1:55016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:48:40,468 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-8]
2023-12-19 02:48:40,482 INFO Committing global session 0x300003bf5700017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 02:48:41,369 INFO Submitting global closeSession request for session 0x300003bf5700017 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-12-19 02:48:47,900 INFO Processing ruok command from /127.0.0.1:55348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:48:47,901 INFO Processing ruok command from /127.0.0.1:55346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:48:57,897 INFO Processing ruok command from /127.0.0.1:55712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:48:57,900 INFO Processing ruok command from /127.0.0.1:55714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:49:07,910 INFO Processing ruok command from /127.0.0.1:56082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:49:07,917 INFO Processing ruok command from /127.0.0.1:56084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:49:17,906 INFO Processing ruok command from /127.0.0.1:56420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:49:17,911 INFO Processing ruok command from /127.0.0.1:56422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:49:20,487 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:49:20,493 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:49:20,500 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:49:20,506 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:49:20,512 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:49:27,930 INFO Processing ruok command from /127.0.0.1:56762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:49:27,930 INFO Processing ruok command from /127.0.0.1:56760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:49:37,901 INFO Processing ruok command from /127.0.0.1:57076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:49:37,903 INFO Processing ruok command from /127.0.0.1:57078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:49:47,895 INFO Processing ruok command from /127.0.0.1:57402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:49:47,896 INFO Processing ruok command from /127.0.0.1:57404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:49:57,909 INFO Processing ruok command from /127.0.0.1:57732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:49:57,910 INFO Processing ruok command from /127.0.0.1:57734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:50:07,892 INFO Processing ruok command from /127.0.0.1:58078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:50:07,893 INFO Processing ruok command from /127.0.0.1:58080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:50:17,902 INFO Processing ruok command from /127.0.0.1:58398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:50:17,902 INFO Processing ruok command from /127.0.0.1:58396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:50:20,487 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:50:20,494 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:50:20,499 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:50:20,505 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:50:20,511 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:50:27,900 INFO Processing ruok command from /127.0.0.1:58726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:50:27,900 INFO Processing ruok command from /127.0.0.1:58724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:50:37,896 INFO Processing ruok command from /127.0.0.1:59048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:50:37,897 INFO Processing ruok command from /127.0.0.1:59050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:50:40,715 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-9]
2023-12-19 02:50:40,729 INFO Committing global session 0x300003bf5700018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 02:50:41,636 INFO Submitting global closeSession request for session 0x300003bf5700018 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-12-19 02:50:47,903 INFO Processing ruok command from /127.0.0.1:59372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:50:47,921 INFO Processing ruok command from /127.0.0.1:59374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:50:57,886 INFO Processing ruok command from /127.0.0.1:59706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:50:57,903 INFO Processing ruok command from /127.0.0.1:59712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:51:07,906 INFO Processing ruok command from /127.0.0.1:60032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:51:07,906 INFO Processing ruok command from /127.0.0.1:60030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:51:17,886 INFO Processing ruok command from /127.0.0.1:60356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:51:17,888 INFO Processing ruok command from /127.0.0.1:60360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:51:20,488 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:51:20,493 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:51:20,499 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:51:20,505 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:51:20,512 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:51:27,905 INFO Processing ruok command from /127.0.0.1:60728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:51:27,906 INFO Processing ruok command from /127.0.0.1:60730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:51:37,925 INFO Processing ruok command from /127.0.0.1:32864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:51:37,926 INFO Processing ruok command from /127.0.0.1:32866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:51:47,908 INFO Processing ruok command from /127.0.0.1:33194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:51:47,916 INFO Processing ruok command from /127.0.0.1:33196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:51:57,922 INFO Processing ruok command from /127.0.0.1:33566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:51:57,932 INFO Processing ruok command from /127.0.0.1:33572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:52:07,902 INFO Processing ruok command from /127.0.0.1:33932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:52:07,904 INFO Processing ruok command from /127.0.0.1:33934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:52:17,900 INFO Processing ruok command from /127.0.0.1:34356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:52:17,901 INFO Processing ruok command from /127.0.0.1:34358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:52:20,487 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:52:20,495 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:52:27,894 INFO Processing ruok command from /127.0.0.1:34692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:52:27,894 INFO Processing ruok command from /127.0.0.1:34690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:52:37,898 INFO Processing ruok command from /127.0.0.1:35102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:52:37,899 INFO Processing ruok command from /127.0.0.1:35104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:52:40,783 INFO Committing global session 0x200003aee96001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 02:52:47,888 INFO Processing ruok command from /127.0.0.1:35436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:52:47,891 INFO Processing ruok command from /127.0.0.1:35438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:52:57,906 INFO Processing ruok command from /127.0.0.1:35850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:52:57,910 INFO Processing ruok command from /127.0.0.1:35852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:53:07,906 INFO Processing ruok command from /127.0.0.1:36200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:53:07,911 INFO Processing ruok command from /127.0.0.1:36202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:53:17,895 INFO Processing ruok command from /127.0.0.1:36614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:53:17,896 INFO Processing ruok command from /127.0.0.1:36616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:53:20,487 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:53:20,493 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:53:27,897 INFO Processing ruok command from /127.0.0.1:36998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:53:27,898 INFO Processing ruok command from /127.0.0.1:37000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:53:37,895 INFO Processing ruok command from /127.0.0.1:37396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:53:37,902 INFO Processing ruok command from /127.0.0.1:37398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:53:47,895 INFO Processing ruok command from /127.0.0.1:37726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:53:47,905 INFO Processing ruok command from /127.0.0.1:37728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:53:57,913 INFO Processing ruok command from /127.0.0.1:38154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:53:57,915 INFO Processing ruok command from /127.0.0.1:38156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:54:07,906 INFO Processing ruok command from /127.0.0.1:38484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:54:07,907 INFO Processing ruok command from /127.0.0.1:38486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:54:17,890 INFO Processing ruok command from /127.0.0.1:38860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:54:17,896 INFO Processing ruok command from /127.0.0.1:38862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:54:20,487 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:54:27,898 INFO Processing ruok command from /127.0.0.1:39250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:54:27,899 INFO Processing ruok command from /127.0.0.1:39252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:54:37,905 INFO Processing ruok command from /127.0.0.1:39566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:54:37,907 INFO Processing ruok command from /127.0.0.1:39568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:54:40,660 INFO Committing global session 0x200003aee96001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 02:54:47,888 INFO Processing ruok command from /127.0.0.1:39988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:54:47,893 INFO Processing ruok command from /127.0.0.1:39990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:54:57,895 INFO Processing ruok command from /127.0.0.1:40324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:54:57,900 INFO Processing ruok command from /127.0.0.1:40326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:55:07,891 INFO Processing ruok command from /127.0.0.1:40752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:55:07,891 INFO Processing ruok command from /127.0.0.1:40754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:55:17,909 INFO Processing ruok command from /127.0.0.1:41080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:55:17,909 INFO Processing ruok command from /127.0.0.1:41082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:55:20,487 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:55:27,902 INFO Processing ruok command from /127.0.0.1:41504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:55:27,908 INFO Processing ruok command from /127.0.0.1:41506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:55:37,901 INFO Processing ruok command from /127.0.0.1:41834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:55:37,905 INFO Processing ruok command from /127.0.0.1:41836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:55:47,904 INFO Processing ruok command from /127.0.0.1:42248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:55:47,911 INFO Processing ruok command from /127.0.0.1:42250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:55:57,895 INFO Processing ruok command from /127.0.0.1:42582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:55:57,900 INFO Processing ruok command from /127.0.0.1:42584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:56:07,897 INFO Processing ruok command from /127.0.0.1:42996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:56:07,903 INFO Processing ruok command from /127.0.0.1:42998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:56:17,885 INFO Processing ruok command from /127.0.0.1:43326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:56:17,886 INFO Processing ruok command from /127.0.0.1:43330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:56:27,899 INFO Processing ruok command from /127.0.0.1:43772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:56:27,904 INFO Processing ruok command from /127.0.0.1:43774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:56:37,891 INFO Processing ruok command from /127.0.0.1:44108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:56:37,899 INFO Processing ruok command from /127.0.0.1:44110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:56:40,509 INFO Committing global session 0x100003b90760019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 02:56:47,894 INFO Processing ruok command from /127.0.0.1:44526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:56:47,896 INFO Processing ruok command from /127.0.0.1:44528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:56:57,896 INFO Processing ruok command from /127.0.0.1:44858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:56:57,899 INFO Processing ruok command from /127.0.0.1:44860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:57:07,900 INFO Processing ruok command from /127.0.0.1:45258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:57:07,905 INFO Processing ruok command from /127.0.0.1:45260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:57:17,902 INFO Processing ruok command from /127.0.0.1:45618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:57:17,903 INFO Processing ruok command from /127.0.0.1:45620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:57:27,903 INFO Processing ruok command from /127.0.0.1:46042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:57:27,910 INFO Processing ruok command from /127.0.0.1:46044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:57:37,911 INFO Processing ruok command from /127.0.0.1:46384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:57:37,912 INFO Processing ruok command from /127.0.0.1:46386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:57:47,889 INFO Processing ruok command from /127.0.0.1:46846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:57:47,891 INFO Processing ruok command from /127.0.0.1:46848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:57:57,898 INFO Processing ruok command from /127.0.0.1:47192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:57:57,902 INFO Processing ruok command from /127.0.0.1:47194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:58:07,902 INFO Processing ruok command from /127.0.0.1:47604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:58:07,902 INFO Processing ruok command from /127.0.0.1:47602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:58:17,929 INFO Processing ruok command from /127.0.0.1:47938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:58:17,932 INFO Processing ruok command from /127.0.0.1:47940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:58:20,487 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/so-consumer/so-bpmn-infra-pnfready (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:58:27,907 INFO Processing ruok command from /127.0.0.1:48270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:58:27,915 INFO Processing ruok command from /127.0.0.1:48272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:58:37,896 INFO Processing ruok command from /127.0.0.1:48594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:58:37,899 INFO Processing ruok command from /127.0.0.1:48596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 02:58:40,438 INFO Committing global session 0x200003aee96001c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 02:58:47,903 INFO Processing ruok command from /127.0.0.1:48922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 02:58:47,904 INFO Processing ruok command from /127.0.0.1:48924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 02:58:57,909 INFO Processing ruok command from /127.0.0.1:49258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 02:58:57,909 INFO Processing ruok command from /127.0.0.1:49256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 02:59:07,901 INFO Processing ruok command from /127.0.0.1:49574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 02:59:07,902 INFO Processing ruok command from /127.0.0.1:49576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 02:59:17,903 INFO Processing ruok command from /127.0.0.1:49888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 02:59:17,905 INFO Processing ruok command from /127.0.0.1:49890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 02:59:20,488 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/so-consumer (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 02:59:27,889 INFO Processing ruok command from /127.0.0.1:50220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 02:59:27,890 INFO Processing ruok command from /127.0.0.1:50222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 02:59:37,902 INFO Processing ruok command from /127.0.0.1:50538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 02:59:37,903 INFO Processing ruok command from /127.0.0.1:50540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 02:59:47,891 INFO Processing ruok command from /127.0.0.1:50864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 02:59:47,892 INFO Processing ruok command from /127.0.0.1:50866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 02:59:57,906 INFO Processing ruok command from /127.0.0.1:51204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 02:59:57,909 INFO Processing ruok command from /127.0.0.1:51206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:00:07,901 INFO Processing ruok command from /127.0.0.1:51524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:00:07,904 INFO Processing ruok command from /127.0.0.1:51526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:00:17,905 INFO Processing ruok command from /127.0.0.1:51850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:00:17,908 INFO Processing ruok command from /127.0.0.1:51852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:00:20,488 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:00:27,895 INFO Processing ruok command from /127.0.0.1:52188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:00:27,910 INFO Processing ruok command from /127.0.0.1:52190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:00:37,894 INFO Processing ruok command from /127.0.0.1:52528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:00:37,904 INFO Processing ruok command from /127.0.0.1:52530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:00:40,560 INFO Committing global session 0x200003aee96001d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 03:00:47,899 INFO Processing ruok command from /127.0.0.1:52846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:00:47,899 INFO Processing ruok command from /127.0.0.1:52848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:00:57,912 INFO Processing ruok command from /127.0.0.1:53208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:00:57,931 INFO Processing ruok command from /127.0.0.1:53212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:01:07,880 INFO Processing ruok command from /127.0.0.1:53542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:01:07,885 INFO Processing ruok command from /127.0.0.1:53546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:01:17,883 INFO Processing ruok command from /127.0.0.1:53860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:01:17,888 INFO Processing ruok command from /127.0.0.1:53866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:01:20,487 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:01:27,891 INFO Processing ruok command from /127.0.0.1:54218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:01:27,893 INFO Processing ruok command from /127.0.0.1:54220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:01:37,889 INFO Processing ruok command from /127.0.0.1:54542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:01:37,895 INFO Processing ruok command from /127.0.0.1:54544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:01:47,904 INFO Processing ruok command from /127.0.0.1:54860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:01:47,904 INFO Processing ruok command from /127.0.0.1:54862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:01:57,900 INFO Processing ruok command from /127.0.0.1:55196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:01:57,909 INFO Processing ruok command from /127.0.0.1:55198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:02:07,905 INFO Processing ruok command from /127.0.0.1:55532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:02:07,906 INFO Processing ruok command from /127.0.0.1:55534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:02:17,893 INFO Processing ruok command from /127.0.0.1:55860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:02:17,899 INFO Processing ruok command from /127.0.0.1:55862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:02:20,488 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:02:27,888 INFO Processing ruok command from /127.0.0.1:56210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:02:27,888 INFO Processing ruok command from /127.0.0.1:56212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:02:37,898 INFO Processing ruok command from /127.0.0.1:56528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:02:37,900 INFO Processing ruok command from /127.0.0.1:56530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:02:40,532 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-10]
2023-12-19 03:02:40,540 INFO Committing global session 0x300003bf5700019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 03:02:41,443 INFO Submitting global closeSession request for session 0x300003bf5700019 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-12-19 03:02:47,915 INFO Processing ruok command from /127.0.0.1:56856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:02:47,916 INFO Processing ruok command from /127.0.0.1:56858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:02:57,899 INFO Processing ruok command from /127.0.0.1:57192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:02:57,905 INFO Processing ruok command from /127.0.0.1:57194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:03:07,896 INFO Processing ruok command from /127.0.0.1:57550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:03:07,900 INFO Processing ruok command from /127.0.0.1:57552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:03:17,901 INFO Processing ruok command from /127.0.0.1:57884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:03:17,901 INFO Processing ruok command from /127.0.0.1:57886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:03:20,487 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:03:27,889 INFO Processing ruok command from /127.0.0.1:58192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:03:27,889 INFO Processing ruok command from /127.0.0.1:58194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:03:37,904 INFO Processing ruok command from /127.0.0.1:58536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:03:37,904 INFO Processing ruok command from /127.0.0.1:58538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:03:47,900 INFO Processing ruok command from /127.0.0.1:58838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:03:47,906 INFO Processing ruok command from /127.0.0.1:58840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:03:57,894 INFO Processing ruok command from /127.0.0.1:59188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:03:57,895 INFO Processing ruok command from /127.0.0.1:59190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:04:07,889 INFO Processing ruok command from /127.0.0.1:59490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:04:07,895 INFO Processing ruok command from /127.0.0.1:59492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:04:17,915 INFO Processing ruok command from /127.0.0.1:59838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:04:17,936 INFO Processing ruok command from /127.0.0.1:59844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:04:20,488 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:04:27,917 INFO Processing ruok command from /127.0.0.1:60160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:04:27,922 INFO Processing ruok command from /127.0.0.1:60162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:04:37,894 INFO Processing ruok command from /127.0.0.1:60494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:04:37,899 INFO Processing ruok command from /127.0.0.1:60496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:04:40,562 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-11]
2023-12-19 03:04:40,571 INFO Committing global session 0x300003bf570001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 03:04:41,489 INFO Submitting global closeSession request for session 0x300003bf570001a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-12-19 03:04:47,890 INFO Processing ruok command from /127.0.0.1:60804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:04:47,894 INFO Processing ruok command from /127.0.0.1:60806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:04:57,912 INFO Processing ruok command from /127.0.0.1:32918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:04:57,915 INFO Processing ruok command from /127.0.0.1:32920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:05:07,898 INFO Processing ruok command from /127.0.0.1:33226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:05:07,900 INFO Processing ruok command from /127.0.0.1:33228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:05:17,900 INFO Processing ruok command from /127.0.0.1:33584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:05:17,900 INFO Processing ruok command from /127.0.0.1:33582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:05:20,487 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:05:27,910 INFO Processing ruok command from /127.0.0.1:33920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:05:27,910 INFO Processing ruok command from /127.0.0.1:33922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:05:37,910 INFO Processing ruok command from /127.0.0.1:34262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:05:37,910 INFO Processing ruok command from /127.0.0.1:34264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:05:47,892 INFO Processing ruok command from /127.0.0.1:34602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:05:47,896 INFO Processing ruok command from /127.0.0.1:34604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:05:57,902 INFO Processing ruok command from /127.0.0.1:35020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:05:57,906 INFO Processing ruok command from /127.0.0.1:35022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:06:07,903 INFO Processing ruok command from /127.0.0.1:35360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:06:07,904 INFO Processing ruok command from /127.0.0.1:35362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:06:17,904 INFO Processing ruok command from /127.0.0.1:35812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:06:17,905 INFO Processing ruok command from /127.0.0.1:35814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:06:20,488 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:06:20,493 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:06:20,499 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:06:20,505 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:06:20,512 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/kpi-cg/kpi-cid (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:06:27,901 INFO Processing ruok command from /127.0.0.1:36170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:06:27,909 INFO Processing ruok command from /127.0.0.1:36172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:06:37,898 INFO Processing ruok command from /127.0.0.1:36578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:06:37,899 INFO Processing ruok command from /127.0.0.1:36580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:06:40,707 INFO Committing global session 0x100003b9076001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 03:06:47,899 INFO Processing ruok command from /127.0.0.1:36892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:06:47,902 INFO Processing ruok command from /127.0.0.1:36894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:06:57,893 INFO Processing ruok command from /127.0.0.1:37320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:06:57,896 INFO Processing ruok command from /127.0.0.1:37322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:07:07,895 INFO Processing ruok command from /127.0.0.1:37638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:07:07,896 INFO Processing ruok command from /127.0.0.1:37640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:07:17,900 INFO Processing ruok command from /127.0.0.1:38088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:07:17,901 INFO Processing ruok command from /127.0.0.1:38090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:07:20,487 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/kpi-cg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:07:20,494 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:07:20,499 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:07:20,505 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:07:20,511 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:07:27,899 INFO Processing ruok command from /127.0.0.1:38426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:07:27,911 INFO Processing ruok command from /127.0.0.1:38428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:07:37,895 INFO Processing ruok command from /127.0.0.1:38894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:07:37,895 INFO Processing ruok command from /127.0.0.1:38896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:07:47,905 INFO Processing ruok command from /127.0.0.1:39240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:07:47,905 INFO Processing ruok command from /127.0.0.1:39242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:07:57,917 INFO Processing ruok command from /127.0.0.1:39662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:07:57,923 INFO Processing ruok command from /127.0.0.1:39664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:08:07,900 INFO Processing ruok command from /127.0.0.1:40006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:08:07,900 INFO Processing ruok command from /127.0.0.1:40008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:08:17,902 INFO Processing ruok command from /127.0.0.1:40414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:08:17,903 INFO Processing ruok command from /127.0.0.1:40416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:08:20,488 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:08:20,493 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:08:20,499 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:08:27,886 INFO Processing ruok command from /127.0.0.1:40736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:08:27,886 INFO Processing ruok command from /127.0.0.1:40732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:08:37,913 INFO Processing ruok command from /127.0.0.1:41166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:08:37,917 INFO Processing ruok command from /127.0.0.1:41168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:08:40,717 INFO Committing global session 0x200003aee96001e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 03:08:47,898 INFO Processing ruok command from /127.0.0.1:41480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:08:47,901 INFO Processing ruok command from /127.0.0.1:41482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:08:57,905 INFO Processing ruok command from /127.0.0.1:41910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:08:57,908 INFO Processing ruok command from /127.0.0.1:41912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:09:07,904 INFO Processing ruok command from /127.0.0.1:42228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:09:07,907 INFO Processing ruok command from /127.0.0.1:42230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:09:17,892 INFO Processing ruok command from /127.0.0.1:42632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:09:17,896 INFO Processing ruok command from /127.0.0.1:42634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:09:20,487 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:09:27,894 INFO Processing ruok command from /127.0.0.1:42982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:09:27,894 INFO Processing ruok command from /127.0.0.1:42984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:09:37,894 INFO Processing ruok command from /127.0.0.1:43430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:09:37,901 INFO Processing ruok command from /127.0.0.1:43432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:09:47,908 INFO Processing ruok command from /127.0.0.1:43750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:09:47,908 INFO Processing ruok command from /127.0.0.1:43752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:09:57,896 INFO Processing ruok command from /127.0.0.1:44182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:09:57,897 INFO Processing ruok command from /127.0.0.1:44184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:10:07,916 INFO Processing ruok command from /127.0.0.1:44496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:10:07,921 INFO Processing ruok command from /127.0.0.1:44498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:10:17,903 INFO Processing ruok command from /127.0.0.1:44878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:10:17,904 INFO Processing ruok command from /127.0.0.1:44880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:10:20,487 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:10:27,903 INFO Processing ruok command from /127.0.0.1:45256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:10:27,912 INFO Processing ruok command from /127.0.0.1:45258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:10:37,909 INFO Processing ruok command from /127.0.0.1:45592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:10:37,910 INFO Processing ruok command from /127.0.0.1:45594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:10:40,358 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-12]
2023-12-19 03:10:40,368 INFO Committing global session 0x300003bf570001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 03:10:41,282 INFO Submitting global closeSession request for session 0x300003bf570001b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-12-19 03:10:47,903 INFO Processing ruok command from /127.0.0.1:45996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:10:47,904 INFO Processing ruok command from /127.0.0.1:45998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:10:57,898 INFO Processing ruok command from /127.0.0.1:46332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:10:57,910 INFO Processing ruok command from /127.0.0.1:46334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:11:07,911 INFO Processing ruok command from /127.0.0.1:46774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:11:07,916 INFO Processing ruok command from /127.0.0.1:46776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:11:17,900 INFO Processing ruok command from /127.0.0.1:47108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:11:17,903 INFO Processing ruok command from /127.0.0.1:47110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:11:20,487 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:11:27,908 INFO Processing ruok command from /127.0.0.1:47534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:11:27,910 INFO Processing ruok command from /127.0.0.1:47536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:11:37,903 INFO Processing ruok command from /127.0.0.1:47860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:11:37,903 INFO Processing ruok command from /127.0.0.1:47862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:11:47,891 INFO Processing ruok command from /127.0.0.1:48250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:11:47,895 INFO Processing ruok command from /127.0.0.1:48252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:11:57,905 INFO Processing ruok command from /127.0.0.1:48590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:11:57,911 INFO Processing ruok command from /127.0.0.1:48592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:12:07,900 INFO Processing ruok command from /127.0.0.1:48982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:12:07,904 INFO Processing ruok command from /127.0.0.1:48984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:12:17,897 INFO Processing ruok command from /127.0.0.1:49328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:12:17,901 INFO Processing ruok command from /127.0.0.1:49330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:12:20,487 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/so-consumer/so-bpmn-infra-pnfready (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:12:27,903 INFO Processing ruok command from /127.0.0.1:49662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:12:27,904 INFO Processing ruok command from /127.0.0.1:49664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:12:37,898 INFO Processing ruok command from /127.0.0.1:49988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:12:37,902 INFO Processing ruok command from /127.0.0.1:49990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:12:40,629 INFO Committing global session 0x100003b9076001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 03:12:47,899 INFO Processing ruok command from /127.0.0.1:50336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:12:47,905 INFO Processing ruok command from /127.0.0.1:50338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:12:57,898 INFO Processing ruok command from /127.0.0.1:50686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:12:57,905 INFO Processing ruok command from /127.0.0.1:50688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:13:07,900 INFO Processing ruok command from /127.0.0.1:51024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:13:07,900 INFO Processing ruok command from /127.0.0.1:51026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:13:17,896 INFO Processing ruok command from /127.0.0.1:51354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:13:17,897 INFO Processing ruok command from /127.0.0.1:51356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:13:20,487 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/so-consumer (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:13:27,903 INFO Processing ruok command from /127.0.0.1:51686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:13:27,909 INFO Processing ruok command from /127.0.0.1:51688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:13:37,895 INFO Processing ruok command from /127.0.0.1:52016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:13:37,895 INFO Processing ruok command from /127.0.0.1:52018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:13:47,907 INFO Processing ruok command from /127.0.0.1:52332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:13:47,907 INFO Processing ruok command from /127.0.0.1:52330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:13:57,900 INFO Processing ruok command from /127.0.0.1:52678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:13:57,905 INFO Processing ruok command from /127.0.0.1:52680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:14:07,915 INFO Processing ruok command from /127.0.0.1:53046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:14:07,916 INFO Processing ruok command from /127.0.0.1:53048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:14:17,901 INFO Processing ruok command from /127.0.0.1:53364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:14:17,901 INFO Processing ruok command from /127.0.0.1:53366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:14:20,488 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:14:27,895 INFO Processing ruok command from /127.0.0.1:53750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:14:27,896 INFO Processing ruok command from /127.0.0.1:53752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:14:37,898 INFO Processing ruok command from /127.0.0.1:54068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:14:37,898 INFO Processing ruok command from /127.0.0.1:54070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:14:40,549 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-13]
2023-12-19 03:14:40,559 INFO Committing global session 0x300003bf570001c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 03:14:41,462 INFO Submitting global closeSession request for session 0x300003bf570001c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-12-19 03:14:47,900 INFO Processing ruok command from /127.0.0.1:54450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:14:47,902 INFO Processing ruok command from /127.0.0.1:54452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:14:57,889 INFO Processing ruok command from /127.0.0.1:54778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:14:57,893 INFO Processing ruok command from /127.0.0.1:54780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:15:07,906 INFO Processing ruok command from /127.0.0.1:55160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:15:07,908 INFO Processing ruok command from /127.0.0.1:55162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:15:17,913 INFO Processing ruok command from /127.0.0.1:55488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:15:17,914 INFO Processing ruok command from /127.0.0.1:55490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:15:20,487 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:15:27,899 INFO Processing ruok command from /127.0.0.1:55872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:15:27,901 INFO Processing ruok command from /127.0.0.1:55874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:15:37,887 INFO Processing ruok command from /127.0.0.1:56214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:15:37,893 INFO Processing ruok command from /127.0.0.1:56218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:15:47,895 INFO Processing ruok command from /127.0.0.1:56596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:15:47,900 INFO Processing ruok command from /127.0.0.1:56598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:15:57,906 INFO Processing ruok command from /127.0.0.1:56944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:15:57,907 INFO Processing ruok command from /127.0.0.1:56946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:16:07,901 INFO Processing ruok command from /127.0.0.1:57346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:16:07,904 INFO Processing ruok command from /127.0.0.1:57348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:16:17,883 INFO Processing ruok command from /127.0.0.1:57670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:16:17,883 INFO Processing ruok command from /127.0.0.1:57672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:16:20,488 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:16:27,891 INFO Processing ruok command from /127.0.0.1:58074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:16:27,892 INFO Processing ruok command from /127.0.0.1:58072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:16:37,909 INFO Processing ruok command from /127.0.0.1:58410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:16:37,909 INFO Processing ruok command from /127.0.0.1:58412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:16:40,796 INFO Committing global session 0x200003aee96001f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 03:16:47,902 INFO Processing ruok command from /127.0.0.1:58778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:16:47,903 INFO Processing ruok command from /127.0.0.1:58780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:16:57,886 INFO Processing ruok command from /127.0.0.1:59114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:16:57,886 INFO Processing ruok command from /127.0.0.1:59108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:17:07,905 INFO Processing ruok command from /127.0.0.1:59458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:17:07,911 INFO Processing ruok command from /127.0.0.1:59460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:17:17,895 INFO Processing ruok command from /127.0.0.1:59830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:17:17,896 INFO Processing ruok command from /127.0.0.1:59832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:17:20,487 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:17:27,918 INFO Processing ruok command from /127.0.0.1:60154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:17:27,920 INFO Processing ruok command from /127.0.0.1:60156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:17:37,907 INFO Processing ruok command from /127.0.0.1:60542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:17:37,909 INFO Processing ruok command from /127.0.0.1:60544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:17:47,898 INFO Processing ruok command from /127.0.0.1:60872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:17:47,899 INFO Processing ruok command from /127.0.0.1:60874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:17:57,903 INFO Processing ruok command from /127.0.0.1:33034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:17:57,904 INFO Processing ruok command from /127.0.0.1:33036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:18:07,907 INFO Processing ruok command from /127.0.0.1:33336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:18:07,911 INFO Processing ruok command from /127.0.0.1:33338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:18:17,897 INFO Processing ruok command from /127.0.0.1:33744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:18:17,899 INFO Processing ruok command from /127.0.0.1:33746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:18:20,487 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:18:27,897 INFO Processing ruok command from /127.0.0.1:34054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:18:27,905 INFO Processing ruok command from /127.0.0.1:34056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:18:37,895 INFO Processing ruok command from /127.0.0.1:34456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:18:37,901 INFO Processing ruok command from /127.0.0.1:34458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:18:40,537 INFO Committing global session 0x100003b9076001c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 03:18:47,896 INFO Processing ruok command from /127.0.0.1:34774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:18:47,900 INFO Processing ruok command from /127.0.0.1:34776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:18:57,905 INFO Processing ruok command from /127.0.0.1:35176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:18:57,905 INFO Processing ruok command from /127.0.0.1:35178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:19:07,920 INFO Processing ruok command from /127.0.0.1:35502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:19:07,920 INFO Processing ruok command from /127.0.0.1:35500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:19:17,902 INFO Processing ruok command from /127.0.0.1:35830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:19:17,904 INFO Processing ruok command from /127.0.0.1:35832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:19:20,487 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:19:27,904 INFO Processing ruok command from /127.0.0.1:36158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:19:27,910 INFO Processing ruok command from /127.0.0.1:36160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:19:37,903 INFO Processing ruok command from /127.0.0.1:36492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:19:37,904 INFO Processing ruok command from /127.0.0.1:36490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:19:47,894 INFO Processing ruok command from /127.0.0.1:36792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:19:47,897 INFO Processing ruok command from /127.0.0.1:36794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:19:57,898 INFO Processing ruok command from /127.0.0.1:37146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:19:57,900 INFO Processing ruok command from /127.0.0.1:37148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:20:07,903 INFO Processing ruok command from /127.0.0.1:37452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:20:07,903 INFO Processing ruok command from /127.0.0.1:37454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:20:17,900 INFO Processing ruok command from /127.0.0.1:37794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:20:17,906 INFO Processing ruok command from /127.0.0.1:37796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:20:20,487 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:20:27,912 INFO Processing ruok command from /127.0.0.1:38120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:20:27,914 INFO Processing ruok command from /127.0.0.1:38122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:20:37,894 INFO Processing ruok command from /127.0.0.1:38460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:20:37,898 INFO Processing ruok command from /127.0.0.1:38462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:20:40,545 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-14]
2023-12-19 03:20:40,554 INFO Committing global session 0x300003bf570001d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 03:20:41,489 INFO Submitting global closeSession request for session 0x300003bf570001d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-12-19 03:20:47,909 INFO Processing ruok command from /127.0.0.1:38768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:20:47,914 INFO Processing ruok command from /127.0.0.1:38770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:20:57,881 INFO Processing ruok command from /127.0.0.1:39108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:20:57,882 INFO Processing ruok command from /127.0.0.1:39110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:21:07,908 INFO Processing ruok command from /127.0.0.1:39428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:21:07,908 INFO Processing ruok command from /127.0.0.1:39426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:21:17,892 INFO Processing ruok command from /127.0.0.1:39762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:21:17,893 INFO Processing ruok command from /127.0.0.1:39764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:21:20,487 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:21:27,898 INFO Processing ruok command from /127.0.0.1:40088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:21:27,899 INFO Processing ruok command from /127.0.0.1:40090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:21:37,898 INFO Processing ruok command from /127.0.0.1:40448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:21:37,902 INFO Processing ruok command from /127.0.0.1:40450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:21:47,902 INFO Processing ruok command from /127.0.0.1:40748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:21:47,904 INFO Processing ruok command from /127.0.0.1:40750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:21:57,902 INFO Processing ruok command from /127.0.0.1:41138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:21:57,907 INFO Processing ruok command from /127.0.0.1:41140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:22:07,899 INFO Processing ruok command from /127.0.0.1:41446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:22:07,905 INFO Processing ruok command from /127.0.0.1:41448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:22:17,915 INFO Processing ruok command from /127.0.0.1:41860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:22:17,928 INFO Processing ruok command from /127.0.0.1:41864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:22:20,489 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:22:27,893 INFO Processing ruok command from /127.0.0.1:42194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:22:27,895 INFO Processing ruok command from /127.0.0.1:42196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:22:37,909 INFO Processing ruok command from /127.0.0.1:42610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:22:37,917 INFO Processing ruok command from /127.0.0.1:42612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:22:40,518 INFO Committing global session 0x200003aee960020 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 03:22:47,934 INFO Processing ruok command from /127.0.0.1:42946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:22:47,937 INFO Processing ruok command from /127.0.0.1:42948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:22:57,908 INFO Processing ruok command from /127.0.0.1:43356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:22:57,909 INFO Processing ruok command from /127.0.0.1:43358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:23:07,907 INFO Processing ruok command from /127.0.0.1:43674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:23:07,909 INFO Processing ruok command from /127.0.0.1:43676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:23:17,898 INFO Processing ruok command from /127.0.0.1:44084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:23:17,898 INFO Processing ruok command from /127.0.0.1:44086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:23:27,901 INFO Processing ruok command from /127.0.0.1:44404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:23:27,905 INFO Processing ruok command from /127.0.0.1:44406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:23:37,903 INFO Processing ruok command from /127.0.0.1:44834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:23:37,906 INFO Processing ruok command from /127.0.0.1:44836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:23:47,895 INFO Processing ruok command from /127.0.0.1:45150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:23:47,895 INFO Processing ruok command from /127.0.0.1:45152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:23:57,925 INFO Processing ruok command from /127.0.0.1:45566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:23:57,928 INFO Processing ruok command from /127.0.0.1:45570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:24:07,908 INFO Processing ruok command from /127.0.0.1:45884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:24:07,908 INFO Processing ruok command from /127.0.0.1:45886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:24:17,893 INFO Processing ruok command from /127.0.0.1:46310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:24:17,893 INFO Processing ruok command from /127.0.0.1:46312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:24:27,899 INFO Processing ruok command from /127.0.0.1:46638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:24:27,901 INFO Processing ruok command from /127.0.0.1:46640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:24:37,891 INFO Processing ruok command from /127.0.0.1:47040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:24:37,891 INFO Processing ruok command from /127.0.0.1:47038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:24:40,816 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-15]
2023-12-19 03:24:40,826 INFO Committing global session 0x300003bf570001e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 03:24:41,476 INFO Submitting global closeSession request for session 0x300003bf570001e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-12-19 03:24:47,897 INFO Processing ruok command from /127.0.0.1:47360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:24:47,897 INFO Processing ruok command from /127.0.0.1:47362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:24:57,897 INFO Processing ruok command from /127.0.0.1:47766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:24:57,906 INFO Processing ruok command from /127.0.0.1:47768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:25:07,892 INFO Processing ruok command from /127.0.0.1:48084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:25:07,895 INFO Processing ruok command from /127.0.0.1:48086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:25:17,910 INFO Processing ruok command from /127.0.0.1:48412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:25:17,914 INFO Processing ruok command from /127.0.0.1:48414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:25:27,895 INFO Processing ruok command from /127.0.0.1:48800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:25:27,896 INFO Processing ruok command from /127.0.0.1:48802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:25:37,908 INFO Processing ruok command from /127.0.0.1:49122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:25:37,908 INFO Processing ruok command from /127.0.0.1:49120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:25:47,889 INFO Processing ruok command from /127.0.0.1:49506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:25:47,891 INFO Processing ruok command from /127.0.0.1:49508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:25:57,903 INFO Processing ruok command from /127.0.0.1:49848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:25:57,922 INFO Processing ruok command from /127.0.0.1:49850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:26:07,900 INFO Processing ruok command from /127.0.0.1:50240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:26:07,901 INFO Processing ruok command from /127.0.0.1:50242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:26:17,904 INFO Processing ruok command from /127.0.0.1:50562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:26:17,909 INFO Processing ruok command from /127.0.0.1:50564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:26:27,895 INFO Processing ruok command from /127.0.0.1:50982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:26:27,897 INFO Processing ruok command from /127.0.0.1:50984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:26:37,888 INFO Processing ruok command from /127.0.0.1:51308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:26:37,892 INFO Processing ruok command from /127.0.0.1:51312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:26:41,035 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-16]
2023-12-19 03:26:41,042 INFO Committing global session 0x300003bf570001f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 03:26:41,932 INFO Submitting global closeSession request for session 0x300003bf570001f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-12-19 03:26:47,895 INFO Processing ruok command from /127.0.0.1:51692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:26:47,895 INFO Processing ruok command from /127.0.0.1:51694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:26:57,898 INFO Processing ruok command from /127.0.0.1:52046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:26:57,901 INFO Processing ruok command from /127.0.0.1:52048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:27:07,894 INFO Processing ruok command from /127.0.0.1:52418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:27:07,897 INFO Processing ruok command from /127.0.0.1:52420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:27:17,916 INFO Processing ruok command from /127.0.0.1:52746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:27:17,918 INFO Processing ruok command from /127.0.0.1:52748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:27:20,487 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:27:27,906 INFO Processing ruok command from /127.0.0.1:53150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:27:27,908 INFO Processing ruok command from /127.0.0.1:53152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:27:37,885 INFO Processing ruok command from /127.0.0.1:53462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:27:37,887 INFO Processing ruok command from /127.0.0.1:53464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:27:47,913 INFO Processing ruok command from /127.0.0.1:53842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:27:47,913 INFO Processing ruok command from /127.0.0.1:53840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:27:57,891 INFO Processing ruok command from /127.0.0.1:54166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:27:57,892 INFO Processing ruok command from /127.0.0.1:54168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:28:07,892 INFO Processing ruok command from /127.0.0.1:54546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:28:07,892 INFO Processing ruok command from /127.0.0.1:54548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:28:17,896 INFO Processing ruok command from /127.0.0.1:54874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:28:17,903 INFO Processing ruok command from /127.0.0.1:54876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:28:20,487 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:28:27,897 INFO Processing ruok command from /127.0.0.1:55248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:28:27,898 INFO Processing ruok command from /127.0.0.1:55250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:28:37,894 INFO Processing ruok command from /127.0.0.1:55584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:28:37,896 INFO Processing ruok command from /127.0.0.1:55586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:28:40,666 INFO Committing global session 0x100003b9076001d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 03:28:47,893 INFO Processing ruok command from /127.0.0.1:55950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:28:47,899 INFO Processing ruok command from /127.0.0.1:55952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:28:57,926 INFO Processing ruok command from /127.0.0.1:56282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:28:57,928 INFO Processing ruok command from /127.0.0.1:56284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:29:07,893 INFO Processing ruok command from /127.0.0.1:56672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:29:07,895 INFO Processing ruok command from /127.0.0.1:56674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:29:17,900 INFO Processing ruok command from /127.0.0.1:56990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:29:17,902 INFO Processing ruok command from /127.0.0.1:56992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:29:20,488 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:29:27,898 INFO Processing ruok command from /127.0.0.1:57388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:29:27,903 INFO Processing ruok command from /127.0.0.1:57390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:29:37,914 INFO Processing ruok command from /127.0.0.1:57732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:29:37,919 INFO Processing ruok command from /127.0.0.1:57734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:29:47,902 INFO Processing ruok command from /127.0.0.1:58052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:29:47,907 INFO Processing ruok command from /127.0.0.1:58054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:29:57,900 INFO Processing ruok command from /127.0.0.1:58378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:29:57,909 INFO Processing ruok command from /127.0.0.1:58384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:30:07,901 INFO Processing ruok command from /127.0.0.1:58708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:30:07,908 INFO Processing ruok command from /127.0.0.1:58710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:30:17,899 INFO Processing ruok command from /127.0.0.1:59040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:30:17,916 INFO Processing ruok command from /127.0.0.1:59042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:30:20,487 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:30:27,902 INFO Processing ruok command from /127.0.0.1:59378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:30:27,905 INFO Processing ruok command from /127.0.0.1:59380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:30:37,901 INFO Processing ruok command from /127.0.0.1:59684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:30:37,903 INFO Processing ruok command from /127.0.0.1:59686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:30:40,667 INFO Committing global session 0x100003b9076001e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 03:30:47,886 INFO Processing ruok command from /127.0.0.1:60022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:30:47,888 INFO Processing ruok command from /127.0.0.1:60024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:30:57,909 INFO Processing ruok command from /127.0.0.1:60344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:30:57,933 INFO Processing ruok command from /127.0.0.1:60350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:31:07,911 INFO Processing ruok command from /127.0.0.1:60682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:31:07,911 INFO Processing ruok command from /127.0.0.1:60684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:31:17,899 INFO Processing ruok command from /127.0.0.1:60996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:31:17,900 INFO Processing ruok command from /127.0.0.1:60998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:31:27,909 INFO Processing ruok command from /127.0.0.1:33112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:31:27,911 INFO Processing ruok command from /127.0.0.1:33114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:31:37,895 INFO Processing ruok command from /127.0.0.1:33428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:31:37,901 INFO Processing ruok command from /127.0.0.1:33430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:31:47,904 INFO Processing ruok command from /127.0.0.1:33776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:31:47,905 INFO Processing ruok command from /127.0.0.1:33778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:31:57,913 INFO Processing ruok command from /127.0.0.1:34092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:31:57,920 INFO Processing ruok command from /127.0.0.1:34094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:32:07,894 INFO Processing ruok command from /127.0.0.1:34428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:32:07,894 INFO Processing ruok command from /127.0.0.1:34430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:32:17,909 INFO Processing ruok command from /127.0.0.1:34730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:32:17,910 INFO Processing ruok command from /127.0.0.1:34732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:32:20,487 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:32:27,901 INFO Processing ruok command from /127.0.0.1:35094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:32:27,902 INFO Processing ruok command from /127.0.0.1:35096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:32:37,892 INFO Processing ruok command from /127.0.0.1:35416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:32:37,895 INFO Processing ruok command from /127.0.0.1:35418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:32:40,563 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2023-12-19 03:32:40,577 INFO Committing global session 0x300003bf5700020 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 03:32:41,494 INFO Submitting global closeSession request for session 0x300003bf5700020 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-12-19 03:32:47,899 INFO Processing ruok command from /127.0.0.1:35754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:32:47,900 INFO Processing ruok command from /127.0.0.1:35756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:32:57,903 INFO Processing ruok command from /127.0.0.1:36070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:32:57,908 INFO Processing ruok command from /127.0.0.1:36072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:33:07,903 INFO Processing ruok command from /127.0.0.1:36410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:33:07,904 INFO Processing ruok command from /127.0.0.1:36412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:33:17,911 INFO Processing ruok command from /127.0.0.1:36722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:33:17,911 INFO Processing ruok command from /127.0.0.1:36720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:33:20,488 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:33:27,904 INFO Processing ruok command from /127.0.0.1:37074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:33:27,904 INFO Processing ruok command from /127.0.0.1:37076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:33:37,898 INFO Processing ruok command from /127.0.0.1:37388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:33:37,904 INFO Processing ruok command from /127.0.0.1:37392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:33:47,907 INFO Processing ruok command from /127.0.0.1:37712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:33:47,915 INFO Processing ruok command from /127.0.0.1:37714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:33:57,901 INFO Processing ruok command from /127.0.0.1:38044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:33:57,902 INFO Processing ruok command from /127.0.0.1:38046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:34:07,901 INFO Processing ruok command from /127.0.0.1:38378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:34:07,901 INFO Processing ruok command from /127.0.0.1:38380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:34:17,895 INFO Processing ruok command from /127.0.0.1:38692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:34:17,909 INFO Processing ruok command from /127.0.0.1:38694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:34:20,487 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:34:27,912 INFO Processing ruok command from /127.0.0.1:39024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:34:27,921 INFO Processing ruok command from /127.0.0.1:39026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:34:37,897 INFO Processing ruok command from /127.0.0.1:39366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:34:37,901 INFO Processing ruok command from /127.0.0.1:39368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:34:40,472 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2023-12-19 03:34:40,482 INFO Committing global session 0x300003bf5700021 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 03:34:41,377 INFO Submitting global closeSession request for session 0x300003bf5700021 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-12-19 03:34:47,897 INFO Processing ruok command from /127.0.0.1:39688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:34:47,898 INFO Processing ruok command from /127.0.0.1:39690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:34:57,910 INFO Processing ruok command from /127.0.0.1:40030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:34:57,923 INFO Processing ruok command from /127.0.0.1:40032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:35:07,895 INFO Processing ruok command from /127.0.0.1:40350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:35:07,896 INFO Processing ruok command from /127.0.0.1:40352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:35:17,895 INFO Processing ruok command from /127.0.0.1:40668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:35:17,897 INFO Processing ruok command from /127.0.0.1:40670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:35:20,487 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:35:27,900 INFO Processing ruok command from /127.0.0.1:41004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:35:27,908 INFO Processing ruok command from /127.0.0.1:41006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:35:37,910 INFO Processing ruok command from /127.0.0.1:41336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:35:37,912 INFO Processing ruok command from /127.0.0.1:41338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:35:47,886 INFO Processing ruok command from /127.0.0.1:41666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:35:47,886 INFO Processing ruok command from /127.0.0.1:41664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:35:57,907 INFO Processing ruok command from /127.0.0.1:41990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:35:57,911 INFO Processing ruok command from /127.0.0.1:41992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:36:07,897 INFO Processing ruok command from /127.0.0.1:42312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:36:07,905 INFO Processing ruok command from /127.0.0.1:42314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:36:17,916 INFO Processing ruok command from /127.0.0.1:42638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:36:17,918 INFO Processing ruok command from /127.0.0.1:42640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:36:20,487 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-12-19 03:36:27,899 INFO Processing ruok command from /127.0.0.1:42980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:36:27,900 INFO Processing ruok command from /127.0.0.1:42982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:36:37,897 INFO Processing ruok command from /127.0.0.1:43310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:36:37,904 INFO Processing ruok command from /127.0.0.1:43312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:36:40,319 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-3]
2023-12-19 03:36:40,331 INFO Committing global session 0x300003bf5700022 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 03:36:41,234 INFO Submitting global closeSession request for session 0x300003bf5700022 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-12-19 03:36:47,903 INFO Processing ruok command from /127.0.0.1:43642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:36:47,903 INFO Processing ruok command from /127.0.0.1:43644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:36:57,902 INFO Processing ruok command from /127.0.0.1:43968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:36:57,909 INFO Processing ruok command from /127.0.0.1:43970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:37:07,910 INFO Processing ruok command from /127.0.0.1:44292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:37:07,911 INFO Processing ruok command from /127.0.0.1:44294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:37:17,905 INFO Processing ruok command from /127.0.0.1:44608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:37:17,906 INFO Processing ruok command from /127.0.0.1:44610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:37:27,907 INFO Processing ruok command from /127.0.0.1:44946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:37:27,907 INFO Processing ruok command from /127.0.0.1:44948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:37:37,922 INFO Processing ruok command from /127.0.0.1:45258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:37:37,922 INFO Processing ruok command from /127.0.0.1:45260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:37:47,905 INFO Processing ruok command from /127.0.0.1:45600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:37:47,905 INFO Processing ruok command from /127.0.0.1:45602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:37:57,912 INFO Processing ruok command from /127.0.0.1:45934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:37:57,915 INFO Processing ruok command from /127.0.0.1:45936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:38:07,899 INFO Processing ruok command from /127.0.0.1:46252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:38:07,901 INFO Processing ruok command from /127.0.0.1:46254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:38:17,903 INFO Processing ruok command from /127.0.0.1:46576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:38:17,907 INFO Processing ruok command from /127.0.0.1:46578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:38:27,893 INFO Processing ruok command from /127.0.0.1:46910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:38:27,896 INFO Processing ruok command from /127.0.0.1:46912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:38:37,904 INFO Processing ruok command from /127.0.0.1:47222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:38:37,905 INFO Processing ruok command from /127.0.0.1:47224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:38:40,567 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-4]
2023-12-19 03:38:40,575 INFO Committing global session 0x300003bf5700023 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 03:38:41,493 INFO Submitting global closeSession request for session 0x300003bf5700023 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-12-19 03:38:47,890 INFO Processing ruok command from /127.0.0.1:47550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:38:47,895 INFO Processing ruok command from /127.0.0.1:47552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:38:57,907 INFO Processing ruok command from /127.0.0.1:47894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:38:57,910 INFO Processing ruok command from /127.0.0.1:47896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:39:07,901 INFO Processing ruok command from /127.0.0.1:48220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:39:07,908 INFO Processing ruok command from /127.0.0.1:48222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:39:17,903 INFO Processing ruok command from /127.0.0.1:48534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:39:17,905 INFO Processing ruok command from /127.0.0.1:48536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:39:27,902 INFO Processing ruok command from /127.0.0.1:48864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:39:27,903 INFO Processing ruok command from /127.0.0.1:48866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:39:37,897 INFO Processing ruok command from /127.0.0.1:49184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:39:37,897 INFO Processing ruok command from /127.0.0.1:49186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:39:47,899 INFO Processing ruok command from /127.0.0.1:49508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:39:47,904 INFO Processing ruok command from /127.0.0.1:49510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:39:57,904 INFO Processing ruok command from /127.0.0.1:49858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:39:57,907 INFO Processing ruok command from /127.0.0.1:49860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:40:07,885 INFO Processing ruok command from /127.0.0.1:50178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:40:07,886 INFO Processing ruok command from /127.0.0.1:50180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:40:17,902 INFO Processing ruok command from /127.0.0.1:50496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:40:17,912 INFO Processing ruok command from /127.0.0.1:50498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:40:27,897 INFO Processing ruok command from /127.0.0.1:50836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:40:27,902 INFO Processing ruok command from /127.0.0.1:50838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:40:37,902 INFO Processing ruok command from /127.0.0.1:51150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:40:37,903 INFO Processing ruok command from /127.0.0.1:51152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:40:40,465 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-5]
2023-12-19 03:40:40,478 INFO Committing global session 0x300003bf5700024 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 03:40:41,392 INFO Submitting global closeSession request for session 0x300003bf5700024 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-12-19 03:40:47,904 INFO Processing ruok command from /127.0.0.1:51482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:40:47,908 INFO Processing ruok command from /127.0.0.1:51484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:40:57,906 INFO Processing ruok command from /127.0.0.1:51808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:40:57,909 INFO Processing ruok command from /127.0.0.1:51810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:41:07,902 INFO Processing ruok command from /127.0.0.1:52140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:41:07,909 INFO Processing ruok command from /127.0.0.1:52142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:41:14,296 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2023-12-19 03:41:14,296 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2023-12-19 03:41:14,302 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2023-12-19 03:41:17,898 INFO Processing ruok command from /127.0.0.1:52464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:41:17,902 INFO Processing ruok command from /127.0.0.1:52466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:41:27,906 INFO Processing ruok command from /127.0.0.1:52806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:41:27,911 INFO Processing ruok command from /127.0.0.1:52808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:41:37,904 INFO Processing ruok command from /127.0.0.1:53134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:41:37,905 INFO Processing ruok command from /127.0.0.1:53136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:41:47,894 INFO Processing ruok command from /127.0.0.1:53458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:41:47,894 INFO Processing ruok command from /127.0.0.1:53460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:41:57,912 INFO Processing ruok command from /127.0.0.1:53784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:41:57,930 INFO Processing ruok command from /127.0.0.1:53788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:42:07,900 INFO Processing ruok command from /127.0.0.1:54126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:42:07,902 INFO Processing ruok command from /127.0.0.1:54128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:42:17,888 INFO Processing ruok command from /127.0.0.1:54446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:42:17,890 INFO Processing ruok command from /127.0.0.1:54448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:42:27,903 INFO Processing ruok command from /127.0.0.1:54784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:42:27,903 INFO Processing ruok command from /127.0.0.1:54786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:42:37,923 INFO Processing ruok command from /127.0.0.1:55102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:42:37,925 INFO Processing ruok command from /127.0.0.1:55106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:42:40,458 INFO Committing global session 0x200003aee960021 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 03:42:47,889 INFO Processing ruok command from /127.0.0.1:55420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:42:47,890 INFO Processing ruok command from /127.0.0.1:55422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:42:57,896 INFO Processing ruok command from /127.0.0.1:55740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:42:57,897 INFO Processing ruok command from /127.0.0.1:55742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:43:07,895 INFO Processing ruok command from /127.0.0.1:56078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:43:07,902 INFO Processing ruok command from /127.0.0.1:56080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:43:17,909 INFO Processing ruok command from /127.0.0.1:56400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:43:17,910 INFO Processing ruok command from /127.0.0.1:56398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:43:27,908 INFO Processing ruok command from /127.0.0.1:56746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:43:27,909 INFO Processing ruok command from /127.0.0.1:56748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:43:37,897 INFO Processing ruok command from /127.0.0.1:57050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:43:37,899 INFO Processing ruok command from /127.0.0.1:57052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:43:47,899 INFO Processing ruok command from /127.0.0.1:57394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:43:47,909 INFO Processing ruok command from /127.0.0.1:57396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:43:57,900 INFO Processing ruok command from /127.0.0.1:57710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:43:57,900 INFO Processing ruok command from /127.0.0.1:57712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:44:07,907 INFO Processing ruok command from /127.0.0.1:58052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:44:07,912 INFO Processing ruok command from /127.0.0.1:58054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:44:17,904 INFO Processing ruok command from /127.0.0.1:58364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:44:17,904 INFO Processing ruok command from /127.0.0.1:58366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:44:27,899 INFO Processing ruok command from /127.0.0.1:58708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:44:27,900 INFO Processing ruok command from /127.0.0.1:58710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:44:37,911 INFO Processing ruok command from /127.0.0.1:59016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:44:37,912 INFO Processing ruok command from /127.0.0.1:59018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:44:40,365 INFO Committing global session 0x100003b9076001f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 03:44:47,900 INFO Processing ruok command from /127.0.0.1:59358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:44:47,902 INFO Processing ruok command from /127.0.0.1:59360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:44:57,895 INFO Processing ruok command from /127.0.0.1:59676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:44:57,897 INFO Processing ruok command from /127.0.0.1:59678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:45:07,904 INFO Processing ruok command from /127.0.0.1:60018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:45:07,906 INFO Processing ruok command from /127.0.0.1:60020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:45:17,897 INFO Processing ruok command from /127.0.0.1:60324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:45:17,909 INFO Processing ruok command from /127.0.0.1:60326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:45:27,898 INFO Processing ruok command from /127.0.0.1:60710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:45:27,898 INFO Processing ruok command from /127.0.0.1:60708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:45:37,894 INFO Processing ruok command from /127.0.0.1:32790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:45:37,894 INFO Processing ruok command from /127.0.0.1:32792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:45:47,906 INFO Processing ruok command from /127.0.0.1:33146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:45:47,906 INFO Processing ruok command from /127.0.0.1:33148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:45:57,906 INFO Processing ruok command from /127.0.0.1:33472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:45:57,921 INFO Processing ruok command from /127.0.0.1:33474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:46:07,906 INFO Processing ruok command from /127.0.0.1:33814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:46:07,906 INFO Processing ruok command from /127.0.0.1:33812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:46:17,894 INFO Processing ruok command from /127.0.0.1:34122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:46:17,900 INFO Processing ruok command from /127.0.0.1:34124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:46:27,905 INFO Processing ruok command from /127.0.0.1:34494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:46:27,906 INFO Processing ruok command from /127.0.0.1:34496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:46:37,893 INFO Processing ruok command from /127.0.0.1:34802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:46:37,909 INFO Processing ruok command from /127.0.0.1:34804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:46:40,073 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-6]
2023-12-19 03:46:40,081 INFO Committing global session 0x300003bf5700025 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 03:46:41,029 INFO Submitting global closeSession request for session 0x300003bf5700025 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-12-19 03:46:47,906 INFO Processing ruok command from /127.0.0.1:35150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:46:47,919 INFO Processing ruok command from /127.0.0.1:35152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:46:57,897 INFO Processing ruok command from /127.0.0.1:35458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:46:57,898 INFO Processing ruok command from /127.0.0.1:35460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:47:07,910 INFO Processing ruok command from /127.0.0.1:35816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:47:07,914 INFO Processing ruok command from /127.0.0.1:35818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:47:17,904 INFO Processing ruok command from /127.0.0.1:36118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:47:17,911 INFO Processing ruok command from /127.0.0.1:36120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:47:27,905 INFO Processing ruok command from /127.0.0.1:36480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:47:27,909 INFO Processing ruok command from /127.0.0.1:36482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:47:37,899 INFO Processing ruok command from /127.0.0.1:36796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:47:37,907 INFO Processing ruok command from /127.0.0.1:36798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:47:47,901 INFO Processing ruok command from /127.0.0.1:37132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:47:47,904 INFO Processing ruok command from /127.0.0.1:37134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:47:57,908 INFO Processing ruok command from /127.0.0.1:37450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:47:57,910 INFO Processing ruok command from /127.0.0.1:37452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:48:07,921 INFO Processing ruok command from /127.0.0.1:37794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:48:07,925 INFO Processing ruok command from /127.0.0.1:37798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:48:17,905 INFO Processing ruok command from /127.0.0.1:38106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:48:17,906 INFO Processing ruok command from /127.0.0.1:38108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:48:27,903 INFO Processing ruok command from /127.0.0.1:38450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:48:27,906 INFO Processing ruok command from /127.0.0.1:38452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:48:37,914 INFO Processing ruok command from /127.0.0.1:38766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:48:37,934 INFO Processing ruok command from /127.0.0.1:38772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:48:40,754 INFO Committing global session 0x100003b90760020 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 03:48:47,889 INFO Processing ruok command from /127.0.0.1:39108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:48:47,892 INFO Processing ruok command from /127.0.0.1:39110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:48:57,899 INFO Processing ruok command from /127.0.0.1:39420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:48:57,908 INFO Processing ruok command from /127.0.0.1:39422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:49:07,896 INFO Processing ruok command from /127.0.0.1:39770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:49:07,896 INFO Processing ruok command from /127.0.0.1:39772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:49:17,897 INFO Processing ruok command from /127.0.0.1:40072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:49:17,899 INFO Processing ruok command from /127.0.0.1:40074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:49:27,894 INFO Processing ruok command from /127.0.0.1:40418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:49:27,902 INFO Processing ruok command from /127.0.0.1:40420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:49:37,902 INFO Processing ruok command from /127.0.0.1:40724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:49:37,910 INFO Processing ruok command from /127.0.0.1:40726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:49:47,902 INFO Processing ruok command from /127.0.0.1:41072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:49:47,905 INFO Processing ruok command from /127.0.0.1:41074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:49:57,889 INFO Processing ruok command from /127.0.0.1:41386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:49:57,890 INFO Processing ruok command from /127.0.0.1:41392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:50:07,898 INFO Processing ruok command from /127.0.0.1:41732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:50:07,904 INFO Processing ruok command from /127.0.0.1:41734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:50:17,911 INFO Processing ruok command from /127.0.0.1:42032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:50:17,912 INFO Processing ruok command from /127.0.0.1:42034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:50:27,899 INFO Processing ruok command from /127.0.0.1:42388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:50:27,899 INFO Processing ruok command from /127.0.0.1:42386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:50:37,909 INFO Processing ruok command from /127.0.0.1:42692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:50:37,909 INFO Processing ruok command from /127.0.0.1:42694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:50:40,629 INFO Committing global session 0x200003aee960022 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 03:50:47,905 INFO Processing ruok command from /127.0.0.1:43048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:50:47,907 INFO Processing ruok command from /127.0.0.1:43050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:50:57,899 INFO Processing ruok command from /127.0.0.1:43360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:50:57,908 INFO Processing ruok command from /127.0.0.1:43362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:51:07,890 INFO Processing ruok command from /127.0.0.1:43700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:51:07,892 INFO Processing ruok command from /127.0.0.1:43702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:51:17,911 INFO Processing ruok command from /127.0.0.1:44002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:51:17,915 INFO Processing ruok command from /127.0.0.1:44004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:51:27,904 INFO Processing ruok command from /127.0.0.1:44352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:51:27,907 INFO Processing ruok command from /127.0.0.1:44354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:51:37,895 INFO Processing ruok command from /127.0.0.1:44660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:51:37,897 INFO Processing ruok command from /127.0.0.1:44662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:51:47,907 INFO Processing ruok command from /127.0.0.1:45008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:51:47,910 INFO Processing ruok command from /127.0.0.1:45010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:51:57,910 INFO Processing ruok command from /127.0.0.1:45330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:51:57,911 INFO Processing ruok command from /127.0.0.1:45332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:52:07,903 INFO Processing ruok command from /127.0.0.1:45670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:52:07,908 INFO Processing ruok command from /127.0.0.1:45672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:52:17,898 INFO Processing ruok command from /127.0.0.1:45982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:52:17,898 INFO Processing ruok command from /127.0.0.1:45984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:52:27,909 INFO Processing ruok command from /127.0.0.1:46310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:52:27,909 INFO Processing ruok command from /127.0.0.1:46312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:52:37,904 INFO Processing ruok command from /127.0.0.1:46638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:52:37,904 INFO Processing ruok command from /127.0.0.1:46636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:52:40,494 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-7]
2023-12-19 03:52:40,505 INFO Committing global session 0x300003bf5700026 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 03:52:41,399 INFO Submitting global closeSession request for session 0x300003bf5700026 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-12-19 03:52:47,897 INFO Processing ruok command from /127.0.0.1:46962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:52:47,897 INFO Processing ruok command from /127.0.0.1:46964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:52:57,908 INFO Processing ruok command from /127.0.0.1:47312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:52:57,914 INFO Processing ruok command from /127.0.0.1:47314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:53:07,898 INFO Processing ruok command from /127.0.0.1:47636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:53:07,905 INFO Processing ruok command from /127.0.0.1:47638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:53:17,890 INFO Processing ruok command from /127.0.0.1:47960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:53:17,895 INFO Processing ruok command from /127.0.0.1:47962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:53:27,914 INFO Processing ruok command from /127.0.0.1:48300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:53:27,916 INFO Processing ruok command from /127.0.0.1:48302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:53:37,898 INFO Processing ruok command from /127.0.0.1:48618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:53:37,898 INFO Processing ruok command from /127.0.0.1:48616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:53:47,903 INFO Processing ruok command from /127.0.0.1:48946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:53:47,907 INFO Processing ruok command from /127.0.0.1:48948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:53:57,889 INFO Processing ruok command from /127.0.0.1:49282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:53:57,891 INFO Processing ruok command from /127.0.0.1:49284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:54:07,891 INFO Processing ruok command from /127.0.0.1:49616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:54:07,893 INFO Processing ruok command from /127.0.0.1:49618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:54:17,900 INFO Processing ruok command from /127.0.0.1:49942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:54:17,901 INFO Processing ruok command from /127.0.0.1:49940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:54:27,895 INFO Processing ruok command from /127.0.0.1:50272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:54:27,895 INFO Processing ruok command from /127.0.0.1:50270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:54:37,889 INFO Processing ruok command from /127.0.0.1:50596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:54:37,889 INFO Processing ruok command from /127.0.0.1:50598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:54:40,514 INFO Committing global session 0x100003b90760021 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 03:54:47,893 INFO Processing ruok command from /127.0.0.1:50926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:54:47,895 INFO Processing ruok command from /127.0.0.1:50928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:54:57,920 INFO Processing ruok command from /127.0.0.1:51252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:54:57,926 INFO Processing ruok command from /127.0.0.1:51256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:55:07,901 INFO Processing ruok command from /127.0.0.1:51596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:55:07,902 INFO Processing ruok command from /127.0.0.1:51598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:55:17,900 INFO Processing ruok command from /127.0.0.1:51914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:55:17,901 INFO Processing ruok command from /127.0.0.1:51916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:55:27,905 INFO Processing ruok command from /127.0.0.1:52248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:55:27,914 INFO Processing ruok command from /127.0.0.1:52250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:55:37,897 INFO Processing ruok command from /127.0.0.1:52566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:55:37,898 INFO Processing ruok command from /127.0.0.1:52568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:55:47,910 INFO Processing ruok command from /127.0.0.1:52888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:55:47,910 INFO Processing ruok command from /127.0.0.1:52890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:55:57,903 INFO Processing ruok command from /127.0.0.1:53222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:55:57,903 INFO Processing ruok command from /127.0.0.1:53224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:56:07,887 INFO Processing ruok command from /127.0.0.1:53544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:56:07,887 INFO Processing ruok command from /127.0.0.1:53546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-12-19 03:56:17,906 INFO Processing ruok command from /127.0.0.1:53884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-12-19 03:56:17,907 INFO Processing ruok command from /127.0.0.1:53886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-12-19 03:56:27,905 INFO Processing ruok command from /127.0.0.1:54218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-12-19 03:56:27,911 INFO Processing ruok command from /127.0.0.1:54220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-12-19 03:56:37,893 INFO Processing ruok command from /127.0.0.1:54536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-12-19 03:56:37,894 INFO Processing ruok command from /127.0.0.1:54538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-12-19 03:56:40,567 INFO Committing global session 0x100003b90760022 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-12-19 03:56:47,903 INFO Processing ruok command from /127.0.0.1:54864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-12-19 03:56:47,905 INFO Processing ruok command from /127.0.0.1:54866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-12-19 03:56:57,895 INFO Processing ruok command from /127.0.0.1:55194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-12-19 03:56:57,895 INFO Processing ruok command from /127.0.0.1:55192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-12-19 03:57:07,912 INFO Processing ruok command from /127.0.0.1:55522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-12-19 03:57:07,912 INFO Processing ruok command from /127.0.0.1:55524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-12-19 03:57:17,893 INFO Processing ruok command from /127.0.0.1:55854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-12-19 03:57:17,895 INFO Processing ruok command from /127.0.0.1:55856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-12-19 03:57:27,892 INFO Processing ruok command from /127.0.0.1:56188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-12-19 03:57:27,897 INFO Processing ruok command from /127.0.0.1:56190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]