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


# 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-01-18 04:30:03,145 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2023-01-18 04:30:03,153 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2023-01-18 04:30:03,153 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2023-01-18 04:30:03,158 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main]
2023-01-18 04:30:03,158 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2023-01-18 04:30:03,158 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2023-01-18 04:30:03,236 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main]
2023-01-18 04:30:03,237 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main]
2023-01-18 04:30:03,238 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2023-01-18 04:30:03,240 INFO Log4j 1.2 jmx support not found; jmx disabled. (org.apache.zookeeper.jmx.ManagedUtil) [main]
2023-01-18 04:30:03,240 INFO Starting quorum peer, myid=2 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main]
2023-01-18 04:30:03,247 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2023-01-18 04:30:03,259 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2023-01-18 04:30:03,259 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@769e7ee8 (org.apache.zookeeper.server.ServerMetrics) [main]
2023-01-18 04:30:03,381 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-01-18 04:30:03,381 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-01-18 04:30:03,381 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-01-18 04:30:03,453 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2023-01-18 04:30:03,455 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2023-01-18 04:30:03,455 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-01-18 04:30:03,455 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-01-18 04:30:03,455 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-01-18 04:30:03,478 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2023-01-18 04:30:03,478 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2023-01-18 04:30:03,487 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-01-18 04:30:03,491 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main]
2023-01-18 04:30:03,493 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-01-18 04:30:03,493 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-01-18 04:30:03,493 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-01-18 04:30:03,493 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-01-18 04:30:03,493 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-01-18 04:30:03,494 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-01-18 04:30:03,494 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-01-18 04:30:03,494 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-01-18 04:30:03,511 INFO  (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-18 04:30:03,511 INFO   ______                  _                                           (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-18 04:30:03,511 INFO  |___  /                 | |                                          (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-18 04:30:03,511 INFO     / /    ___     ___   | | __   ___    ___   _ __     ___   _ __    (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-18 04:30:03,511 INFO    / /    / _ \   / _ \  | |/ /  / _ \  / _ \ | '_ \   / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-18 04:30:03,511 INFO   / /__  | (_) | | (_) | |   <  |  __/ |  __/ | |_) | |  __/ | |     (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-18 04:30:03,511 INFO  /_____|  \___/   \___/  |_|\_\  \___|  \___| | .__/   \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-18 04:30:03,511 INFO                                               | |                      (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-18 04:30:03,511 INFO                                               |_|                      (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-18 04:30:03,511 INFO  (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-18 04:30:03,514 INFO Server environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-18 04:30:03,514 INFO Server environment:host.name=onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-18 04:30:03,514 INFO Server environment:java.version=11.0.17 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-18 04:30:03,514 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-18 04:30:03,514 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-01-18 04:30:03,514 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-01-18 04:30:03,514 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-18 04:30:03,514 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-18 04:30:03,514 INFO Server environment:java.compiler= (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-18 04:30:03,514 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-18 04:30:03,514 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-18 04:30:03,514 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-18 04:30:03,514 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-18 04:30:03,514 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-18 04:30:03,514 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-18 04:30:03,514 INFO Server environment:os.memory.free=162MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-18 04:30:03,514 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-18 04:30:03,514 INFO Server environment:os.memory.total=180MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-18 04:30:03,515 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-18 04:30:03,515 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-18 04:30:03,515 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-18 04:30:03,515 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-18 04:30:03,515 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-18 04:30:03,515 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-18 04:30:03,515 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-18 04:30:03,515 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-18 04:30:03,523 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main]
2023-01-18 04:30:03,523 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main]
2023-01-18 04:30:03,524 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main]
2023-01-18 04:30:03,524 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main]
2023-01-18 04:30:03,540 INFO Using TLS encrypted quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-01-18 04:30:03,540 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-01-18 04:30:03,540 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-01-18 04:30:03,540 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-01-18 04:30:03,540 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-01-18 04:30:03,540 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-01-18 04:30:03,540 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-01-18 04:30:03,554 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main]
2023-01-18 04:30:03,554 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main]
2023-01-18 04:30:03,560 INFO Snapshot loaded in 20 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main]
2023-01-18 04:30:03,562 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-01-18 04:30:03,566 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-01-18 04:30:03,568 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-01-18 04:30:03,670 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-01-18 04:30:03,670 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-01-18 04:30:03,673 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-01-18 04:30:03,674 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-01-18 04:30:03,682 INFO Election port bind maximum retries is infinite (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main]
2023-01-18 04:30:03,684 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main]
2023-01-18 04:30:03,684 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main]
2023-01-18 04:30:03,689 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main]
2023-01-18 04:30:03,690 INFO Creating TLS-only quorum server socket (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.65.25:3888]
2023-01-18 04:30:03,693 INFO 2 is accepting connections now, my election bind port: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.65.25:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.65.25:3888]
2023-01-18 04:30:03,710 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-01-18 04:30:03,712 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-01-18 04:30:03,723 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-01-18 04:30:03,929 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-01-18 04:30:04,031 INFO Received connection request from /10.233.69.103:55270 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.65.25:3888]
2023-01-18 04:30:04,072 WARN Cannot open channel to 3 at election address onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-2]
java.net.UnknownHostException: onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc
	at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229)
	at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.base/java.net.Socket.connect(Socket.java:609)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
2023-01-18 04:30:04,325 INFO Accepted TLS connection from /10.233.69.103:55270 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.65.25:3888]
2023-01-18 04:30:04,327 INFO SSL handshake complete with onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.69.103:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-1]
2023-01-18 04:30:04,332 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-01-18 04:30:04,333 WARN Cannot open channel to 3 at election address onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-3]
java.net.UnknownHostException: onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc
	at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229)
	at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.base/java.net.Socket.connect(Socket.java:609)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
