Results

By type

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

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

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

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

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

# Provided configuration
tickTime=2000
initLimit=5
syncLimit=2
autopurge.purgeInterval=1
admin.enableServer=false
ssl.hostnameVerification=false
ssl.quorum.hostnameVerification=false
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-03-21 11:22:20,231 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2023-03-21 11:22:20,237 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2023-03-21 11:22:20,237 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2023-03-21 11:22:20,241 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main]
2023-03-21 11:22:20,241 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2023-03-21 11:22:20,241 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2023-03-21 11:22:20,295 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main]
2023-03-21 11:22:20,295 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main]
2023-03-21 11:22:20,299 INFO Log4j 1.2 jmx support not found; jmx disabled. (org.apache.zookeeper.jmx.ManagedUtil) [main]
2023-03-21 11:22:20,299 INFO Starting quorum peer, myid=3 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main]
2023-03-21 11:22:20,297 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2023-03-21 11:22:20,318 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2023-03-21 11:22:20,323 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@12b0404f (org.apache.zookeeper.server.ServerMetrics) [main]
2023-03-21 11:22:20,351 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2023-03-21 11:22:20,409 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-03-21 11:22:20,410 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-03-21 11:22:20,410 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-03-21 11:22:20,464 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2023-03-21 11:22:20,466 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2023-03-21 11:22:20,466 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-03-21 11:22:20,466 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-03-21 11:22:20,466 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-03-21 11:22:20,490 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2023-03-21 11:22:20,490 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2023-03-21 11:22:20,497 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-03-21 11:22:20,500 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main]
2023-03-21 11:22:20,503 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-03-21 11:22:20,503 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-03-21 11:22:20,503 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-03-21 11:22:20,503 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-03-21 11:22:20,503 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-03-21 11:22:20,503 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-03-21 11:22:20,503 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-03-21 11:22:20,503 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-03-21 11:22:20,517 INFO  (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-03-21 11:22:20,517 INFO   ______                  _                                           (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-03-21 11:22:20,517 INFO  |___  /                 | |                                          (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-03-21 11:22:20,517 INFO     / /    ___     ___   | | __   ___    ___   _ __     ___   _ __    (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-03-21 11:22:20,517 INFO    / /    / _ \   / _ \  | |/ /  / _ \  / _ \ | '_ \   / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-03-21 11:22:20,517 INFO   / /__  | (_) | | (_) | |   <  |  __/ |  __/ | |_) | |  __/ | |     (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-03-21 11:22:20,517 INFO  /_____|  \___/   \___/  |_|\_\  \___|  \___| | .__/   \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-03-21 11:22:20,517 INFO                                               | |                      (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-03-21 11:22:20,517 INFO                                               |_|                      (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-03-21 11:22:20,517 INFO  (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-03-21 11:22:20,519 INFO Server environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-03-21 11:22:20,519 INFO Server environment:host.name=onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-03-21 11:22:20,519 INFO Server environment:java.version=11.0.17 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-03-21 11:22:20,519 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-03-21 11:22:20,519 INFO Server environment:java.home=/usr/lib/jvm/java-11-openjdk-11.0.17.0.8-2.el8_6.x86_64 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-03-21 11:22:20,519 INFO Server environment:java.class.path=/opt/kafka/bin/../libs/accessors-smart-2.4.7.jar:/opt/kafka/bin/../libs/activation-1.1.1.jar:/opt/kafka/bin/../libs/annotations-13.0.jar:/opt/kafka/bin/../libs/aopalliance-repackaged-2.6.1.jar:/opt/kafka/bin/../libs/argparse4j-0.7.0.jar:/opt/kafka/bin/../libs/audience-annotations-0.5.0.jar:/opt/kafka/bin/../libs/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.2.3.jar:/opt/kafka/bin/../libs/connect-basic-auth-extension-3.2.3.jar:/opt/kafka/bin/../libs/connect-json-3.2.3.jar:/opt/kafka/bin/../libs/connect-mirror-3.2.3.jar:/opt/kafka/bin/../libs/connect-mirror-client-3.2.3.jar:/opt/kafka/bin/../libs/connect-runtime-3.2.3.jar:/opt/kafka/bin/../libs/connect-transforms-3.2.3.jar:/opt/kafka/bin/../libs/cruise-control-metrics-reporter-2.5.103.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.3.jar:/opt/kafka/bin/../libs/jackson-core-2.13.3.jar:/opt/kafka/bin/../libs/jackson-databind-2.13.3.jar:/opt/kafka/bin/../libs/jackson-dataformat-csv-2.13.3.jar:/opt/kafka/bin/../libs/jackson-dataformat-yaml-2.13.3.jar:/opt/kafka/bin/../libs/jackson-datatype-jdk8-2.13.3.jar:/opt/kafka/bin/../libs/jackson-datatype-jsr310-2.13.3.jar:/opt/kafka/bin/../libs/jackson-jaxrs-base-2.13.3.jar:/opt/kafka/bin/../libs/jackson-jaxrs-json-provider-2.13.3.jar:/opt/kafka/bin/../libs/jackson-jr-objects-2.13.3.jar:/opt/kafka/bin/../libs/jackson-module-jaxb-annotations-2.13.3.jar:/opt/kafka/bin/../libs/jackson-module-scala_2.13-2.13.3.jar:/opt/kafka/bin/../libs/jaeger-client-1.8.1.jar:/opt/kafka/bin/../libs/jaeger-core-1.8.1.jar:/opt/kafka/bin/../libs/jaeger-thrift-1.8.1.jar:/opt/kafka/bin/../libs/jaeger-tracerresolver-1.8.1.jar:/opt/kafka/bin/../libs/jakarta.activation-api-1.2.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.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.17.2.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.6.0.jar:/opt/kafka/bin/../libs/json-smart-2.4.7.jar:/opt/kafka/bin/../libs/jsonevent-layout-1.7.jar:/opt/kafka/bin/../libs/jsr305-3.0.2.jar:/opt/kafka/bin/../libs/kafka-agent-0.32.0.jar:/opt/kafka/bin/../libs/kafka-clients-3.2.3.jar:/opt/kafka/bin/../libs/kafka-env-var-config-provider-1.0.0.jar:/opt/kafka/bin/../libs/kafka-kubernetes-config-provider-1.0.1.jar:/opt/kafka/bin/../libs/kafka-log4j-appender-3.2.3.jar:/opt/kafka/bin/../libs/kafka-metadata-3.2.3.jar:/opt/kafka/bin/../libs/kafka-oauth-client-0.11.0.jar:/opt/kafka/bin/../libs/kafka-oauth-common-0.11.0.jar:/opt/kafka/bin/../libs/kafka-oauth-keycloak-authorizer-0.11.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-0.11.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-plain-0.11.0.jar:/opt/kafka/bin/../libs/kafka-quotas-plugin-0.2.0.jar:/opt/kafka/bin/../libs/kafka-raft-3.2.3.jar:/opt/kafka/bin/../libs/kafka-server-common-3.2.3.jar:/opt/kafka/bin/../libs/kafka-shell-3.2.3.jar:/opt/kafka/bin/../libs/kafka-storage-3.2.3.jar:/opt/kafka/bin/../libs/kafka-storage-api-3.2.3.jar:/opt/kafka/bin/../libs/kafka-streams-3.2.3.jar:/opt/kafka/bin/../libs/kafka-streams-examples-3.2.3.jar:/opt/kafka/bin/../libs/kafka-streams-scala_2.13-3.2.3.jar:/opt/kafka/bin/../libs/kafka-streams-test-utils-3.2.3.jar:/opt/kafka/bin/../libs/kafka-tools-3.2.3.jar:/opt/kafka/bin/../libs/kafka_2.13-3.2.3.jar:/opt/kafka/bin/../libs/kotlin-stdlib-1.6.20.jar:/opt/kafka/bin/../libs/kotlin-stdlib-common-1.5.31.jar:/opt/kafka/bin/../libs/kotlin-stdlib-jdk7-1.5.31.jar:/opt/kafka/bin/../libs/kotlin-stdlib-jdk8-1.5.31.jar:/opt/kafka/bin/../libs/kubernetes-client-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-client-api-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-httpclient-okhttp-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-model-apps-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-model-batch-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-model-certificates-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-model-common-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-model-core-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-model-extensions-6.0.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/logging-interceptor-3.12.12.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.32.0.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.10.jar:/opt/kafka/bin/../libs/okhttp-4.10.0.jar:/opt/kafka/bin/../libs/okio-jvm-3.0.0.jar:/opt/kafka/bin/../libs/opa-authorizer-1.5.0.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-jaeger-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-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-6.29.4.1.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.8.jar:/opt/kafka/bin/../libs/scala-logging_2.13-3.9.4.jar:/opt/kafka/bin/../libs/scala-reflect-2.13.8.jar:/opt/kafka/bin/../libs/slf4j-api-1.7.30.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-1.32.jar:/opt/kafka/bin/../libs/snappy-java-1.1.8.4.jar:/opt/kafka/bin/../libs/tracing-agent-0.32.0.jar:/opt/kafka/bin/../libs/trogdor-3.2.3.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-03-21 11:22:20,519 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-03-21 11:22:20,519 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-03-21 11:22:20,519 INFO Server environment:java.compiler= (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-03-21 11:22:20,519 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-03-21 11:22:20,519 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-03-21 11:22:20,519 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-03-21 11:22:20,519 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-03-21 11:22:20,519 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-03-21 11:22:20,519 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-03-21 11:22:20,519 INFO Server environment:os.memory.free=212MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-03-21 11:22:20,519 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-03-21 11:22:20,519 INFO Server environment:os.memory.total=229MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-03-21 11:22:20,519 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-03-21 11:22:20,520 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-03-21 11:22:20,520 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-03-21 11:22:20,520 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-03-21 11:22:20,520 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-03-21 11:22:20,520 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-03-21 11:22:20,520 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-03-21 11:22:20,520 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-03-21 11:22:20,526 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main]
2023-03-21 11:22:20,526 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main]
2023-03-21 11:22:20,527 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main]
2023-03-21 11:22:20,527 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main]
2023-03-21 11:22:20,539 INFO Using insecure (non-TLS) quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-03-21 11:22:20,539 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-03-21 11:22:20,539 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-03-21 11:22:20,539 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-03-21 11:22:20,539 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-03-21 11:22:20,539 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-03-21 11:22:20,539 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-03-21 11:22:20,553 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main]
2023-03-21 11:22:20,554 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main]
2023-03-21 11:22:20,563 INFO Snapshot loaded in 24 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main]
2023-03-21 11:22:20,566 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-03-21 11:22:20,579 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-03-21 11:22:20,589 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-03-21 11:22:20,678 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-03-21 11:22:20,678 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-03-21 11:22:20,683 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-03-21 11:22:20,683 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-03-21 11:22:20,689 INFO Election port bind maximum retries is infinite (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main]
2023-03-21 11:22:20,691 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main]
2023-03-21 11:22:20,691 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main]
2023-03-21 11:22:20,696 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main]
2023-03-21 11:22:20,696 INFO 3 is accepting connections now, my election bind port: onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.184:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.184:3888]
2023-03-21 11:22:20,708 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-03-21 11:22:20,710 INFO New election. My id = 3, proposed zxid=0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-03-21 11:22:20,726 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-03-21 11:22:20,750 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2023-03-21 11:22:20,756 INFO Notification: my state:LOOKING; n.sid:2, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2023-03-21 11:22:20,957 INFO Peer state changed: leading (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-03-21 11:22:20,958 INFO LEADING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-03-21 11:22:20,966 INFO zookeeper.leader.maxConcurrentSnapSyncs = 10 (org.apache.zookeeper.server.quorum.LearnerMaster) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-03-21 11:22:20,967 INFO zookeeper.leader.maxConcurrentDiffSyncs = 100 (org.apache.zookeeper.server.quorum.LearnerMaster) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-03-21 11:22:20,967 INFO TCP NoDelay set to: true (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-03-21 11:22:20,967 INFO zookeeper.leader.ackLoggingFrequency = 1000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-03-21 11:22:20,967 INFO zookeeper.leader.maxTimeToWaitForEpoch = -1ms (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-03-21 11:22:20,969 INFO Weighed connection throttling is disabled (org.apache.zookeeper.server.BlueThrottle) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-03-21 11:22:20,970 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-03-21 11:22:20,971 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-03-21 11:22:20,972 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-03-21 11:22:20,972 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-03-21 11:22:20,974 INFO zookeeper.pathStats.slotCapacity = 60 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-03-21 11:22:20,974 INFO zookeeper.pathStats.slotDuration = 15 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-03-21 11:22:20,974 INFO zookeeper.pathStats.maxDepth = 6 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-03-21 11:22:20,974 INFO zookeeper.pathStats.initialDelay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-03-21 11:22:20,974 INFO zookeeper.pathStats.delay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-03-21 11:22:20,974 INFO zookeeper.pathStats.enabled = false (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-03-21 11:22:20,976 INFO The max bytes for all large requests are set to 104857600 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-03-21 11:22:20,976 INFO The large request threshold is set to -1 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-03-21 11:22:20,976 INFO Created server with tickTime 2000 minSessionTimeout 4000 maxSessionTimeout 40000 clientPortListenBacklog -1 datadir /var/lib/zookeeper/data/version-2 snapdir /var/lib/zookeeper/data/version-2 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-03-21 11:22:20,979 INFO LEADING - LEADER ELECTION TOOK - 269 MS (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-03-21 11:22:20,981 INFO Peer state changed: leading - discovery (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-03-21 11:22:20,981 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-03-21 11:22:21,003 INFO Snapshot taken in 22 ms (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-03-21 11:22:21,029 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:52217]
2023-03-21 11:22:21,058 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/127.0.0.6:52217]
2023-03-21 11:22:21,060 INFO Synchronizing with Learner sid: 2 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x0 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:52217]
2023-03-21 11:22:21,060 INFO Sending DIFF zxid=0x0 for peer sid: 2 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:52217]
2023-03-21 11:22:21,071 INFO Peer state changed: leading - synchronization (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-03-21 11:22:21,138 INFO Have quorum of supporters, sids: [[2, 3],[2, 3]]; starting up and setting last processed zxid: 0x100000000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-03-21 11:22:21,138 INFO Received connection request from /127.0.0.6:45529 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.184:3888]
2023-03-21 11:22:21,153 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
java.lang.InterruptedException
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056)
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133)
	at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271)
