Results

By type

          Detected Zookeeper ID 2
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-05-14 22:47:42,695 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2023-05-14 22:47:42,702 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2023-05-14 22:47:42,703 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2023-05-14 22:47:42,706 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main]
2023-05-14 22:47:42,706 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2023-05-14 22:47:42,707 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2023-05-14 22:47:42,777 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main]
2023-05-14 22:47:42,777 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main]
2023-05-14 22:47:42,781 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2023-05-14 22:47:42,784 INFO Log4j 1.2 jmx support not found; jmx disabled. (org.apache.zookeeper.jmx.ManagedUtil) [main]
2023-05-14 22:47:42,786 INFO Starting quorum peer, myid=2 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main]
2023-05-14 22:47:42,808 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2023-05-14 22:47:42,829 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@12b0404f (org.apache.zookeeper.server.ServerMetrics) [main]
2023-05-14 22:47:42,836 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2023-05-14 22:47:42,975 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-05-14 22:47:42,975 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-05-14 22:47:42,975 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-05-14 22:47:43,071 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2023-05-14 22:47:43,072 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2023-05-14 22:47:43,073 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-05-14 22:47:43,073 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-05-14 22:47:43,073 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-05-14 22:47:43,091 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2023-05-14 22:47:43,091 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2023-05-14 22:47:43,107 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-05-14 22:47:43,115 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main]
2023-05-14 22:47:43,119 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-05-14 22:47:43,119 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-05-14 22:47:43,119 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-05-14 22:47:43,119 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-05-14 22:47:43,120 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-05-14 22:47:43,120 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-05-14 22:47:43,120 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-05-14 22:47:43,120 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-05-14 22:47:43,159 INFO  (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-05-14 22:47:43,159 INFO   ______                  _                                           (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-05-14 22:47:43,159 INFO  |___  /                 | |                                          (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-05-14 22:47:43,159 INFO     / /    ___     ___   | | __   ___    ___   _ __     ___   _ __    (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-05-14 22:47:43,159 INFO    / /    / _ \   / _ \  | |/ /  / _ \  / _ \ | '_ \   / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-05-14 22:47:43,159 INFO   / /__  | (_) | | (_) | |   <  |  __/ |  __/ | |_) | |  __/ | |     (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-05-14 22:47:43,159 INFO  /_____|  \___/   \___/  |_|\_\  \___|  \___| | .__/   \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-05-14 22:47:43,159 INFO                                               | |                      (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-05-14 22:47:43,159 INFO                                               |_|                      (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-05-14 22:47:43,159 INFO  (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-05-14 22:47:43,162 INFO Server environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-05-14 22:47:43,162 INFO Server environment:host.name=onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-05-14 22:47:43,162 INFO Server environment:java.version=11.0.17 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-05-14 22:47:43,162 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-05-14 22:47:43,162 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-05-14 22:47:43,162 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-05-14 22:47:43,163 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-05-14 22:47:43,163 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-05-14 22:47:43,163 INFO Server environment:java.compiler= (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-05-14 22:47:43,163 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-05-14 22:47:43,163 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-05-14 22:47:43,163 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-05-14 22:47:43,163 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-05-14 22:47:43,163 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-05-14 22:47:43,163 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-05-14 22:47:43,163 INFO Server environment:os.memory.free=203MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-05-14 22:47:43,163 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-05-14 22:47:43,163 INFO Server environment:os.memory.total=220MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-05-14 22:47:43,163 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-05-14 22:47:43,163 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-05-14 22:47:43,164 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-05-14 22:47:43,164 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-05-14 22:47:43,164 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-05-14 22:47:43,164 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-05-14 22:47:43,164 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-05-14 22:47:43,164 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-05-14 22:47:43,174 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main]
2023-05-14 22:47:43,175 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main]
2023-05-14 22:47:43,177 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main]
2023-05-14 22:47:43,177 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main]
2023-05-14 22:47:43,196 INFO Using insecure (non-TLS) quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-05-14 22:47:43,196 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-05-14 22:47:43,196 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-05-14 22:47:43,196 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-05-14 22:47:43,196 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-05-14 22:47:43,196 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-05-14 22:47:43,197 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-05-14 22:47:43,218 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main]
2023-05-14 22:47:43,218 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main]
2023-05-14 22:47:43,234 INFO Snapshot loaded in 37 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main]
2023-05-14 22:47:43,237 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-05-14 22:47:43,251 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-05-14 22:47:43,261 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-05-14 22:47:43,405 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-05-14 22:47:43,405 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-05-14 22:47:43,411 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-05-14 22:47:43,412 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-05-14 22:47:43,419 INFO Election port bind maximum retries is infinite (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main]
2023-05-14 22:47:43,422 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main]
2023-05-14 22:47:43,422 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main]
2023-05-14 22:47:43,428 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main]
2023-05-14 22:47:43,432 INFO 2 is accepting connections now, my election bind port: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.75.206:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.75.206:3888]
2023-05-14 22:47:43,452 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-05-14 22:47:43,456 INFO New election. My id = 2, proposed zxid=0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-05-14 22:47:43,473 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=2]]
2023-05-14 22:47:43,477 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-2]
2023-05-14 22:47:43,682 WARN Connection broken for id 1, my id = 2 (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-05-14 22:47:43,684 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=2]]
2023-05-14 22:47:43,682 INFO Notification time out: 400 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-05-14 22:47:43,686 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
2023-05-14 22:47:43,686 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-3]
2023-05-14 22:47:43,689 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-05-14 22:47:43,690 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
2023-05-14 22:47:44,091 INFO Notification time out: 800 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-05-14 22:47:44,092 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=2]]
2023-05-14 22:47:44,095 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-1]
2023-05-14 22:47:44,899 INFO Notification time out: 1600 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-05-14 22:47:44,900 WARN Connection broken for id 1, my id = 2 (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-05-14 22:47:44,901 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=2]]
2023-05-14 22:47:44,901 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
2023-05-14 22:47:44,903 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-1]
2023-05-14 22:47:44,904 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-05-14 22:47:44,905 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
2023-05-14 22:47:45,551 INFO Received connection request from /127.0.0.6:55269 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.75.206:3888]
2023-05-14 22:47:45,599 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:1, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=2]]
2023-05-14 22:47:45,608 INFO Notification: my state:LOOKING; n.sid:1, 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=2]]
2023-05-14 22:47:45,809 INFO Peer state changed: leading (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-05-14 22:47:45,809 INFO LEADING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-05-14 22:47:45,815 INFO zookeeper.leader.maxConcurrentSnapSyncs = 10 (org.apache.zookeeper.server.quorum.LearnerMaster) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-05-14 22:47:45,815 INFO zookeeper.leader.maxConcurrentDiffSyncs = 100 (org.apache.zookeeper.server.quorum.LearnerMaster) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-05-14 22:47:45,815 INFO TCP NoDelay set to: true (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-05-14 22:47:45,815 INFO zookeeper.leader.ackLoggingFrequency = 1000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-05-14 22:47:45,815 INFO zookeeper.leader.maxTimeToWaitForEpoch = -1ms (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-05-14 22:47:45,819 INFO Weighed connection throttling is disabled (org.apache.zookeeper.server.BlueThrottle) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-05-14 22:47:45,820 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-05-14 22:47:45,821 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-05-14 22:47:45,822 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-05-14 22:47:45,822 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-05-14 22:47:45,824 INFO zookeeper.pathStats.slotCapacity = 60 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-05-14 22:47:45,824 INFO zookeeper.pathStats.slotDuration = 15 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-05-14 22:47:45,824 INFO zookeeper.pathStats.maxDepth = 6 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-05-14 22:47:45,824 INFO zookeeper.pathStats.initialDelay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-05-14 22:47:45,824 INFO zookeeper.pathStats.delay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-05-14 22:47:45,824 INFO zookeeper.pathStats.enabled = false (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-05-14 22:47:45,826 INFO The max bytes for all large requests are set to 104857600 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-05-14 22:47:45,826 INFO The large request threshold is set to -1 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-05-14 22:47:45,827 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=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-05-14 22:47:45,830 INFO LEADING - LEADER ELECTION TOOK - 2375 MS (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-05-14 22:47:45,833 INFO Peer state changed: leading - discovery (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-05-14 22:47:45,833 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-05-14 22:47:45,848 INFO Snapshot taken in 15 ms (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-05-14 22:47:45,890 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:41401]
2023-05-14 22:47:45,922 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/127.0.0.6:41401]
2023-05-14 22:47:45,923 INFO Synchronizing with Learner sid: 1 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x0 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:41401]
2023-05-14 22:47:45,924 INFO Sending DIFF zxid=0x0 for peer sid: 1 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:41401]
2023-05-14 22:47:45,935 INFO Peer state changed: leading - synchronization (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-05-14 22:47:46,010 INFO Have quorum of supporters, sids: [[1, 2],[1, 2]]; starting up and setting last processed zxid: 0x100000000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-05-14 22:47:46,040 INFO Configuring CommitProcessor with readBatchSize -1 commitBatchSize 1 (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-05-14 22:47:46,040 INFO Configuring CommitProcessor with 8 worker threads. (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-05-14 22:47:46,056 INFO PrepRequestProcessor (sid:2) started, reconfigEnabled=true (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):]
2023-05-14 22:47:46,057 INFO Using checkIntervalMs=60000 maxPerMinute=10000 maxNeverUsedIntervalMs=0 (org.apache.zookeeper.server.ContainerManager) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-05-14 22:47:46,058 INFO zookeeper.request_throttler.shutdownTimeout = 10000 (org.apache.zookeeper.server.RequestThrottler) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-05-14 22:47:46,072 INFO Peer state changed: leading - broadcast (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-05-14 22:47:46,289 INFO Received connection request from /127.0.0.6:45787 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.75.206:3888]
2023-05-14 22:47:46,320 INFO Notification: my state:LEADING; 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=2]]
2023-05-14 22:47:46,410 INFO Follower sid: 3 : info : onap-strimzi-zookeeper-2.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:42743]
2023-05-14 22:47:46,424 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/127.0.0.6:42743]
2023-05-14 22:47:46,424 INFO Synchronizing with Learner sid: 3 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x100000000 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:42743]
2023-05-14 22:47:46,444 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:42743]
2023-05-14 22:48:03,503 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-05-14 22:48:03,503 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-05-14 22:48:03,503 INFO Processing ruok command from /127.0.0.1:46376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 22:48:03,509 INFO Processing ruok command from /127.0.0.1:46378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 22:48:05,803 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:2]
2023-05-14 22:48:05,823 INFO Committing global session 0x3000043d24e0000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 22:48:13,446 INFO Processing ruok command from /127.0.0.1:46444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 22:48:13,499 INFO Processing ruok command from /127.0.0.1:46446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 22:48:19,826 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2023-05-14 22:48:19,852 INFO Committing global session 0x20000447d1f0000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 22:48:19,863 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2023-05-14 22:48:19,887 INFO Committing global session 0x20000447d1f0001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 22:48:20,072 INFO Committing global session 0x1000047874a0000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 22:48:23,059 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-3]
2023-05-14 22:48:23,077 INFO Committing global session 0x20000447d1f0002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 22:48:23,275 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-4]
2023-05-14 22:48:23,302 INFO Committing global session 0x20000447d1f0003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 22:48:23,428 INFO Processing ruok command from /127.0.0.1:46534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 22:48:23,507 INFO Processing ruok command from /127.0.0.1:46536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 22:48:23,845 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-5]
2023-05-14 22:48:23,866 INFO Committing global session 0x20000447d1f0004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 22:48:33,455 INFO Processing ruok command from /127.0.0.1:46604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 22:48:33,532 INFO Processing ruok command from /127.0.0.1:46606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 22:48:43,442 INFO Processing ruok command from /127.0.0.1:46672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 22:48:43,525 INFO Processing ruok command from /127.0.0.1:46674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 22:48:53,474 INFO Processing ruok command from /127.0.0.1:46738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 22:48:53,537 INFO Processing ruok command from /127.0.0.1:46740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 22:49:03,452 INFO Processing ruok command from /127.0.0.1:46802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 22:49:03,603 INFO Processing ruok command from /127.0.0.1:46806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 22:49:12,354 INFO Committing global session 0x1000047874a0001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 22:49:13,469 INFO Processing ruok command from /127.0.0.1:46870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 22:49:13,544 INFO Processing ruok command from /127.0.0.1:46872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 22:49:23,437 INFO Processing ruok command from /127.0.0.1:46944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 22:49:23,473 INFO Processing ruok command from /127.0.0.1:46946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 22:49:31,668 INFO Committing global session 0x3000043d24e0001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 22:49:33,457 INFO Processing ruok command from /127.0.0.1:47010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 22:49:33,527 INFO Processing ruok command from /127.0.0.1:47012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 22:49:43,461 INFO Processing ruok command from /127.0.0.1:47090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 22:49:43,536 INFO Processing ruok command from /127.0.0.1:47092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 22:49:53,433 INFO Processing ruok command from /127.0.0.1:47170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 22:49:53,537 INFO Processing ruok command from /127.0.0.1:47172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 22:50:03,450 INFO Processing ruok command from /127.0.0.1:47236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 22:50:03,505 INFO Processing ruok command from /127.0.0.1:47238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 22:50:08,404 INFO Committing global session 0x3000043d24e0002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 22:50:13,449 INFO Processing ruok command from /127.0.0.1:47328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 22:50:13,516 INFO Processing ruok command from /127.0.0.1:47330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 22:50:23,446 INFO Processing ruok command from /127.0.0.1:47444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 22:50:23,557 INFO Processing ruok command from /127.0.0.1:47448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 22:50:33,459 INFO Processing ruok command from /127.0.0.1:47568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 22:50:33,562 INFO Processing ruok command from /127.0.0.1:47572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 22:50:43,449 INFO Processing ruok command from /127.0.0.1:47648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 22:50:43,533 INFO Processing ruok command from /127.0.0.1:47650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 22:50:53,473 INFO Processing ruok command from /127.0.0.1:47728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 22:50:53,564 INFO Processing ruok command from /127.0.0.1:47732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 22:51:03,463 INFO Processing ruok command from /127.0.0.1:47808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 22:51:03,553 INFO Processing ruok command from /127.0.0.1:47812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 22:51:13,463 INFO Processing ruok command from /127.0.0.1:47890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 22:51:13,557 INFO Processing ruok command from /127.0.0.1:47894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 22:51:23,430 INFO Processing ruok command from /127.0.0.1:47988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 22:51:23,486 INFO Processing ruok command from /127.0.0.1:47990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 22:51:33,449 INFO Processing ruok command from /127.0.0.1:48154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 22:51:33,516 INFO Processing ruok command from /127.0.0.1:48156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 22:51:43,482 INFO Processing ruok command from /127.0.0.1:48276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 22:51:43,555 INFO Processing ruok command from /127.0.0.1:48280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 22:51:53,437 INFO Processing ruok command from /127.0.0.1:48400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 22:51:53,543 INFO Processing ruok command from /127.0.0.1:48402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 22:52:03,450 INFO Processing ruok command from /127.0.0.1:48536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 22:52:03,581 INFO Processing ruok command from /127.0.0.1:48540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 22:52:08,920 INFO Committing global session 0x1000047874a0002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 22:52:13,445 INFO Processing ruok command from /127.0.0.1:48696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 22:52:13,509 INFO Processing ruok command from /127.0.0.1:48698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 22:52:23,442 INFO Processing ruok command from /127.0.0.1:48822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 22:52:23,509 INFO Processing ruok command from /127.0.0.1:48824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 22:52:33,421 INFO Processing ruok command from /127.0.0.1:48946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 22:52:33,486 INFO Processing ruok command from /127.0.0.1:48948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 22:52:43,466 INFO Processing ruok command from /127.0.0.1:49100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 22:52:43,530 INFO Processing ruok command from /127.0.0.1:49102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 22:52:53,450 INFO Processing ruok command from /127.0.0.1:49234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 22:52:53,525 INFO Processing ruok command from /127.0.0.1:49236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 22:53:03,445 INFO Processing ruok command from /127.0.0.1:49356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 22:53:03,510 INFO Processing ruok command from /127.0.0.1:49358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 22:53:13,450 INFO Processing ruok command from /127.0.0.1:49484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 22:53:13,529 INFO Processing ruok command from /127.0.0.1:49486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 22:53:23,427 INFO Processing ruok command from /127.0.0.1:49616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 22:53:23,499 INFO Processing ruok command from /127.0.0.1:49618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 22:53:33,441 INFO Processing ruok command from /127.0.0.1:49740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 22:53:33,527 INFO Processing ruok command from /127.0.0.1:49742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 22:53:43,428 INFO Processing ruok command from /127.0.0.1:49862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 22:53:43,515 INFO Processing ruok command from /127.0.0.1:49864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 22:53:53,450 INFO Processing ruok command from /127.0.0.1:49990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 22:53:53,568 INFO Processing ruok command from /127.0.0.1:49996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 22:54:03,431 INFO Processing ruok command from /127.0.0.1:50114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 22:54:03,500 INFO Processing ruok command from /127.0.0.1:50116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 22:54:08,595 INFO Committing global session 0x1000047874a0003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 22:54:13,454 INFO Processing ruok command from /127.0.0.1:50242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 22:54:13,529 INFO Processing ruok command from /127.0.0.1:50244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 22:54:23,443 INFO Processing ruok command from /127.0.0.1:50370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 22:54:23,514 INFO Processing ruok command from /127.0.0.1:50372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 22:54:33,438 INFO Processing ruok command from /127.0.0.1:50494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 22:54:33,519 INFO Processing ruok command from /127.0.0.1:50496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 22:54:43,458 INFO Processing ruok command from /127.0.0.1:50616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 22:54:43,508 INFO Processing ruok command from /127.0.0.1:50618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 22:54:53,442 INFO Processing ruok command from /127.0.0.1:50742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 22:54:53,513 INFO Processing ruok command from /127.0.0.1:50744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 22:55:03,475 INFO Processing ruok command from /127.0.0.1:50864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 22:55:03,534 INFO Processing ruok command from /127.0.0.1:50866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 22:55:13,449 INFO Processing ruok command from /127.0.0.1:50996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 22:55:13,491 INFO Processing ruok command from /127.0.0.1:50998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 22:55:23,432 INFO Processing ruok command from /127.0.0.1:51128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 22:55:23,509 INFO Processing ruok command from /127.0.0.1:51130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 22:55:33,438 INFO Processing ruok command from /127.0.0.1:51258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 22:55:33,488 INFO Processing ruok command from /127.0.0.1:51260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 22:55:43,456 INFO Processing ruok command from /127.0.0.1:51380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 22:55:43,527 INFO Processing ruok command from /127.0.0.1:51382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 22:55:53,430 INFO Processing ruok command from /127.0.0.1:51504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 22:55:53,501 INFO Processing ruok command from /127.0.0.1:51506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 22:56:03,442 INFO Processing ruok command from /127.0.0.1:51626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 22:56:03,526 INFO Processing ruok command from /127.0.0.1:51628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 22:56:08,996 INFO Committing global session 0x1000047874a0004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 22:56:13,442 INFO Processing ruok command from /127.0.0.1:51754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 22:56:13,517 INFO Processing ruok command from /127.0.0.1:51756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 22:56:23,443 INFO Processing ruok command from /127.0.0.1:51882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 22:56:23,504 INFO Processing ruok command from /127.0.0.1:51884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 22:56:33,441 INFO Processing ruok command from /127.0.0.1:52010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 22:56:33,549 INFO Processing ruok command from /127.0.0.1:52014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 22:56:43,472 INFO Processing ruok command from /127.0.0.1:52132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 22:56:43,532 INFO Processing ruok command from /127.0.0.1:52134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 22:56:53,468 INFO Processing ruok command from /127.0.0.1:52258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 22:56:53,557 INFO Processing ruok command from /127.0.0.1:52262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 22:57:03,485 INFO Processing ruok command from /127.0.0.1:52380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 22:57:03,578 INFO Processing ruok command from /127.0.0.1:52384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 22:57:13,440 INFO Processing ruok command from /127.0.0.1:52508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 22:57:13,493 INFO Processing ruok command from /127.0.0.1:52510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 22:57:23,413 INFO Processing ruok command from /127.0.0.1:52640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 22:57:23,451 INFO Processing ruok command from /127.0.0.1:52642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 22:57:33,448 INFO Processing ruok command from /127.0.0.1:52764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 22:57:33,518 INFO Processing ruok command from /127.0.0.1:52766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 22:57:43,453 INFO Processing ruok command from /127.0.0.1:52886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 22:57:43,530 INFO Processing ruok command from /127.0.0.1:52888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 22:57:53,452 INFO Processing ruok command from /127.0.0.1:53016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 22:57:53,518 INFO Processing ruok command from /127.0.0.1:53018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 22:58:03,442 INFO Processing ruok command from /127.0.0.1:53140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 22:58:03,495 INFO Processing ruok command from /127.0.0.1:53142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 22:58:08,976 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-6]
2023-05-14 22:58:08,995 INFO Committing global session 0x20000447d1f0005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 22:58:09,782 INFO Submitting global closeSession request for session 0x20000447d1f0005 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-05-14 22:58:13,474 INFO Processing ruok command from /127.0.0.1:53268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 22:58:13,523 INFO Processing ruok command from /127.0.0.1:53270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 22:58:23,434 INFO Processing ruok command from /127.0.0.1:53396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 22:58:23,503 INFO Processing ruok command from /127.0.0.1:53398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 22:58:33,461 INFO Processing ruok command from /127.0.0.1:53520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 22:58:33,540 INFO Processing ruok command from /127.0.0.1:53522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 22:58:43,442 INFO Processing ruok command from /127.0.0.1:53642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 22:58:43,506 INFO Processing ruok command from /127.0.0.1:53644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 22:58:53,432 INFO Processing ruok command from /127.0.0.1:53768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 22:58:53,488 INFO Processing ruok command from /127.0.0.1:53770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 22:59:03,454 INFO Processing ruok command from /127.0.0.1:53888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 22:59:03,547 INFO Processing ruok command from /127.0.0.1:53892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 22:59:13,482 INFO Processing ruok command from /127.0.0.1:54018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 22:59:13,523 INFO Processing ruok command from /127.0.0.1:54020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 22:59:23,463 INFO Processing ruok command from /127.0.0.1:54162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 22:59:23,528 INFO Processing ruok command from /127.0.0.1:54164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 22:59:33,443 INFO Processing ruok command from /127.0.0.1:54286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 22:59:33,514 INFO Processing ruok command from /127.0.0.1:54288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 22:59:43,467 INFO Processing ruok command from /127.0.0.1:54412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 22:59:43,547 INFO Processing ruok command from /127.0.0.1:54416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 22:59:53,482 INFO Processing ruok command from /127.0.0.1:54538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 22:59:53,576 INFO Processing ruok command from /127.0.0.1:54542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:00:03,475 INFO Processing ruok command from /127.0.0.1:54708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:00:03,568 INFO Processing ruok command from /127.0.0.1:54712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:00:09,513 INFO Committing global session 0x3000043d24e0003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 23:00:13,466 INFO Processing ruok command from /127.0.0.1:54836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:00:13,589 INFO Processing ruok command from /127.0.0.1:54840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:00:23,428 INFO Processing ruok command from /127.0.0.1:54980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:00:23,512 INFO Processing ruok command from /127.0.0.1:54982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:00:33,433 INFO Processing ruok command from /127.0.0.1:55144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:00:33,520 INFO Processing ruok command from /127.0.0.1:55146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:00:43,445 INFO Processing ruok command from /127.0.0.1:55284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:00:43,549 INFO Processing ruok command from /127.0.0.1:55288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:00:47,276 INFO Committing global session 0x1000047874a0005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 23:00:47,478 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-7]
2023-05-14 23:00:47,491 INFO Committing global session 0x20000447d1f0006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 23:00:48,836 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-8]
2023-05-14 23:00:48,846 INFO Committing global session 0x20000447d1f0007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 23:00:53,506 INFO Processing ruok command from /127.0.0.1:55506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:00:53,630 INFO Processing ruok command from /127.0.0.1:55512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:01:03,516 INFO Processing ruok command from /127.0.0.1:55642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:01:03,648 INFO Processing ruok command from /127.0.0.1:55646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:01:13,461 INFO Processing ruok command from /127.0.0.1:55810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:01:13,530 INFO Processing ruok command from /127.0.0.1:55812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:01:23,429 INFO Processing ruok command from /127.0.0.1:55990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:01:23,493 INFO Processing ruok command from /127.0.0.1:55992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:01:33,438 INFO Processing ruok command from /127.0.0.1:56136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:01:33,505 INFO Processing ruok command from /127.0.0.1:56138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:01:43,434 INFO Processing ruok command from /127.0.0.1:56282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:01:43,510 INFO Processing ruok command from /127.0.0.1:56284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:01:53,490 INFO Processing ruok command from /127.0.0.1:56480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:01:53,678 INFO Processing ruok command from /127.0.0.1:56484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:02:03,472 INFO Processing ruok command from /127.0.0.1:56666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:02:03,507 INFO Processing ruok command from /127.0.0.1:56668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:02:09,214 INFO Committing global session 0x3000043d24e0004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 23:02:13,454 INFO Processing ruok command from /127.0.0.1:56828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:02:13,562 INFO Processing ruok command from /127.0.0.1:56832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:02:23,460 INFO Processing ruok command from /127.0.0.1:57152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:02:23,536 INFO Processing ruok command from /127.0.0.1:57154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:02:33,422 INFO Processing ruok command from /127.0.0.1:57308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:02:33,490 INFO Processing ruok command from /127.0.0.1:57310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:02:43,464 INFO Processing ruok command from /127.0.0.1:57464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:02:43,513 INFO Processing ruok command from /127.0.0.1:57466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:02:53,454 INFO Processing ruok command from /127.0.0.1:57626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:02:53,526 INFO Processing ruok command from /127.0.0.1:57628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:03:03,469 INFO Processing ruok command from /127.0.0.1:57778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:03:03,547 INFO Processing ruok command from /127.0.0.1:57782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:03:13,426 INFO Processing ruok command from /127.0.0.1:57942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:03:13,506 INFO Processing ruok command from /127.0.0.1:57944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:03:23,430 INFO Processing ruok command from /127.0.0.1:58110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:03:23,519 INFO Processing ruok command from /127.0.0.1:58112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:03:33,441 INFO Processing ruok command from /127.0.0.1:58266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:03:33,499 INFO Processing ruok command from /127.0.0.1:58268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:03:43,446 INFO Processing ruok command from /127.0.0.1:58422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:03:43,518 INFO Processing ruok command from /127.0.0.1:58424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:03:53,440 INFO Processing ruok command from /127.0.0.1:58586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:03:53,509 INFO Processing ruok command from /127.0.0.1:58588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:04:03,444 INFO Processing ruok command from /127.0.0.1:58740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:04:03,503 INFO Processing ruok command from /127.0.0.1:58742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:04:08,578 INFO Committing global session 0x3000043d24e0005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 23:04:13,452 INFO Processing ruok command from /127.0.0.1:58900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:04:13,558 INFO Processing ruok command from /127.0.0.1:58904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:04:23,438 INFO Processing ruok command from /127.0.0.1:59066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:04:23,522 INFO Processing ruok command from /127.0.0.1:59068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:04:33,443 INFO Processing ruok command from /127.0.0.1:59224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:04:33,544 INFO Processing ruok command from /127.0.0.1:59226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:04:43,445 INFO Processing ruok command from /127.0.0.1:59380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:04:43,511 INFO Processing ruok command from /127.0.0.1:59382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:04:53,427 INFO Processing ruok command from /127.0.0.1:59544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:04:53,490 INFO Processing ruok command from /127.0.0.1:59546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:05:03,460 INFO Processing ruok command from /127.0.0.1:59698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:05:03,527 INFO Processing ruok command from /127.0.0.1:59700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:05:13,477 INFO Processing ruok command from /127.0.0.1:59906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:05:13,561 INFO Processing ruok command from /127.0.0.1:59910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:05:23,457 INFO Processing ruok command from /127.0.0.1:60090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:05:23,567 INFO Processing ruok command from /127.0.0.1:60094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:05:33,469 INFO Processing ruok command from /127.0.0.1:60270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:05:33,573 INFO Processing ruok command from /127.0.0.1:60274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:05:43,506 INFO Processing ruok command from /127.0.0.1:60482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:05:43,625 INFO Processing ruok command from /127.0.0.1:60486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:05:53,434 INFO Processing ruok command from /127.0.0.1:60706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:05:53,567 INFO Processing ruok command from /127.0.0.1:60710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:06:03,465 INFO Processing ruok command from /127.0.0.1:60922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:06:03,503 INFO Processing ruok command from /127.0.0.1:60924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:06:08,791 INFO Committing global session 0x3000043d24e0006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 23:06:13,456 INFO Processing ruok command from /127.0.0.1:32904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:06:13,547 INFO Processing ruok command from /127.0.0.1:32908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:06:23,483 INFO Processing ruok command from /127.0.0.1:33110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:06:23,603 INFO Processing ruok command from /127.0.0.1:33114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:06:33,443 INFO Processing ruok command from /127.0.0.1:33318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:06:33,526 INFO Processing ruok command from /127.0.0.1:33320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:06:43,460 INFO Processing ruok command from /127.0.0.1:33512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:06:43,557 INFO Processing ruok command from /127.0.0.1:33516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:06:53,443 INFO Processing ruok command from /127.0.0.1:33740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:06:53,532 INFO Processing ruok command from /127.0.0.1:33742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:07:03,479 INFO Processing ruok command from /127.0.0.1:33932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:07:03,513 INFO Processing ruok command from /127.0.0.1:33934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:07:13,459 INFO Processing ruok command from /127.0.0.1:34136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:07:13,561 INFO Processing ruok command from /127.0.0.1:34140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:07:23,463 INFO Processing ruok command from /127.0.0.1:34340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:07:23,528 INFO Processing ruok command from /127.0.0.1:34342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:07:33,465 INFO Processing ruok command from /127.0.0.1:34538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:07:33,589 INFO Processing ruok command from /127.0.0.1:34542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:07:43,454 INFO Processing ruok command from /127.0.0.1:34728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:07:43,522 INFO Processing ruok command from /127.0.0.1:34730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:07:46,073 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/48ae56d9-6fc2-4a56-8ac3-6769c4e30b5e/onap-policy-apex-pdp-6f8b4c5887-sp5x7 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-05-14 23:07:53,469 INFO Processing ruok command from /127.0.0.1:34938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:07:53,576 INFO Processing ruok command from /127.0.0.1:34942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:08:03,442 INFO Processing ruok command from /127.0.0.1:35132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:08:03,543 INFO Processing ruok command from /127.0.0.1:35134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:08:08,628 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-9]
2023-05-14 23:08:08,643 INFO Committing global session 0x20000447d1f0008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 23:08:09,512 INFO Submitting global closeSession request for session 0x20000447d1f0008 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-05-14 23:08:13,453 INFO Processing ruok command from /127.0.0.1:35348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:08:13,567 INFO Processing ruok command from /127.0.0.1:35352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:08:23,459 INFO Processing ruok command from /127.0.0.1:35548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:08:23,528 INFO Processing ruok command from /127.0.0.1:35550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:08:33,472 INFO Processing ruok command from /127.0.0.1:35748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:08:33,550 INFO Processing ruok command from /127.0.0.1:35752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:08:43,455 INFO Processing ruok command from /127.0.0.1:35992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:08:43,587 INFO Processing ruok command from /127.0.0.1:35996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:08:46,072 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/48ae56d9-6fc2-4a56-8ac3-6769c4e30b5e (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-05-14 23:08:53,440 INFO Processing ruok command from /127.0.0.1:36202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:08:53,572 INFO Processing ruok command from /127.0.0.1:36206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:09:03,463 INFO Processing ruok command from /127.0.0.1:36394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:09:03,593 INFO Processing ruok command from /127.0.0.1:36398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:09:13,444 INFO Processing ruok command from /127.0.0.1:36596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:09:13,525 INFO Processing ruok command from /127.0.0.1:36598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:09:23,425 INFO Processing ruok command from /127.0.0.1:36812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:09:23,545 INFO Processing ruok command from /127.0.0.1:36814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:09:33,430 INFO Processing ruok command from /127.0.0.1:37028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:09:33,560 INFO Processing ruok command from /127.0.0.1:37032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:09:43,446 INFO Processing ruok command from /127.0.0.1:37230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:09:43,543 INFO Processing ruok command from /127.0.0.1:37232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:09:46,073 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-05-14 23:09:53,422 INFO Processing ruok command from /127.0.0.1:37448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:09:53,530 INFO Processing ruok command from /127.0.0.1:37450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:10:03,469 INFO Processing ruok command from /127.0.0.1:37648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:10:03,569 INFO Processing ruok command from /127.0.0.1:37652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:10:08,718 INFO Committing global session 0x1000047874a0006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 23:10:13,515 INFO Processing ruok command from /127.0.0.1:37896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:10:13,708 INFO Processing ruok command from /127.0.0.1:37904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:10:23,499 INFO Processing ruok command from /127.0.0.1:38114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:10:23,609 INFO Processing ruok command from /127.0.0.1:38118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:10:33,498 INFO Processing ruok command from /127.0.0.1:38384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:10:33,579 INFO Processing ruok command from /127.0.0.1:38388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:10:43,450 INFO Processing ruok command from /127.0.0.1:38620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:10:43,518 INFO Processing ruok command from /127.0.0.1:38622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:10:46,073 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1/NBIC1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-05-14 23:10:46,079 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-05-14 23:10:46,085 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/160a1674-68dd-4680-b870-deb84fab287a/onap-policy-xacml-pdp-7c7f64766c-ctfmk (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-05-14 23:10:53,466 INFO Processing ruok command from /127.0.0.1:38846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:10:53,514 INFO Processing ruok command from /127.0.0.1:38848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:11:03,441 INFO Processing ruok command from /127.0.0.1:39068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:11:03,508 INFO Processing ruok command from /127.0.0.1:39070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:11:13,482 INFO Processing ruok command from /127.0.0.1:39306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:11:13,581 INFO Processing ruok command from /127.0.0.1:39310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:11:23,474 INFO Processing ruok command from /127.0.0.1:39532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:11:23,548 INFO Processing ruok command from /127.0.0.1:39536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:11:33,460 INFO Processing ruok command from /127.0.0.1:39794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:11:33,547 INFO Processing ruok command from /127.0.0.1:39798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:11:43,446 INFO Processing ruok command from /127.0.0.1:40010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:11:43,554 INFO Processing ruok command from /127.0.0.1:40014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:11:46,072 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/160a1674-68dd-4680-b870-deb84fab287a (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-05-14 23:11:46,078 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-05-14 23:11:46,085 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/3d359a2b-2755-4471-bbfa-5c2fac69887e/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-05-14 23:11:46,091 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/bba1b37b-23ae-49fd-b175-0352bf7d7ca1/onap-policy-pap-74946b6dcd-g9l55 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-05-14 23:11:46,098 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-05-14 23:11:46,103 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/8a6bbdae-b34a-42ae-aecf-4f6ae12ae7f1/onap-policy-pap-74946b6dcd-g9l55 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-05-14 23:11:53,447 INFO Processing ruok command from /127.0.0.1:40240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:11:53,564 INFO Processing ruok command from /127.0.0.1:40244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:12:03,476 INFO Processing ruok command from /127.0.0.1:40454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:12:03,540 INFO Processing ruok command from /127.0.0.1:40456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:12:08,552 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-10]
2023-05-14 23:12:08,569 INFO Committing global session 0x20000447d1f0009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 23:12:09,440 INFO Submitting global closeSession request for session 0x20000447d1f0009 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-05-14 23:12:13,461 INFO Processing ruok command from /127.0.0.1:40678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:12:13,555 INFO Processing ruok command from /127.0.0.1:40682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:12:23,475 INFO Processing ruok command from /127.0.0.1:40904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:12:23,519 INFO Processing ruok command from /127.0.0.1:40906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:12:33,460 INFO Processing ruok command from /127.0.0.1:41126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:12:33,562 INFO Processing ruok command from /127.0.0.1:41130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:12:43,440 INFO Processing ruok command from /127.0.0.1:41340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:12:43,516 INFO Processing ruok command from /127.0.0.1:41342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:12:46,073 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/8a6bbdae-b34a-42ae-aecf-4f6ae12ae7f1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-05-14 23:12:46,080 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/bba1b37b-23ae-49fd-b175-0352bf7d7ca1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-05-14 23:12:46,085 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-05-14 23:12:46,091 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/3d359a2b-2755-4471-bbfa-5c2fac69887e (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-05-14 23:12:53,461 INFO Processing ruok command from /127.0.0.1:41574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:12:53,562 INFO Processing ruok command from /127.0.0.1:41578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:13:03,500 INFO Processing ruok command from /127.0.0.1:41924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:13:03,601 INFO Processing ruok command from /127.0.0.1:41928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:13:13,460 INFO Processing ruok command from /127.0.0.1:42222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:13:13,574 INFO Processing ruok command from /127.0.0.1:42226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:13:23,435 INFO Processing ruok command from /127.0.0.1:42450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:13:23,509 INFO Processing ruok command from /127.0.0.1:42452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:13:33,454 INFO Processing ruok command from /127.0.0.1:42692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:13:33,530 INFO Processing ruok command from /127.0.0.1:42694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:13:43,444 INFO Processing ruok command from /127.0.0.1:42912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:13:43,554 INFO Processing ruok command from /127.0.0.1:42916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:13:46,072 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-05-14 23:13:46,079 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-05-14 23:13:53,459 INFO Processing ruok command from /127.0.0.1:43140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:13:53,549 INFO Processing ruok command from /127.0.0.1:43144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:14:03,446 INFO Processing ruok command from /127.0.0.1:43356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:14:03,540 INFO Processing ruok command from /127.0.0.1:43358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:14:08,455 INFO Committing global session 0x3000043d24e0007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 23:14:13,450 INFO Processing ruok command from /127.0.0.1:43582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:14:13,510 INFO Processing ruok command from /127.0.0.1:43584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:14:23,462 INFO Processing ruok command from /127.0.0.1:43806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:14:23,535 INFO Processing ruok command from /127.0.0.1:43808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:14:33,458 INFO Processing ruok command from /127.0.0.1:44038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:14:33,540 INFO Processing ruok command from /127.0.0.1:44052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:14:43,461 INFO Processing ruok command from /127.0.0.1:44268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:14:43,514 INFO Processing ruok command from /127.0.0.1:44270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:14:46,072 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-05-14 23:14:53,436 INFO Processing ruok command from /127.0.0.1:44500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:14:53,526 INFO Processing ruok command from /127.0.0.1:44502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:15:03,448 INFO Processing ruok command from /127.0.0.1:44716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:15:03,542 INFO Processing ruok command from /127.0.0.1:44718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:15:13,438 INFO Processing ruok command from /127.0.0.1:44942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:15:13,503 INFO Processing ruok command from /127.0.0.1:44944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:15:23,452 INFO Processing ruok command from /127.0.0.1:45172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:15:23,533 INFO Processing ruok command from /127.0.0.1:45174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:15:33,440 INFO Processing ruok command from /127.0.0.1:45398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:15:33,547 INFO Processing ruok command from /127.0.0.1:45402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:15:43,469 INFO Processing ruok command from /127.0.0.1:45614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:15:43,564 INFO Processing ruok command from /127.0.0.1:45618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:15:46,072 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-05-14 23:15:53,431 INFO Processing ruok command from /127.0.0.1:45840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:15:53,501 INFO Processing ruok command from /127.0.0.1:45842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:16:03,451 INFO Processing ruok command from /127.0.0.1:46054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:16:03,551 INFO Processing ruok command from /127.0.0.1:46058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:16:08,466 INFO Committing global session 0x1000047874a0007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 23:16:13,415 INFO Processing ruok command from /127.0.0.1:46282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:16:13,533 INFO Processing ruok command from /127.0.0.1:46284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:16:23,447 INFO Processing ruok command from /127.0.0.1:46514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:16:23,514 INFO Processing ruok command from /127.0.0.1:46516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:16:33,451 INFO Processing ruok command from /127.0.0.1:46740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:16:33,531 INFO Processing ruok command from /127.0.0.1:46742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:16:43,456 INFO Processing ruok command from /127.0.0.1:46956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:16:43,527 INFO Processing ruok command from /127.0.0.1:46958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:16:46,073 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-05-14 23:16:53,469 INFO Processing ruok command from /127.0.0.1:47186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:16:53,570 INFO Processing ruok command from /127.0.0.1:47190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:17:03,455 INFO Processing ruok command from /127.0.0.1:47410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:17:03,579 INFO Processing ruok command from /127.0.0.1:47414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:17:13,478 INFO Processing ruok command from /127.0.0.1:47636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:17:13,560 INFO Processing ruok command from /127.0.0.1:47640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:17:23,433 INFO Processing ruok command from /127.0.0.1:47868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:17:23,517 INFO Processing ruok command from /127.0.0.1:47870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:17:33,461 INFO Processing ruok command from /127.0.0.1:48138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:17:33,556 INFO Processing ruok command from /127.0.0.1:48142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:17:43,473 INFO Processing ruok command from /127.0.0.1:48352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:17:43,557 INFO Processing ruok command from /127.0.0.1:48356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:17:46,073 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-05-14 23:17:53,467 INFO Processing ruok command from /127.0.0.1:48582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:17:53,564 INFO Processing ruok command from /127.0.0.1:48586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:18:03,497 INFO Processing ruok command from /127.0.0.1:48802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:18:03,584 INFO Processing ruok command from /127.0.0.1:48806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:18:08,604 INFO Committing global session 0x3000043d24e0008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 23:18:13,446 INFO Processing ruok command from /127.0.0.1:49050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:18:13,550 INFO Processing ruok command from /127.0.0.1:49054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:18:23,465 INFO Processing ruok command from /127.0.0.1:49320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:18:23,535 INFO Processing ruok command from /127.0.0.1:49322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:18:33,459 INFO Processing ruok command from /127.0.0.1:49740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:18:33,539 INFO Processing ruok command from /127.0.0.1:49742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:18:43,489 INFO Processing ruok command from /127.0.0.1:50016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:18:43,559 INFO Processing ruok command from /127.0.0.1:50020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:18:53,454 INFO Processing ruok command from /127.0.0.1:50306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:18:53,523 INFO Processing ruok command from /127.0.0.1:50308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:19:03,471 INFO Processing ruok command from /127.0.0.1:50598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:19:03,565 INFO Processing ruok command from /127.0.0.1:50602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:19:13,454 INFO Processing ruok command from /127.0.0.1:50872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:19:13,580 INFO Processing ruok command from /127.0.0.1:50876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:19:23,526 INFO Processing ruok command from /127.0.0.1:51162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:19:23,627 INFO Processing ruok command from /127.0.0.1:51166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:19:33,454 INFO Processing ruok command from /127.0.0.1:51438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:19:33,550 INFO Processing ruok command from /127.0.0.1:51442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:19:43,467 INFO Processing ruok command from /127.0.0.1:51698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:19:43,558 INFO Processing ruok command from /127.0.0.1:51702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:19:46,072 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp/sdnc2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-05-14 23:19:53,475 INFO Processing ruok command from /127.0.0.1:51986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:19:53,577 INFO Processing ruok command from /127.0.0.1:51992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:20:03,479 INFO Processing ruok command from /127.0.0.1:52250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:20:03,578 INFO Processing ruok command from /127.0.0.1:52254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:20:08,902 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-11]
2023-05-14 23:20:08,936 INFO Committing global session 0x20000447d1f000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 23:20:09,731 INFO Submitting global closeSession request for session 0x20000447d1f000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-05-14 23:20:13,478 INFO Processing ruok command from /127.0.0.1:52524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:20:13,558 INFO Processing ruok command from /127.0.0.1:52528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:20:23,466 INFO Processing ruok command from /127.0.0.1:52836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:20:23,582 INFO Processing ruok command from /127.0.0.1:52840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:20:33,461 INFO Processing ruok command from /127.0.0.1:53168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:20:33,573 INFO Processing ruok command from /127.0.0.1:53172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:20:43,494 INFO Processing ruok command from /127.0.0.1:53440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:20:43,580 INFO Processing ruok command from /127.0.0.1:53444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:20:46,072 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-05-14 23:20:53,493 INFO Processing ruok command from /127.0.0.1:53764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:20:53,574 INFO Processing ruok command from /127.0.0.1:53768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:21:03,430 INFO Processing ruok command from /127.0.0.1:54048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:21:03,521 INFO Processing ruok command from /127.0.0.1:54050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:21:13,430 INFO Processing ruok command from /127.0.0.1:54350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:21:13,511 INFO Processing ruok command from /127.0.0.1:54352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:21:23,429 INFO Processing ruok command from /127.0.0.1:54664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:21:23,518 INFO Processing ruok command from /127.0.0.1:54666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:21:33,484 INFO Processing ruok command from /127.0.0.1:54962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:21:33,564 INFO Processing ruok command from /127.0.0.1:54966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:21:43,423 INFO Processing ruok command from /127.0.0.1:55250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:21:43,509 INFO Processing ruok command from /127.0.0.1:55252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:21:46,073 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-05-14 23:21:46,080 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-05-14 23:21:53,429 INFO Processing ruok command from /127.0.0.1:55558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:21:53,533 INFO Processing ruok command from /127.0.0.1:55560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:22:03,466 INFO Processing ruok command from /127.0.0.1:55846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:22:03,542 INFO Processing ruok command from /127.0.0.1:55848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:22:08,519 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-12]
2023-05-14 23:22:08,535 INFO Committing global session 0x20000447d1f000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 23:22:09,422 INFO Submitting global closeSession request for session 0x20000447d1f000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-05-14 23:22:13,455 INFO Processing ruok command from /127.0.0.1:56140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:22:13,524 INFO Processing ruok command from /127.0.0.1:56142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:22:23,439 INFO Processing ruok command from /127.0.0.1:56456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:22:23,528 INFO Processing ruok command from /127.0.0.1:56458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:22:33,449 INFO Processing ruok command from /127.0.0.1:56752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:22:33,552 INFO Processing ruok command from /127.0.0.1:56756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:22:43,450 INFO Processing ruok command from /127.0.0.1:57036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:22:43,525 INFO Processing ruok command from /127.0.0.1:57038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:22:46,073 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-05-14 23:22:53,490 INFO Processing ruok command from /127.0.0.1:57350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:22:53,592 INFO Processing ruok command from /127.0.0.1:57354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:23:03,458 INFO Processing ruok command from /127.0.0.1:57642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:23:03,565 INFO Processing ruok command from /127.0.0.1:57646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:23:13,466 INFO Processing ruok command from /127.0.0.1:57942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:23:13,534 INFO Processing ruok command from /127.0.0.1:57944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:23:23,469 INFO Processing ruok command from /127.0.0.1:58262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:23:23,598 INFO Processing ruok command from /127.0.0.1:58266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:23:33,451 INFO Processing ruok command from /127.0.0.1:58566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:23:33,547 INFO Processing ruok command from /127.0.0.1:58570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:23:43,462 INFO Processing ruok command from /127.0.0.1:58856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:23:43,570 INFO Processing ruok command from /127.0.0.1:58860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:23:46,073 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-05-14 23:23:53,466 INFO Processing ruok command from /127.0.0.1:59170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:23:53,559 INFO Processing ruok command from /127.0.0.1:59174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:24:03,457 INFO Processing ruok command from /127.0.0.1:59464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:24:03,539 INFO Processing ruok command from /127.0.0.1:59466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:24:08,500 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-13]
2023-05-14 23:24:08,516 INFO Committing global session 0x20000447d1f000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 23:24:09,392 INFO Submitting global closeSession request for session 0x20000447d1f000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-05-14 23:24:13,454 INFO Processing ruok command from /127.0.0.1:59764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:24:13,536 INFO Processing ruok command from /127.0.0.1:59766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:24:23,450 INFO Processing ruok command from /127.0.0.1:60080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:24:23,564 INFO Processing ruok command from /127.0.0.1:60084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:24:33,469 INFO Processing ruok command from /127.0.0.1:60382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:24:33,544 INFO Processing ruok command from /127.0.0.1:60384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:24:43,467 INFO Processing ruok command from /127.0.0.1:60670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:24:43,526 INFO Processing ruok command from /127.0.0.1:60672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:24:46,072 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-05-14 23:24:53,440 INFO Processing ruok command from /127.0.0.1:60986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:24:53,518 INFO Processing ruok command from /127.0.0.1:60988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:25:03,482 INFO Processing ruok command from /127.0.0.1:33046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:25:03,548 INFO Processing ruok command from /127.0.0.1:33050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:25:13,460 INFO Processing ruok command from /127.0.0.1:33348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:25:13,522 INFO Processing ruok command from /127.0.0.1:33350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:25:23,442 INFO Processing ruok command from /127.0.0.1:33668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:25:23,544 INFO Processing ruok command from /127.0.0.1:33670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:25:33,454 INFO Processing ruok command from /127.0.0.1:33968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:25:33,532 INFO Processing ruok command from /127.0.0.1:33970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:25:43,466 INFO Processing ruok command from /127.0.0.1:34266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:25:43,544 INFO Processing ruok command from /127.0.0.1:34268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:25:53,473 INFO Processing ruok command from /127.0.0.1:34580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:25:53,538 INFO Processing ruok command from /127.0.0.1:34582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:26:03,438 INFO Processing ruok command from /127.0.0.1:34872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:26:03,531 INFO Processing ruok command from /127.0.0.1:34874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:26:08,613 INFO Committing global session 0x1000047874a0008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 23:26:13,452 INFO Processing ruok command from /127.0.0.1:35174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:26:13,502 INFO Processing ruok command from /127.0.0.1:35176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:26:23,469 INFO Processing ruok command from /127.0.0.1:35488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:26:23,556 INFO Processing ruok command from /127.0.0.1:35492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:26:33,428 INFO Processing ruok command from /127.0.0.1:35812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:26:33,521 INFO Processing ruok command from /127.0.0.1:35814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:26:43,425 INFO Processing ruok command from /127.0.0.1:36100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:26:43,511 INFO Processing ruok command from /127.0.0.1:36102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:26:53,485 INFO Processing ruok command from /127.0.0.1:36416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:26:53,581 INFO Processing ruok command from /127.0.0.1:36420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:27:03,469 INFO Processing ruok command from /127.0.0.1:36712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:27:03,514 INFO Processing ruok command from /127.0.0.1:36714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:27:13,441 INFO Processing ruok command from /127.0.0.1:37012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:27:13,546 INFO Processing ruok command from /127.0.0.1:37014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:27:23,472 INFO Processing ruok command from /127.0.0.1:37336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:27:23,561 INFO Processing ruok command from /127.0.0.1:37340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:27:33,446 INFO Processing ruok command from /127.0.0.1:37642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:27:33,564 INFO Processing ruok command from /127.0.0.1:37644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:27:43,467 INFO Processing ruok command from /127.0.0.1:37928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:27:43,550 INFO Processing ruok command from /127.0.0.1:37932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:27:53,465 INFO Processing ruok command from /127.0.0.1:38244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:27:53,574 INFO Processing ruok command from /127.0.0.1:38248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:28:03,460 INFO Processing ruok command from /127.0.0.1:38536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:28:03,535 INFO Processing ruok command from /127.0.0.1:38538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:28:08,606 INFO Committing global session 0x1000047874a0009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 23:28:13,455 INFO Processing ruok command from /127.0.0.1:38840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:28:13,548 INFO Processing ruok command from /127.0.0.1:38844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:28:23,447 INFO Processing ruok command from /127.0.0.1:39156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:28:23,523 INFO Processing ruok command from /127.0.0.1:39158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:28:33,454 INFO Processing ruok command from /127.0.0.1:39456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:28:33,496 INFO Processing ruok command from /127.0.0.1:39458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:28:43,455 INFO Processing ruok command from /127.0.0.1:39746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:28:43,538 INFO Processing ruok command from /127.0.0.1:39748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:28:53,443 INFO Processing ruok command from /127.0.0.1:40062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:28:53,502 INFO Processing ruok command from /127.0.0.1:40064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:29:03,465 INFO Processing ruok command from /127.0.0.1:40356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:29:03,548 INFO Processing ruok command from /127.0.0.1:40360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:29:13,457 INFO Processing ruok command from /127.0.0.1:40656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:29:13,558 INFO Processing ruok command from /127.0.0.1:40660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:29:23,433 INFO Processing ruok command from /127.0.0.1:40976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:29:23,493 INFO Processing ruok command from /127.0.0.1:40978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:29:33,455 INFO Processing ruok command from /127.0.0.1:41280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:29:33,528 INFO Processing ruok command from /127.0.0.1:41282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:29:43,475 INFO Processing ruok command from /127.0.0.1:41570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:29:43,549 INFO Processing ruok command from /127.0.0.1:41574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:29:53,460 INFO Processing ruok command from /127.0.0.1:41892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:29:53,530 INFO Processing ruok command from /127.0.0.1:41894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:30:03,458 INFO Processing ruok command from /127.0.0.1:42184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:30:03,574 INFO Processing ruok command from /127.0.0.1:42188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:30:08,618 INFO Committing global session 0x1000047874a000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 23:30:13,493 INFO Processing ruok command from /127.0.0.1:42484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:30:13,578 INFO Processing ruok command from /127.0.0.1:42488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:30:23,459 INFO Processing ruok command from /127.0.0.1:42802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:30:23,511 INFO Processing ruok command from /127.0.0.1:42804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:30:33,435 INFO Processing ruok command from /127.0.0.1:43102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:30:33,544 INFO Processing ruok command from /127.0.0.1:43104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:30:43,452 INFO Processing ruok command from /127.0.0.1:43396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:30:43,530 INFO Processing ruok command from /127.0.0.1:43398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:30:53,450 INFO Processing ruok command from /127.0.0.1:43714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:30:53,504 INFO Processing ruok command from /127.0.0.1:43716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:31:03,472 INFO Processing ruok command from /127.0.0.1:44006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:31:03,566 INFO Processing ruok command from /127.0.0.1:44010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:31:13,456 INFO Processing ruok command from /127.0.0.1:44310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:31:13,535 INFO Processing ruok command from /127.0.0.1:44312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:31:23,472 INFO Processing ruok command from /127.0.0.1:44632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:31:23,562 INFO Processing ruok command from /127.0.0.1:44636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:31:33,451 INFO Processing ruok command from /127.0.0.1:44984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:31:33,506 INFO Processing ruok command from /127.0.0.1:44986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:31:43,439 INFO Processing ruok command from /127.0.0.1:45272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:31:43,531 INFO Processing ruok command from /127.0.0.1:45274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:31:53,460 INFO Processing ruok command from /127.0.0.1:45588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:31:53,539 INFO Processing ruok command from /127.0.0.1:45590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:32:03,465 INFO Processing ruok command from /127.0.0.1:45882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:32:03,560 INFO Processing ruok command from /127.0.0.1:45886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:32:08,612 INFO Committing global session 0x1000047874a000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 23:32:13,455 INFO Processing ruok command from /127.0.0.1:46184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:32:13,555 INFO Processing ruok command from /127.0.0.1:46188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:32:23,462 INFO Processing ruok command from /127.0.0.1:46500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:32:23,539 INFO Processing ruok command from /127.0.0.1:46502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:32:33,480 INFO Processing ruok command from /127.0.0.1:46800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:32:33,577 INFO Processing ruok command from /127.0.0.1:46804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:32:43,456 INFO Processing ruok command from /127.0.0.1:47088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:32:43,547 INFO Processing ruok command from /127.0.0.1:47092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:32:53,452 INFO Processing ruok command from /127.0.0.1:47406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:32:53,544 INFO Processing ruok command from /127.0.0.1:47408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:33:03,467 INFO Processing ruok command from /127.0.0.1:47696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:33:03,575 INFO Processing ruok command from /127.0.0.1:47700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:33:13,463 INFO Processing ruok command from /127.0.0.1:47996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:33:13,527 INFO Processing ruok command from /127.0.0.1:47998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:33:23,452 INFO Processing ruok command from /127.0.0.1:48316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:33:23,490 INFO Processing ruok command from /127.0.0.1:48318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:33:33,474 INFO Processing ruok command from /127.0.0.1:48618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:33:33,556 INFO Processing ruok command from /127.0.0.1:48622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:33:43,458 INFO Processing ruok command from /127.0.0.1:48906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:33:43,535 INFO Processing ruok command from /127.0.0.1:48908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:33:53,437 INFO Processing ruok command from /127.0.0.1:49224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:33:53,539 INFO Processing ruok command from /127.0.0.1:49226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:34:03,461 INFO Processing ruok command from /127.0.0.1:49518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:34:03,536 INFO Processing ruok command from /127.0.0.1:49520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:34:08,418 INFO Committing global session 0x3000043d24e0009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 23:34:13,456 INFO Processing ruok command from /127.0.0.1:49818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:34:13,593 INFO Processing ruok command from /127.0.0.1:49822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:34:23,444 INFO Processing ruok command from /127.0.0.1:50162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:34:23,549 INFO Processing ruok command from /127.0.0.1:50166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:34:33,468 INFO Processing ruok command from /127.0.0.1:50484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:34:33,547 INFO Processing ruok command from /127.0.0.1:50488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:34:43,458 INFO Processing ruok command from /127.0.0.1:50786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:34:43,537 INFO Processing ruok command from /127.0.0.1:50788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:34:53,479 INFO Processing ruok command from /127.0.0.1:51120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:34:53,562 INFO Processing ruok command from /127.0.0.1:51124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:35:03,475 INFO Processing ruok command from /127.0.0.1:51426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:35:03,578 INFO Processing ruok command from /127.0.0.1:51430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:35:13,463 INFO Processing ruok command from /127.0.0.1:51732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:35:13,528 INFO Processing ruok command from /127.0.0.1:51734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:35:23,450 INFO Processing ruok command from /127.0.0.1:52054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:35:23,541 INFO Processing ruok command from /127.0.0.1:52056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:35:33,488 INFO Processing ruok command from /127.0.0.1:52354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:35:33,565 INFO Processing ruok command from /127.0.0.1:52358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:35:43,441 INFO Processing ruok command from /127.0.0.1:52650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:35:43,527 INFO Processing ruok command from /127.0.0.1:52652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:35:53,467 INFO Processing ruok command from /127.0.0.1:52966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:35:53,550 INFO Processing ruok command from /127.0.0.1:52970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:36:03,440 INFO Processing ruok command from /127.0.0.1:53258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:36:03,539 INFO Processing ruok command from /127.0.0.1:53260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:36:08,553 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-14]
2023-05-14 23:36:08,573 INFO Committing global session 0x20000447d1f000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 23:36:09,253 INFO Submitting global closeSession request for session 0x20000447d1f000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-05-14 23:36:13,471 INFO Processing ruok command from /127.0.0.1:53562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:36:13,547 INFO Processing ruok command from /127.0.0.1:53566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:36:23,444 INFO Processing ruok command from /127.0.0.1:53876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:36:23,534 INFO Processing ruok command from /127.0.0.1:53878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:36:33,449 INFO Processing ruok command from /127.0.0.1:54178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:36:33,547 INFO Processing ruok command from /127.0.0.1:54180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:36:43,451 INFO Processing ruok command from /127.0.0.1:54466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:36:43,600 INFO Processing ruok command from /127.0.0.1:54470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:36:53,458 INFO Processing ruok command from /127.0.0.1:54782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:36:53,527 INFO Processing ruok command from /127.0.0.1:54784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:37:03,455 INFO Processing ruok command from /127.0.0.1:55076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:37:03,562 INFO Processing ruok command from /127.0.0.1:55080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:37:13,433 INFO Processing ruok command from /127.0.0.1:55376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:37:13,513 INFO Processing ruok command from /127.0.0.1:55378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:37:23,463 INFO Processing ruok command from /127.0.0.1:55698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:37:23,511 INFO Processing ruok command from /127.0.0.1:55700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:37:33,460 INFO Processing ruok command from /127.0.0.1:56000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:37:33,545 INFO Processing ruok command from /127.0.0.1:56002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:37:43,444 INFO Processing ruok command from /127.0.0.1:56286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:37:43,542 INFO Processing ruok command from /127.0.0.1:56288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:37:53,455 INFO Processing ruok command from /127.0.0.1:56604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:37:53,511 INFO Processing ruok command from /127.0.0.1:56606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:38:03,442 INFO Processing ruok command from /127.0.0.1:56896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:38:03,484 INFO Processing ruok command from /127.0.0.1:56898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:38:08,723 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-15]
2023-05-14 23:38:08,741 INFO Committing global session 0x20000447d1f000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 23:38:09,633 INFO Submitting global closeSession request for session 0x20000447d1f000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-05-14 23:38:13,436 INFO Processing ruok command from /127.0.0.1:57204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:38:13,532 INFO Processing ruok command from /127.0.0.1:57206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:38:23,450 INFO Processing ruok command from /127.0.0.1:57520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:38:23,520 INFO Processing ruok command from /127.0.0.1:57522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:38:33,461 INFO Processing ruok command from /127.0.0.1:57820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:38:33,542 INFO Processing ruok command from /127.0.0.1:57822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:38:43,458 INFO Processing ruok command from /127.0.0.1:58110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:38:43,509 INFO Processing ruok command from /127.0.0.1:58112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:38:53,460 INFO Processing ruok command from /127.0.0.1:58428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:38:53,516 INFO Processing ruok command from /127.0.0.1:58430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:39:03,461 INFO Processing ruok command from /127.0.0.1:58722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:39:03,541 INFO Processing ruok command from /127.0.0.1:58724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:39:13,435 INFO Processing ruok command from /127.0.0.1:59022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:39:13,524 INFO Processing ruok command from /127.0.0.1:59024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:39:23,475 INFO Processing ruok command from /127.0.0.1:59342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:39:23,535 INFO Processing ruok command from /127.0.0.1:59344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:39:33,459 INFO Processing ruok command from /127.0.0.1:59644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:39:33,525 INFO Processing ruok command from /127.0.0.1:59646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:39:43,422 INFO Processing ruok command from /127.0.0.1:59932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:39:43,523 INFO Processing ruok command from /127.0.0.1:59934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:39:53,434 INFO Processing ruok command from /127.0.0.1:60250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:39:53,513 INFO Processing ruok command from /127.0.0.1:60252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:40:03,483 INFO Processing ruok command from /127.0.0.1:60542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:40:03,574 INFO Processing ruok command from /127.0.0.1:60546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:40:08,574 INFO Committing global session 0x3000043d24e000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 23:40:13,463 INFO Processing ruok command from /127.0.0.1:60844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:40:13,622 INFO Processing ruok command from /127.0.0.1:60848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:40:23,477 INFO Processing ruok command from /127.0.0.1:32934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:40:23,567 INFO Processing ruok command from /127.0.0.1:32938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:40:33,440 INFO Processing ruok command from /127.0.0.1:33234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:40:33,496 INFO Processing ruok command from /127.0.0.1:33236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:40:43,457 INFO Processing ruok command from /127.0.0.1:33528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:40:43,549 INFO Processing ruok command from /127.0.0.1:33532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:40:53,432 INFO Processing ruok command from /127.0.0.1:33844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:40:53,535 INFO Processing ruok command from /127.0.0.1:33846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:41:03,424 INFO Processing ruok command from /127.0.0.1:34138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:41:03,542 INFO Processing ruok command from /127.0.0.1:34140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:41:13,462 INFO Processing ruok command from /127.0.0.1:34440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:41:13,518 INFO Processing ruok command from /127.0.0.1:34442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:41:23,486 INFO Processing ruok command from /127.0.0.1:34760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:41:23,547 INFO Processing ruok command from /127.0.0.1:34764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:41:33,449 INFO Processing ruok command from /127.0.0.1:35062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:41:33,503 INFO Processing ruok command from /127.0.0.1:35064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:41:43,453 INFO Processing ruok command from /127.0.0.1:35352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:41:43,536 INFO Processing ruok command from /127.0.0.1:35354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:41:53,445 INFO Processing ruok command from /127.0.0.1:35668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:41:53,508 INFO Processing ruok command from /127.0.0.1:35670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:42:03,454 INFO Processing ruok command from /127.0.0.1:35962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:42:03,546 INFO Processing ruok command from /127.0.0.1:35966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:42:08,382 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-16]
2023-05-14 23:42:08,400 INFO Committing global session 0x20000447d1f000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 23:42:09,274 INFO Submitting global closeSession request for session 0x20000447d1f000f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-05-14 23:42:13,451 INFO Processing ruok command from /127.0.0.1:36262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:42:13,546 INFO Processing ruok command from /127.0.0.1:36264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:42:23,464 INFO Processing ruok command from /127.0.0.1:36578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:42:23,526 INFO Processing ruok command from /127.0.0.1:36580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:42:33,479 INFO Processing ruok command from /127.0.0.1:36882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:42:33,555 INFO Processing ruok command from /127.0.0.1:36886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:42:43,455 INFO Processing ruok command from /127.0.0.1:37170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:42:43,543 INFO Processing ruok command from /127.0.0.1:37172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:42:53,451 INFO Processing ruok command from /127.0.0.1:37490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:42:53,518 INFO Processing ruok command from /127.0.0.1:37492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:43:03,474 INFO Processing ruok command from /127.0.0.1:37784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:43:03,562 INFO Processing ruok command from /127.0.0.1:37788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:43:13,446 INFO Processing ruok command from /127.0.0.1:38084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:43:13,521 INFO Processing ruok command from /127.0.0.1:38086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:43:23,411 INFO Processing ruok command from /127.0.0.1:38406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:43:23,517 INFO Processing ruok command from /127.0.0.1:38408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:43:33,438 INFO Processing ruok command from /127.0.0.1:38706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:43:33,574 INFO Processing ruok command from /127.0.0.1:38710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:43:43,457 INFO Processing ruok command from /127.0.0.1:38996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:43:43,543 INFO Processing ruok command from /127.0.0.1:38998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:43:53,458 INFO Processing ruok command from /127.0.0.1:39314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:43:53,543 INFO Processing ruok command from /127.0.0.1:39316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:44:03,460 INFO Processing ruok command from /127.0.0.1:39606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:44:03,545 INFO Processing ruok command from /127.0.0.1:39608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:44:08,634 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2023-05-14 23:44:08,654 INFO Committing global session 0x20000447d1f0010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 23:44:09,544 INFO Submitting global closeSession request for session 0x20000447d1f0010 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-05-14 23:44:13,429 INFO Processing ruok command from /127.0.0.1:39910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:44:13,526 INFO Processing ruok command from /127.0.0.1:39912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:44:23,467 INFO Processing ruok command from /127.0.0.1:40226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:44:23,485 INFO Processing ruok command from /127.0.0.1:40228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:44:33,470 INFO Processing ruok command from /127.0.0.1:40530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:44:33,557 INFO Processing ruok command from /127.0.0.1:40534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:44:43,444 INFO Processing ruok command from /127.0.0.1:40818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:44:43,545 INFO Processing ruok command from /127.0.0.1:40820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:44:53,458 INFO Processing ruok command from /127.0.0.1:41134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:44:53,552 INFO Processing ruok command from /127.0.0.1:41138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:45:03,465 INFO Processing ruok command from /127.0.0.1:41428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:45:03,558 INFO Processing ruok command from /127.0.0.1:41432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:45:13,454 INFO Processing ruok command from /127.0.0.1:41728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:45:13,539 INFO Processing ruok command from /127.0.0.1:41730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:45:23,493 INFO Processing ruok command from /127.0.0.1:42052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:45:23,535 INFO Processing ruok command from /127.0.0.1:42054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:45:33,459 INFO Processing ruok command from /127.0.0.1:42352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:45:33,554 INFO Processing ruok command from /127.0.0.1:42356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:45:43,451 INFO Processing ruok command from /127.0.0.1:42644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:45:43,564 INFO Processing ruok command from /127.0.0.1:42648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:45:53,457 INFO Processing ruok command from /127.0.0.1:42962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:45:53,519 INFO Processing ruok command from /127.0.0.1:42964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:46:03,455 INFO Processing ruok command from /127.0.0.1:43256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:46:03,526 INFO Processing ruok command from /127.0.0.1:43258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:46:08,716 INFO Committing global session 0x3000043d24e000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 23:46:13,466 INFO Processing ruok command from /127.0.0.1:43558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:46:13,577 INFO Processing ruok command from /127.0.0.1:43562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:46:23,456 INFO Processing ruok command from /127.0.0.1:43874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:46:23,553 INFO Processing ruok command from /127.0.0.1:43878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:46:33,465 INFO Processing ruok command from /127.0.0.1:44174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:46:33,546 INFO Processing ruok command from /127.0.0.1:44176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:46:43,461 INFO Processing ruok command from /127.0.0.1:44466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:46:43,546 INFO Processing ruok command from /127.0.0.1:44468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:46:53,457 INFO Processing ruok command from /127.0.0.1:44782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:46:53,516 INFO Processing ruok command from /127.0.0.1:44784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:47:03,447 INFO Processing ruok command from /127.0.0.1:45074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:47:03,522 INFO Processing ruok command from /127.0.0.1:45076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:47:13,468 INFO Processing ruok command from /127.0.0.1:45378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:47:13,555 INFO Processing ruok command from /127.0.0.1:45382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:47:23,471 INFO Processing ruok command from /127.0.0.1:45696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:47:23,557 INFO Processing ruok command from /127.0.0.1:45700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:47:33,457 INFO Processing ruok command from /127.0.0.1:45998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:47:33,553 INFO Processing ruok command from /127.0.0.1:46002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:47:42,779 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2023-05-14 23:47:42,779 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2023-05-14 23:47:42,809 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2023-05-14 23:47:43,448 INFO Processing ruok command from /127.0.0.1:46286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:47:43,519 INFO Processing ruok command from /127.0.0.1:46288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:47:45,610 WARN Connection broken for id 1, my id = 2 (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-05-14 23:47:45,610 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
2023-05-14 23:47:45,614 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-05-14 23:47:45,614 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
2023-05-14 23:47:46,326 WARN Connection broken for id 3, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:3]
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-05-14 23:47:46,327 WARN Interrupting SendWorker thread from RecvWorker. sid: 3. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:3]
2023-05-14 23:47:46,329 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:3]
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-05-14 23:47:46,329 WARN Send worker leaving thread id 3 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:3]
2023-05-14 23:47:53,467 INFO Processing ruok command from /127.0.0.1:46606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:47:53,566 INFO Processing ruok command from /127.0.0.1:46610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:48:03,454 INFO Processing ruok command from /127.0.0.1:46900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:48:03,561 INFO Processing ruok command from /127.0.0.1:46904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:48:08,611 INFO Committing global session 0x3000043d24e000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 23:48:13,438 INFO Processing ruok command from /127.0.0.1:47200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:48:13,523 INFO Processing ruok command from /127.0.0.1:47202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:48:23,457 INFO Processing ruok command from /127.0.0.1:47520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:48:23,556 INFO Processing ruok command from /127.0.0.1:47524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:48:33,462 INFO Processing ruok command from /127.0.0.1:47820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:48:33,544 INFO Processing ruok command from /127.0.0.1:47822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:48:43,451 INFO Processing ruok command from /127.0.0.1:48116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:48:43,542 INFO Processing ruok command from /127.0.0.1:48118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:48:53,496 INFO Processing ruok command from /127.0.0.1:48432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:48:53,563 INFO Processing ruok command from /127.0.0.1:48436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:49:03,455 INFO Processing ruok command from /127.0.0.1:48724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:49:03,550 INFO Processing ruok command from /127.0.0.1:48728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:49:13,446 INFO Processing ruok command from /127.0.0.1:49026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:49:13,532 INFO Processing ruok command from /127.0.0.1:49028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:49:23,439 INFO Processing ruok command from /127.0.0.1:49348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:49:23,489 INFO Processing ruok command from /127.0.0.1:49350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:49:33,476 INFO Processing ruok command from /127.0.0.1:49658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:49:33,536 INFO Processing ruok command from /127.0.0.1:49660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:49:43,456 INFO Processing ruok command from /127.0.0.1:49948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:49:43,553 INFO Processing ruok command from /127.0.0.1:49952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:49:53,442 INFO Processing ruok command from /127.0.0.1:50264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:49:53,527 INFO Processing ruok command from /127.0.0.1:50266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:50:03,451 INFO Processing ruok command from /127.0.0.1:50558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:50:03,534 INFO Processing ruok command from /127.0.0.1:50560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:50:08,831 INFO Committing global session 0x3000043d24e000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 23:50:13,460 INFO Processing ruok command from /127.0.0.1:50858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:50:13,505 INFO Processing ruok command from /127.0.0.1:50860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:50:23,470 INFO Processing ruok command from /127.0.0.1:51174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:50:23,592 INFO Processing ruok command from /127.0.0.1:51178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:50:33,471 INFO Processing ruok command from /127.0.0.1:51474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:50:33,565 INFO Processing ruok command from /127.0.0.1:51478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:50:43,448 INFO Processing ruok command from /127.0.0.1:51768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:50:43,538 INFO Processing ruok command from /127.0.0.1:51770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:50:53,419 INFO Processing ruok command from /127.0.0.1:52084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:50:53,454 INFO Processing ruok command from /127.0.0.1:52086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:51:03,453 INFO Processing ruok command from /127.0.0.1:52378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:51:03,534 INFO Processing ruok command from /127.0.0.1:52380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:51:13,420 INFO Processing ruok command from /127.0.0.1:52680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:51:13,496 INFO Processing ruok command from /127.0.0.1:52682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:51:23,424 INFO Processing ruok command from /127.0.0.1:53002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:51:23,488 INFO Processing ruok command from /127.0.0.1:53004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:51:33,455 INFO Processing ruok command from /127.0.0.1:53302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:51:33,522 INFO Processing ruok command from /127.0.0.1:53304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:51:43,461 INFO Processing ruok command from /127.0.0.1:53592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:51:43,567 INFO Processing ruok command from /127.0.0.1:53596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:51:53,459 INFO Processing ruok command from /127.0.0.1:53906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:51:53,561 INFO Processing ruok command from /127.0.0.1:53910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:52:03,462 INFO Processing ruok command from /127.0.0.1:54202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:52:03,524 INFO Processing ruok command from /127.0.0.1:54204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:52:08,700 INFO Committing global session 0x1000047874a000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 23:52:13,469 INFO Processing ruok command from /127.0.0.1:54502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:52:13,527 INFO Processing ruok command from /127.0.0.1:54504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:52:23,433 INFO Processing ruok command from /127.0.0.1:54818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:52:23,498 INFO Processing ruok command from /127.0.0.1:54820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:52:33,468 INFO Processing ruok command from /127.0.0.1:55120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:52:33,521 INFO Processing ruok command from /127.0.0.1:55122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:52:43,444 INFO Processing ruok command from /127.0.0.1:55406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:52:43,521 INFO Processing ruok command from /127.0.0.1:55408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:52:53,452 INFO Processing ruok command from /127.0.0.1:55724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:52:53,511 INFO Processing ruok command from /127.0.0.1:55726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:53:03,459 INFO Processing ruok command from /127.0.0.1:56014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:53:03,554 INFO Processing ruok command from /127.0.0.1:56018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:53:13,484 INFO Processing ruok command from /127.0.0.1:56316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:53:13,550 INFO Processing ruok command from /127.0.0.1:56320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:53:23,430 INFO Processing ruok command from /127.0.0.1:56640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:53:23,505 INFO Processing ruok command from /127.0.0.1:56642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:53:33,457 INFO Processing ruok command from /127.0.0.1:56940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:53:33,531 INFO Processing ruok command from /127.0.0.1:56942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:53:43,452 INFO Processing ruok command from /127.0.0.1:57228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:53:43,533 INFO Processing ruok command from /127.0.0.1:57230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:53:53,466 INFO Processing ruok command from /127.0.0.1:57542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:53:53,559 INFO Processing ruok command from /127.0.0.1:57546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:54:03,474 INFO Processing ruok command from /127.0.0.1:57834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:54:03,561 INFO Processing ruok command from /127.0.0.1:57838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:54:08,769 INFO Committing global session 0x3000043d24e000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 23:54:13,462 INFO Processing ruok command from /127.0.0.1:58136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:54:13,504 INFO Processing ruok command from /127.0.0.1:58138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:54:23,465 INFO Processing ruok command from /127.0.0.1:58452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:54:23,546 INFO Processing ruok command from /127.0.0.1:58456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:54:33,456 INFO Processing ruok command from /127.0.0.1:58754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:54:33,539 INFO Processing ruok command from /127.0.0.1:58756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:54:43,435 INFO Processing ruok command from /127.0.0.1:59048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:54:43,539 INFO Processing ruok command from /127.0.0.1:59050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:54:53,479 INFO Processing ruok command from /127.0.0.1:59366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:54:53,572 INFO Processing ruok command from /127.0.0.1:59370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:55:03,455 INFO Processing ruok command from /127.0.0.1:59664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:55:03,560 INFO Processing ruok command from /127.0.0.1:59668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:55:13,454 INFO Processing ruok command from /127.0.0.1:59964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:55:13,535 INFO Processing ruok command from /127.0.0.1:59966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:55:23,477 INFO Processing ruok command from /127.0.0.1:60284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:55:23,567 INFO Processing ruok command from /127.0.0.1:60288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:55:33,449 INFO Processing ruok command from /127.0.0.1:60584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:55:33,537 INFO Processing ruok command from /127.0.0.1:60586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:55:43,447 INFO Processing ruok command from /127.0.0.1:60876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:55:43,516 INFO Processing ruok command from /127.0.0.1:60878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:55:53,462 INFO Processing ruok command from /127.0.0.1:32964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:55:53,563 INFO Processing ruok command from /127.0.0.1:32968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:56:03,431 INFO Processing ruok command from /127.0.0.1:33258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:56:03,502 INFO Processing ruok command from /127.0.0.1:33260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:56:08,508 INFO Committing global session 0x1000047874a000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 23:56:13,435 INFO Processing ruok command from /127.0.0.1:33562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:56:13,527 INFO Processing ruok command from /127.0.0.1:33564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:56:23,433 INFO Processing ruok command from /127.0.0.1:33876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:56:23,518 INFO Processing ruok command from /127.0.0.1:33878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:56:33,441 INFO Processing ruok command from /127.0.0.1:34176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:56:33,530 INFO Processing ruok command from /127.0.0.1:34178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:56:43,452 INFO Processing ruok command from /127.0.0.1:34466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:56:43,538 INFO Processing ruok command from /127.0.0.1:34468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:56:53,460 INFO Processing ruok command from /127.0.0.1:34782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:56:53,558 INFO Processing ruok command from /127.0.0.1:34786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:57:03,474 INFO Processing ruok command from /127.0.0.1:35076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:57:03,573 INFO Processing ruok command from /127.0.0.1:35080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:57:13,450 INFO Processing ruok command from /127.0.0.1:35376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:57:13,558 INFO Processing ruok command from /127.0.0.1:35380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:57:23,467 INFO Processing ruok command from /127.0.0.1:35698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:57:23,519 INFO Processing ruok command from /127.0.0.1:35700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:57:33,453 INFO Processing ruok command from /127.0.0.1:36000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:57:33,537 INFO Processing ruok command from /127.0.0.1:36002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:57:43,477 INFO Processing ruok command from /127.0.0.1:36288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:57:43,559 INFO Processing ruok command from /127.0.0.1:36292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:57:53,468 INFO Processing ruok command from /127.0.0.1:36610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:57:53,561 INFO Processing ruok command from /127.0.0.1:36614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:58:03,466 INFO Processing ruok command from /127.0.0.1:36902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:58:03,540 INFO Processing ruok command from /127.0.0.1:36904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:58:08,791 INFO Committing global session 0x3000043d24e000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-14 23:58:13,430 INFO Processing ruok command from /127.0.0.1:37202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:58:13,534 INFO Processing ruok command from /127.0.0.1:37204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:58:23,465 INFO Processing ruok command from /127.0.0.1:37520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:58:23,563 INFO Processing ruok command from /127.0.0.1:37524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:58:33,444 INFO Processing ruok command from /127.0.0.1:37820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:58:33,522 INFO Processing ruok command from /127.0.0.1:37822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-14 23:58:43,463 INFO Processing ruok command from /127.0.0.1:38112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-14 23:58:43,554 INFO Processing ruok command from /127.0.0.1:38116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-14 23:58:53,467 INFO Processing ruok command from /127.0.0.1:38428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-14 23:58:53,549 INFO Processing ruok command from /127.0.0.1:38432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-14 23:59:03,478 INFO Processing ruok command from /127.0.0.1:38720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-14 23:59:03,574 INFO Processing ruok command from /127.0.0.1:38724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-14 23:59:13,447 INFO Processing ruok command from /127.0.0.1:39022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-14 23:59:13,520 INFO Processing ruok command from /127.0.0.1:39024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-14 23:59:23,422 INFO Processing ruok command from /127.0.0.1:39342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-14 23:59:23,503 INFO Processing ruok command from /127.0.0.1:39344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-14 23:59:33,468 INFO Processing ruok command from /127.0.0.1:39644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-14 23:59:33,553 INFO Processing ruok command from /127.0.0.1:39648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-14 23:59:43,444 INFO Processing ruok command from /127.0.0.1:39932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-14 23:59:43,534 INFO Processing ruok command from /127.0.0.1:39934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-14 23:59:53,452 INFO Processing ruok command from /127.0.0.1:40252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-14 23:59:53,559 INFO Processing ruok command from /127.0.0.1:40256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-15 00:00:03,438 INFO Processing ruok command from /127.0.0.1:40548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-15 00:00:03,532 INFO Processing ruok command from /127.0.0.1:40550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-15 00:00:08,983 INFO Committing global session 0x3000043d24e0010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-15 00:00:13,485 INFO Processing ruok command from /127.0.0.1:40848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-15 00:00:13,556 INFO Processing ruok command from /127.0.0.1:40852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-15 00:00:23,484 INFO Processing ruok command from /127.0.0.1:41170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-15 00:00:23,565 INFO Processing ruok command from /127.0.0.1:41174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-15 00:00:33,452 INFO Processing ruok command from /127.0.0.1:41470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-15 00:00:33,552 INFO Processing ruok command from /127.0.0.1:41474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-15 00:00:43,448 INFO Processing ruok command from /127.0.0.1:41762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-15 00:00:43,581 INFO Processing ruok command from /127.0.0.1:41766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-15 00:00:53,438 INFO Processing ruok command from /127.0.0.1:42078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-15 00:00:53,524 INFO Processing ruok command from /127.0.0.1:42080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-15 00:01:03,474 INFO Processing ruok command from /127.0.0.1:42374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-15 00:01:03,560 INFO Processing ruok command from /127.0.0.1:42378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-05-15 00:01:13,459 INFO Processing ruok command from /127.0.0.1:42682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-05-15 00:01:13,545 INFO Processing ruok command from /127.0.0.1:42686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-05-15 00:01:23,470 INFO Processing ruok command from /127.0.0.1:43004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-05-15 00:01:23,565 INFO Processing ruok command from /127.0.0.1:43008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-05-15 00:01:33,461 INFO Processing ruok command from /127.0.0.1:43302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-05-15 00:01:33,535 INFO Processing ruok command from /127.0.0.1:43304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-05-15 00:01:43,454 INFO Processing ruok command from /127.0.0.1:43592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-05-15 00:01:43,562 INFO Processing ruok command from /127.0.0.1:43596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-05-15 00:01:53,428 INFO Processing ruok command from /127.0.0.1:43908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-05-15 00:01:53,494 INFO Processing ruok command from /127.0.0.1:43910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-05-15 00:02:03,465 INFO Processing ruok command from /127.0.0.1:44206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-05-15 00:02:03,535 INFO Processing ruok command from /127.0.0.1:44208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-05-15 00:02:08,597 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2023-05-15 00:02:08,614 INFO Committing global session 0x20000447d1f0011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-05-15 00:02:09,322 INFO Submitting global closeSession request for session 0x20000447d1f0011 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-05-15 00:02:13,482 INFO Processing ruok command from /127.0.0.1:44506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-05-15 00:02:13,549 INFO Processing ruok command from /127.0.0.1:44510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-05-15 00:02:23,485 INFO Processing ruok command from /127.0.0.1:44826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-05-15 00:02:23,588 INFO Processing ruok command from /127.0.0.1:44830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]