2023-01-18 04:30:04,347 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-01-18 04:30:04,350 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-01-18 04:30:04,550 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-01-18 04:30:04,551 INFO LEADING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-01-18 04:30:04,556 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-01-18 04:30:04,556 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-01-18 04:30:04,556 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-01-18 04:30:04,556 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-01-18 04:30:04,556 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-01-18 04:30:04,560 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-01-18 04:30:04,561 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-01-18 04:30:04,562 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-01-18 04:30:04,563 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-01-18 04:30:04,563 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-01-18 04:30:04,565 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-01-18 04:30:04,565 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-01-18 04:30:04,565 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-01-18 04:30:04,565 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-01-18 04:30:04,565 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-01-18 04:30:04,565 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-01-18 04:30:04,567 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-01-18 04:30:04,567 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-01-18 04:30:04,567 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-01-18 04:30:04,571 INFO LEADING - LEADER ELECTION TOOK - 858 MS (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-01-18 04:30:04,575 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-01-18 04:30:04,575 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-01-18 04:30:04,583 INFO Snapshot taken in 8 ms (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-01-18 04:30:04,741 INFO Accepted TLS connection from /10.233.69.103:38500 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [LearnerHandler-/10.233.69.103:38500]
2023-01-18 04:30:04,748 INFO Follower sid: 1 : info : onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.69.103:38500]
2023-01-18 04:30:04,761 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/10.233.69.103:38500]
2023-01-18 04:30:04,761 INFO Synchronizing with Learner sid: 1 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x0 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.69.103:38500]
2023-01-18 04:30:04,762 INFO Sending DIFF zxid=0x0 for peer sid: 1 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.69.103:38500]
2023-01-18 04:30:04,765 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-01-18 04:30:04,830 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-01-18 04:30:04,849 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-01-18 04:30:04,850 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-01-18 04:30:04,860 INFO PrepRequestProcessor (sid:2) started, reconfigEnabled=true (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):]
2023-01-18 04:30:04,862 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-01-18 04:30:04,863 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-01-18 04:30:04,882 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-01-18 04:30:09,095 INFO Received connection request from /10.233.72.42:59988 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.65.25:3888]
2023-01-18 04:30:09,434 INFO Accepted TLS connection from /10.233.72.42:59988 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.65.25:3888]
2023-01-18 04:30:09,447 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-01-18 04:30:09,594 INFO Accepted TLS connection from /10.233.72.42:54336 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [LearnerHandler-/10.233.72.42:54336]
2023-01-18 04:30:09,639 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-/10.233.72.42:54336]
2023-01-18 04:30:09,646 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/10.233.72.42:54336]
2023-01-18 04:30:09,646 INFO Synchronizing with Learner sid: 3 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x100000000 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.72.42:54336]
2023-01-18 04:30:09,654 INFO Sending snapshot last zxid of peer is 0x0, zxid of leader is 0x100000000, send zxid of db as 0x100000000, 1 concurrent snapshot sync, snapshot sync was exempt from throttle (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.72.42:54336]
2023-01-18 04:30:25,168 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-01-18 04:30:25,168 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-01-18 04:30:25,168 INFO Processing ruok command from /127.0.0.1:51850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 04:30:25,172 INFO Processing ruok command from /127.0.0.1:51852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 04:30:27,077 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2023-01-18 04:30:27,107 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:2]
2023-01-18 04:30:27,118 INFO Committing global session 0x2000039c0ca0000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 04:30:27,547 INFO Submitting global closeSession request for session 0x2000039c0ca0000 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-01-18 04:30:35,154 INFO Processing ruok command from /127.0.0.1:51934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 04:30:35,209 INFO Processing ruok command from /127.0.0.1:51936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 04:30:45,161 INFO Processing ruok command from /127.0.0.1:52008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 04:30:45,212 INFO Processing ruok command from /127.0.0.1:52010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 04:30:45,621 INFO Committing global session 0x3000038e0c30000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 04:30:47,628 INFO Committing global session 0x1000037e4680000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 04:30:49,496 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2023-01-18 04:30:49,508 INFO Committing global session 0x2000039c0ca0001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 04:30:49,905 INFO Committing global session 0x1000037e4680001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 04:30:51,319 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-3]
2023-01-18 04:30:51,330 INFO Committing global session 0x2000039c0ca0002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 04:30:53,459 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-4]
2023-01-18 04:30:53,465 INFO Committing global session 0x2000039c0ca0003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 04:30:55,134 INFO Processing ruok command from /127.0.0.1:52076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 04:30:55,177 INFO Processing ruok command from /127.0.0.1:52078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 04:31:05,137 INFO Processing ruok command from /127.0.0.1:52126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 04:31:05,168 INFO Processing ruok command from /127.0.0.1:52128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 04:31:15,135 INFO Processing ruok command from /127.0.0.1:52176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 04:31:15,165 INFO Processing ruok command from /127.0.0.1:52178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 04:31:25,119 INFO Processing ruok command from /127.0.0.1:52228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 04:31:25,150 INFO Processing ruok command from /127.0.0.1:52230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 04:31:26,362 INFO Committing global session 0x3000038e0c30001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 04:31:35,135 INFO Processing ruok command from /127.0.0.1:52296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 04:31:35,167 INFO Processing ruok command from /127.0.0.1:52298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 04:31:45,110 INFO Processing ruok command from /127.0.0.1:52346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 04:31:45,149 INFO Processing ruok command from /127.0.0.1:52348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 04:31:46,822 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-5]
2023-01-18 04:31:46,830 INFO Committing global session 0x2000039c0ca0004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 04:31:47,633 INFO Submitting global closeSession request for session 0x2000039c0ca0004 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-01-18 04:31:50,524 INFO Committing global session 0x1000037e4680002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 04:31:55,133 INFO Processing ruok command from /127.0.0.1:52400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 04:31:55,170 INFO Processing ruok command from /127.0.0.1:52402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 04:32:05,127 INFO Processing ruok command from /127.0.0.1:52452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 04:32:05,173 INFO Processing ruok command from /127.0.0.1:52454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 04:32:15,118 INFO Processing ruok command from /127.0.0.1:52504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 04:32:15,146 INFO Processing ruok command from /127.0.0.1:52506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 04:32:25,139 INFO Processing ruok command from /127.0.0.1:52556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 04:32:25,170 INFO Processing ruok command from /127.0.0.1:52558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 04:32:35,137 INFO Processing ruok command from /127.0.0.1:52612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 04:32:35,179 INFO Processing ruok command from /127.0.0.1:52614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 04:32:45,138 INFO Processing ruok command from /127.0.0.1:52720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 04:32:45,182 INFO Processing ruok command from /127.0.0.1:52722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 04:32:55,143 INFO Processing ruok command from /127.0.0.1:52774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 04:32:55,205 INFO Processing ruok command from /127.0.0.1:52776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 04:33:05,127 INFO Processing ruok command from /127.0.0.1:52828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 04:33:05,162 INFO Processing ruok command from /127.0.0.1:52830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 04:33:15,134 INFO Processing ruok command from /127.0.0.1:52902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 04:33:15,185 INFO Processing ruok command from /127.0.0.1:52904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 04:33:25,133 INFO Processing ruok command from /127.0.0.1:52958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 04:33:25,168 INFO Processing ruok command from /127.0.0.1:52960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 04:33:35,126 INFO Processing ruok command from /127.0.0.1:53236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 04:33:35,155 INFO Processing ruok command from /127.0.0.1:53238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 04:33:41,745 INFO Committing global session 0x3000038e0c30002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 04:33:45,131 INFO Processing ruok command from /127.0.0.1:53286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 04:33:45,177 INFO Processing ruok command from /127.0.0.1:53288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 04:33:55,114 INFO Processing ruok command from /127.0.0.1:53340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 04:33:55,143 INFO Processing ruok command from /127.0.0.1:53342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 04:34:05,131 INFO Processing ruok command from /127.0.0.1:53394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 04:34:05,162 INFO Processing ruok command from /127.0.0.1:53396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 04:34:15,118 INFO Processing ruok command from /127.0.0.1:53446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 04:34:15,152 INFO Processing ruok command from /127.0.0.1:53448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 04:34:25,111 INFO Processing ruok command from /127.0.0.1:53500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 04:34:25,143 INFO Processing ruok command from /127.0.0.1:53502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 04:34:35,119 INFO Processing ruok command from /127.0.0.1:53556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 04:34:35,182 INFO Processing ruok command from /127.0.0.1:53558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 04:34:45,118 INFO Processing ruok command from /127.0.0.1:53610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 04:34:45,147 INFO Processing ruok command from /127.0.0.1:53612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 04:34:55,133 INFO Processing ruok command from /127.0.0.1:53662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 04:34:55,170 INFO Processing ruok command from /127.0.0.1:53664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 04:35:05,126 INFO Processing ruok command from /127.0.0.1:53722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 04:35:05,190 INFO Processing ruok command from /127.0.0.1:53724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 04:35:15,116 INFO Processing ruok command from /127.0.0.1:53780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 04:35:15,155 INFO Processing ruok command from /127.0.0.1:53782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 04:35:25,115 INFO Processing ruok command from /127.0.0.1:53838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 04:35:25,157 INFO Processing ruok command from /127.0.0.1:53840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 04:35:35,152 INFO Processing ruok command from /127.0.0.1:53894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 04:35:35,191 INFO Processing ruok command from /127.0.0.1:53896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 04:35:41,979 INFO Committing global session 0x3000038e0c30003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 04:35:45,134 INFO Processing ruok command from /127.0.0.1:53978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 04:35:45,163 INFO Processing ruok command from /127.0.0.1:53980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 04:35:55,128 INFO Processing ruok command from /127.0.0.1:54034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 04:35:55,158 INFO Processing ruok command from /127.0.0.1:54036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 04:36:05,119 INFO Processing ruok command from /127.0.0.1:54096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 04:36:05,156 INFO Processing ruok command from /127.0.0.1:54098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 04:36:15,115 INFO Processing ruok command from /127.0.0.1:54154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 04:36:15,143 INFO Processing ruok command from /127.0.0.1:54156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 04:36:25,124 INFO Processing ruok command from /127.0.0.1:54212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 04:36:25,155 INFO Processing ruok command from /127.0.0.1:54214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 04:36:35,146 INFO Processing ruok command from /127.0.0.1:54266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 04:36:35,199 INFO Processing ruok command from /127.0.0.1:54268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 04:36:45,131 INFO Processing ruok command from /127.0.0.1:54320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 04:36:45,165 INFO Processing ruok command from /127.0.0.1:54322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 04:36:55,117 INFO Processing ruok command from /127.0.0.1:54378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 04:36:55,150 INFO Processing ruok command from /127.0.0.1:54380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 04:37:05,124 INFO Processing ruok command from /127.0.0.1:54436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 04:37:05,158 INFO Processing ruok command from /127.0.0.1:54438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 04:37:15,114 INFO Processing ruok command from /127.0.0.1:54492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 04:37:15,143 INFO Processing ruok command from /127.0.0.1:54494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 04:37:25,131 INFO Processing ruok command from /127.0.0.1:54552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 04:37:25,168 INFO Processing ruok command from /127.0.0.1:54554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 04:37:35,122 INFO Processing ruok command from /127.0.0.1:54610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 04:37:35,144 INFO Processing ruok command from /127.0.0.1:54612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 04:37:41,553 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-6]
2023-01-18 04:37:41,559 INFO Committing global session 0x2000039c0ca0005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 04:37:42,414 INFO Submitting global closeSession request for session 0x2000039c0ca0005 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-01-18 04:37:45,127 INFO Processing ruok command from /127.0.0.1:54664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 04:37:45,159 INFO Processing ruok command from /127.0.0.1:54666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 04:37:55,126 INFO Processing ruok command from /127.0.0.1:54722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 04:37:55,155 INFO Processing ruok command from /127.0.0.1:54724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 04:38:05,117 INFO Processing ruok command from /127.0.0.1:54776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 04:38:05,148 INFO Processing ruok command from /127.0.0.1:54778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 04:38:15,118 INFO Processing ruok command from /127.0.0.1:54832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 04:38:15,151 INFO Processing ruok command from /127.0.0.1:54834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 04:38:25,126 INFO Processing ruok command from /127.0.0.1:54888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 04:38:25,156 INFO Processing ruok command from /127.0.0.1:54890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 04:38:35,110 INFO Processing ruok command from /127.0.0.1:54946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 04:38:35,145 INFO Processing ruok command from /127.0.0.1:54948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 04:38:45,126 INFO Processing ruok command from /127.0.0.1:55000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 04:38:45,178 INFO Processing ruok command from /127.0.0.1:55002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 04:38:55,113 INFO Processing ruok command from /127.0.0.1:55056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 04:38:55,167 INFO Processing ruok command from /127.0.0.1:55058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 04:39:05,135 INFO Processing ruok command from /127.0.0.1:55110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 04:39:05,180 INFO Processing ruok command from /127.0.0.1:55112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 04:39:15,123 INFO Processing ruok command from /127.0.0.1:55168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 04:39:15,153 INFO Processing ruok command from /127.0.0.1:55170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 04:39:25,115 INFO Processing ruok command from /127.0.0.1:55224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 04:39:25,150 INFO Processing ruok command from /127.0.0.1:55226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 04:39:35,117 INFO Processing ruok command from /127.0.0.1:55282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 04:39:35,147 INFO Processing ruok command from /127.0.0.1:55284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 04:39:41,513 INFO Committing global session 0x1000037e4680003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 04:39:45,117 INFO Processing ruok command from /127.0.0.1:55340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 04:39:45,149 INFO Processing ruok command from /127.0.0.1:55342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 04:39:55,136 INFO Processing ruok command from /127.0.0.1:55396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 04:39:55,158 INFO Processing ruok command from /127.0.0.1:55398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 04:40:05,127 INFO Processing ruok command from /127.0.0.1:55454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 04:40:05,166 INFO Processing ruok command from /127.0.0.1:55456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 04:40:15,119 INFO Processing ruok command from /127.0.0.1:55510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 04:40:15,150 INFO Processing ruok command from /127.0.0.1:55512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 04:40:25,106 INFO Processing ruok command from /127.0.0.1:55566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 04:40:25,141 INFO Processing ruok command from /127.0.0.1:55568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 04:40:35,137 INFO Processing ruok command from /127.0.0.1:55626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 04:40:35,165 INFO Processing ruok command from /127.0.0.1:55628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 04:40:45,113 INFO Processing ruok command from /127.0.0.1:55680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 04:40:45,149 INFO Processing ruok command from /127.0.0.1:55682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 04:40:55,123 INFO Processing ruok command from /127.0.0.1:55736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 04:40:55,168 INFO Processing ruok command from /127.0.0.1:55738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 04:41:05,134 INFO Processing ruok command from /127.0.0.1:55794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 04:41:05,170 INFO Processing ruok command from /127.0.0.1:55796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 04:41:15,119 INFO Processing ruok command from /127.0.0.1:55848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 04:41:15,147 INFO Processing ruok command from /127.0.0.1:55850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 04:41:25,126 INFO Processing ruok command from /127.0.0.1:55904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 04:41:25,167 INFO Processing ruok command from /127.0.0.1:55906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 04:41:35,122 INFO Processing ruok command from /127.0.0.1:55958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 04:41:35,161 INFO Processing ruok command from /127.0.0.1:55960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 04:41:41,772 INFO Committing global session 0x3000038e0c30004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 04:41:45,113 INFO Processing ruok command from /127.0.0.1:56012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 04:41:45,143 INFO Processing ruok command from /127.0.0.1:56014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 04:41:55,121 INFO Processing ruok command from /127.0.0.1:56068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 04:41:55,153 INFO Processing ruok command from /127.0.0.1:56070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 04:42:05,114 INFO Processing ruok command from /127.0.0.1:56126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 04:42:05,150 INFO Processing ruok command from /127.0.0.1:56128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 04:42:15,135 INFO Processing ruok command from /127.0.0.1:56184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 04:42:15,151 INFO Processing ruok command from /127.0.0.1:56186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 04:42:25,120 INFO Processing ruok command from /127.0.0.1:56240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 04:42:25,151 INFO Processing ruok command from /127.0.0.1:56242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 04:42:35,126 INFO Processing ruok command from /127.0.0.1:56298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 04:42:35,165 INFO Processing ruok command from /127.0.0.1:56300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 04:42:45,122 INFO Processing ruok command from /127.0.0.1:56354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 04:42:45,150 INFO Processing ruok command from /127.0.0.1:56356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 04:42:55,127 INFO Processing ruok command from /127.0.0.1:56408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 04:42:55,166 INFO Processing ruok command from /127.0.0.1:56410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 04:43:05,129 INFO Processing ruok command from /127.0.0.1:56464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 04:43:05,159 INFO Processing ruok command from /127.0.0.1:56466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 04:43:15,114 INFO Processing ruok command from /127.0.0.1:56556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 04:43:15,148 INFO Processing ruok command from /127.0.0.1:56558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 04:43:25,115 INFO Processing ruok command from /127.0.0.1:56626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 04:43:25,143 INFO Processing ruok command from /127.0.0.1:56628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 04:43:35,129 INFO Processing ruok command from /127.0.0.1:56684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 04:43:35,160 INFO Processing ruok command from /127.0.0.1:56686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 04:43:41,706 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-7]
2023-01-18 04:43:41,712 INFO Committing global session 0x2000039c0ca0006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 04:43:42,603 INFO Submitting global closeSession request for session 0x2000039c0ca0006 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-01-18 04:43:45,119 INFO Processing ruok command from /127.0.0.1:56740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 04:43:45,150 INFO Processing ruok command from /127.0.0.1:56742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 04:43:55,123 INFO Processing ruok command from /127.0.0.1:56800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 04:43:55,157 INFO Processing ruok command from /127.0.0.1:56802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 04:44:05,119 INFO Processing ruok command from /127.0.0.1:56864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 04:44:05,157 INFO Processing ruok command from /127.0.0.1:56866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 04:44:15,118 INFO Processing ruok command from /127.0.0.1:56930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 04:44:15,192 INFO Processing ruok command from /127.0.0.1:56932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 04:44:25,119 INFO Processing ruok command from /127.0.0.1:56998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 04:44:25,165 INFO Processing ruok command from /127.0.0.1:57000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 04:44:35,125 INFO Processing ruok command from /127.0.0.1:57058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 04:44:35,158 INFO Processing ruok command from /127.0.0.1:57060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 04:44:45,132 INFO Processing ruok command from /127.0.0.1:57118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 04:44:45,165 INFO Processing ruok command from /127.0.0.1:57120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 04:44:55,129 INFO Processing ruok command from /127.0.0.1:57214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 04:44:55,171 INFO Processing ruok command from /127.0.0.1:57216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 04:45:05,143 INFO Processing ruok command from /127.0.0.1:57318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 04:45:05,223 INFO Processing ruok command from /127.0.0.1:57320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 04:45:15,129 INFO Processing ruok command from /127.0.0.1:57388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 04:45:15,189 INFO Processing ruok command from /127.0.0.1:57390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 04:45:25,125 INFO Processing ruok command from /127.0.0.1:57464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 04:45:25,160 INFO Processing ruok command from /127.0.0.1:57466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 04:45:35,138 INFO Processing ruok command from /127.0.0.1:57534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 04:45:35,173 INFO Processing ruok command from /127.0.0.1:57536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 04:45:41,955 INFO Committing global session 0x1000037e4680004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 04:45:45,115 INFO Processing ruok command from /127.0.0.1:57612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 04:45:45,146 INFO Processing ruok command from /127.0.0.1:57614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 04:45:55,117 INFO Processing ruok command from /127.0.0.1:57688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 04:45:55,144 INFO Processing ruok command from /127.0.0.1:57690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 04:46:05,120 INFO Processing ruok command from /127.0.0.1:57782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 04:46:05,161 INFO Processing ruok command from /127.0.0.1:57784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 04:46:15,121 INFO Processing ruok command from /127.0.0.1:57874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 04:46:15,148 INFO Processing ruok command from /127.0.0.1:57876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 04:46:25,116 INFO Processing ruok command from /127.0.0.1:58114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 04:46:25,147 INFO Processing ruok command from /127.0.0.1:58116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 04:46:35,130 INFO Processing ruok command from /127.0.0.1:58248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 04:46:35,178 INFO Processing ruok command from /127.0.0.1:58250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 04:46:45,125 INFO Processing ruok command from /127.0.0.1:58328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 04:46:45,164 INFO Processing ruok command from /127.0.0.1:58330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 04:46:55,121 INFO Processing ruok command from /127.0.0.1:58406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 04:46:55,173 INFO Processing ruok command from /127.0.0.1:58408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 04:47:05,147 INFO Processing ruok command from /127.0.0.1:58486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 04:47:05,213 INFO Processing ruok command from /127.0.0.1:58488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 04:47:15,140 INFO Processing ruok command from /127.0.0.1:58564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 04:47:15,175 INFO Processing ruok command from /127.0.0.1:58566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 04:47:25,116 INFO Processing ruok command from /127.0.0.1:58640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 04:47:25,151 INFO Processing ruok command from /127.0.0.1:58642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 04:47:35,123 INFO Processing ruok command from /127.0.0.1:58720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 04:47:35,194 INFO Processing ruok command from /127.0.0.1:58722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 04:47:41,943 INFO Committing global session 0x3000038e0c30005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 04:47:45,116 INFO Processing ruok command from /127.0.0.1:58798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 04:47:45,185 INFO Processing ruok command from /127.0.0.1:58800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 04:47:55,115 INFO Processing ruok command from /127.0.0.1:58872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 04:47:55,147 INFO Processing ruok command from /127.0.0.1:58874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 04:48:05,131 INFO Processing ruok command from /127.0.0.1:58950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 04:48:05,221 INFO Processing ruok command from /127.0.0.1:58952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 04:48:15,117 INFO Processing ruok command from /127.0.0.1:59026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 04:48:15,150 INFO Processing ruok command from /127.0.0.1:59028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 04:48:25,133 INFO Processing ruok command from /127.0.0.1:59102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 04:48:25,168 INFO Processing ruok command from /127.0.0.1:59104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 04:48:35,117 INFO Processing ruok command from /127.0.0.1:59184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 04:48:35,159 INFO Processing ruok command from /127.0.0.1:59186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 04:48:45,121 INFO Processing ruok command from /127.0.0.1:59260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 04:48:45,155 INFO Processing ruok command from /127.0.0.1:59262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 04:48:55,119 INFO Processing ruok command from /127.0.0.1:59336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 04:48:55,152 INFO Processing ruok command from /127.0.0.1:59338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 04:49:05,123 INFO Processing ruok command from /127.0.0.1:59414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 04:49:05,158 INFO Processing ruok command from /127.0.0.1:59416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 04:49:15,117 INFO Processing ruok command from /127.0.0.1:59488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 04:49:15,148 INFO Processing ruok command from /127.0.0.1:59490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 04:49:25,130 INFO Processing ruok command from /127.0.0.1:59566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 04:49:25,160 INFO Processing ruok command from /127.0.0.1:59568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 04:49:35,116 INFO Processing ruok command from /127.0.0.1:59644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 04:49:35,192 INFO Processing ruok command from /127.0.0.1:59646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 04:49:41,719 INFO Committing global session 0x1000037e4680005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 04:49:45,120 INFO Processing ruok command from /127.0.0.1:59722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 04:49:45,160 INFO Processing ruok command from /127.0.0.1:59724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 04:49:55,116 INFO Processing ruok command from /127.0.0.1:59798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 04:49:55,151 INFO Processing ruok command from /127.0.0.1:59800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 04:50:05,120 INFO Processing ruok command from /127.0.0.1:59878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 04:50:05,149 INFO Processing ruok command from /127.0.0.1:59880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 04:50:15,115 INFO Processing ruok command from /127.0.0.1:59952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 04:50:15,150 INFO Processing ruok command from /127.0.0.1:59954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 04:50:25,120 INFO Processing ruok command from /127.0.0.1:60026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 04:50:25,152 INFO Processing ruok command from /127.0.0.1:60028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 04:50:35,120 INFO Processing ruok command from /127.0.0.1:60106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 04:50:35,149 INFO Processing ruok command from /127.0.0.1:60108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 04:50:45,136 INFO Processing ruok command from /127.0.0.1:60180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 04:50:45,168 INFO Processing ruok command from /127.0.0.1:60182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 04:50:55,125 INFO Processing ruok command from /127.0.0.1:60256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 04:50:55,157 INFO Processing ruok command from /127.0.0.1:60258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 04:51:05,126 INFO Processing ruok command from /127.0.0.1:60338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 04:51:05,160 INFO Processing ruok command from /127.0.0.1:60340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 04:51:15,135 INFO Processing ruok command from /127.0.0.1:60418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 04:51:15,166 INFO Processing ruok command from /127.0.0.1:60420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 04:51:25,123 INFO Processing ruok command from /127.0.0.1:60496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 04:51:25,158 INFO Processing ruok command from /127.0.0.1:60498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 04:51:35,135 INFO Processing ruok command from /127.0.0.1:60574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 04:51:35,170 INFO Processing ruok command from /127.0.0.1:60576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 04:51:41,616 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-8]
2023-01-18 04:51:41,622 INFO Committing global session 0x2000039c0ca0007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 04:51:42,528 INFO Submitting global closeSession request for session 0x2000039c0ca0007 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-01-18 04:51:45,108 INFO Processing ruok command from /127.0.0.1:60646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 04:51:45,139 INFO Processing ruok command from /127.0.0.1:60648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 04:51:55,115 INFO Processing ruok command from /127.0.0.1:60720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 04:51:55,148 INFO Processing ruok command from /127.0.0.1:60722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 04:52:05,137 INFO Processing ruok command from /127.0.0.1:60804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 04:52:05,173 INFO Processing ruok command from /127.0.0.1:60806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 04:52:15,112 INFO Processing ruok command from /127.0.0.1:60878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 04:52:15,148 INFO Processing ruok command from /127.0.0.1:60880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 04:52:25,128 INFO Processing ruok command from /127.0.0.1:60958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 04:52:25,165 INFO Processing ruok command from /127.0.0.1:60960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 04:52:35,154 INFO Processing ruok command from /127.0.0.1:32806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 04:52:35,225 INFO Processing ruok command from /127.0.0.1:32808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 04:52:45,131 INFO Processing ruok command from /127.0.0.1:32880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 04:52:45,160 INFO Processing ruok command from /127.0.0.1:32882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 04:52:55,114 INFO Processing ruok command from /127.0.0.1:32958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 04:52:55,146 INFO Processing ruok command from /127.0.0.1:32960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 04:53:05,120 INFO Processing ruok command from /127.0.0.1:33038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 04:53:05,151 INFO Processing ruok command from /127.0.0.1:33040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 04:53:15,161 INFO Processing ruok command from /127.0.0.1:33116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 04:53:15,228 INFO Processing ruok command from /127.0.0.1:33118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 04:53:25,111 INFO Processing ruok command from /127.0.0.1:33192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 04:53:25,153 INFO Processing ruok command from /127.0.0.1:33194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 04:53:35,116 INFO Processing ruok command from /127.0.0.1:33278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 04:53:35,189 INFO Processing ruok command from /127.0.0.1:33280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 04:53:41,561 INFO Committing global session 0x1000037e4680006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 04:53:45,125 INFO Processing ruok command from /127.0.0.1:33358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 04:53:45,165 INFO Processing ruok command from /127.0.0.1:33360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 04:53:55,116 INFO Processing ruok command from /127.0.0.1:33436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 04:53:55,147 INFO Processing ruok command from /127.0.0.1:33438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 04:54:05,120 INFO Processing ruok command from /127.0.0.1:33514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 04:54:05,158 INFO Processing ruok command from /127.0.0.1:33516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 04:54:15,132 INFO Processing ruok command from /127.0.0.1:33632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 04:54:15,204 INFO Processing ruok command from /127.0.0.1:33636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 04:54:25,131 INFO Processing ruok command from /127.0.0.1:33726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 04:54:25,172 INFO Processing ruok command from /127.0.0.1:33728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 04:54:35,150 INFO Processing ruok command from /127.0.0.1:33816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 04:54:35,198 INFO Processing ruok command from /127.0.0.1:33818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 04:54:45,133 INFO Processing ruok command from /127.0.0.1:33920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 04:54:45,198 INFO Processing ruok command from /127.0.0.1:33922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 04:54:55,159 INFO Processing ruok command from /127.0.0.1:34070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 04:54:55,231 INFO Processing ruok command from /127.0.0.1:34072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 04:55:05,389 INFO Processing ruok command from /127.0.0.1:34236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 04:55:05,492 INFO Processing ruok command from /127.0.0.1:34242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 04:55:15,170 INFO Processing ruok command from /127.0.0.1:34404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 04:55:15,260 INFO Processing ruok command from /127.0.0.1:34406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 04:55:25,137 INFO Processing ruok command from /127.0.0.1:34542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 04:55:25,196 INFO Processing ruok command from /127.0.0.1:34544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 04:55:35,140 INFO Processing ruok command from /127.0.0.1:34652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 04:55:35,249 INFO Processing ruok command from /127.0.0.1:34654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 04:55:41,814 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-9]
2023-01-18 04:55:41,824 INFO Committing global session 0x2000039c0ca0008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 04:55:42,709 INFO Submitting global closeSession request for session 0x2000039c0ca0008 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-01-18 04:55:45,132 INFO Processing ruok command from /127.0.0.1:34856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 04:55:45,164 INFO Processing ruok command from /127.0.0.1:34858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 04:55:55,126 INFO Processing ruok command from /127.0.0.1:35054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 04:55:55,205 INFO Processing ruok command from /127.0.0.1:35056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 04:56:05,170 INFO Processing ruok command from /127.0.0.1:35448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 04:56:05,239 INFO Processing ruok command from /127.0.0.1:35454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 04:56:15,144 INFO Processing ruok command from /127.0.0.1:35618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 04:56:15,189 INFO Processing ruok command from /127.0.0.1:35620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 04:56:24,951 INFO Committing global session 0x1000037e4680007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 04:56:25,111 INFO Processing ruok command from /127.0.0.1:35712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 04:56:25,148 INFO Processing ruok command from /127.0.0.1:35714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 04:56:25,155 INFO Committing global session 0x3000038e0c30006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 04:56:26,076 INFO Committing global session 0x1000037e4680008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 04:56:35,152 INFO Processing ruok command from /127.0.0.1:35802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 04:56:35,229 INFO Processing ruok command from /127.0.0.1:35806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 04:56:45,134 INFO Processing ruok command from /127.0.0.1:35916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 04:56:45,204 INFO Processing ruok command from /127.0.0.1:35924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 04:56:55,132 INFO Processing ruok command from /127.0.0.1:36048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 04:56:55,232 INFO Processing ruok command from /127.0.0.1:36050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 04:57:04,881 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/7938d231-cfdd-46ff-9044-d012cdcda7d5/onap-policy-clamp-ac-pf-ppnt-9cfd59df6-k9sv2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-18 04:57:04,888 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/2a2daa31-f342-402f-9e60-f606ebca7dd2/onap-policy-clamp-ac-http-ppnt-65d45d4bf-g9866 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-18 04:57:04,894 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/0f961faf-cb93-4622-b37a-5c000973b875/onap-policy-clamp-ac-k8s-ppnt-d944c77f6-cjg92 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-18 04:57:05,186 INFO Processing ruok command from /127.0.0.1:36170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 04:57:05,250 INFO Processing ruok command from /127.0.0.1:36172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 04:57:15,135 INFO Processing ruok command from /127.0.0.1:36262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 04:57:15,198 INFO Processing ruok command from /127.0.0.1:36264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 04:57:25,131 INFO Processing ruok command from /127.0.0.1:36346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 04:57:25,166 INFO Processing ruok command from /127.0.0.1:36348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 04:57:35,124 INFO Processing ruok command from /127.0.0.1:36432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 04:57:35,153 INFO Processing ruok command from /127.0.0.1:36434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 04:57:41,863 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-10]
2023-01-18 04:57:41,871 INFO Committing global session 0x2000039c0ca0009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 04:57:42,589 INFO Submitting global closeSession request for session 0x2000039c0ca0009 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-01-18 04:57:45,129 INFO Processing ruok command from /127.0.0.1:36514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 04:57:45,157 INFO Processing ruok command from /127.0.0.1:36516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 04:57:55,120 INFO Processing ruok command from /127.0.0.1:36598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 04:57:55,155 INFO Processing ruok command from /127.0.0.1:36600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 04:58:04,881 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b/onap-policy-clamp-runtime-acm-697fd56bbc-6bzwn (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-18 04:58:04,888 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/7938d231-cfdd-46ff-9044-d012cdcda7d5 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-18 04:58:04,893 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/6b1f954e-0d2a-48ec-b0d1-0bbce11144ba/onap-policy-clamp-ac-a1pms-ppnt-64958df96-lkjxr (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-18 04:58:04,900 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/0f961faf-cb93-4622-b37a-5c000973b875 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-18 04:58:04,906 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/2a2daa31-f342-402f-9e60-f606ebca7dd2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-18 04:58:04,912 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/68491f05-097a-40d4-81e9-42eca115caab/onap-policy-apex-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-18 04:58:05,135 INFO Processing ruok command from /127.0.0.1:36680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 04:58:05,167 INFO Processing ruok command from /127.0.0.1:36682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 04:58:15,136 INFO Processing ruok command from /127.0.0.1:36774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 04:58:15,198 INFO Processing ruok command from /127.0.0.1:36776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 04:58:25,125 INFO Processing ruok command from /127.0.0.1:36882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 04:58:25,171 INFO Processing ruok command from /127.0.0.1:36884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 04:58:35,142 INFO Processing ruok command from /127.0.0.1:36976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 04:58:35,210 INFO Processing ruok command from /127.0.0.1:36978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 04:58:45,130 INFO Processing ruok command from /127.0.0.1:37072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 04:58:45,165 INFO Processing ruok command from /127.0.0.1:37074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 04:58:55,125 INFO Processing ruok command from /127.0.0.1:37162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 04:58:55,220 INFO Processing ruok command from /127.0.0.1:37164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 04:59:04,882 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/23d1bc16-d1bb-4f1e-91e8-49b277ae432b (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-18 04:59:04,887 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/6b1f954e-0d2a-48ec-b0d1-0bbce11144ba (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-18 04:59:04,893 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/68491f05-097a-40d4-81e9-42eca115caab (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-18 04:59:04,900 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/496a4b55-5c82-42e5-a266-d3a8c26a15f9/onap-policy-xacml-pdp-5cf458cdd6-qrtj9 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-18 04:59:05,178 INFO Processing ruok command from /127.0.0.1:37272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 04:59:05,263 INFO Processing ruok command from /127.0.0.1:37276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 04:59:15,203 INFO Processing ruok command from /127.0.0.1:37452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 04:59:15,309 INFO Processing ruok command from /127.0.0.1:37454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 04:59:25,181 INFO Processing ruok command from /127.0.0.1:37590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 04:59:25,239 INFO Processing ruok command from /127.0.0.1:37592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 04:59:35,172 INFO Processing ruok command from /127.0.0.1:37710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 04:59:35,187 INFO Processing ruok command from /127.0.0.1:37712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 04:59:41,855 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-11]
2023-01-18 04:59:41,865 INFO Committing global session 0x2000039c0ca000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 04:59:42,753 INFO Submitting global closeSession request for session 0x2000039c0ca000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-01-18 04:59:45,146 INFO Processing ruok command from /127.0.0.1:37818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 04:59:45,225 INFO Processing ruok command from /127.0.0.1:37820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 04:59:55,126 INFO Processing ruok command from /127.0.0.1:37910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 04:59:55,182 INFO Processing ruok command from /127.0.0.1:37912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:00:04,882 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/e578c867-91be-4160-9bb0-58f43138b4fb/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-18 05:00:04,887 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/496a4b55-5c82-42e5-a266-d3a8c26a15f9 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-18 05:00:04,894 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-18 05:00:05,144 INFO Processing ruok command from /127.0.0.1:38024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:00:05,192 INFO Processing ruok command from /127.0.0.1:38026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:00:15,140 INFO Processing ruok command from /127.0.0.1:38124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:00:15,229 INFO Processing ruok command from /127.0.0.1:38126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:00:25,145 INFO Processing ruok command from /127.0.0.1:38228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:00:25,245 INFO Processing ruok command from /127.0.0.1:38230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:00:35,174 INFO Processing ruok command from /127.0.0.1:38322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:00:35,204 INFO Processing ruok command from /127.0.0.1:38324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:00:45,197 INFO Processing ruok command from /127.0.0.1:38414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:00:45,281 INFO Processing ruok command from /127.0.0.1:38416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:00:55,189 INFO Processing ruok command from /127.0.0.1:38508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:00:55,247 INFO Processing ruok command from /127.0.0.1:38510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:01:04,882 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap/621037ff-4ac1-4874-9681-3863b04a38b5 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-18 05:01:04,888 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/e578c867-91be-4160-9bb0-58f43138b4fb (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-18 05:01:04,894 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/278e573f-02f1-4a75-8e61-09cb1bd033be/onap-policy-pap-d77db45c7-vqrm7 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-18 05:01:05,170 INFO Processing ruok command from /127.0.0.1:38606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:01:05,245 INFO Processing ruok command from /127.0.0.1:38608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:01:15,146 INFO Processing ruok command from /127.0.0.1:38718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:01:15,201 INFO Processing ruok command from /127.0.0.1:38720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:01:25,132 INFO Processing ruok command from /127.0.0.1:38826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:01:25,184 INFO Processing ruok command from /127.0.0.1:38828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:01:35,147 INFO Processing ruok command from /127.0.0.1:38922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:01:35,189 INFO Processing ruok command from /127.0.0.1:38924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:01:41,612 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-12]
2023-01-18 05:01:41,622 INFO Committing global session 0x2000039c0ca000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 05:01:42,522 INFO Submitting global closeSession request for session 0x2000039c0ca000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-01-18 05:01:45,147 INFO Processing ruok command from /127.0.0.1:39020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:01:45,206 INFO Processing ruok command from /127.0.0.1:39022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:01:55,153 INFO Processing ruok command from /127.0.0.1:39118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:01:55,212 INFO Processing ruok command from /127.0.0.1:39120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:02:04,881 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/278e573f-02f1-4a75-8e61-09cb1bd033be (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-18 05:02:04,888 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-18 05:02:05,133 INFO Processing ruok command from /127.0.0.1:39286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:02:05,163 INFO Processing ruok command from /127.0.0.1:39288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:02:15,121 INFO Processing ruok command from /127.0.0.1:39408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:02:15,155 INFO Processing ruok command from /127.0.0.1:39410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:02:25,128 INFO Processing ruok command from /127.0.0.1:39510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:02:25,156 INFO Processing ruok command from /127.0.0.1:39512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:02:35,128 INFO Processing ruok command from /127.0.0.1:39610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:02:35,167 INFO Processing ruok command from /127.0.0.1:39612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:02:45,132 INFO Processing ruok command from /127.0.0.1:39708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:02:45,178 INFO Processing ruok command from /127.0.0.1:39710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:02:55,115 INFO Processing ruok command from /127.0.0.1:39806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:02:55,153 INFO Processing ruok command from /127.0.0.1:39808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:03:04,882 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-18 05:03:05,164 INFO Processing ruok command from /127.0.0.1:39902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:03:05,229 INFO Processing ruok command from /127.0.0.1:39904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:03:15,130 INFO Processing ruok command from /127.0.0.1:40004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:03:15,201 INFO Processing ruok command from /127.0.0.1:40006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:03:25,127 INFO Processing ruok command from /127.0.0.1:40102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:03:25,157 INFO Processing ruok command from /127.0.0.1:40104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:03:35,127 INFO Processing ruok command from /127.0.0.1:40200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:03:35,171 INFO Processing ruok command from /127.0.0.1:40202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:03:41,610 INFO Committing global session 0x3000038e0c30007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 05:03:45,119 INFO Processing ruok command from /127.0.0.1:40300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:03:45,152 INFO Processing ruok command from /127.0.0.1:40302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:03:55,130 INFO Processing ruok command from /127.0.0.1:40396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:03:55,168 INFO Processing ruok command from /127.0.0.1:40398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:04:04,881 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-18 05:04:04,887 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1/NBIC1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-18 05:04:04,894 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-18 05:04:05,123 INFO Processing ruok command from /127.0.0.1:40494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:04:05,160 INFO Processing ruok command from /127.0.0.1:40496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:04:15,109 INFO Processing ruok command from /127.0.0.1:40588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:04:15,143 INFO Processing ruok command from /127.0.0.1:40590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:04:25,128 INFO Processing ruok command from /127.0.0.1:40690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:04:25,168 INFO Processing ruok command from /127.0.0.1:40692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:04:35,121 INFO Processing ruok command from /127.0.0.1:40788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:04:35,162 INFO Processing ruok command from /127.0.0.1:40790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:04:45,129 INFO Processing ruok command from /127.0.0.1:40886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:04:45,200 INFO Processing ruok command from /127.0.0.1:40888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:04:55,113 INFO Processing ruok command from /127.0.0.1:40988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:04:55,151 INFO Processing ruok command from /127.0.0.1:40990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:05:04,881 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-18 05:05:04,886 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_pmsh_cg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-18 05:05:04,893 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-18 05:05:05,124 INFO Processing ruok command from /127.0.0.1:41086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:05:05,206 INFO Processing ruok command from /127.0.0.1:41088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:05:15,142 INFO Processing ruok command from /127.0.0.1:41188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:05:15,181 INFO Processing ruok command from /127.0.0.1:41190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:05:25,123 INFO Processing ruok command from /127.0.0.1:41282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:05:25,155 INFO Processing ruok command from /127.0.0.1:41284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:05:35,137 INFO Processing ruok command from /127.0.0.1:41378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:05:35,169 INFO Processing ruok command from /127.0.0.1:41380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:05:41,811 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-13]
2023-01-18 05:05:41,818 INFO Committing global session 0x2000039c0ca000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 05:05:42,726 INFO Submitting global closeSession request for session 0x2000039c0ca000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-01-18 05:05:45,139 INFO Processing ruok command from /127.0.0.1:41476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:05:45,171 INFO Processing ruok command from /127.0.0.1:41478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:05:55,127 INFO Processing ruok command from /127.0.0.1:41572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:05:55,164 INFO Processing ruok command from /127.0.0.1:41574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:06:04,881 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-18 05:06:05,138 INFO Processing ruok command from /127.0.0.1:41672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:06:05,169 INFO Processing ruok command from /127.0.0.1:41674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:06:15,133 INFO Processing ruok command from /127.0.0.1:41774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:06:15,170 INFO Processing ruok command from /127.0.0.1:41776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:06:25,149 INFO Processing ruok command from /127.0.0.1:41872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:06:25,174 INFO Processing ruok command from /127.0.0.1:41874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:06:35,137 INFO Processing ruok command from /127.0.0.1:41972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:06:35,181 INFO Processing ruok command from /127.0.0.1:41974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:06:45,128 INFO Processing ruok command from /127.0.0.1:42068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:06:45,177 INFO Processing ruok command from /127.0.0.1:42070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:06:55,126 INFO Processing ruok command from /127.0.0.1:42164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:06:55,178 INFO Processing ruok command from /127.0.0.1:42166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:07:04,881 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-18 05:07:05,141 INFO Processing ruok command from /127.0.0.1:42266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:07:05,206 INFO Processing ruok command from /127.0.0.1:42268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:07:15,129 INFO Processing ruok command from /127.0.0.1:42372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:07:15,159 INFO Processing ruok command from /127.0.0.1:42374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:07:25,126 INFO Processing ruok command from /127.0.0.1:42468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:07:25,161 INFO Processing ruok command from /127.0.0.1:42470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:07:35,158 INFO Processing ruok command from /127.0.0.1:42562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:07:35,206 INFO Processing ruok command from /127.0.0.1:42564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:07:41,561 INFO Committing global session 0x3000038e0c30008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 05:07:45,147 INFO Processing ruok command from /127.0.0.1:42662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:07:45,177 INFO Processing ruok command from /127.0.0.1:42664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:07:55,113 INFO Processing ruok command from /127.0.0.1:42758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:07:55,167 INFO Processing ruok command from /127.0.0.1:42760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:08:04,882 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp/sdnc2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-18 05:08:04,887 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-01-18 05:08:04,893 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-18 05:08:05,145 INFO Processing ruok command from /127.0.0.1:42860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:08:05,186 INFO Processing ruok command from /127.0.0.1:42862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:08:15,134 INFO Processing ruok command from /127.0.0.1:42958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:08:15,209 INFO Processing ruok command from /127.0.0.1:42960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:08:25,141 INFO Processing ruok command from /127.0.0.1:43056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:08:25,218 INFO Processing ruok command from /127.0.0.1:43058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:08:35,153 INFO Processing ruok command from /127.0.0.1:43152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:08:35,236 INFO Processing ruok command from /127.0.0.1:43154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:08:45,124 INFO Processing ruok command from /127.0.0.1:43252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:08:45,152 INFO Processing ruok command from /127.0.0.1:43254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:08:55,142 INFO Processing ruok command from /127.0.0.1:43352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:08:55,220 INFO Processing ruok command from /127.0.0.1:43354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:09:04,882 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-18 05:09:04,887 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-18 05:09:04,893 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-18 05:09:05,153 INFO Processing ruok command from /127.0.0.1:43446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:09:05,196 INFO Processing ruok command from /127.0.0.1:43448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:09:15,126 INFO Processing ruok command from /127.0.0.1:43546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:09:15,180 INFO Processing ruok command from /127.0.0.1:43548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:09:25,161 INFO Processing ruok command from /127.0.0.1:43640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:09:25,228 INFO Processing ruok command from /127.0.0.1:43642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:09:35,128 INFO Processing ruok command from /127.0.0.1:43734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:09:35,186 INFO Processing ruok command from /127.0.0.1:43736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:09:41,655 INFO Committing global session 0x1000037e4680009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 05:09:45,128 INFO Processing ruok command from /127.0.0.1:43836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:09:45,163 INFO Processing ruok command from /127.0.0.1:43838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:09:55,125 INFO Processing ruok command from /127.0.0.1:43938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:09:55,158 INFO Processing ruok command from /127.0.0.1:43940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:10:04,881 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-18 05:10:04,886 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-18 05:10:05,140 INFO Processing ruok command from /127.0.0.1:44038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:10:05,206 INFO Processing ruok command from /127.0.0.1:44040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:10:15,130 INFO Processing ruok command from /127.0.0.1:44134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:10:15,173 INFO Processing ruok command from /127.0.0.1:44136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:10:25,148 INFO Processing ruok command from /127.0.0.1:44234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:10:25,175 INFO Processing ruok command from /127.0.0.1:44236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:10:35,118 INFO Processing ruok command from /127.0.0.1:44328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:10:35,210 INFO Processing ruok command from /127.0.0.1:44330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:10:45,118 INFO Processing ruok command from /127.0.0.1:44428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:10:45,149 INFO Processing ruok command from /127.0.0.1:44430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:10:55,130 INFO Processing ruok command from /127.0.0.1:44528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:10:55,175 INFO Processing ruok command from /127.0.0.1:44530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:11:04,882 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-18 05:11:05,143 INFO Processing ruok command from /127.0.0.1:44630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:11:05,218 INFO Processing ruok command from /127.0.0.1:44632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:11:15,130 INFO Processing ruok command from /127.0.0.1:44728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:11:15,162 INFO Processing ruok command from /127.0.0.1:44730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:11:25,119 INFO Processing ruok command from /127.0.0.1:44822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:11:25,167 INFO Processing ruok command from /127.0.0.1:44824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:11:35,148 INFO Processing ruok command from /127.0.0.1:44922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:11:35,228 INFO Processing ruok command from /127.0.0.1:44924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:11:41,844 INFO Committing global session 0x3000038e0c30009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 05:11:45,158 INFO Processing ruok command from /127.0.0.1:45020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:11:45,184 INFO Processing ruok command from /127.0.0.1:45022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:11:55,143 INFO Processing ruok command from /127.0.0.1:45118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:11:55,173 INFO Processing ruok command from /127.0.0.1:45120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:12:05,133 INFO Processing ruok command from /127.0.0.1:45220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:12:05,181 INFO Processing ruok command from /127.0.0.1:45222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:12:15,138 INFO Processing ruok command from /127.0.0.1:45324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:12:15,165 INFO Processing ruok command from /127.0.0.1:45326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:12:25,125 INFO Processing ruok command from /127.0.0.1:45426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:12:25,158 INFO Processing ruok command from /127.0.0.1:45428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:12:35,118 INFO Processing ruok command from /127.0.0.1:45522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:12:35,181 INFO Processing ruok command from /127.0.0.1:45524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:12:45,130 INFO Processing ruok command from /127.0.0.1:45624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:12:45,166 INFO Processing ruok command from /127.0.0.1:45626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:12:55,124 INFO Processing ruok command from /127.0.0.1:45726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:12:55,155 INFO Processing ruok command from /127.0.0.1:45728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:13:05,145 INFO Processing ruok command from /127.0.0.1:45826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:13:05,182 INFO Processing ruok command from /127.0.0.1:45828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:13:15,135 INFO Processing ruok command from /127.0.0.1:45926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:13:15,179 INFO Processing ruok command from /127.0.0.1:45928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:13:25,130 INFO Processing ruok command from /127.0.0.1:46022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:13:25,162 INFO Processing ruok command from /127.0.0.1:46024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:13:35,121 INFO Processing ruok command from /127.0.0.1:46114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:13:35,202 INFO Processing ruok command from /127.0.0.1:46116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:13:41,546 INFO Committing global session 0x3000038e0c3000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 05:13:45,127 INFO Processing ruok command from /127.0.0.1:46210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:13:45,166 INFO Processing ruok command from /127.0.0.1:46212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:13:55,119 INFO Processing ruok command from /127.0.0.1:46310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:13:55,167 INFO Processing ruok command from /127.0.0.1:46312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:14:05,147 INFO Processing ruok command from /127.0.0.1:46412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:14:05,179 INFO Processing ruok command from /127.0.0.1:46414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:14:15,134 INFO Processing ruok command from /127.0.0.1:46506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:14:15,181 INFO Processing ruok command from /127.0.0.1:46508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:14:25,126 INFO Processing ruok command from /127.0.0.1:46604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:14:25,161 INFO Processing ruok command from /127.0.0.1:46606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:14:35,130 INFO Processing ruok command from /127.0.0.1:46700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:14:35,201 INFO Processing ruok command from /127.0.0.1:46702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:14:45,145 INFO Processing ruok command from /127.0.0.1:46798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:14:45,176 INFO Processing ruok command from /127.0.0.1:46800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:14:55,145 INFO Processing ruok command from /127.0.0.1:46898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:14:55,209 INFO Processing ruok command from /127.0.0.1:46900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:15:05,133 INFO Processing ruok command from /127.0.0.1:46992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:15:05,202 INFO Processing ruok command from /127.0.0.1:46994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:15:15,133 INFO Processing ruok command from /127.0.0.1:47088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:15:15,168 INFO Processing ruok command from /127.0.0.1:47090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:15:25,138 INFO Processing ruok command from /127.0.0.1:47190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:15:25,197 INFO Processing ruok command from /127.0.0.1:47192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:15:35,136 INFO Processing ruok command from /127.0.0.1:47288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:15:35,191 INFO Processing ruok command from /127.0.0.1:47290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:15:41,640 INFO Committing global session 0x3000038e0c3000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 05:15:45,121 INFO Processing ruok command from /127.0.0.1:47382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:15:45,158 INFO Processing ruok command from /127.0.0.1:47384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:15:55,123 INFO Processing ruok command from /127.0.0.1:47482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:15:55,167 INFO Processing ruok command from /127.0.0.1:47484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:16:05,127 INFO Processing ruok command from /127.0.0.1:47580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:16:05,177 INFO Processing ruok command from /127.0.0.1:47582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:16:15,138 INFO Processing ruok command from /127.0.0.1:47682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:16:15,167 INFO Processing ruok command from /127.0.0.1:47684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:16:25,138 INFO Processing ruok command from /127.0.0.1:47802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:16:25,170 INFO Processing ruok command from /127.0.0.1:47804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:16:35,180 INFO Processing ruok command from /127.0.0.1:47928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:16:35,214 INFO Processing ruok command from /127.0.0.1:47930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:16:45,140 INFO Processing ruok command from /127.0.0.1:48024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:16:45,172 INFO Processing ruok command from /127.0.0.1:48026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:16:55,132 INFO Processing ruok command from /127.0.0.1:48156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:16:55,210 INFO Processing ruok command from /127.0.0.1:48158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:17:05,131 INFO Processing ruok command from /127.0.0.1:48264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:17:05,215 INFO Processing ruok command from /127.0.0.1:48266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:17:15,146 INFO Processing ruok command from /127.0.0.1:48368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:17:15,213 INFO Processing ruok command from /127.0.0.1:48370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:17:25,155 INFO Processing ruok command from /127.0.0.1:48492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:17:25,194 INFO Processing ruok command from /127.0.0.1:48494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:17:35,135 INFO Processing ruok command from /127.0.0.1:48608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:17:35,176 INFO Processing ruok command from /127.0.0.1:48610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:17:41,693 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-14]
2023-01-18 05:17:41,700 INFO Committing global session 0x2000039c0ca000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 05:17:42,588 INFO Submitting global closeSession request for session 0x2000039c0ca000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-01-18 05:17:45,143 INFO Processing ruok command from /127.0.0.1:48708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:17:45,178 INFO Processing ruok command from /127.0.0.1:48710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:17:55,135 INFO Processing ruok command from /127.0.0.1:48810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:17:55,160 INFO Processing ruok command from /127.0.0.1:48812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:18:05,154 INFO Processing ruok command from /127.0.0.1:48922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:18:05,234 INFO Processing ruok command from /127.0.0.1:48926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:18:15,143 INFO Processing ruok command from /127.0.0.1:49046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:18:15,172 INFO Processing ruok command from /127.0.0.1:49048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:18:25,140 INFO Processing ruok command from /127.0.0.1:49170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:18:25,222 INFO Processing ruok command from /127.0.0.1:49172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:18:35,135 INFO Processing ruok command from /127.0.0.1:49280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:18:35,209 INFO Processing ruok command from /127.0.0.1:49282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:18:45,136 INFO Processing ruok command from /127.0.0.1:49380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:18:45,172 INFO Processing ruok command from /127.0.0.1:49382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:18:55,133 INFO Processing ruok command from /127.0.0.1:49484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:18:55,220 INFO Processing ruok command from /127.0.0.1:49486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:19:05,149 INFO Processing ruok command from /127.0.0.1:49580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:19:05,225 INFO Processing ruok command from /127.0.0.1:49582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:19:15,129 INFO Processing ruok command from /127.0.0.1:49682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:19:15,162 INFO Processing ruok command from /127.0.0.1:49684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:19:25,135 INFO Processing ruok command from /127.0.0.1:49794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:19:25,190 INFO Processing ruok command from /127.0.0.1:49796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:19:35,144 INFO Processing ruok command from /127.0.0.1:49900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:19:35,183 INFO Processing ruok command from /127.0.0.1:49902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:19:41,894 INFO Committing global session 0x3000038e0c3000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 05:19:45,128 INFO Processing ruok command from /127.0.0.1:50016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:19:45,177 INFO Processing ruok command from /127.0.0.1:50018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:19:55,123 INFO Processing ruok command from /127.0.0.1:50128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:19:55,204 INFO Processing ruok command from /127.0.0.1:50130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:20:05,140 INFO Processing ruok command from /127.0.0.1:50246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:20:05,179 INFO Processing ruok command from /127.0.0.1:50248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:20:15,130 INFO Processing ruok command from /127.0.0.1:50356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:20:15,167 INFO Processing ruok command from /127.0.0.1:50358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:20:25,137 INFO Processing ruok command from /127.0.0.1:50472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:20:25,174 INFO Processing ruok command from /127.0.0.1:50474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:20:35,145 INFO Processing ruok command from /127.0.0.1:50580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:20:35,221 INFO Processing ruok command from /127.0.0.1:50582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:20:45,175 INFO Processing ruok command from /127.0.0.1:50694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:20:45,220 INFO Processing ruok command from /127.0.0.1:50696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:20:55,133 INFO Processing ruok command from /127.0.0.1:50808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:20:55,221 INFO Processing ruok command from /127.0.0.1:50810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:21:05,146 INFO Processing ruok command from /127.0.0.1:50924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:21:05,189 INFO Processing ruok command from /127.0.0.1:50926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:21:15,136 INFO Processing ruok command from /127.0.0.1:51036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:21:15,168 INFO Processing ruok command from /127.0.0.1:51038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:21:25,136 INFO Processing ruok command from /127.0.0.1:51154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:21:25,183 INFO Processing ruok command from /127.0.0.1:51156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:21:35,135 INFO Processing ruok command from /127.0.0.1:51270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:21:35,169 INFO Processing ruok command from /127.0.0.1:51272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:21:41,773 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-15]
2023-01-18 05:21:41,779 INFO Committing global session 0x2000039c0ca000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 05:21:42,677 INFO Submitting global closeSession request for session 0x2000039c0ca000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-01-18 05:21:45,123 INFO Processing ruok command from /127.0.0.1:51386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:21:45,170 INFO Processing ruok command from /127.0.0.1:51388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:21:55,130 INFO Processing ruok command from /127.0.0.1:51496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:21:55,193 INFO Processing ruok command from /127.0.0.1:51498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:22:05,157 INFO Processing ruok command from /127.0.0.1:51616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:22:05,194 INFO Processing ruok command from /127.0.0.1:51618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:22:15,129 INFO Processing ruok command from /127.0.0.1:51732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:22:15,187 INFO Processing ruok command from /127.0.0.1:51734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:22:25,154 INFO Processing ruok command from /127.0.0.1:51848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:22:25,194 INFO Processing ruok command from /127.0.0.1:51850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:22:35,165 INFO Processing ruok command from /127.0.0.1:51968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:22:35,203 INFO Processing ruok command from /127.0.0.1:51970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:22:45,147 INFO Processing ruok command from /127.0.0.1:52086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:22:45,186 INFO Processing ruok command from /127.0.0.1:52088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:22:55,131 INFO Processing ruok command from /127.0.0.1:52202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:22:55,159 INFO Processing ruok command from /127.0.0.1:52204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:23:05,129 INFO Processing ruok command from /127.0.0.1:52320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:23:05,173 INFO Processing ruok command from /127.0.0.1:52322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:23:15,123 INFO Processing ruok command from /127.0.0.1:52432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:23:15,198 INFO Processing ruok command from /127.0.0.1:52434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:23:25,141 INFO Processing ruok command from /127.0.0.1:52550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:23:25,176 INFO Processing ruok command from /127.0.0.1:52552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:23:35,133 INFO Processing ruok command from /127.0.0.1:52662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:23:35,175 INFO Processing ruok command from /127.0.0.1:52664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:23:41,567 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-16]
2023-01-18 05:23:41,573 INFO Committing global session 0x2000039c0ca000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 05:23:42,478 INFO Submitting global closeSession request for session 0x2000039c0ca000f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-01-18 05:23:45,147 INFO Processing ruok command from /127.0.0.1:52784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:23:45,172 INFO Processing ruok command from /127.0.0.1:52786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:23:55,123 INFO Processing ruok command from /127.0.0.1:52902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:23:55,183 INFO Processing ruok command from /127.0.0.1:52904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:24:05,136 INFO Processing ruok command from /127.0.0.1:53024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:24:05,177 INFO Processing ruok command from /127.0.0.1:53026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:24:15,123 INFO Processing ruok command from /127.0.0.1:53138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:24:15,151 INFO Processing ruok command from /127.0.0.1:53140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:24:25,126 INFO Processing ruok command from /127.0.0.1:53258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:24:25,165 INFO Processing ruok command from /127.0.0.1:53260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:24:35,154 INFO Processing ruok command from /127.0.0.1:53370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:24:35,252 INFO Processing ruok command from /127.0.0.1:53372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:24:45,130 INFO Processing ruok command from /127.0.0.1:53498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:24:45,155 INFO Processing ruok command from /127.0.0.1:53500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:24:55,132 INFO Processing ruok command from /127.0.0.1:53614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:24:55,218 INFO Processing ruok command from /127.0.0.1:53616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:25:05,126 INFO Processing ruok command from /127.0.0.1:53730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:25:05,186 INFO Processing ruok command from /127.0.0.1:53732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:25:15,129 INFO Processing ruok command from /127.0.0.1:53840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:25:15,158 INFO Processing ruok command from /127.0.0.1:53842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:25:25,129 INFO Processing ruok command from /127.0.0.1:53960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:25:25,172 INFO Processing ruok command from /127.0.0.1:53962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:25:35,137 INFO Processing ruok command from /127.0.0.1:54074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:25:35,193 INFO Processing ruok command from /127.0.0.1:54076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:25:41,662 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2023-01-18 05:25:41,668 INFO Committing global session 0x2000039c0ca0010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 05:25:42,588 INFO Submitting global closeSession request for session 0x2000039c0ca0010 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-01-18 05:25:45,130 INFO Processing ruok command from /127.0.0.1:54192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:25:45,185 INFO Processing ruok command from /127.0.0.1:54194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:25:55,143 INFO Processing ruok command from /127.0.0.1:54304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:25:55,171 INFO Processing ruok command from /127.0.0.1:54306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:26:05,145 INFO Processing ruok command from /127.0.0.1:54426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:26:05,187 INFO Processing ruok command from /127.0.0.1:54428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:26:15,150 INFO Processing ruok command from /127.0.0.1:54542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:26:15,189 INFO Processing ruok command from /127.0.0.1:54544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:26:25,135 INFO Processing ruok command from /127.0.0.1:54664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:26:25,157 INFO Processing ruok command from /127.0.0.1:54666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:26:35,150 INFO Processing ruok command from /127.0.0.1:54780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:26:35,215 INFO Processing ruok command from /127.0.0.1:54782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:26:45,129 INFO Processing ruok command from /127.0.0.1:54904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:26:45,167 INFO Processing ruok command from /127.0.0.1:54906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:26:55,139 INFO Processing ruok command from /127.0.0.1:55018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:26:55,181 INFO Processing ruok command from /127.0.0.1:55020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:27:05,134 INFO Processing ruok command from /127.0.0.1:55140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:27:05,214 INFO Processing ruok command from /127.0.0.1:55142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:27:15,136 INFO Processing ruok command from /127.0.0.1:55252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:27:15,199 INFO Processing ruok command from /127.0.0.1:55254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:27:25,126 INFO Processing ruok command from /127.0.0.1:55370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:27:25,167 INFO Processing ruok command from /127.0.0.1:55372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:27:35,130 INFO Processing ruok command from /127.0.0.1:55484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:27:35,191 INFO Processing ruok command from /127.0.0.1:55486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:27:41,778 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2023-01-18 05:27:41,784 INFO Committing global session 0x2000039c0ca0011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 05:27:42,677 INFO Submitting global closeSession request for session 0x2000039c0ca0011 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-01-18 05:27:45,140 INFO Processing ruok command from /127.0.0.1:55602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:27:45,175 INFO Processing ruok command from /127.0.0.1:55604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:27:55,128 INFO Processing ruok command from /127.0.0.1:55718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:27:55,165 INFO Processing ruok command from /127.0.0.1:55720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:28:05,141 INFO Processing ruok command from /127.0.0.1:55838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:28:05,173 INFO Processing ruok command from /127.0.0.1:55840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:28:15,141 INFO Processing ruok command from /127.0.0.1:55946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:28:15,181 INFO Processing ruok command from /127.0.0.1:55948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:28:25,125 INFO Processing ruok command from /127.0.0.1:56070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:28:25,159 INFO Processing ruok command from /127.0.0.1:56072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:28:35,124 INFO Processing ruok command from /127.0.0.1:56184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:28:35,173 INFO Processing ruok command from /127.0.0.1:56186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:28:45,135 INFO Processing ruok command from /127.0.0.1:56304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:28:45,194 INFO Processing ruok command from /127.0.0.1:56306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:28:55,131 INFO Processing ruok command from /127.0.0.1:56422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:28:55,181 INFO Processing ruok command from /127.0.0.1:56424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:29:05,132 INFO Processing ruok command from /127.0.0.1:56544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:29:05,188 INFO Processing ruok command from /127.0.0.1:56546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:29:15,132 INFO Processing ruok command from /127.0.0.1:56658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:29:15,190 INFO Processing ruok command from /127.0.0.1:56660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:29:25,117 INFO Processing ruok command from /127.0.0.1:56774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:29:25,153 INFO Processing ruok command from /127.0.0.1:56776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:29:35,133 INFO Processing ruok command from /127.0.0.1:56892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:29:35,181 INFO Processing ruok command from /127.0.0.1:56894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:29:41,621 INFO Committing global session 0x1000037e468000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 05:29:45,136 INFO Processing ruok command from /127.0.0.1:57010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:29:45,170 INFO Processing ruok command from /127.0.0.1:57012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:29:55,133 INFO Processing ruok command from /127.0.0.1:57122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:29:55,166 INFO Processing ruok command from /127.0.0.1:57124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:30:03,238 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2023-01-18 05:30:03,239 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2023-01-18 05:30:03,253 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2023-01-18 05:30:05,152 INFO Processing ruok command from /127.0.0.1:57240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:30:05,217 INFO Processing ruok command from /127.0.0.1:57242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:30:15,122 INFO Processing ruok command from /127.0.0.1:57356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:30:15,151 INFO Processing ruok command from /127.0.0.1:57358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:30:25,120 INFO Processing ruok command from /127.0.0.1:57472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:30:25,150 INFO Processing ruok command from /127.0.0.1:57474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:30:35,136 INFO Processing ruok command from /127.0.0.1:57586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:30:35,213 INFO Processing ruok command from /127.0.0.1:57588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:30:45,153 INFO Processing ruok command from /127.0.0.1:57706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:30:45,230 INFO Processing ruok command from /127.0.0.1:57708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:30:55,126 INFO Processing ruok command from /127.0.0.1:57826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:30:55,158 INFO Processing ruok command from /127.0.0.1:57828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:31:05,145 INFO Processing ruok command from /127.0.0.1:57944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:31:05,176 INFO Processing ruok command from /127.0.0.1:57946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:31:15,117 INFO Processing ruok command from /127.0.0.1:58056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:31:15,186 INFO Processing ruok command from /127.0.0.1:58058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:31:25,130 INFO Processing ruok command from /127.0.0.1:58172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:31:25,160 INFO Processing ruok command from /127.0.0.1:58174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:31:35,152 INFO Processing ruok command from /127.0.0.1:58286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:31:35,185 INFO Processing ruok command from /127.0.0.1:58288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:31:41,829 INFO Committing global session 0x1000037e468000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 05:31:45,129 INFO Processing ruok command from /127.0.0.1:58406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:31:45,177 INFO Processing ruok command from /127.0.0.1:58408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:31:55,121 INFO Processing ruok command from /127.0.0.1:58522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:31:55,156 INFO Processing ruok command from /127.0.0.1:58524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:32:05,133 INFO Processing ruok command from /127.0.0.1:58642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:32:05,217 INFO Processing ruok command from /127.0.0.1:58644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:32:15,128 INFO Processing ruok command from /127.0.0.1:58760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:32:15,161 INFO Processing ruok command from /127.0.0.1:58762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:32:25,117 INFO Processing ruok command from /127.0.0.1:58878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:32:25,182 INFO Processing ruok command from /127.0.0.1:58880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:32:35,141 INFO Processing ruok command from /127.0.0.1:58990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:32:35,206 INFO Processing ruok command from /127.0.0.1:58992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:32:45,135 INFO Processing ruok command from /127.0.0.1:59116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:32:45,170 INFO Processing ruok command from /127.0.0.1:59118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:32:55,138 INFO Processing ruok command from /127.0.0.1:59234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:32:55,191 INFO Processing ruok command from /127.0.0.1:59236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:33:05,133 INFO Processing ruok command from /127.0.0.1:59350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:33:05,220 INFO Processing ruok command from /127.0.0.1:59352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:33:15,131 INFO Processing ruok command from /127.0.0.1:59466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:33:15,159 INFO Processing ruok command from /127.0.0.1:59468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:33:25,132 INFO Processing ruok command from /127.0.0.1:59582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:33:25,177 INFO Processing ruok command from /127.0.0.1:59584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:33:35,132 INFO Processing ruok command from /127.0.0.1:59700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:33:35,194 INFO Processing ruok command from /127.0.0.1:59702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:33:41,746 INFO Committing global session 0x1000037e468000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 05:33:45,123 INFO Processing ruok command from /127.0.0.1:59818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:33:45,163 INFO Processing ruok command from /127.0.0.1:59820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:33:55,131 INFO Processing ruok command from /127.0.0.1:59934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:33:55,161 INFO Processing ruok command from /127.0.0.1:59936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:34:05,135 INFO Processing ruok command from /127.0.0.1:60054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:34:05,176 INFO Processing ruok command from /127.0.0.1:60056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:34:15,114 INFO Processing ruok command from /127.0.0.1:60168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:34:15,153 INFO Processing ruok command from /127.0.0.1:60170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:34:25,118 INFO Processing ruok command from /127.0.0.1:60290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:34:25,153 INFO Processing ruok command from /127.0.0.1:60292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:34:35,119 INFO Processing ruok command from /127.0.0.1:60410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:34:35,171 INFO Processing ruok command from /127.0.0.1:60412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:34:45,125 INFO Processing ruok command from /127.0.0.1:60526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:34:45,191 INFO Processing ruok command from /127.0.0.1:60528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:34:55,116 INFO Processing ruok command from /127.0.0.1:60644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:34:55,176 INFO Processing ruok command from /127.0.0.1:60646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:35:05,155 INFO Processing ruok command from /127.0.0.1:60764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:35:05,180 INFO Processing ruok command from /127.0.0.1:60766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:35:15,120 INFO Processing ruok command from /127.0.0.1:60878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:35:15,151 INFO Processing ruok command from /127.0.0.1:60880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:35:25,120 INFO Processing ruok command from /127.0.0.1:60998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:35:25,154 INFO Processing ruok command from /127.0.0.1:32768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:35:35,128 INFO Processing ruok command from /127.0.0.1:32880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:35:35,177 INFO Processing ruok command from /127.0.0.1:32882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:35:41,593 INFO Committing global session 0x1000037e468000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 05:35:45,128 INFO Processing ruok command from /127.0.0.1:32998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:35:45,197 INFO Processing ruok command from /127.0.0.1:33000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:35:55,120 INFO Processing ruok command from /127.0.0.1:33110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:35:55,144 INFO Processing ruok command from /127.0.0.1:33112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:36:05,130 INFO Processing ruok command from /127.0.0.1:33230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:36:05,167 INFO Processing ruok command from /127.0.0.1:33232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:36:15,114 INFO Processing ruok command from /127.0.0.1:33348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:36:15,144 INFO Processing ruok command from /127.0.0.1:33350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:36:25,129 INFO Processing ruok command from /127.0.0.1:33464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:36:25,177 INFO Processing ruok command from /127.0.0.1:33466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:36:35,123 INFO Processing ruok command from /127.0.0.1:33580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:36:35,185 INFO Processing ruok command from /127.0.0.1:33582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:36:45,144 INFO Processing ruok command from /127.0.0.1:33706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:36:45,183 INFO Processing ruok command from /127.0.0.1:33708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:36:55,136 INFO Processing ruok command from /127.0.0.1:33820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:36:55,194 INFO Processing ruok command from /127.0.0.1:33822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:37:05,135 INFO Processing ruok command from /127.0.0.1:33936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:37:05,208 INFO Processing ruok command from /127.0.0.1:33938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:37:15,131 INFO Processing ruok command from /127.0.0.1:34048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:37:15,161 INFO Processing ruok command from /127.0.0.1:34050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:37:25,118 INFO Processing ruok command from /127.0.0.1:34168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:37:25,172 INFO Processing ruok command from /127.0.0.1:34170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:37:35,138 INFO Processing ruok command from /127.0.0.1:34284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:37:35,199 INFO Processing ruok command from /127.0.0.1:34286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:37:41,635 INFO Committing global session 0x3000038e0c3000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 05:37:45,129 INFO Processing ruok command from /127.0.0.1:34410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:37:45,161 INFO Processing ruok command from /127.0.0.1:34412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:37:55,129 INFO Processing ruok command from /127.0.0.1:34526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:37:55,210 INFO Processing ruok command from /127.0.0.1:34528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:38:05,142 INFO Processing ruok command from /127.0.0.1:34650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:38:05,223 INFO Processing ruok command from /127.0.0.1:34652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:38:15,121 INFO Processing ruok command from /127.0.0.1:34766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:38:15,161 INFO Processing ruok command from /127.0.0.1:34768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:38:25,128 INFO Processing ruok command from /127.0.0.1:34884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:38:25,161 INFO Processing ruok command from /127.0.0.1:34886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:38:35,127 INFO Processing ruok command from /127.0.0.1:35006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:38:35,165 INFO Processing ruok command from /127.0.0.1:35008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:38:45,124 INFO Processing ruok command from /127.0.0.1:35126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:38:45,151 INFO Processing ruok command from /127.0.0.1:35128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:38:55,134 INFO Processing ruok command from /127.0.0.1:35240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:38:55,176 INFO Processing ruok command from /127.0.0.1:35242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:39:05,136 INFO Processing ruok command from /127.0.0.1:35356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:39:05,191 INFO Processing ruok command from /127.0.0.1:35358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:39:15,117 INFO Processing ruok command from /127.0.0.1:35466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:39:15,151 INFO Processing ruok command from /127.0.0.1:35468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:39:25,129 INFO Processing ruok command from /127.0.0.1:35584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:39:25,167 INFO Processing ruok command from /127.0.0.1:35586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:39:35,124 INFO Processing ruok command from /127.0.0.1:35704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:39:35,169 INFO Processing ruok command from /127.0.0.1:35706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:39:41,700 INFO Committing global session 0x3000038e0c3000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 05:39:45,121 INFO Processing ruok command from /127.0.0.1:35824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:39:45,158 INFO Processing ruok command from /127.0.0.1:35826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:39:55,140 INFO Processing ruok command from /127.0.0.1:35938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:39:55,169 INFO Processing ruok command from /127.0.0.1:35940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:40:05,143 INFO Processing ruok command from /127.0.0.1:36064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:40:05,174 INFO Processing ruok command from /127.0.0.1:36066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:40:15,137 INFO Processing ruok command from /127.0.0.1:36182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:40:15,223 INFO Processing ruok command from /127.0.0.1:36184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:40:25,130 INFO Processing ruok command from /127.0.0.1:36304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:40:25,171 INFO Processing ruok command from /127.0.0.1:36306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:40:35,128 INFO Processing ruok command from /127.0.0.1:36424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:40:35,203 INFO Processing ruok command from /127.0.0.1:36426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:40:45,129 INFO Processing ruok command from /127.0.0.1:36552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:40:45,163 INFO Processing ruok command from /127.0.0.1:36554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:40:55,128 INFO Processing ruok command from /127.0.0.1:36672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:40:55,194 INFO Processing ruok command from /127.0.0.1:36674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:41:05,124 INFO Processing ruok command from /127.0.0.1:36790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:41:05,163 INFO Processing ruok command from /127.0.0.1:36792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:41:15,134 INFO Processing ruok command from /127.0.0.1:36904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:41:15,163 INFO Processing ruok command from /127.0.0.1:36906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:41:25,157 INFO Processing ruok command from /127.0.0.1:37020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:41:25,215 INFO Processing ruok command from /127.0.0.1:37022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:41:35,144 INFO Processing ruok command from /127.0.0.1:37132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:41:35,220 INFO Processing ruok command from /127.0.0.1:37134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:41:41,652 INFO Committing global session 0x1000037e468000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 05:41:45,129 INFO Processing ruok command from /127.0.0.1:37248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:41:45,159 INFO Processing ruok command from /127.0.0.1:37250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:41:55,123 INFO Processing ruok command from /127.0.0.1:37366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:41:55,175 INFO Processing ruok command from /127.0.0.1:37368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:42:05,145 INFO Processing ruok command from /127.0.0.1:37488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:42:05,225 INFO Processing ruok command from /127.0.0.1:37490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:42:15,129 INFO Processing ruok command from /127.0.0.1:37602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:42:15,159 INFO Processing ruok command from /127.0.0.1:37604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:42:25,129 INFO Processing ruok command from /127.0.0.1:37724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:42:25,202 INFO Processing ruok command from /127.0.0.1:37726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:42:35,133 INFO Processing ruok command from /127.0.0.1:37844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:42:35,177 INFO Processing ruok command from /127.0.0.1:37846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:42:45,131 INFO Processing ruok command from /127.0.0.1:37970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:42:45,178 INFO Processing ruok command from /127.0.0.1:37972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:42:55,139 INFO Processing ruok command from /127.0.0.1:38090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:42:55,199 INFO Processing ruok command from /127.0.0.1:38092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:43:05,126 INFO Processing ruok command from /127.0.0.1:38210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:43:05,161 INFO Processing ruok command from /127.0.0.1:38212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:43:15,170 INFO Processing ruok command from /127.0.0.1:38328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:43:15,213 INFO Processing ruok command from /127.0.0.1:38330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:43:25,123 INFO Processing ruok command from /127.0.0.1:38452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:43:25,185 INFO Processing ruok command from /127.0.0.1:38454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:43:35,140 INFO Processing ruok command from /127.0.0.1:38564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:43:35,161 INFO Processing ruok command from /127.0.0.1:38566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:43:41,645 INFO Committing global session 0x1000037e468000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 05:43:45,123 INFO Processing ruok command from /127.0.0.1:38678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:43:45,169 INFO Processing ruok command from /127.0.0.1:38680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:43:55,136 INFO Processing ruok command from /127.0.0.1:38792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:43:55,192 INFO Processing ruok command from /127.0.0.1:38794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:44:05,142 INFO Processing ruok command from /127.0.0.1:38916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:44:05,186 INFO Processing ruok command from /127.0.0.1:38918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:44:15,137 INFO Processing ruok command from /127.0.0.1:39034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:44:15,190 INFO Processing ruok command from /127.0.0.1:39036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:44:25,122 INFO Processing ruok command from /127.0.0.1:39150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:44:25,163 INFO Processing ruok command from /127.0.0.1:39152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:44:35,142 INFO Processing ruok command from /127.0.0.1:39264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:44:35,183 INFO Processing ruok command from /127.0.0.1:39266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:44:45,123 INFO Processing ruok command from /127.0.0.1:39384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:44:45,159 INFO Processing ruok command from /127.0.0.1:39386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:44:55,144 INFO Processing ruok command from /127.0.0.1:39506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:44:55,175 INFO Processing ruok command from /127.0.0.1:39508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:45:05,153 INFO Processing ruok command from /127.0.0.1:39620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:45:05,196 INFO Processing ruok command from /127.0.0.1:39622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:45:15,131 INFO Processing ruok command from /127.0.0.1:39736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:45:15,157 INFO Processing ruok command from /127.0.0.1:39738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:45:25,134 INFO Processing ruok command from /127.0.0.1:39856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:45:25,171 INFO Processing ruok command from /127.0.0.1:39858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:45:35,135 INFO Processing ruok command from /127.0.0.1:39974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:45:35,208 INFO Processing ruok command from /127.0.0.1:39976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:45:41,693 INFO Committing global session 0x1000037e4680010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 05:45:45,120 INFO Processing ruok command from /127.0.0.1:40088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:45:45,158 INFO Processing ruok command from /127.0.0.1:40090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:45:55,125 INFO Processing ruok command from /127.0.0.1:40206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:45:55,193 INFO Processing ruok command from /127.0.0.1:40208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:46:05,123 INFO Processing ruok command from /127.0.0.1:40326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:46:05,163 INFO Processing ruok command from /127.0.0.1:40328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:46:15,124 INFO Processing ruok command from /127.0.0.1:40442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:46:15,193 INFO Processing ruok command from /127.0.0.1:40444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:46:25,124 INFO Processing ruok command from /127.0.0.1:40558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:46:25,158 INFO Processing ruok command from /127.0.0.1:40560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:46:35,149 INFO Processing ruok command from /127.0.0.1:40676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:46:35,195 INFO Processing ruok command from /127.0.0.1:40678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:46:45,157 INFO Processing ruok command from /127.0.0.1:40796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:46:45,217 INFO Processing ruok command from /127.0.0.1:40798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:46:55,120 INFO Processing ruok command from /127.0.0.1:40912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:46:55,174 INFO Processing ruok command from /127.0.0.1:40914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:47:05,137 INFO Processing ruok command from /127.0.0.1:41034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:47:05,221 INFO Processing ruok command from /127.0.0.1:41036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:47:15,127 INFO Processing ruok command from /127.0.0.1:41150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:47:15,154 INFO Processing ruok command from /127.0.0.1:41152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:47:25,133 INFO Processing ruok command from /127.0.0.1:41280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:47:25,172 INFO Processing ruok command from /127.0.0.1:41282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:47:35,145 INFO Processing ruok command from /127.0.0.1:41402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:47:35,188 INFO Processing ruok command from /127.0.0.1:41404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:47:41,918 INFO Committing global session 0x3000038e0c3000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 05:47:45,126 INFO Processing ruok command from /127.0.0.1:41518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:47:45,164 INFO Processing ruok command from /127.0.0.1:41520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:47:55,136 INFO Processing ruok command from /127.0.0.1:41632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:47:55,171 INFO Processing ruok command from /127.0.0.1:41634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:48:05,160 INFO Processing ruok command from /127.0.0.1:41748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:48:05,193 INFO Processing ruok command from /127.0.0.1:41750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:48:15,130 INFO Processing ruok command from /127.0.0.1:41858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:48:15,168 INFO Processing ruok command from /127.0.0.1:41860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:48:25,132 INFO Processing ruok command from /127.0.0.1:41978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:48:25,168 INFO Processing ruok command from /127.0.0.1:41980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:48:35,127 INFO Processing ruok command from /127.0.0.1:42094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:48:35,185 INFO Processing ruok command from /127.0.0.1:42096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:48:45,136 INFO Processing ruok command from /127.0.0.1:42214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:48:45,207 INFO Processing ruok command from /127.0.0.1:42216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:48:55,135 INFO Processing ruok command from /127.0.0.1:42330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:48:55,173 INFO Processing ruok command from /127.0.0.1:42332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:49:05,148 INFO Processing ruok command from /127.0.0.1:42446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:49:05,183 INFO Processing ruok command from /127.0.0.1:42448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:49:15,138 INFO Processing ruok command from /127.0.0.1:42560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:49:15,167 INFO Processing ruok command from /127.0.0.1:42562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:49:25,121 INFO Processing ruok command from /127.0.0.1:42680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:49:25,154 INFO Processing ruok command from /127.0.0.1:42682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:49:35,116 INFO Processing ruok command from /127.0.0.1:42798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:49:35,207 INFO Processing ruok command from /127.0.0.1:42800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:49:41,572 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-3]
2023-01-18 05:49:41,577 INFO Committing global session 0x2000039c0ca0012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 05:49:42,310 INFO Submitting global closeSession request for session 0x2000039c0ca0012 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-01-18 05:49:45,128 INFO Processing ruok command from /127.0.0.1:42920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:49:45,155 INFO Processing ruok command from /127.0.0.1:42922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:49:55,128 INFO Processing ruok command from /127.0.0.1:43034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:49:55,153 INFO Processing ruok command from /127.0.0.1:43036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:50:05,135 INFO Processing ruok command from /127.0.0.1:43154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:50:05,172 INFO Processing ruok command from /127.0.0.1:43156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:50:15,129 INFO Processing ruok command from /127.0.0.1:43270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:50:15,163 INFO Processing ruok command from /127.0.0.1:43272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:50:25,128 INFO Processing ruok command from /127.0.0.1:43388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:50:25,167 INFO Processing ruok command from /127.0.0.1:43390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:50:35,119 INFO Processing ruok command from /127.0.0.1:43510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:50:35,160 INFO Processing ruok command from /127.0.0.1:43512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:50:45,128 INFO Processing ruok command from /127.0.0.1:43630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:50:45,204 INFO Processing ruok command from /127.0.0.1:43632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:50:55,118 INFO Processing ruok command from /127.0.0.1:43744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:50:55,171 INFO Processing ruok command from /127.0.0.1:43746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:51:05,133 INFO Processing ruok command from /127.0.0.1:43866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:51:05,177 INFO Processing ruok command from /127.0.0.1:43868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:51:15,124 INFO Processing ruok command from /127.0.0.1:43980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:51:15,148 INFO Processing ruok command from /127.0.0.1:43982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:51:25,135 INFO Processing ruok command from /127.0.0.1:44098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:51:25,187 INFO Processing ruok command from /127.0.0.1:44100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:51:35,126 INFO Processing ruok command from /127.0.0.1:44210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:51:35,202 INFO Processing ruok command from /127.0.0.1:44212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:51:41,599 INFO Committing global session 0x3000038e0c30010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 05:51:45,114 INFO Processing ruok command from /127.0.0.1:44326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:51:45,149 INFO Processing ruok command from /127.0.0.1:44328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:51:55,126 INFO Processing ruok command from /127.0.0.1:44448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:51:55,169 INFO Processing ruok command from /127.0.0.1:44450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:52:05,121 INFO Processing ruok command from /127.0.0.1:44568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:52:05,155 INFO Processing ruok command from /127.0.0.1:44570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:52:15,127 INFO Processing ruok command from /127.0.0.1:44684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:52:15,162 INFO Processing ruok command from /127.0.0.1:44686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:52:25,128 INFO Processing ruok command from /127.0.0.1:44806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:52:25,181 INFO Processing ruok command from /127.0.0.1:44808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:52:35,132 INFO Processing ruok command from /127.0.0.1:44926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:52:35,193 INFO Processing ruok command from /127.0.0.1:44928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:52:45,138 INFO Processing ruok command from /127.0.0.1:45048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:52:45,201 INFO Processing ruok command from /127.0.0.1:45050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:52:55,134 INFO Processing ruok command from /127.0.0.1:45166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:52:55,160 INFO Processing ruok command from /127.0.0.1:45168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:53:05,113 INFO Processing ruok command from /127.0.0.1:45284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:53:05,159 INFO Processing ruok command from /127.0.0.1:45286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:53:15,133 INFO Processing ruok command from /127.0.0.1:45392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:53:15,164 INFO Processing ruok command from /127.0.0.1:45394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:53:25,127 INFO Processing ruok command from /127.0.0.1:45514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:53:25,160 INFO Processing ruok command from /127.0.0.1:45516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:53:35,123 INFO Processing ruok command from /127.0.0.1:45632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:53:35,166 INFO Processing ruok command from /127.0.0.1:45634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:53:41,721 INFO Committing global session 0x3000038e0c30011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 05:53:45,143 INFO Processing ruok command from /127.0.0.1:45748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:53:45,180 INFO Processing ruok command from /127.0.0.1:45750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:53:55,128 INFO Processing ruok command from /127.0.0.1:45864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:53:55,165 INFO Processing ruok command from /127.0.0.1:45866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:54:05,117 INFO Processing ruok command from /127.0.0.1:45980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:54:05,197 INFO Processing ruok command from /127.0.0.1:45982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:54:15,124 INFO Processing ruok command from /127.0.0.1:46090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:54:15,149 INFO Processing ruok command from /127.0.0.1:46092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:54:25,129 INFO Processing ruok command from /127.0.0.1:46210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:54:25,156 INFO Processing ruok command from /127.0.0.1:46212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:54:35,134 INFO Processing ruok command from /127.0.0.1:46330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:54:35,201 INFO Processing ruok command from /127.0.0.1:46332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:54:45,128 INFO Processing ruok command from /127.0.0.1:46452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:54:45,167 INFO Processing ruok command from /127.0.0.1:46454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:54:55,124 INFO Processing ruok command from /127.0.0.1:46572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:54:55,164 INFO Processing ruok command from /127.0.0.1:46574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-18 05:55:05,134 INFO Processing ruok command from /127.0.0.1:46692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-18 05:55:05,189 INFO Processing ruok command from /127.0.0.1:46694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-18 05:55:15,126 INFO Processing ruok command from /127.0.0.1:46804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-18 05:55:15,178 INFO Processing ruok command from /127.0.0.1:46806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-18 05:55:25,131 INFO Processing ruok command from /127.0.0.1:46922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-18 05:55:25,165 INFO Processing ruok command from /127.0.0.1:46924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-18 05:55:35,143 INFO Processing ruok command from /127.0.0.1:47038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-18 05:55:35,189 INFO Processing ruok command from /127.0.0.1:47040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-18 05:55:41,759 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-4]
2023-01-18 05:55:41,764 INFO Committing global session 0x2000039c0ca0013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-18 05:55:42,473 INFO Submitting global closeSession request for session 0x2000039c0ca0013 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-01-18 05:55:45,108 INFO Processing ruok command from /127.0.0.1:47160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-18 05:55:45,140 INFO Processing ruok command from /127.0.0.1:47162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-18 05:55:55,120 INFO Processing ruok command from /127.0.0.1:47272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-18 05:55:55,160 INFO Processing ruok command from /127.0.0.1:47274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-18 05:56:05,124 INFO Processing ruok command from /127.0.0.1:47396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-18 05:56:05,193 INFO Processing ruok command from /127.0.0.1:47398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-18 05:56:15,140 INFO Processing ruok command from /127.0.0.1:47508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-18 05:56:15,210 INFO Processing ruok command from /127.0.0.1:47510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]