2023-03-21 11:22:21,165 WARN Send worker leaving thread id 1 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
2023-03-21 11:22:21,160 WARN Connection broken for id 1, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
java.net.SocketException: Socket closed
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271)
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:392)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2023-03-21 11:22:21,166 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
2023-03-21 11:22:21,169 INFO Configuring CommitProcessor with readBatchSize -1 commitBatchSize 1 (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-03-21 11:22:21,169 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:2181)]
2023-03-21 11:22:21,178 INFO PrepRequestProcessor (sid:3) started, reconfigEnabled=true (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:3 cport:-1):]
2023-03-21 11:22:21,179 INFO Notification: my state:LEADING; n.sid:1, n.state:LOOKING, n.leader:1, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2023-03-21 11:22:21,181 INFO Using checkIntervalMs=60000 maxPerMinute=10000 maxNeverUsedIntervalMs=0 (org.apache.zookeeper.server.ContainerManager) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-03-21 11:22:21,182 INFO zookeeper.request_throttler.shutdownTimeout = 10000 (org.apache.zookeeper.server.RequestThrottler) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-03-21 11:22:21,188 INFO Notification: my state:LEADING; n.sid:1, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]]
2023-03-21 11:22:21,195 INFO Peer state changed: leading - broadcast (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-03-21 11:22:21,435 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:39345]
2023-03-21 11:22:21,448 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/127.0.0.6:39345]
2023-03-21 11:22:21,448 INFO Synchronizing with Learner sid: 1 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x100000000 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:39345]
2023-03-21 11:22:21,468 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:39345]
2023-03-21 11:22:33,014 INFO The list of known four letter word commands is : [{1936881266=srvr, 1937006964=stat, 2003003491=wchc, 1685417328=dump, 1668445044=crst, 1936880500=srst, 1701738089=envi, 1668247142=conf, -720899=telnet close, 1751217000=hash, 2003003507=wchs, 2003003504=wchp, 1684632179=dirs, 1668247155=cons, 1835955314=mntr, 1769173615=isro, 1920298859=ruok, 1735683435=gtmk, 1937010027=stmk}] (org.apache.zookeeper.server.command.FourLetterCommands) [nioEventLoopGroup-4-1]
2023-03-21 11:22:33,014 INFO The list of enabled four letter word commands is : [[wchs, stat, wchp, dirs, stmk, conf, ruok, mntr, srvr, wchc, envi, srst, isro, dump, gtmk, telnet close, crst, hash, cons]] (org.apache.zookeeper.server.command.FourLetterCommands) [nioEventLoopGroup-4-1]
2023-03-21 11:22:33,014 INFO Processing ruok command from /127.0.0.1:48078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 11:22:33,048 INFO Processing ruok command from /127.0.0.1:48080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 11:22:42,961 INFO Processing ruok command from /127.0.0.1:48134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 11:22:43,032 INFO Processing ruok command from /127.0.0.1:48136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 11:22:44,384 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2023-03-21 11:22:44,407 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:3]
2023-03-21 11:22:44,428 INFO Committing global session 0x300003c33b80000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 11:22:44,760 INFO Submitting global closeSession request for session 0x300003c33b80000 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-03-21 11:22:52,969 INFO Processing ruok command from /127.0.0.1:48210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 11:22:52,991 INFO Processing ruok command from /127.0.0.1:48212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 11:22:53,329 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2023-03-21 11:22:53,348 INFO Committing global session 0x300003c33b80001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 11:22:53,720 INFO Committing global session 0x200003b95310000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 11:22:54,143 INFO Committing global session 0x200003b95310001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 11:22:56,116 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-3]
2023-03-21 11:22:56,130 INFO Committing global session 0x300003c33b80002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 11:22:56,393 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-4]
2023-03-21 11:22:56,409 INFO Committing global session 0x300003c33b80003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 11:22:56,663 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-5]
2023-03-21 11:22:56,675 INFO Committing global session 0x300003c33b80004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 11:23:02,958 INFO Processing ruok command from /127.0.0.1:48280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 11:23:03,021 INFO Processing ruok command from /127.0.0.1:48282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 11:23:12,966 INFO Processing ruok command from /127.0.0.1:48340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 11:23:12,997 INFO Processing ruok command from /127.0.0.1:48342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 11:23:22,999 INFO Processing ruok command from /127.0.0.1:48402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 11:23:23,022 INFO Processing ruok command from /127.0.0.1:48404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 11:23:32,964 INFO Processing ruok command from /127.0.0.1:48462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 11:23:32,990 INFO Processing ruok command from /127.0.0.1:48464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 11:23:33,265 INFO Committing global session 0x200003b95310002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 11:23:42,969 INFO Processing ruok command from /127.0.0.1:48536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 11:23:43,036 INFO Processing ruok command from /127.0.0.1:48538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 11:23:52,969 INFO Processing ruok command from /127.0.0.1:48602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 11:23:53,030 INFO Processing ruok command from /127.0.0.1:48604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 11:23:55,541 INFO Committing global session 0x100003cdc920000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 11:24:02,947 INFO Processing ruok command from /127.0.0.1:48664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 11:24:02,995 INFO Processing ruok command from /127.0.0.1:48666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 11:24:06,501 INFO Committing global session 0x200003b95310003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 11:24:12,946 INFO Processing ruok command from /127.0.0.1:48724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 11:24:12,969 INFO Processing ruok command from /127.0.0.1:48726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 11:24:22,958 INFO Processing ruok command from /127.0.0.1:48786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 11:24:22,993 INFO Processing ruok command from /127.0.0.1:48788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 11:24:32,967 INFO Processing ruok command from /127.0.0.1:48846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 11:24:33,030 INFO Processing ruok command from /127.0.0.1:48848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 11:24:42,958 INFO Processing ruok command from /127.0.0.1:48912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 11:24:42,991 INFO Processing ruok command from /127.0.0.1:48914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 11:24:52,953 INFO Processing ruok command from /127.0.0.1:48974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 11:24:53,017 INFO Processing ruok command from /127.0.0.1:48976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 11:25:02,968 INFO Processing ruok command from /127.0.0.1:49034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 11:25:03,008 INFO Processing ruok command from /127.0.0.1:49036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 11:25:12,941 INFO Processing ruok command from /127.0.0.1:49096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 11:25:12,965 INFO Processing ruok command from /127.0.0.1:49098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 11:25:22,959 INFO Processing ruok command from /127.0.0.1:49158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 11:25:22,991 INFO Processing ruok command from /127.0.0.1:49160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 11:25:32,953 INFO Processing ruok command from /127.0.0.1:49262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 11:25:33,011 INFO Processing ruok command from /127.0.0.1:49264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 11:25:42,951 INFO Processing ruok command from /127.0.0.1:49348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 11:25:42,983 INFO Processing ruok command from /127.0.0.1:49350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 11:25:52,954 INFO Processing ruok command from /127.0.0.1:49462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 11:25:52,987 INFO Processing ruok command from /127.0.0.1:49464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 11:26:02,980 INFO Processing ruok command from /127.0.0.1:49588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 11:26:03,038 INFO Processing ruok command from /127.0.0.1:49592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 11:26:06,624 INFO Committing global session 0x200003b95310004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 11:26:12,987 INFO Processing ruok command from /127.0.0.1:49704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 11:26:13,053 INFO Processing ruok command from /127.0.0.1:49708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 11:26:22,959 INFO Processing ruok command from /127.0.0.1:49822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 11:26:22,993 INFO Processing ruok command from /127.0.0.1:49824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 11:26:32,963 INFO Processing ruok command from /127.0.0.1:49936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 11:26:32,992 INFO Processing ruok command from /127.0.0.1:49938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 11:26:42,947 INFO Processing ruok command from /127.0.0.1:50040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 11:26:42,980 INFO Processing ruok command from /127.0.0.1:50042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 11:26:52,948 INFO Processing ruok command from /127.0.0.1:50200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 11:26:52,994 INFO Processing ruok command from /127.0.0.1:50202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 11:27:02,954 INFO Processing ruok command from /127.0.0.1:50304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 11:27:02,985 INFO Processing ruok command from /127.0.0.1:50306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 11:27:12,960 INFO Processing ruok command from /127.0.0.1:50400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 11:27:12,989 INFO Processing ruok command from /127.0.0.1:50402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 11:27:22,962 INFO Processing ruok command from /127.0.0.1:50500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 11:27:22,983 INFO Processing ruok command from /127.0.0.1:50502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 11:27:32,958 INFO Processing ruok command from /127.0.0.1:50606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 11:27:32,980 INFO Processing ruok command from /127.0.0.1:50608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 11:27:42,950 INFO Processing ruok command from /127.0.0.1:50708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 11:27:43,008 INFO Processing ruok command from /127.0.0.1:50712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 11:27:52,950 INFO Processing ruok command from /127.0.0.1:50820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 11:27:53,001 INFO Processing ruok command from /127.0.0.1:50822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 11:28:02,954 INFO Processing ruok command from /127.0.0.1:50924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 11:28:02,981 INFO Processing ruok command from /127.0.0.1:50926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 11:28:06,723 INFO Committing global session 0x200003b95310005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 11:28:12,951 INFO Processing ruok command from /127.0.0.1:51020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 11:28:12,988 INFO Processing ruok command from /127.0.0.1:51022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 11:28:22,942 INFO Processing ruok command from /127.0.0.1:51120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 11:28:22,971 INFO Processing ruok command from /127.0.0.1:51122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 11:28:32,939 INFO Processing ruok command from /127.0.0.1:51224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 11:28:32,969 INFO Processing ruok command from /127.0.0.1:51226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 11:28:42,967 INFO Processing ruok command from /127.0.0.1:51328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 11:28:42,992 INFO Processing ruok command from /127.0.0.1:51330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 11:28:52,941 INFO Processing ruok command from /127.0.0.1:51436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 11:28:52,974 INFO Processing ruok command from /127.0.0.1:51438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 11:29:02,950 INFO Processing ruok command from /127.0.0.1:51540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 11:29:02,985 INFO Processing ruok command from /127.0.0.1:51542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 11:29:12,944 INFO Processing ruok command from /127.0.0.1:51636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 11:29:12,978 INFO Processing ruok command from /127.0.0.1:51638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 11:29:22,961 INFO Processing ruok command from /127.0.0.1:51736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 11:29:23,031 INFO Processing ruok command from /127.0.0.1:51740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 11:29:32,970 INFO Processing ruok command from /127.0.0.1:51840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 11:29:32,999 INFO Processing ruok command from /127.0.0.1:51842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 11:29:42,967 INFO Processing ruok command from /127.0.0.1:51942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 11:29:42,999 INFO Processing ruok command from /127.0.0.1:51944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 11:29:52,970 INFO Processing ruok command from /127.0.0.1:52056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 11:29:53,017 INFO Processing ruok command from /127.0.0.1:52060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 11:30:02,962 INFO Processing ruok command from /127.0.0.1:52160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 11:30:03,027 INFO Processing ruok command from /127.0.0.1:52164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 11:30:06,554 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-6]
2023-03-21 11:30:06,567 INFO Committing global session 0x300003c33b80005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 11:30:07,466 INFO Submitting global closeSession request for session 0x300003c33b80005 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-03-21 11:30:12,955 INFO Processing ruok command from /127.0.0.1:52256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 11:30:12,992 INFO Processing ruok command from /127.0.0.1:52258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 11:30:22,976 INFO Processing ruok command from /127.0.0.1:52356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 11:30:23,008 INFO Processing ruok command from /127.0.0.1:52360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 11:30:32,943 INFO Processing ruok command from /127.0.0.1:52460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 11:30:33,004 INFO Processing ruok command from /127.0.0.1:52462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 11:30:42,962 INFO Processing ruok command from /127.0.0.1:52568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 11:30:42,999 INFO Processing ruok command from /127.0.0.1:52570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 11:30:52,968 INFO Processing ruok command from /127.0.0.1:52676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 11:30:52,990 INFO Processing ruok command from /127.0.0.1:52678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 11:31:02,956 INFO Processing ruok command from /127.0.0.1:52782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 11:31:02,991 INFO Processing ruok command from /127.0.0.1:52784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 11:31:12,962 INFO Processing ruok command from /127.0.0.1:52878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 11:31:12,989 INFO Processing ruok command from /127.0.0.1:52880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 11:31:22,971 INFO Processing ruok command from /127.0.0.1:52978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 11:31:23,027 INFO Processing ruok command from /127.0.0.1:52982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 11:31:32,951 INFO Processing ruok command from /127.0.0.1:53082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 11:31:32,978 INFO Processing ruok command from /127.0.0.1:53084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 11:31:42,970 INFO Processing ruok command from /127.0.0.1:53184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 11:31:43,003 INFO Processing ruok command from /127.0.0.1:53188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 11:31:52,985 INFO Processing ruok command from /127.0.0.1:53296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 11:31:53,046 INFO Processing ruok command from /127.0.0.1:53300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 11:32:02,953 INFO Processing ruok command from /127.0.0.1:53400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 11:32:02,984 INFO Processing ruok command from /127.0.0.1:53402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 11:32:06,926 INFO Committing global session 0x100003cdc920001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 11:32:12,953 INFO Processing ruok command from /127.0.0.1:53498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 11:32:12,998 INFO Processing ruok command from /127.0.0.1:53500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 11:32:22,957 INFO Processing ruok command from /127.0.0.1:53598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 11:32:22,989 INFO Processing ruok command from /127.0.0.1:53600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 11:32:32,957 INFO Processing ruok command from /127.0.0.1:53702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 11:32:33,017 INFO Processing ruok command from /127.0.0.1:53706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 11:32:42,970 INFO Processing ruok command from /127.0.0.1:53804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 11:32:42,992 INFO Processing ruok command from /127.0.0.1:53806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 11:32:52,963 INFO Processing ruok command from /127.0.0.1:53912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 11:32:52,987 INFO Processing ruok command from /127.0.0.1:53914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 11:33:02,949 INFO Processing ruok command from /127.0.0.1:54016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 11:33:02,976 INFO Processing ruok command from /127.0.0.1:54018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 11:33:12,953 INFO Processing ruok command from /127.0.0.1:54112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 11:33:13,013 INFO Processing ruok command from /127.0.0.1:54116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 11:33:22,979 INFO Processing ruok command from /127.0.0.1:54236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 11:33:23,008 INFO Processing ruok command from /127.0.0.1:54240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 11:33:32,968 INFO Processing ruok command from /127.0.0.1:54340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 11:33:33,011 INFO Processing ruok command from /127.0.0.1:54344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 11:33:42,943 INFO Processing ruok command from /127.0.0.1:54448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 11:33:42,972 INFO Processing ruok command from /127.0.0.1:54450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 11:33:52,958 INFO Processing ruok command from /127.0.0.1:54566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 11:33:52,987 INFO Processing ruok command from /127.0.0.1:54568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 11:34:02,977 INFO Processing ruok command from /127.0.0.1:54734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 11:34:03,034 INFO Processing ruok command from /127.0.0.1:54738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 11:34:06,542 INFO Committing global session 0x100003cdc920002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 11:34:12,932 INFO Processing ruok command from /127.0.0.1:54862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 11:34:12,973 INFO Processing ruok command from /127.0.0.1:54864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 11:34:21,723 INFO Committing global session 0x100003cdc920003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 11:34:21,850 INFO Committing global session 0x200003b95310006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 11:34:22,953 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-7]
2023-03-21 11:34:22,963 INFO Committing global session 0x300003c33b80006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 11:34:22,977 INFO Processing ruok command from /127.0.0.1:54986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 11:34:23,091 INFO Processing ruok command from /127.0.0.1:54992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 11:34:32,958 INFO Processing ruok command from /127.0.0.1:55162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 11:34:32,999 INFO Processing ruok command from /127.0.0.1:55164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 11:34:42,959 INFO Processing ruok command from /127.0.0.1:55338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 11:34:43,019 INFO Processing ruok command from /127.0.0.1:55346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 11:34:52,988 INFO Processing ruok command from /127.0.0.1:55494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 11:34:53,018 INFO Processing ruok command from /127.0.0.1:55500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 11:35:02,948 INFO Processing ruok command from /127.0.0.1:55638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 11:35:03,030 INFO Processing ruok command from /127.0.0.1:55646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 11:35:12,946 INFO Processing ruok command from /127.0.0.1:55810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 11:35:12,977 INFO Processing ruok command from /127.0.0.1:55814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 11:35:22,951 INFO Processing ruok command from /127.0.0.1:55950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 11:35:23,009 INFO Processing ruok command from /127.0.0.1:55958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 11:35:32,972 INFO Processing ruok command from /127.0.0.1:56144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 11:35:33,001 INFO Processing ruok command from /127.0.0.1:56148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 11:35:42,956 INFO Processing ruok command from /127.0.0.1:56304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 11:35:42,982 INFO Processing ruok command from /127.0.0.1:56308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 11:35:52,957 INFO Processing ruok command from /127.0.0.1:56494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 11:35:52,993 INFO Processing ruok command from /127.0.0.1:56498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 11:36:02,964 INFO Processing ruok command from /127.0.0.1:56640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 11:36:03,013 INFO Processing ruok command from /127.0.0.1:56648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 11:36:06,630 INFO Committing global session 0x100003cdc920004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 11:36:12,957 INFO Processing ruok command from /127.0.0.1:56776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 11:36:13,038 INFO Processing ruok command from /127.0.0.1:56784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 11:36:22,967 INFO Processing ruok command from /127.0.0.1:56914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 11:36:23,003 INFO Processing ruok command from /127.0.0.1:56918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 11:36:32,969 INFO Processing ruok command from /127.0.0.1:57060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 11:36:33,022 INFO Processing ruok command from /127.0.0.1:57068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 11:36:42,972 INFO Processing ruok command from /127.0.0.1:57204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 11:36:43,020 INFO Processing ruok command from /127.0.0.1:57212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 11:36:52,972 INFO Processing ruok command from /127.0.0.1:57356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 11:36:53,025 INFO Processing ruok command from /127.0.0.1:57364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 11:37:02,955 INFO Processing ruok command from /127.0.0.1:57500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 11:37:02,985 INFO Processing ruok command from /127.0.0.1:57504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 11:37:12,960 INFO Processing ruok command from /127.0.0.1:57638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 11:37:13,001 INFO Processing ruok command from /127.0.0.1:57642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 11:37:22,965 INFO Processing ruok command from /127.0.0.1:57776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 11:37:23,020 INFO Processing ruok command from /127.0.0.1:57784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 11:37:32,962 INFO Processing ruok command from /127.0.0.1:57922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 11:37:32,988 INFO Processing ruok command from /127.0.0.1:57926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 11:37:42,955 INFO Processing ruok command from /127.0.0.1:58064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 11:37:42,986 INFO Processing ruok command from /127.0.0.1:58068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 11:37:52,958 INFO Processing ruok command from /127.0.0.1:58216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 11:37:53,014 INFO Processing ruok command from /127.0.0.1:58224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 11:38:02,965 INFO Processing ruok command from /127.0.0.1:58360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 11:38:03,008 INFO Processing ruok command from /127.0.0.1:58366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 11:38:06,399 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-8]
2023-03-21 11:38:06,409 INFO Committing global session 0x300003c33b80007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 11:38:07,307 INFO Submitting global closeSession request for session 0x300003c33b80007 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-03-21 11:38:12,972 INFO Processing ruok command from /127.0.0.1:58496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 11:38:13,006 INFO Processing ruok command from /127.0.0.1:58502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 11:38:22,949 INFO Processing ruok command from /127.0.0.1:58634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 11:38:23,017 INFO Processing ruok command from /127.0.0.1:58642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 11:38:32,958 INFO Processing ruok command from /127.0.0.1:58780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 11:38:32,997 INFO Processing ruok command from /127.0.0.1:58784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 11:38:42,973 INFO Processing ruok command from /127.0.0.1:58922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 11:38:43,022 INFO Processing ruok command from /127.0.0.1:58930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 11:38:52,963 INFO Processing ruok command from /127.0.0.1:59068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 11:38:53,024 INFO Processing ruok command from /127.0.0.1:59076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 11:39:02,964 INFO Processing ruok command from /127.0.0.1:59214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 11:39:03,003 INFO Processing ruok command from /127.0.0.1:59218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 11:39:12,962 INFO Processing ruok command from /127.0.0.1:59350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 11:39:12,989 INFO Processing ruok command from /127.0.0.1:59354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 11:39:22,959 INFO Processing ruok command from /127.0.0.1:59488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 11:39:22,989 INFO Processing ruok command from /127.0.0.1:59492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 11:39:32,950 INFO Processing ruok command from /127.0.0.1:59634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 11:39:33,005 INFO Processing ruok command from /127.0.0.1:59640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 11:39:42,975 INFO Processing ruok command from /127.0.0.1:59778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 11:39:43,034 INFO Processing ruok command from /127.0.0.1:59784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 11:39:52,949 INFO Processing ruok command from /127.0.0.1:59928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 11:39:52,986 INFO Processing ruok command from /127.0.0.1:59932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 11:40:02,955 INFO Processing ruok command from /127.0.0.1:60072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 11:40:02,982 INFO Processing ruok command from /127.0.0.1:60076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 11:40:06,567 INFO Committing global session 0x200003b95310007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 11:40:12,958 INFO Processing ruok command from /127.0.0.1:60210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 11:40:12,988 INFO Processing ruok command from /127.0.0.1:60214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 11:40:22,966 INFO Processing ruok command from /127.0.0.1:60348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 11:40:23,030 INFO Processing ruok command from /127.0.0.1:60356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 11:40:32,965 INFO Processing ruok command from /127.0.0.1:60494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 11:40:32,995 INFO Processing ruok command from /127.0.0.1:60498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 11:40:42,951 INFO Processing ruok command from /127.0.0.1:60636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 11:40:42,981 INFO Processing ruok command from /127.0.0.1:60640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 11:40:52,956 INFO Processing ruok command from /127.0.0.1:60782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 11:40:52,999 INFO Processing ruok command from /127.0.0.1:60786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 11:41:02,956 INFO Processing ruok command from /127.0.0.1:60926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 11:41:02,998 INFO Processing ruok command from /127.0.0.1:60930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 11:41:12,961 INFO Processing ruok command from /127.0.0.1:32830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 11:41:13,020 INFO Processing ruok command from /127.0.0.1:32838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 11:41:22,943 INFO Processing ruok command from /127.0.0.1:32970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 11:41:22,962 INFO Processing ruok command from /127.0.0.1:32972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 11:41:32,987 INFO Processing ruok command from /127.0.0.1:33118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 11:41:33,044 INFO Processing ruok command from /127.0.0.1:33124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 11:41:42,950 INFO Processing ruok command from /127.0.0.1:33258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 11:41:43,018 INFO Processing ruok command from /127.0.0.1:33266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 11:41:52,979 INFO Processing ruok command from /127.0.0.1:33410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 11:41:53,002 INFO Processing ruok command from /127.0.0.1:33412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 11:42:02,982 INFO Processing ruok command from /127.0.0.1:33556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 11:42:03,046 INFO Processing ruok command from /127.0.0.1:33562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 11:42:06,368 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-9]
2023-03-21 11:42:06,377 INFO Committing global session 0x300003c33b80008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 11:42:07,310 INFO Submitting global closeSession request for session 0x300003c33b80008 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-03-21 11:42:12,962 INFO Processing ruok command from /127.0.0.1:33690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 11:42:12,997 INFO Processing ruok command from /127.0.0.1:33694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 11:42:22,959 INFO Processing ruok command from /127.0.0.1:33828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 11:42:22,988 INFO Processing ruok command from /127.0.0.1:33832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 11:42:32,988 INFO Processing ruok command from /127.0.0.1:33978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 11:42:33,031 INFO Processing ruok command from /127.0.0.1:33984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 11:42:42,965 INFO Processing ruok command from /127.0.0.1:34122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 11:42:43,019 INFO Processing ruok command from /127.0.0.1:34130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 11:42:52,950 INFO Processing ruok command from /127.0.0.1:34268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 11:42:52,981 INFO Processing ruok command from /127.0.0.1:34272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 11:43:02,973 INFO Processing ruok command from /127.0.0.1:34490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 11:43:03,026 INFO Processing ruok command from /127.0.0.1:34498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 11:43:12,961 INFO Processing ruok command from /127.0.0.1:34670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 11:43:12,983 INFO Processing ruok command from /127.0.0.1:34674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 11:43:23,014 INFO Processing ruok command from /127.0.0.1:34870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 11:43:23,096 INFO Processing ruok command from /127.0.0.1:34878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 11:43:32,947 INFO Processing ruok command from /127.0.0.1:35104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 11:43:33,064 INFO Processing ruok command from /127.0.0.1:35114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 11:43:42,968 INFO Processing ruok command from /127.0.0.1:35302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 11:43:43,055 INFO Processing ruok command from /127.0.0.1:35310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 11:43:52,943 INFO Processing ruok command from /127.0.0.1:35560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 11:43:52,991 INFO Processing ruok command from /127.0.0.1:35564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 11:44:02,963 INFO Processing ruok command from /127.0.0.1:35872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 11:44:03,032 INFO Processing ruok command from /127.0.0.1:35880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 11:44:06,367 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-10]
2023-03-21 11:44:06,389 INFO Committing global session 0x300003c33b80009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 11:44:07,303 INFO Submitting global closeSession request for session 0x300003c33b80009 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-03-21 11:44:12,972 INFO Processing ruok command from /127.0.0.1:36080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 11:44:13,016 INFO Processing ruok command from /127.0.0.1:36088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 11:44:21,195 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/af58b8ab-b16c-4e05-b698-a11b6f302c2c/onap-policy-apex-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-03-21 11:44:22,957 INFO Processing ruok command from /127.0.0.1:36318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 11:44:23,017 INFO Processing ruok command from /127.0.0.1:36326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 11:44:32,955 INFO Processing ruok command from /127.0.0.1:36550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 11:44:33,007 INFO Processing ruok command from /127.0.0.1:36556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 11:44:42,943 INFO Processing ruok command from /127.0.0.1:36790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 11:44:43,026 INFO Processing ruok command from /127.0.0.1:36798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 11:44:52,974 INFO Processing ruok command from /127.0.0.1:37024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 11:44:53,003 INFO Processing ruok command from /127.0.0.1:37028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 11:45:02,967 INFO Processing ruok command from /127.0.0.1:37270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 11:45:03,038 INFO Processing ruok command from /127.0.0.1:37278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 11:45:12,980 INFO Processing ruok command from /127.0.0.1:37480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 11:45:13,028 INFO Processing ruok command from /127.0.0.1:37486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 11:45:21,195 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/af58b8ab-b16c-4e05-b698-a11b6f302c2c (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-03-21 11:45:22,991 INFO Processing ruok command from /127.0.0.1:37730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 11:45:23,058 INFO Processing ruok command from /127.0.0.1:37736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 11:45:32,976 INFO Processing ruok command from /127.0.0.1:37954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 11:45:33,011 INFO Processing ruok command from /127.0.0.1:37960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 11:45:42,942 INFO Processing ruok command from /127.0.0.1:38204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 11:45:42,972 INFO Processing ruok command from /127.0.0.1:38206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 11:45:52,947 INFO Processing ruok command from /127.0.0.1:38448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 11:45:52,977 INFO Processing ruok command from /127.0.0.1:38452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 11:46:02,939 INFO Processing ruok command from /127.0.0.1:38734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 11:46:02,999 INFO Processing ruok command from /127.0.0.1:38738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 11:46:06,603 INFO Committing global session 0x100003cdc920005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 11:46:12,957 INFO Processing ruok command from /127.0.0.1:38976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 11:46:12,992 INFO Processing ruok command from /127.0.0.1:38980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 11:46:21,196 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-03-21 11:46:22,934 INFO Processing ruok command from /127.0.0.1:39276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 11:46:22,970 INFO Processing ruok command from /127.0.0.1:39278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 11:46:32,975 INFO Processing ruok command from /127.0.0.1:39568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 11:46:33,064 INFO Processing ruok command from /127.0.0.1:39576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 11:46:42,954 INFO Processing ruok command from /127.0.0.1:39830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 11:46:43,026 INFO Processing ruok command from /127.0.0.1:39838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 11:46:52,945 INFO Processing ruok command from /127.0.0.1:40086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 11:46:52,979 INFO Processing ruok command from /127.0.0.1:40090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 11:47:02,981 INFO Processing ruok command from /127.0.0.1:40370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 11:47:03,020 INFO Processing ruok command from /127.0.0.1:40376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 11:47:12,959 INFO Processing ruok command from /127.0.0.1:40692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 11:47:12,996 INFO Processing ruok command from /127.0.0.1:40696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 11:47:21,196 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/e531e3e3-77f4-4a11-a429-7a4a2879a2dd/onap-policy-xacml-pdp-8496dc95c4-7jckp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-03-21 11:47:21,202 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1/NBIC1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-03-21 11:47:21,208 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/b9292fdf-d34c-45ec-960f-8c7b29360bdc/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-03-21 11:47:21,214 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-03-21 11:47:22,934 INFO Processing ruok command from /127.0.0.1:41016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 11:47:23,006 INFO Processing ruok command from /127.0.0.1:41022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 11:47:32,953 INFO Processing ruok command from /127.0.0.1:41280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 11:47:32,987 INFO Processing ruok command from /127.0.0.1:41284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 11:47:42,974 INFO Processing ruok command from /127.0.0.1:41554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 11:47:43,035 INFO Processing ruok command from /127.0.0.1:41562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 11:47:52,964 INFO Processing ruok command from /127.0.0.1:41824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 11:47:53,026 INFO Processing ruok command from /127.0.0.1:41832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 11:48:02,963 INFO Processing ruok command from /127.0.0.1:42134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 11:48:03,077 INFO Processing ruok command from /127.0.0.1:42142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 11:48:06,490 INFO Committing global session 0x100003cdc920006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 11:48:12,966 INFO Processing ruok command from /127.0.0.1:42392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 11:48:13,021 INFO Processing ruok command from /127.0.0.1:42400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 11:48:21,195 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-03-21 11:48:21,201 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/b9292fdf-d34c-45ec-960f-8c7b29360bdc (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-03-21 11:48:21,207 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap/b5ffb1da-9566-42c4-99b5-ad739decc206 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-03-21 11:48:21,214 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-03-21 11:48:21,220 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/e2577025-6ec7-4097-9064-43d651463ef3/onap-policy-pap-67d5f6845d-5bl48 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-03-21 11:48:21,226 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/e531e3e3-77f4-4a11-a429-7a4a2879a2dd (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-03-21 11:48:22,940 INFO Processing ruok command from /127.0.0.1:42668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 11:48:22,971 INFO Processing ruok command from /127.0.0.1:42670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 11:48:32,938 INFO Processing ruok command from /127.0.0.1:42932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 11:48:32,973 INFO Processing ruok command from /127.0.0.1:42934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 11:48:42,950 INFO Processing ruok command from /127.0.0.1:43226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 11:48:42,979 INFO Processing ruok command from /127.0.0.1:43230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 11:48:52,964 INFO Processing ruok command from /127.0.0.1:43502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 11:48:53,017 INFO Processing ruok command from /127.0.0.1:43510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 11:49:02,985 INFO Processing ruok command from /127.0.0.1:43820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 11:49:03,051 INFO Processing ruok command from /127.0.0.1:43826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 11:49:12,966 INFO Processing ruok command from /127.0.0.1:44100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 11:49:13,008 INFO Processing ruok command from /127.0.0.1:44106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 11:49:21,195 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-03-21 11:49:21,201 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-03-21 11:49:21,207 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/e2577025-6ec7-4097-9064-43d651463ef3 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-03-21 11:49:22,967 INFO Processing ruok command from /127.0.0.1:44384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 11:49:23,012 INFO Processing ruok command from /127.0.0.1:44392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 11:49:32,956 INFO Processing ruok command from /127.0.0.1:44682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 11:49:33,053 INFO Processing ruok command from /127.0.0.1:44690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 11:49:42,958 INFO Processing ruok command from /127.0.0.1:44962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 11:49:42,987 INFO Processing ruok command from /127.0.0.1:44966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 11:49:52,962 INFO Processing ruok command from /127.0.0.1:45260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 11:49:53,020 INFO Processing ruok command from /127.0.0.1:45268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 11:50:02,955 INFO Processing ruok command from /127.0.0.1:45550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 11:50:03,002 INFO Processing ruok command from /127.0.0.1:45554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 11:50:06,464 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-11]
2023-03-21 11:50:06,474 INFO Committing global session 0x300003c33b8000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 11:50:07,408 INFO Submitting global closeSession request for session 0x300003c33b8000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-03-21 11:50:12,957 INFO Processing ruok command from /127.0.0.1:45826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 11:50:12,989 INFO Processing ruok command from /127.0.0.1:45830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 11:50:21,196 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-03-21 11:50:21,201 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-03-21 11:50:22,977 INFO Processing ruok command from /127.0.0.1:46110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 11:50:23,043 INFO Processing ruok command from /127.0.0.1:46120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 11:50:32,961 INFO Processing ruok command from /127.0.0.1:46400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 11:50:32,994 INFO Processing ruok command from /127.0.0.1:46404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 11:50:42,964 INFO Processing ruok command from /127.0.0.1:46686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 11:50:43,005 INFO Processing ruok command from /127.0.0.1:46690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 11:50:52,948 INFO Processing ruok command from /127.0.0.1:46972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 11:50:52,987 INFO Processing ruok command from /127.0.0.1:46976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 11:51:02,958 INFO Processing ruok command from /127.0.0.1:47260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 11:51:03,008 INFO Processing ruok command from /127.0.0.1:47266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 11:51:12,974 INFO Processing ruok command from /127.0.0.1:47540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 11:51:13,010 INFO Processing ruok command from /127.0.0.1:47546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 11:51:21,196 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-03-21 11:51:22,961 INFO Processing ruok command from /127.0.0.1:47820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 11:51:23,008 INFO Processing ruok command from /127.0.0.1:47826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 11:51:32,949 INFO Processing ruok command from /127.0.0.1:48114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 11:51:32,974 INFO Processing ruok command from /127.0.0.1:48116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 11:51:42,979 INFO Processing ruok command from /127.0.0.1:48396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 11:51:43,025 INFO Processing ruok command from /127.0.0.1:48402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 11:51:52,953 INFO Processing ruok command from /127.0.0.1:48684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 11:51:52,988 INFO Processing ruok command from /127.0.0.1:48688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 11:52:02,969 INFO Processing ruok command from /127.0.0.1:48980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 11:52:02,996 INFO Processing ruok command from /127.0.0.1:48984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 11:52:06,530 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-12]
2023-03-21 11:52:06,543 INFO Committing global session 0x300003c33b8000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 11:52:07,471 INFO Submitting global closeSession request for session 0x300003c33b8000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-03-21 11:52:12,971 INFO Processing ruok command from /127.0.0.1:49252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 11:52:13,037 INFO Processing ruok command from /127.0.0.1:49260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 11:52:21,196 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-03-21 11:52:22,951 INFO Processing ruok command from /127.0.0.1:49538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 11:52:23,010 INFO Processing ruok command from /127.0.0.1:49544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 11:52:32,964 INFO Processing ruok command from /127.0.0.1:49826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 11:52:33,030 INFO Processing ruok command from /127.0.0.1:49834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 11:52:42,941 INFO Processing ruok command from /127.0.0.1:50096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 11:52:42,981 INFO Processing ruok command from /127.0.0.1:50100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 11:52:52,946 INFO Processing ruok command from /127.0.0.1:50382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 11:52:52,978 INFO Processing ruok command from /127.0.0.1:50386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 11:53:02,965 INFO Processing ruok command from /127.0.0.1:50662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 11:53:03,039 INFO Processing ruok command from /127.0.0.1:50670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 11:53:12,955 INFO Processing ruok command from /127.0.0.1:50940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 11:53:13,002 INFO Processing ruok command from /127.0.0.1:50944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 11:53:21,195 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-03-21 11:53:22,968 INFO Processing ruok command from /127.0.0.1:51212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 11:53:23,046 INFO Processing ruok command from /127.0.0.1:51220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 11:53:32,993 INFO Processing ruok command from /127.0.0.1:51492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 11:53:33,065 INFO Processing ruok command from /127.0.0.1:51498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 11:53:42,971 INFO Processing ruok command from /127.0.0.1:51768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 11:53:43,028 INFO Processing ruok command from /127.0.0.1:51776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 11:53:52,973 INFO Processing ruok command from /127.0.0.1:52048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 11:53:53,031 INFO Processing ruok command from /127.0.0.1:52056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 11:54:02,972 INFO Processing ruok command from /127.0.0.1:52342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 11:54:03,013 INFO Processing ruok command from /127.0.0.1:52348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 11:54:06,617 INFO Committing global session 0x100003cdc920007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 11:54:12,968 INFO Processing ruok command from /127.0.0.1:52616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 11:54:13,035 INFO Processing ruok command from /127.0.0.1:52624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 11:54:22,946 INFO Processing ruok command from /127.0.0.1:52874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 11:54:23,028 INFO Processing ruok command from /127.0.0.1:52882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 11:54:32,955 INFO Processing ruok command from /127.0.0.1:53166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 11:54:32,988 INFO Processing ruok command from /127.0.0.1:53170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 11:54:42,973 INFO Processing ruok command from /127.0.0.1:53426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 11:54:43,058 INFO Processing ruok command from /127.0.0.1:53434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 11:54:52,969 INFO Processing ruok command from /127.0.0.1:53716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 11:54:53,005 INFO Processing ruok command from /127.0.0.1:53726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 11:55:02,965 INFO Processing ruok command from /127.0.0.1:53990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 11:55:03,107 INFO Processing ruok command from /127.0.0.1:54002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 11:55:12,949 INFO Processing ruok command from /127.0.0.1:54316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 11:55:12,985 INFO Processing ruok command from /127.0.0.1:54320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 11:55:22,956 INFO Processing ruok command from /127.0.0.1:54600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 11:55:22,991 INFO Processing ruok command from /127.0.0.1:54604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 11:55:32,948 INFO Processing ruok command from /127.0.0.1:54916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 11:55:33,070 INFO Processing ruok command from /127.0.0.1:54926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 11:55:43,042 INFO Processing ruok command from /127.0.0.1:55196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 11:55:43,182 INFO Processing ruok command from /127.0.0.1:55202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 11:55:52,949 INFO Processing ruok command from /127.0.0.1:55544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 11:55:53,035 INFO Processing ruok command from /127.0.0.1:55580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 11:56:02,948 INFO Processing ruok command from /127.0.0.1:55860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 11:56:03,006 INFO Processing ruok command from /127.0.0.1:55866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 11:56:06,640 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-13]
2023-03-21 11:56:06,650 INFO Committing global session 0x300003c33b8000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 11:56:07,594 INFO Submitting global closeSession request for session 0x300003c33b8000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-03-21 11:56:12,973 INFO Processing ruok command from /127.0.0.1:56138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 11:56:13,059 INFO Processing ruok command from /127.0.0.1:56152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 11:56:21,195 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp/sdnc2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-03-21 11:56:22,947 INFO Processing ruok command from /127.0.0.1:56490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 11:56:22,975 INFO Processing ruok command from /127.0.0.1:56494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 11:56:33,090 INFO Processing ruok command from /127.0.0.1:56884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 11:56:33,155 INFO Processing ruok command from /127.0.0.1:56892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 11:56:43,148 INFO Processing ruok command from /127.0.0.1:57238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 11:56:43,216 INFO Processing ruok command from /127.0.0.1:57244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 11:56:53,028 INFO Processing ruok command from /127.0.0.1:57590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 11:56:53,086 INFO Processing ruok command from /127.0.0.1:57596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 11:57:02,943 INFO Processing ruok command from /127.0.0.1:57954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 11:57:03,003 INFO Processing ruok command from /127.0.0.1:57958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 11:57:12,952 INFO Processing ruok command from /127.0.0.1:58280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 11:57:12,989 INFO Processing ruok command from /127.0.0.1:58284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 11:57:21,198 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-03-21 11:57:21,204 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero/sdc-COpenSource-Env11-sdnc-dockero (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-03-21 11:57:23,047 INFO Processing ruok command from /127.0.0.1:58626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 11:57:23,091 INFO Processing ruok command from /127.0.0.1:58632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 11:57:32,946 INFO Processing ruok command from /127.0.0.1:58956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 11:57:32,991 INFO Processing ruok command from /127.0.0.1:58960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 11:57:42,942 INFO Processing ruok command from /127.0.0.1:59286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 11:57:42,974 INFO Processing ruok command from /127.0.0.1:59288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 11:57:52,950 INFO Processing ruok command from /127.0.0.1:59628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 11:57:52,977 INFO Processing ruok command from /127.0.0.1:59632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 11:58:03,016 INFO Processing ruok command from /127.0.0.1:59968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 11:58:03,130 INFO Processing ruok command from /127.0.0.1:59978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 11:58:06,593 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-14]
2023-03-21 11:58:06,610 INFO Committing global session 0x300003c33b8000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 11:58:07,531 INFO Submitting global closeSession request for session 0x300003c33b8000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-03-21 11:58:12,976 INFO Processing ruok command from /127.0.0.1:60284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 11:58:13,007 INFO Processing ruok command from /127.0.0.1:60288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 11:58:21,195 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-03-21 11:58:21,201 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-03-21 11:58:22,953 INFO Processing ruok command from /127.0.0.1:60620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 11:58:23,014 INFO Processing ruok command from /127.0.0.1:60628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 11:58:32,949 INFO Processing ruok command from /127.0.0.1:60946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 11:58:32,974 INFO Processing ruok command from /127.0.0.1:60948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 11:58:42,955 INFO Processing ruok command from /127.0.0.1:33054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 11:58:42,991 INFO Processing ruok command from /127.0.0.1:33058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 11:58:52,963 INFO Processing ruok command from /127.0.0.1:33384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 11:58:53,028 INFO Processing ruok command from /127.0.0.1:33394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 11:59:02,947 INFO Processing ruok command from /127.0.0.1:33734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 11:59:02,977 INFO Processing ruok command from /127.0.0.1:33738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 11:59:12,971 INFO Processing ruok command from /127.0.0.1:34066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 11:59:13,003 INFO Processing ruok command from /127.0.0.1:34070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 11:59:21,196 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-03-21 11:59:22,958 INFO Processing ruok command from /127.0.0.1:34398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 11:59:22,998 INFO Processing ruok command from /127.0.0.1:34402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 11:59:32,960 INFO Processing ruok command from /127.0.0.1:34734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 11:59:33,000 INFO Processing ruok command from /127.0.0.1:34738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 11:59:42,962 INFO Processing ruok command from /127.0.0.1:35066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 11:59:43,011 INFO Processing ruok command from /127.0.0.1:35072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 11:59:52,977 INFO Processing ruok command from /127.0.0.1:35408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 11:59:53,020 INFO Processing ruok command from /127.0.0.1:35414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 12:00:02,953 INFO Processing ruok command from /127.0.0.1:35754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 12:00:02,982 INFO Processing ruok command from /127.0.0.1:35758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 12:00:06,502 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-15]
2023-03-21 12:00:06,515 INFO Committing global session 0x300003c33b8000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 12:00:07,447 INFO Submitting global closeSession request for session 0x300003c33b8000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-03-21 12:00:12,952 INFO Processing ruok command from /127.0.0.1:36076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 12:00:12,975 INFO Processing ruok command from /127.0.0.1:36080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 12:00:21,196 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-03-21 12:00:22,957 INFO Processing ruok command from /127.0.0.1:36414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 12:00:23,015 INFO Processing ruok command from /127.0.0.1:36422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 12:00:32,974 INFO Processing ruok command from /127.0.0.1:36744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 12:00:33,004 INFO Processing ruok command from /127.0.0.1:36750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 12:00:42,943 INFO Processing ruok command from /127.0.0.1:37078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 12:00:42,969 INFO Processing ruok command from /127.0.0.1:37080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 12:00:52,998 INFO Processing ruok command from /127.0.0.1:37420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 12:00:53,071 INFO Processing ruok command from /127.0.0.1:37426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 12:01:02,967 INFO Processing ruok command from /127.0.0.1:37760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 12:01:03,046 INFO Processing ruok command from /127.0.0.1:37768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 12:01:12,954 INFO Processing ruok command from /127.0.0.1:38090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 12:01:12,975 INFO Processing ruok command from /127.0.0.1:38092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 12:01:22,966 INFO Processing ruok command from /127.0.0.1:38420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 12:01:23,025 INFO Processing ruok command from /127.0.0.1:38428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 12:01:32,950 INFO Processing ruok command from /127.0.0.1:38754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 12:01:32,982 INFO Processing ruok command from /127.0.0.1:38758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 12:01:42,946 INFO Processing ruok command from /127.0.0.1:39104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 12:01:42,985 INFO Processing ruok command from /127.0.0.1:39108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 12:01:52,960 INFO Processing ruok command from /127.0.0.1:39452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 12:01:53,020 INFO Processing ruok command from /127.0.0.1:39460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 12:02:02,967 INFO Processing ruok command from /127.0.0.1:39810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 12:02:02,996 INFO Processing ruok command from /127.0.0.1:39814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 12:02:06,524 INFO Committing global session 0x100003cdc920008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 12:02:12,957 INFO Processing ruok command from /127.0.0.1:40146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 12:02:12,997 INFO Processing ruok command from /127.0.0.1:40150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 12:02:22,966 INFO Processing ruok command from /127.0.0.1:40482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 12:02:23,018 INFO Processing ruok command from /127.0.0.1:40490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 12:02:32,962 INFO Processing ruok command from /127.0.0.1:40822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 12:02:32,983 INFO Processing ruok command from /127.0.0.1:40826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 12:02:42,950 INFO Processing ruok command from /127.0.0.1:41158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 12:02:43,002 INFO Processing ruok command from /127.0.0.1:41162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 12:02:52,957 INFO Processing ruok command from /127.0.0.1:41504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 12:02:53,014 INFO Processing ruok command from /127.0.0.1:41512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 12:03:02,966 INFO Processing ruok command from /127.0.0.1:41850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 12:03:03,017 INFO Processing ruok command from /127.0.0.1:41858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 12:03:12,960 INFO Processing ruok command from /127.0.0.1:42182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 12:03:13,018 INFO Processing ruok command from /127.0.0.1:42190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 12:03:22,969 INFO Processing ruok command from /127.0.0.1:42526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 12:03:23,023 INFO Processing ruok command from /127.0.0.1:42534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 12:03:32,960 INFO Processing ruok command from /127.0.0.1:42864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 12:03:33,000 INFO Processing ruok command from /127.0.0.1:42868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 12:03:42,947 INFO Processing ruok command from /127.0.0.1:43212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 12:03:42,983 INFO Processing ruok command from /127.0.0.1:43216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 12:03:52,955 INFO Processing ruok command from /127.0.0.1:43552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 12:03:53,015 INFO Processing ruok command from /127.0.0.1:43560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 12:04:02,952 INFO Processing ruok command from /127.0.0.1:43912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 12:04:03,024 INFO Processing ruok command from /127.0.0.1:43920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 12:04:06,706 INFO Committing global session 0x100003cdc920009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 12:04:12,976 INFO Processing ruok command from /127.0.0.1:44256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 12:04:13,009 INFO Processing ruok command from /127.0.0.1:44260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 12:04:22,968 INFO Processing ruok command from /127.0.0.1:44594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 12:04:23,040 INFO Processing ruok command from /127.0.0.1:44602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 12:04:32,952 INFO Processing ruok command from /127.0.0.1:44942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 12:04:33,022 INFO Processing ruok command from /127.0.0.1:44950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 12:04:42,957 INFO Processing ruok command from /127.0.0.1:45282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 12:04:42,986 INFO Processing ruok command from /127.0.0.1:45286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 12:04:52,974 INFO Processing ruok command from /127.0.0.1:45620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 12:04:53,041 INFO Processing ruok command from /127.0.0.1:45628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 12:05:02,948 INFO Processing ruok command from /127.0.0.1:45974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 12:05:02,974 INFO Processing ruok command from /127.0.0.1:45978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 12:05:12,972 INFO Processing ruok command from /127.0.0.1:46304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 12:05:13,005 INFO Processing ruok command from /127.0.0.1:46310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 12:05:22,973 INFO Processing ruok command from /127.0.0.1:46650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 12:05:23,019 INFO Processing ruok command from /127.0.0.1:46658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 12:05:32,971 INFO Processing ruok command from /127.0.0.1:46988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 12:05:33,036 INFO Processing ruok command from /127.0.0.1:46996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 12:05:42,963 INFO Processing ruok command from /127.0.0.1:47330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 12:05:42,995 INFO Processing ruok command from /127.0.0.1:47334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 12:05:52,946 INFO Processing ruok command from /127.0.0.1:47678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 12:05:52,981 INFO Processing ruok command from /127.0.0.1:47682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 12:06:02,961 INFO Processing ruok command from /127.0.0.1:48024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 12:06:03,026 INFO Processing ruok command from /127.0.0.1:48032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 12:06:06,548 INFO Committing global session 0x200003b95310008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 12:06:12,958 INFO Processing ruok command from /127.0.0.1:48364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 12:06:12,986 INFO Processing ruok command from /127.0.0.1:48368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 12:06:22,936 INFO Processing ruok command from /127.0.0.1:48698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 12:06:22,991 INFO Processing ruok command from /127.0.0.1:48702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 12:06:32,954 INFO Processing ruok command from /127.0.0.1:49036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 12:06:32,986 INFO Processing ruok command from /127.0.0.1:49040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 12:06:42,951 INFO Processing ruok command from /127.0.0.1:49390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 12:06:42,994 INFO Processing ruok command from /127.0.0.1:49394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 12:06:52,961 INFO Processing ruok command from /127.0.0.1:49726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 12:06:53,034 INFO Processing ruok command from /127.0.0.1:49734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 12:07:02,960 INFO Processing ruok command from /127.0.0.1:50078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 12:07:02,995 INFO Processing ruok command from /127.0.0.1:50082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 12:07:12,965 INFO Processing ruok command from /127.0.0.1:50422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 12:07:12,996 INFO Processing ruok command from /127.0.0.1:50426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 12:07:22,957 INFO Processing ruok command from /127.0.0.1:50744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 12:07:23,002 INFO Processing ruok command from /127.0.0.1:50748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 12:07:32,970 INFO Processing ruok command from /127.0.0.1:51078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 12:07:33,004 INFO Processing ruok command from /127.0.0.1:51082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 12:07:42,960 INFO Processing ruok command from /127.0.0.1:51402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 12:07:42,999 INFO Processing ruok command from /127.0.0.1:51406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 12:07:52,968 INFO Processing ruok command from /127.0.0.1:51742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 12:07:53,019 INFO Processing ruok command from /127.0.0.1:51750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 12:08:02,976 INFO Processing ruok command from /127.0.0.1:52076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 12:08:02,995 INFO Processing ruok command from /127.0.0.1:52080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 12:08:06,606 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-16]
2023-03-21 12:08:06,618 INFO Committing global session 0x300003c33b8000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 12:08:07,539 INFO Submitting global closeSession request for session 0x300003c33b8000f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-03-21 12:08:12,966 INFO Processing ruok command from /127.0.0.1:52390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 12:08:13,003 INFO Processing ruok command from /127.0.0.1:52396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 12:08:22,957 INFO Processing ruok command from /127.0.0.1:52716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 12:08:22,990 INFO Processing ruok command from /127.0.0.1:52720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 12:08:32,956 INFO Processing ruok command from /127.0.0.1:53042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 12:08:33,045 INFO Processing ruok command from /127.0.0.1:53050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 12:08:42,971 INFO Processing ruok command from /127.0.0.1:53372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 12:08:43,033 INFO Processing ruok command from /127.0.0.1:53380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 12:08:52,951 INFO Processing ruok command from /127.0.0.1:53696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 12:08:53,008 INFO Processing ruok command from /127.0.0.1:53702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 12:09:02,971 INFO Processing ruok command from /127.0.0.1:54044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 12:09:03,011 INFO Processing ruok command from /127.0.0.1:54050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 12:09:12,948 INFO Processing ruok command from /127.0.0.1:54372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 12:09:13,005 INFO Processing ruok command from /127.0.0.1:54378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 12:09:22,964 INFO Processing ruok command from /127.0.0.1:54692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 12:09:23,003 INFO Processing ruok command from /127.0.0.1:54696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 12:09:32,963 INFO Processing ruok command from /127.0.0.1:55016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 12:09:33,021 INFO Processing ruok command from /127.0.0.1:55028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 12:09:42,978 INFO Processing ruok command from /127.0.0.1:55352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 12:09:43,005 INFO Processing ruok command from /127.0.0.1:55358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 12:09:52,973 INFO Processing ruok command from /127.0.0.1:55678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 12:09:53,028 INFO Processing ruok command from /127.0.0.1:55686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 12:10:02,971 INFO Processing ruok command from /127.0.0.1:56044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 12:10:02,998 INFO Processing ruok command from /127.0.0.1:56046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 12:10:06,472 INFO Committing global session 0x200003b95310009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 12:10:12,957 INFO Processing ruok command from /127.0.0.1:56388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 12:10:12,991 INFO Processing ruok command from /127.0.0.1:56392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 12:10:22,951 INFO Processing ruok command from /127.0.0.1:56716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 12:10:23,026 INFO Processing ruok command from /127.0.0.1:56724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 12:10:32,964 INFO Processing ruok command from /127.0.0.1:57062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 12:10:33,020 INFO Processing ruok command from /127.0.0.1:57070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 12:10:42,981 INFO Processing ruok command from /127.0.0.1:57398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 12:10:43,061 INFO Processing ruok command from /127.0.0.1:57404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 12:10:52,961 INFO Processing ruok command from /127.0.0.1:57730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 12:10:53,025 INFO Processing ruok command from /127.0.0.1:57738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 12:11:02,951 INFO Processing ruok command from /127.0.0.1:58066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 12:11:02,982 INFO Processing ruok command from /127.0.0.1:58070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 12:11:12,956 INFO Processing ruok command from /127.0.0.1:58380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 12:11:12,989 INFO Processing ruok command from /127.0.0.1:58384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 12:11:22,950 INFO Processing ruok command from /127.0.0.1:58710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 12:11:22,976 INFO Processing ruok command from /127.0.0.1:58714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 12:11:32,967 INFO Processing ruok command from /127.0.0.1:59034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 12:11:32,999 INFO Processing ruok command from /127.0.0.1:59038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 12:11:42,955 INFO Processing ruok command from /127.0.0.1:59362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 12:11:42,996 INFO Processing ruok command from /127.0.0.1:59366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 12:11:52,959 INFO Processing ruok command from /127.0.0.1:59690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 12:11:53,007 INFO Processing ruok command from /127.0.0.1:59696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 12:12:02,962 INFO Processing ruok command from /127.0.0.1:60022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 12:12:03,004 INFO Processing ruok command from /127.0.0.1:60028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 12:12:06,713 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2023-03-21 12:12:06,724 INFO Committing global session 0x300003c33b80010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 12:12:07,660 INFO Submitting global closeSession request for session 0x300003c33b80010 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-03-21 12:12:12,966 INFO Processing ruok command from /127.0.0.1:60342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 12:12:13,007 INFO Processing ruok command from /127.0.0.1:60348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 12:12:22,959 INFO Processing ruok command from /127.0.0.1:60662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 12:12:22,995 INFO Processing ruok command from /127.0.0.1:60666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 12:12:32,972 INFO Processing ruok command from /127.0.0.1:32772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 12:12:33,017 INFO Processing ruok command from /127.0.0.1:32780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 12:12:42,958 INFO Processing ruok command from /127.0.0.1:33092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 12:12:43,004 INFO Processing ruok command from /127.0.0.1:33098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 12:12:52,969 INFO Processing ruok command from /127.0.0.1:33416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 12:12:52,999 INFO Processing ruok command from /127.0.0.1:33420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 12:13:02,973 INFO Processing ruok command from /127.0.0.1:33758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 12:13:03,030 INFO Processing ruok command from /127.0.0.1:33766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 12:13:12,969 INFO Processing ruok command from /127.0.0.1:34072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 12:13:13,027 INFO Processing ruok command from /127.0.0.1:34080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 12:13:22,951 INFO Processing ruok command from /127.0.0.1:34404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 12:13:22,980 INFO Processing ruok command from /127.0.0.1:34408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 12:13:32,946 INFO Processing ruok command from /127.0.0.1:34734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 12:13:32,974 INFO Processing ruok command from /127.0.0.1:34736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 12:13:42,967 INFO Processing ruok command from /127.0.0.1:35072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 12:13:43,037 INFO Processing ruok command from /127.0.0.1:35080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 12:13:52,944 INFO Processing ruok command from /127.0.0.1:35416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 12:13:52,977 INFO Processing ruok command from /127.0.0.1:35420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 12:14:02,973 INFO Processing ruok command from /127.0.0.1:35764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 12:14:03,012 INFO Processing ruok command from /127.0.0.1:35770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 12:14:06,575 INFO Committing global session 0x200003b9531000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 12:14:12,971 INFO Processing ruok command from /127.0.0.1:36100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 12:14:13,035 INFO Processing ruok command from /127.0.0.1:36108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 12:14:22,974 INFO Processing ruok command from /127.0.0.1:36412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 12:14:23,010 INFO Processing ruok command from /127.0.0.1:36418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 12:14:32,956 INFO Processing ruok command from /127.0.0.1:36748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 12:14:33,030 INFO Processing ruok command from /127.0.0.1:36756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 12:14:42,945 INFO Processing ruok command from /127.0.0.1:37068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 12:14:42,983 INFO Processing ruok command from /127.0.0.1:37074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 12:14:52,953 INFO Processing ruok command from /127.0.0.1:37406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 12:14:52,993 INFO Processing ruok command from /127.0.0.1:37410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 12:15:02,969 INFO Processing ruok command from /127.0.0.1:37738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 12:15:03,000 INFO Processing ruok command from /127.0.0.1:37742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 12:15:12,979 INFO Processing ruok command from /127.0.0.1:38064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 12:15:13,011 INFO Processing ruok command from /127.0.0.1:38068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 12:15:22,971 INFO Processing ruok command from /127.0.0.1:38372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 12:15:23,008 INFO Processing ruok command from /127.0.0.1:38378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 12:15:32,976 INFO Processing ruok command from /127.0.0.1:38716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 12:15:33,000 INFO Processing ruok command from /127.0.0.1:38718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 12:15:42,958 INFO Processing ruok command from /127.0.0.1:39028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 12:15:43,024 INFO Processing ruok command from /127.0.0.1:39036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 12:15:52,946 INFO Processing ruok command from /127.0.0.1:39378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 12:15:53,008 INFO Processing ruok command from /127.0.0.1:39384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 12:16:02,969 INFO Processing ruok command from /127.0.0.1:39698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 12:16:03,002 INFO Processing ruok command from /127.0.0.1:39702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 12:16:06,533 INFO Committing global session 0x200003b9531000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 12:16:12,968 INFO Processing ruok command from /127.0.0.1:40022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 12:16:13,008 INFO Processing ruok command from /127.0.0.1:40028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 12:16:22,959 INFO Processing ruok command from /127.0.0.1:40340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 12:16:23,016 INFO Processing ruok command from /127.0.0.1:40348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 12:16:32,964 INFO Processing ruok command from /127.0.0.1:40674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 12:16:33,007 INFO Processing ruok command from /127.0.0.1:40680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 12:16:42,977 INFO Processing ruok command from /127.0.0.1:40994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 12:16:43,038 INFO Processing ruok command from /127.0.0.1:41000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 12:16:52,979 INFO Processing ruok command from /127.0.0.1:41332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 12:16:53,043 INFO Processing ruok command from /127.0.0.1:41338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 12:17:02,960 INFO Processing ruok command from /127.0.0.1:41652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 12:17:02,989 INFO Processing ruok command from /127.0.0.1:41656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 12:17:12,959 INFO Processing ruok command from /127.0.0.1:41984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 12:17:13,015 INFO Processing ruok command from /127.0.0.1:41992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 12:17:22,958 INFO Processing ruok command from /127.0.0.1:42294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 12:17:23,003 INFO Processing ruok command from /127.0.0.1:42298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 12:17:32,967 INFO Processing ruok command from /127.0.0.1:42636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 12:17:32,998 INFO Processing ruok command from /127.0.0.1:42640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 12:17:42,983 INFO Processing ruok command from /127.0.0.1:42954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 12:17:43,052 INFO Processing ruok command from /127.0.0.1:42960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 12:17:52,965 INFO Processing ruok command from /127.0.0.1:43292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 12:17:53,022 INFO Processing ruok command from /127.0.0.1:43300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 12:18:02,958 INFO Processing ruok command from /127.0.0.1:43620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 12:18:02,996 INFO Processing ruok command from /127.0.0.1:43624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 12:18:06,698 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2023-03-21 12:18:06,710 INFO Committing global session 0x300003c33b80011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 12:18:07,642 INFO Submitting global closeSession request for session 0x300003c33b80011 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-03-21 12:18:12,954 INFO Processing ruok command from /127.0.0.1:43946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 12:18:13,024 INFO Processing ruok command from /127.0.0.1:43954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 12:18:22,955 INFO Processing ruok command from /127.0.0.1:44264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 12:18:22,980 INFO Processing ruok command from /127.0.0.1:44268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 12:18:32,974 INFO Processing ruok command from /127.0.0.1:44596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 12:18:33,007 INFO Processing ruok command from /127.0.0.1:44602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 12:18:42,978 INFO Processing ruok command from /127.0.0.1:44912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 12:18:43,001 INFO Processing ruok command from /127.0.0.1:44914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 12:18:52,971 INFO Processing ruok command from /127.0.0.1:45250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 12:18:53,006 INFO Processing ruok command from /127.0.0.1:45256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 12:19:02,970 INFO Processing ruok command from /127.0.0.1:45582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 12:19:03,022 INFO Processing ruok command from /127.0.0.1:45590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 12:19:12,972 INFO Processing ruok command from /127.0.0.1:45920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 12:19:13,029 INFO Processing ruok command from /127.0.0.1:45928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 12:19:22,956 INFO Processing ruok command from /127.0.0.1:46230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 12:19:23,010 INFO Processing ruok command from /127.0.0.1:46236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 12:19:32,974 INFO Processing ruok command from /127.0.0.1:46564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 12:19:33,036 INFO Processing ruok command from /127.0.0.1:46572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 12:19:42,964 INFO Processing ruok command from /127.0.0.1:46884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 12:19:42,995 INFO Processing ruok command from /127.0.0.1:46888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 12:19:52,963 INFO Processing ruok command from /127.0.0.1:47222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 12:19:53,022 INFO Processing ruok command from /127.0.0.1:47230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 12:20:02,949 INFO Processing ruok command from /127.0.0.1:47550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 12:20:02,972 INFO Processing ruok command from /127.0.0.1:47552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 12:20:06,488 INFO Committing global session 0x200003b9531000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 12:20:13,000 INFO Processing ruok command from /127.0.0.1:47878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 12:20:13,046 INFO Processing ruok command from /127.0.0.1:47884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 12:20:22,950 INFO Processing ruok command from /127.0.0.1:48186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 12:20:22,978 INFO Processing ruok command from /127.0.0.1:48190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 12:20:32,964 INFO Processing ruok command from /127.0.0.1:48532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 12:20:33,027 INFO Processing ruok command from /127.0.0.1:48540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 12:20:42,935 INFO Processing ruok command from /127.0.0.1:48846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 12:20:42,969 INFO Processing ruok command from /127.0.0.1:48848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 12:20:52,957 INFO Processing ruok command from /127.0.0.1:49188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 12:20:52,991 INFO Processing ruok command from /127.0.0.1:49192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 12:21:02,968 INFO Processing ruok command from /127.0.0.1:49510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 12:21:02,998 INFO Processing ruok command from /127.0.0.1:49514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 12:21:12,961 INFO Processing ruok command from /127.0.0.1:49836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 12:21:12,996 INFO Processing ruok command from /127.0.0.1:49840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 12:21:22,960 INFO Processing ruok command from /127.0.0.1:50156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 12:21:23,001 INFO Processing ruok command from /127.0.0.1:50160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 12:21:32,953 INFO Processing ruok command from /127.0.0.1:50490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 12:21:32,982 INFO Processing ruok command from /127.0.0.1:50494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 12:21:42,946 INFO Processing ruok command from /127.0.0.1:50816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 12:21:42,980 INFO Processing ruok command from /127.0.0.1:50820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 12:21:52,956 INFO Processing ruok command from /127.0.0.1:51154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 12:21:52,984 INFO Processing ruok command from /127.0.0.1:51158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 12:22:02,952 INFO Processing ruok command from /127.0.0.1:51472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 12:22:03,022 INFO Processing ruok command from /127.0.0.1:51480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 12:22:06,572 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-3]
2023-03-21 12:22:06,583 INFO Committing global session 0x300003c33b80012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 12:22:07,503 INFO Submitting global closeSession request for session 0x300003c33b80012 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-03-21 12:22:12,946 INFO Processing ruok command from /127.0.0.1:51804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 12:22:12,977 INFO Processing ruok command from /127.0.0.1:51808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 12:22:20,296 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2023-03-21 12:22:20,297 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2023-03-21 12:22:20,320 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2023-03-21 12:22:20,755 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:397)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2023-03-21 12:22:20,756 WARN Interrupting SendWorker thread from RecvWorker. sid: 2. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2]
2023-03-21 12:22:20,759 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2]
java.lang.InterruptedException
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056)
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133)
	at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271)
2023-03-21 12:22:20,761 WARN Send worker leaving thread id 2 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2]
2023-03-21 12:22:21,180 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:397)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2023-03-21 12:22:21,181 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
2023-03-21 12:22:21,184 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
java.lang.InterruptedException
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056)
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133)
	at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271)
2023-03-21 12:22:21,185 WARN Send worker leaving thread id 1 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
2023-03-21 12:22:22,941 INFO Processing ruok command from /127.0.0.1:52112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 12:22:22,992 INFO Processing ruok command from /127.0.0.1:52116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 12:22:32,969 INFO Processing ruok command from /127.0.0.1:52448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 12:22:33,028 INFO Processing ruok command from /127.0.0.1:52464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 12:22:42,953 INFO Processing ruok command from /127.0.0.1:52772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 12:22:42,986 INFO Processing ruok command from /127.0.0.1:52776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 12:22:52,950 INFO Processing ruok command from /127.0.0.1:53086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 12:22:52,979 INFO Processing ruok command from /127.0.0.1:53090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 12:23:02,963 INFO Processing ruok command from /127.0.0.1:53442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 12:23:03,022 INFO Processing ruok command from /127.0.0.1:53450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 12:23:12,966 INFO Processing ruok command from /127.0.0.1:53748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 12:23:12,988 INFO Processing ruok command from /127.0.0.1:53752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 12:23:22,974 INFO Processing ruok command from /127.0.0.1:54090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 12:23:23,041 INFO Processing ruok command from /127.0.0.1:54098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 12:23:32,961 INFO Processing ruok command from /127.0.0.1:54410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 12:23:33,030 INFO Processing ruok command from /127.0.0.1:54418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 12:23:42,969 INFO Processing ruok command from /127.0.0.1:54740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 12:23:42,999 INFO Processing ruok command from /127.0.0.1:54744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 12:23:52,970 INFO Processing ruok command from /127.0.0.1:55062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 12:23:53,032 INFO Processing ruok command from /127.0.0.1:55070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 12:24:02,954 INFO Processing ruok command from /127.0.0.1:55418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 12:24:02,991 INFO Processing ruok command from /127.0.0.1:55422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 12:24:06,421 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-4]
2023-03-21 12:24:06,434 INFO Committing global session 0x300003c33b80013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 12:24:07,377 INFO Submitting global closeSession request for session 0x300003c33b80013 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-03-21 12:24:12,957 INFO Processing ruok command from /127.0.0.1:55728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 12:24:12,993 INFO Processing ruok command from /127.0.0.1:55736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 12:24:22,973 INFO Processing ruok command from /127.0.0.1:56062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 12:24:23,032 INFO Processing ruok command from /127.0.0.1:56070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 12:24:32,983 INFO Processing ruok command from /127.0.0.1:56384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 12:24:33,046 INFO Processing ruok command from /127.0.0.1:56390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 12:24:42,963 INFO Processing ruok command from /127.0.0.1:56720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 12:24:43,004 INFO Processing ruok command from /127.0.0.1:56726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 12:24:52,954 INFO Processing ruok command from /127.0.0.1:57034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 12:24:52,990 INFO Processing ruok command from /127.0.0.1:57038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 12:25:02,941 INFO Processing ruok command from /127.0.0.1:57378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 12:25:02,978 INFO Processing ruok command from /127.0.0.1:57382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 12:25:12,965 INFO Processing ruok command from /127.0.0.1:57696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 12:25:12,994 INFO Processing ruok command from /127.0.0.1:57700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 12:25:22,966 INFO Processing ruok command from /127.0.0.1:58050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 12:25:22,997 INFO Processing ruok command from /127.0.0.1:58054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 12:25:32,960 INFO Processing ruok command from /127.0.0.1:58396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 12:25:33,016 INFO Processing ruok command from /127.0.0.1:58404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 12:25:42,967 INFO Processing ruok command from /127.0.0.1:58750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 12:25:43,029 INFO Processing ruok command from /127.0.0.1:58758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 12:25:52,962 INFO Processing ruok command from /127.0.0.1:59082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 12:25:52,997 INFO Processing ruok command from /127.0.0.1:59086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 12:26:02,955 INFO Processing ruok command from /127.0.0.1:59434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 12:26:03,039 INFO Processing ruok command from /127.0.0.1:59442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 12:26:06,691 INFO Committing global session 0x200003b9531000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 12:26:12,933 INFO Processing ruok command from /127.0.0.1:59738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 12:26:12,966 INFO Processing ruok command from /127.0.0.1:59740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 12:26:22,938 INFO Processing ruok command from /127.0.0.1:60076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 12:26:22,973 INFO Processing ruok command from /127.0.0.1:60078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 12:26:32,948 INFO Processing ruok command from /127.0.0.1:60396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 12:26:32,997 INFO Processing ruok command from /127.0.0.1:60400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 12:26:42,949 INFO Processing ruok command from /127.0.0.1:60726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 12:26:42,977 INFO Processing ruok command from /127.0.0.1:60730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 12:26:52,954 INFO Processing ruok command from /127.0.0.1:32816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 12:26:52,994 INFO Processing ruok command from /127.0.0.1:32820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 12:27:02,964 INFO Processing ruok command from /127.0.0.1:33160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 12:27:02,998 INFO Processing ruok command from /127.0.0.1:33164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 12:27:12,963 INFO Processing ruok command from /127.0.0.1:33474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 12:27:13,012 INFO Processing ruok command from /127.0.0.1:33482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 12:27:22,989 INFO Processing ruok command from /127.0.0.1:33802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 12:27:23,051 INFO Processing ruok command from /127.0.0.1:33808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 12:27:32,968 INFO Processing ruok command from /127.0.0.1:34122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 12:27:33,022 INFO Processing ruok command from /127.0.0.1:34130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 12:27:42,969 INFO Processing ruok command from /127.0.0.1:34462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 12:27:43,035 INFO Processing ruok command from /127.0.0.1:34470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 12:27:52,981 INFO Processing ruok command from /127.0.0.1:34782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 12:27:53,015 INFO Processing ruok command from /127.0.0.1:34788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 12:28:02,952 INFO Processing ruok command from /127.0.0.1:35128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 12:28:03,007 INFO Processing ruok command from /127.0.0.1:35134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 12:28:06,670 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-5]
2023-03-21 12:28:06,679 INFO Committing global session 0x300003c33b80014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 12:28:07,614 INFO Submitting global closeSession request for session 0x300003c33b80014 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-03-21 12:28:12,944 INFO Processing ruok command from /127.0.0.1:35436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 12:28:12,973 INFO Processing ruok command from /127.0.0.1:35438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 12:28:22,979 INFO Processing ruok command from /127.0.0.1:35768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 12:28:23,029 INFO Processing ruok command from /127.0.0.1:35774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 12:28:32,964 INFO Processing ruok command from /127.0.0.1:36090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 12:28:32,991 INFO Processing ruok command from /127.0.0.1:36094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 12:28:42,963 INFO Processing ruok command from /127.0.0.1:36422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 12:28:43,006 INFO Processing ruok command from /127.0.0.1:36428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 12:28:52,978 INFO Processing ruok command from /127.0.0.1:36748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 12:28:53,047 INFO Processing ruok command from /127.0.0.1:36754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 12:29:02,944 INFO Processing ruok command from /127.0.0.1:37100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 12:29:03,024 INFO Processing ruok command from /127.0.0.1:37108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 12:29:12,959 INFO Processing ruok command from /127.0.0.1:37402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 12:29:12,999 INFO Processing ruok command from /127.0.0.1:37406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 12:29:22,968 INFO Processing ruok command from /127.0.0.1:37744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 12:29:23,003 INFO Processing ruok command from /127.0.0.1:37750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 12:29:32,969 INFO Processing ruok command from /127.0.0.1:38060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 12:29:33,001 INFO Processing ruok command from /127.0.0.1:38064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 12:29:42,941 INFO Processing ruok command from /127.0.0.1:38398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 12:29:43,012 INFO Processing ruok command from /127.0.0.1:38404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 12:29:52,973 INFO Processing ruok command from /127.0.0.1:38718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 12:29:53,005 INFO Processing ruok command from /127.0.0.1:38724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 12:30:02,949 INFO Processing ruok command from /127.0.0.1:39058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 12:30:02,984 INFO Processing ruok command from /127.0.0.1:39062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 12:30:06,687 INFO Committing global session 0x200003b9531000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 12:30:12,995 INFO Processing ruok command from /127.0.0.1:39374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 12:30:13,043 INFO Processing ruok command from /127.0.0.1:39380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 12:30:22,973 INFO Processing ruok command from /127.0.0.1:39704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 12:30:23,009 INFO Processing ruok command from /127.0.0.1:39710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 12:30:32,968 INFO Processing ruok command from /127.0.0.1:40026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 12:30:32,995 INFO Processing ruok command from /127.0.0.1:40030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 12:30:42,954 INFO Processing ruok command from /127.0.0.1:40354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 12:30:43,007 INFO Processing ruok command from /127.0.0.1:40360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 12:30:52,950 INFO Processing ruok command from /127.0.0.1:40672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 12:30:52,979 INFO Processing ruok command from /127.0.0.1:40676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 12:31:02,948 INFO Processing ruok command from /127.0.0.1:41020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 12:31:02,980 INFO Processing ruok command from /127.0.0.1:41024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 12:31:12,985 INFO Processing ruok command from /127.0.0.1:41328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 12:31:13,052 INFO Processing ruok command from /127.0.0.1:41334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 12:31:22,984 INFO Processing ruok command from /127.0.0.1:41666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 12:31:23,033 INFO Processing ruok command from /127.0.0.1:41672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 12:31:32,964 INFO Processing ruok command from /127.0.0.1:41982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 12:31:32,997 INFO Processing ruok command from /127.0.0.1:41986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 12:31:42,954 INFO Processing ruok command from /127.0.0.1:42312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 12:31:43,008 INFO Processing ruok command from /127.0.0.1:42318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 12:31:52,964 INFO Processing ruok command from /127.0.0.1:42642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 12:31:53,015 INFO Processing ruok command from /127.0.0.1:42650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 12:32:02,962 INFO Processing ruok command from /127.0.0.1:42982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 12:32:03,041 INFO Processing ruok command from /127.0.0.1:42990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 12:32:06,597 INFO Committing global session 0x200003b9531000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 12:32:12,958 INFO Processing ruok command from /127.0.0.1:43296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 12:32:13,018 INFO Processing ruok command from /127.0.0.1:43304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 12:32:22,952 INFO Processing ruok command from /127.0.0.1:43626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 12:32:23,016 INFO Processing ruok command from /127.0.0.1:43634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 12:32:32,962 INFO Processing ruok command from /127.0.0.1:43940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 12:32:32,988 INFO Processing ruok command from /127.0.0.1:43944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 12:32:42,963 INFO Processing ruok command from /127.0.0.1:44276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 12:32:42,990 INFO Processing ruok command from /127.0.0.1:44280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 12:32:52,975 INFO Processing ruok command from /127.0.0.1:44594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 12:32:52,999 INFO Processing ruok command from /127.0.0.1:44598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 12:33:02,964 INFO Processing ruok command from /127.0.0.1:44942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 12:33:03,010 INFO Processing ruok command from /127.0.0.1:44948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 12:33:12,948 INFO Processing ruok command from /127.0.0.1:45250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 12:33:12,981 INFO Processing ruok command from /127.0.0.1:45254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 12:33:22,973 INFO Processing ruok command from /127.0.0.1:45588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 12:33:23,032 INFO Processing ruok command from /127.0.0.1:45596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 12:33:32,958 INFO Processing ruok command from /127.0.0.1:45910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 12:33:32,979 INFO Processing ruok command from /127.0.0.1:45914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 12:33:42,972 INFO Processing ruok command from /127.0.0.1:46242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 12:33:43,004 INFO Processing ruok command from /127.0.0.1:46248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 12:33:52,953 INFO Processing ruok command from /127.0.0.1:46572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 12:33:52,995 INFO Processing ruok command from /127.0.0.1:46576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 12:34:02,987 INFO Processing ruok command from /127.0.0.1:46932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 12:34:03,034 INFO Processing ruok command from /127.0.0.1:46938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 12:34:06,526 INFO Committing global session 0x100003cdc92000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 12:34:12,966 INFO Processing ruok command from /127.0.0.1:47236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 12:34:12,994 INFO Processing ruok command from /127.0.0.1:47240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 12:34:22,948 INFO Processing ruok command from /127.0.0.1:47580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 12:34:23,017 INFO Processing ruok command from /127.0.0.1:47588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 12:34:32,951 INFO Processing ruok command from /127.0.0.1:47900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 12:34:32,986 INFO Processing ruok command from /127.0.0.1:47904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 12:34:42,944 INFO Processing ruok command from /127.0.0.1:48234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 12:34:42,975 INFO Processing ruok command from /127.0.0.1:48238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 12:34:52,958 INFO Processing ruok command from /127.0.0.1:48550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 12:34:52,990 INFO Processing ruok command from /127.0.0.1:48554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 12:35:02,969 INFO Processing ruok command from /127.0.0.1:48892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 12:35:02,998 INFO Processing ruok command from /127.0.0.1:48896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 12:35:12,951 INFO Processing ruok command from /127.0.0.1:49206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 12:35:12,984 INFO Processing ruok command from /127.0.0.1:49210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 12:35:22,958 INFO Processing ruok command from /127.0.0.1:49536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 12:35:22,992 INFO Processing ruok command from /127.0.0.1:49540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 12:35:32,947 INFO Processing ruok command from /127.0.0.1:49864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 12:35:32,975 INFO Processing ruok command from /127.0.0.1:49866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 12:35:42,967 INFO Processing ruok command from /127.0.0.1:50194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 12:35:43,033 INFO Processing ruok command from /127.0.0.1:50202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 12:35:52,974 INFO Processing ruok command from /127.0.0.1:50518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 12:35:52,994 INFO Processing ruok command from /127.0.0.1:50522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 12:36:02,964 INFO Processing ruok command from /127.0.0.1:50862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 12:36:03,003 INFO Processing ruok command from /127.0.0.1:50866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 12:36:06,652 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-6]
2023-03-21 12:36:06,664 INFO Committing global session 0x300003c33b80015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 12:36:07,602 INFO Submitting global closeSession request for session 0x300003c33b80015 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-03-21 12:36:12,977 INFO Processing ruok command from /127.0.0.1:51170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 12:36:13,052 INFO Processing ruok command from /127.0.0.1:51176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 12:36:22,970 INFO Processing ruok command from /127.0.0.1:51510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 12:36:22,994 INFO Processing ruok command from /127.0.0.1:51514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 12:36:32,953 INFO Processing ruok command from /127.0.0.1:51824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 12:36:32,988 INFO Processing ruok command from /127.0.0.1:51828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 12:36:42,959 INFO Processing ruok command from /127.0.0.1:52154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 12:36:42,986 INFO Processing ruok command from /127.0.0.1:52158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 12:36:52,993 INFO Processing ruok command from /127.0.0.1:52490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 12:36:53,032 INFO Processing ruok command from /127.0.0.1:52496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 12:37:02,966 INFO Processing ruok command from /127.0.0.1:52826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 12:37:02,991 INFO Processing ruok command from /127.0.0.1:52830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 12:37:12,946 INFO Processing ruok command from /127.0.0.1:53140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 12:37:12,980 INFO Processing ruok command from /127.0.0.1:53144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 12:37:22,958 INFO Processing ruok command from /127.0.0.1:53468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 12:37:23,010 INFO Processing ruok command from /127.0.0.1:53474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 12:37:32,958 INFO Processing ruok command from /127.0.0.1:53784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 12:37:32,988 INFO Processing ruok command from /127.0.0.1:53788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 12:37:42,972 INFO Processing ruok command from /127.0.0.1:54120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 12:37:43,027 INFO Processing ruok command from /127.0.0.1:54128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 12:37:52,942 INFO Processing ruok command from /127.0.0.1:54442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 12:37:52,978 INFO Processing ruok command from /127.0.0.1:54446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 12:38:02,983 INFO Processing ruok command from /127.0.0.1:54792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 12:38:03,016 INFO Processing ruok command from /127.0.0.1:54798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 12:38:06,532 INFO Committing global session 0x100003cdc92000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 12:38:12,954 INFO Processing ruok command from /127.0.0.1:55096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 12:38:13,005 INFO Processing ruok command from /127.0.0.1:55102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 12:38:22,971 INFO Processing ruok command from /127.0.0.1:55426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 12:38:23,026 INFO Processing ruok command from /127.0.0.1:55434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 12:38:32,961 INFO Processing ruok command from /127.0.0.1:55750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 12:38:32,995 INFO Processing ruok command from /127.0.0.1:55754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 12:38:42,970 INFO Processing ruok command from /127.0.0.1:56080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 12:38:43,042 INFO Processing ruok command from /127.0.0.1:56088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 12:38:52,975 INFO Processing ruok command from /127.0.0.1:56398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-03-21 12:38:53,029 INFO Processing ruok command from /127.0.0.1:56414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-03-21 12:39:02,965 INFO Processing ruok command from /127.0.0.1:56762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-03-21 12:39:03,004 INFO Processing ruok command from /127.0.0.1:56768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-03-21 12:39:12,954 INFO Processing ruok command from /127.0.0.1:57068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-03-21 12:39:12,984 INFO Processing ruok command from /127.0.0.1:57072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-03-21 12:39:22,956 INFO Processing ruok command from /127.0.0.1:57412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-03-21 12:39:22,992 INFO Processing ruok command from /127.0.0.1:57416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-03-21 12:39:32,970 INFO Processing ruok command from /127.0.0.1:57728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-03-21 12:39:33,025 INFO Processing ruok command from /127.0.0.1:57736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-03-21 12:39:42,954 INFO Processing ruok command from /127.0.0.1:58056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-03-21 12:39:43,022 INFO Processing ruok command from /127.0.0.1:58064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-03-21 12:39:52,966 INFO Processing ruok command from /127.0.0.1:58386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-03-21 12:39:52,982 INFO Processing ruok command from /127.0.0.1:58390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-03-21 12:40:02,944 INFO Processing ruok command from /127.0.0.1:58726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-03-21 12:40:02,985 INFO Processing ruok command from /127.0.0.1:58730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-03-21 12:40:06,602 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-7]
2023-03-21 12:40:06,614 INFO Committing global session 0x300003c33b80016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3]
2023-03-21 12:40:07,548 INFO Submitting global closeSession request for session 0x300003c33b80016 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]