Results

By type

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

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

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

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

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

# Provided configuration
tickTime=2000
initLimit=5
syncLimit=2
autopurge.purgeInterval=1
admin.enableServer=false
ssl.hostnameVerification=false
ssl.quorum.hostnameVerification=false
sslQuorum=false


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

+ exec /usr/bin/tini -w -e 143 -- /opt/kafka/bin/zookeeper-server-start.sh /tmp/zookeeper.properties
2023-01-23 22:43:57,447 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2023-01-23 22:43:57,455 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2023-01-23 22:43:57,455 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2023-01-23 22:43:57,460 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main]
2023-01-23 22:43:57,460 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2023-01-23 22:43:57,460 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main]
2023-01-23 22:43:57,501 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main]
2023-01-23 22:43:57,502 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main]
2023-01-23 22:43:57,503 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2023-01-23 22:43:57,505 INFO Log4j 1.2 jmx support not found; jmx disabled. (org.apache.zookeeper.jmx.ManagedUtil) [main]
2023-01-23 22:43:57,505 INFO Starting quorum peer, myid=2 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main]
2023-01-23 22:43:57,512 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2023-01-23 22:43:57,523 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2023-01-23 22:43:57,525 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@12b0404f (org.apache.zookeeper.server.ServerMetrics) [main]
2023-01-23 22:43:57,631 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-01-23 22:43:57,631 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-01-23 22:43:57,631 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-01-23 22:43:57,700 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2023-01-23 22:43:57,702 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2023-01-23 22:43:57,702 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-01-23 22:43:57,702 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-01-23 22:43:57,702 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-01-23 22:43:57,735 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2023-01-23 22:43:57,735 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main]
2023-01-23 22:43:57,743 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-01-23 22:43:57,747 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main]
2023-01-23 22:43:57,749 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-01-23 22:43:57,749 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-01-23 22:43:57,749 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-01-23 22:43:57,749 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-01-23 22:43:57,749 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-01-23 22:43:57,749 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-01-23 22:43:57,750 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-01-23 22:43:57,750 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-01-23 22:43:57,765 INFO  (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-23 22:43:57,765 INFO   ______                  _                                           (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-23 22:43:57,765 INFO  |___  /                 | |                                          (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-23 22:43:57,765 INFO     / /    ___     ___   | | __   ___    ___   _ __     ___   _ __    (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-23 22:43:57,766 INFO    / /    / _ \   / _ \  | |/ /  / _ \  / _ \ | '_ \   / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-23 22:43:57,766 INFO   / /__  | (_) | | (_) | |   <  |  __/ |  __/ | |_) | |  __/ | |     (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-23 22:43:57,766 INFO  /_____|  \___/   \___/  |_|\_\  \___|  \___| | .__/   \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-23 22:43:57,766 INFO                                               | |                      (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-23 22:43:57,766 INFO                                               |_|                      (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-23 22:43:57,766 INFO  (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-23 22:43:57,768 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-23 22:43:57,768 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-23 22:43:57,768 INFO Server environment:java.version=11.0.17 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-23 22:43:57,768 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-23 22:43:57,768 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-23 22:43:57,768 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-23 22:43:57,768 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-23 22:43:57,768 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-23 22:43:57,768 INFO Server environment:java.compiler= (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-23 22:43:57,768 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-23 22:43:57,768 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-23 22:43:57,768 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-23 22:43:57,768 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-23 22:43:57,769 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-23 22:43:57,769 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-23 22:43:57,769 INFO Server environment:os.memory.free=165MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-23 22:43:57,769 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-23 22:43:57,769 INFO Server environment:os.memory.total=183MB (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-23 22:43:57,769 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-23 22:43:57,769 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-23 22:43:57,769 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-23 22:43:57,769 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-23 22:43:57,769 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-23 22:43:57,769 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-23 22:43:57,769 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-23 22:43:57,769 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main]
2023-01-23 22:43:57,776 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main]
2023-01-23 22:43:57,777 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main]
2023-01-23 22:43:57,778 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main]
2023-01-23 22:43:57,778 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main]
2023-01-23 22:43:57,793 INFO Using insecure (non-TLS) quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-01-23 22:43:57,793 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-01-23 22:43:57,793 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-01-23 22:43:57,793 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-01-23 22:43:57,793 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-01-23 22:43:57,793 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-01-23 22:43:57,793 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-01-23 22:43:57,803 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main]
2023-01-23 22:43:57,803 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main]
2023-01-23 22:43:57,810 INFO Snapshot loaded in 16 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main]
2023-01-23 22:43:57,811 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-23 22:43:57,816 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-23 22:43:57,819 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-01-23 22:43:57,916 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-01-23 22:43:57,916 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-01-23 22:43:57,918 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main]
2023-01-23 22:43:57,919 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main]
2023-01-23 22:43:57,926 INFO Election port bind maximum retries is infinite (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main]
2023-01-23 22:43:57,928 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main]
2023-01-23 22:43:57,928 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main]
2023-01-23 22:43:57,932 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main]
2023-01-23 22:43:57,934 INFO 2 is accepting connections now, my election bind port: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.231:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.231:3888]
2023-01-23 22:43:57,947 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-23 22:43:57,950 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-23 22:43:57,966 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-23 22:43:57,971 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-2]
2023-01-23 22:43:57,994 WARN Connection broken for id 1, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
java.net.SocketException: Connection reset
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:186)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271)
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:392)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2023-01-23 22:43:57,998 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
2023-01-23 22:43:57,999 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
java.lang.InterruptedException
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056)
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133)
	at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271)
2023-01-23 22:43:57,999 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
2023-01-23 22:43:58,172 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-23 22:43:58,172 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-23 22:43:58,173 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-1]
2023-01-23 22:43:58,180 WARN Connection broken for id 1, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
java.net.SocketException: Connection reset
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:186)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271)
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:392)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2023-01-23 22:43:58,181 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
2023-01-23 22:43:58,182 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
java.lang.InterruptedException
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056)
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133)
	at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271)
2023-01-23 22:43:58,182 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
2023-01-23 22:43:58,575 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-23 22:43:58,576 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-23 22:43:58,578 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-1]
2023-01-23 22:43:59,380 WARN Connection broken for id 1, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
java.io.EOFException
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2023-01-23 22:43:59,380 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
2023-01-23 22:43:59,380 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-23 22:43:59,380 INFO Notification time out: 1600 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-01-23 22:43:59,382 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
java.lang.InterruptedException
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056)
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133)
	at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271)
2023-01-23 22:43:59,383 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-1]
2023-01-23 22:43:59,383 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
2023-01-23 22:44:00,984 INFO Notification time out: 3200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-01-23 22:44:00,984 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-23 22:44:00,986 INFO Have smaller server identifier, so dropping the connection: (myId:2 --> sid:3) (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-3]
2023-01-23 22:44:03,067 INFO Received connection request from /127.0.0.6:45075 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.231:3888]
2023-01-23 22:44:03,091 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
java.lang.InterruptedException
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056)
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133)
	at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271)
2023-01-23 22:44:03,098 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
2023-01-23 22:44:03,091 WARN Connection broken for id 1, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
java.net.SocketException: Socket closed
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271)
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:392)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2023-01-23 22:44:03,099 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
2023-01-23 22:44:03,118 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-23 22:44:03,121 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-23 22:44:03,321 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-23 22:44:03,322 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-23 22:44:03,327 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-23 22:44:03,327 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-23 22:44:03,327 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-23 22:44:03,327 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-23 22:44:03,328 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-23 22:44:03,331 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-23 22:44:03,333 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-23 22:44:03,333 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-23 22:44:03,335 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-23 22:44:03,335 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-23 22:44:03,336 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-23 22:44:03,336 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-23 22:44:03,337 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-23 22:44:03,337 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-23 22:44:03,337 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-23 22:44:03,337 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-23 22:44:03,340 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-23 22:44:03,340 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-23 22:44:03,340 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-23 22:44:03,344 INFO LEADING - LEADER ELECTION TOOK - 5394 MS (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)]
2023-01-23 22:44:03,348 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-23 22:44:03,348 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-23 22:44:03,356 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-23 22:44:03,390 INFO Follower sid: 1 : info : onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:47513]
2023-01-23 22:44:03,404 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/127.0.0.6:47513]
2023-01-23 22:44:03,404 INFO Synchronizing with Learner sid: 1 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x0 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:47513]
2023-01-23 22:44:03,405 INFO Sending DIFF zxid=0x0 for peer sid: 1 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:47513]
2023-01-23 22:44:03,409 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-23 22:44:03,478 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-23 22:44:03,494 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-23 22:44:03,494 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-23 22:44:03,503 INFO PrepRequestProcessor (sid:2) started, reconfigEnabled=true (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):]
2023-01-23 22:44:03,504 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-23 22:44:03,505 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-23 22:44:03,523 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-23 22:44:04,350 INFO Received connection request from /127.0.0.6:48417 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.231:3888]
2023-01-23 22:44:04,357 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-23 22:44:04,402 INFO Follower sid: 3 : info : onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:48445]
2023-01-23 22:44:04,408 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/127.0.0.6:48445]
2023-01-23 22:44:04,408 INFO Synchronizing with Learner sid: 3 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x100000000 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:48445]
2023-01-23 22:44:04,415 INFO Sending snapshot last zxid of peer is 0x0, zxid of leader is 0x100000000, send zxid of db as 0x100000000, 1 concurrent snapshot sync, snapshot sync was exempt from throttle (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:48445]
2023-01-23 22:44:16,916 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-23 22:44:16,916 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-23 22:44:16,917 INFO Processing ruok command from /127.0.0.1:47320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 22:44:16,917 INFO Processing ruok command from /127.0.0.1:47322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 22:44:19,230 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:2]
2023-01-23 22:44:19,240 INFO Committing global session 0x100004280bb0000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 22:44:26,881 INFO Processing ruok command from /127.0.0.1:47422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 22:44:26,926 INFO Processing ruok command from /127.0.0.1:47424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 22:44:36,877 INFO Processing ruok command from /127.0.0.1:47520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 22:44:36,911 INFO Processing ruok command from /127.0.0.1:47522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 22:44:39,871 INFO Committing global session 0x300004317a70000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 22:44:40,582 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2023-01-23 22:44:40,599 INFO Committing global session 0x200004433380000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 22:44:40,648 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2023-01-23 22:44:40,663 INFO Committing global session 0x200004433380001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 22:44:43,168 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-3]
2023-01-23 22:44:43,182 INFO Committing global session 0x200004433380002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 22:44:43,849 INFO Committing global session 0x100004280bb0001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 22:44:43,892 INFO Committing global session 0x300004317a70001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 22:44:46,878 INFO Processing ruok command from /127.0.0.1:47614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 22:44:46,911 INFO Processing ruok command from /127.0.0.1:47616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 22:44:56,874 INFO Processing ruok command from /127.0.0.1:47694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 22:44:56,947 INFO Processing ruok command from /127.0.0.1:47696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 22:45:06,878 INFO Processing ruok command from /127.0.0.1:47776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 22:45:06,913 INFO Processing ruok command from /127.0.0.1:47778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 22:45:16,889 INFO Processing ruok command from /127.0.0.1:47862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 22:45:16,917 INFO Processing ruok command from /127.0.0.1:47864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 22:45:19,620 INFO Committing global session 0x300004317a70002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 22:45:26,867 INFO Processing ruok command from /127.0.0.1:47956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 22:45:26,905 INFO Processing ruok command from /127.0.0.1:47958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 22:45:36,886 INFO Processing ruok command from /127.0.0.1:48096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 22:45:36,922 INFO Processing ruok command from /127.0.0.1:48098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 22:45:41,288 INFO Committing global session 0x300004317a70003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 22:45:46,903 INFO Processing ruok command from /127.0.0.1:48218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 22:45:47,007 INFO Processing ruok command from /127.0.0.1:48220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 22:45:56,867 INFO Processing ruok command from /127.0.0.1:48308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 22:45:56,902 INFO Processing ruok command from /127.0.0.1:48312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 22:46:06,858 INFO Processing ruok command from /127.0.0.1:48404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 22:46:06,898 INFO Processing ruok command from /127.0.0.1:48408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 22:46:16,874 INFO Processing ruok command from /127.0.0.1:48498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 22:46:16,930 INFO Processing ruok command from /127.0.0.1:48502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 22:46:17,937 INFO Committing global session 0x300004317a70004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 22:46:26,867 INFO Processing ruok command from /127.0.0.1:48590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 22:46:26,919 INFO Processing ruok command from /127.0.0.1:48594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 22:46:36,854 INFO Processing ruok command from /127.0.0.1:48682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 22:46:36,889 INFO Processing ruok command from /127.0.0.1:48684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 22:46:46,861 INFO Processing ruok command from /127.0.0.1:48776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 22:46:46,888 INFO Processing ruok command from /127.0.0.1:48778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 22:46:56,853 INFO Processing ruok command from /127.0.0.1:48874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 22:46:56,886 INFO Processing ruok command from /127.0.0.1:48876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 22:47:06,869 INFO Processing ruok command from /127.0.0.1:48970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 22:47:06,930 INFO Processing ruok command from /127.0.0.1:48978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 22:47:16,867 INFO Processing ruok command from /127.0.0.1:49072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 22:47:16,899 INFO Processing ruok command from /127.0.0.1:49082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 22:47:26,879 INFO Processing ruok command from /127.0.0.1:49170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 22:47:26,923 INFO Processing ruok command from /127.0.0.1:49180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 22:47:36,877 INFO Processing ruok command from /127.0.0.1:49272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 22:47:36,907 INFO Processing ruok command from /127.0.0.1:49280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 22:47:46,871 INFO Processing ruok command from /127.0.0.1:49404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 22:47:46,946 INFO Processing ruok command from /127.0.0.1:49414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 22:47:56,876 INFO Processing ruok command from /127.0.0.1:49514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 22:47:56,916 INFO Processing ruok command from /127.0.0.1:49522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 22:48:06,860 INFO Processing ruok command from /127.0.0.1:49620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 22:48:06,893 INFO Processing ruok command from /127.0.0.1:49622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 22:48:16,881 INFO Processing ruok command from /127.0.0.1:49734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 22:48:16,911 INFO Processing ruok command from /127.0.0.1:49742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 22:48:17,939 INFO Committing global session 0x300004317a70005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 22:48:26,906 INFO Processing ruok command from /127.0.0.1:49878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 22:48:26,952 INFO Processing ruok command from /127.0.0.1:49886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 22:48:36,903 INFO Processing ruok command from /127.0.0.1:50040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 22:48:36,997 INFO Processing ruok command from /127.0.0.1:50042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 22:48:46,857 INFO Processing ruok command from /127.0.0.1:50142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 22:48:46,903 INFO Processing ruok command from /127.0.0.1:50144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 22:48:56,883 INFO Processing ruok command from /127.0.0.1:50266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 22:48:56,926 INFO Processing ruok command from /127.0.0.1:50274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 22:49:06,889 INFO Processing ruok command from /127.0.0.1:50418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 22:49:06,946 INFO Processing ruok command from /127.0.0.1:50428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 22:49:16,886 INFO Processing ruok command from /127.0.0.1:50556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 22:49:16,966 INFO Processing ruok command from /127.0.0.1:50564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 22:49:26,868 INFO Processing ruok command from /127.0.0.1:50770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 22:49:26,908 INFO Processing ruok command from /127.0.0.1:50780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 22:49:36,877 INFO Processing ruok command from /127.0.0.1:51024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 22:49:36,947 INFO Processing ruok command from /127.0.0.1:51034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 22:49:46,867 INFO Processing ruok command from /127.0.0.1:51230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 22:49:46,945 INFO Processing ruok command from /127.0.0.1:51240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 22:49:56,856 INFO Processing ruok command from /127.0.0.1:51420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 22:49:56,887 INFO Processing ruok command from /127.0.0.1:51422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 22:50:06,869 INFO Processing ruok command from /127.0.0.1:51604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 22:50:06,904 INFO Processing ruok command from /127.0.0.1:51610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 22:50:16,861 INFO Processing ruok command from /127.0.0.1:51784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 22:50:16,897 INFO Processing ruok command from /127.0.0.1:51794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 22:50:17,801 INFO Committing global session 0x300004317a70006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 22:50:26,877 INFO Processing ruok command from /127.0.0.1:51968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 22:50:26,912 INFO Processing ruok command from /127.0.0.1:51976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 22:50:36,888 INFO Processing ruok command from /127.0.0.1:52154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 22:50:36,928 INFO Processing ruok command from /127.0.0.1:52164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 22:50:46,870 INFO Processing ruok command from /127.0.0.1:52340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 22:50:46,908 INFO Processing ruok command from /127.0.0.1:52348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 22:50:56,865 INFO Processing ruok command from /127.0.0.1:52518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 22:50:56,904 INFO Processing ruok command from /127.0.0.1:52526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 22:51:06,888 INFO Processing ruok command from /127.0.0.1:52698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 22:51:06,926 INFO Processing ruok command from /127.0.0.1:52706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 22:51:16,876 INFO Processing ruok command from /127.0.0.1:52892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 22:51:16,910 INFO Processing ruok command from /127.0.0.1:52900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 22:51:26,866 INFO Processing ruok command from /127.0.0.1:53074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 22:51:26,920 INFO Processing ruok command from /127.0.0.1:53082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 22:51:36,884 INFO Processing ruok command from /127.0.0.1:53258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 22:51:36,928 INFO Processing ruok command from /127.0.0.1:53268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 22:51:46,864 INFO Processing ruok command from /127.0.0.1:53454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 22:51:46,897 INFO Processing ruok command from /127.0.0.1:53458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 22:51:56,885 INFO Processing ruok command from /127.0.0.1:53628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 22:51:56,949 INFO Processing ruok command from /127.0.0.1:53636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 22:52:06,880 INFO Processing ruok command from /127.0.0.1:53812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 22:52:06,949 INFO Processing ruok command from /127.0.0.1:53820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 22:52:16,874 INFO Processing ruok command from /127.0.0.1:54008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 22:52:16,894 INFO Processing ruok command from /127.0.0.1:54010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 22:52:17,816 INFO Committing global session 0x300004317a70007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 22:52:26,856 INFO Processing ruok command from /127.0.0.1:54196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 22:52:26,892 INFO Processing ruok command from /127.0.0.1:54198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 22:52:36,860 INFO Processing ruok command from /127.0.0.1:54376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 22:52:36,908 INFO Processing ruok command from /127.0.0.1:54386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 22:52:46,866 INFO Processing ruok command from /127.0.0.1:54564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 22:52:46,887 INFO Processing ruok command from /127.0.0.1:54566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 22:52:56,868 INFO Processing ruok command from /127.0.0.1:54748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 22:52:56,932 INFO Processing ruok command from /127.0.0.1:54758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 22:53:06,871 INFO Processing ruok command from /127.0.0.1:54928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 22:53:06,906 INFO Processing ruok command from /127.0.0.1:54938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 22:53:16,882 INFO Processing ruok command from /127.0.0.1:55110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 22:53:16,937 INFO Processing ruok command from /127.0.0.1:55122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 22:53:26,869 INFO Processing ruok command from /127.0.0.1:55290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 22:53:26,904 INFO Processing ruok command from /127.0.0.1:55296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 22:53:36,872 INFO Processing ruok command from /127.0.0.1:55470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 22:53:36,917 INFO Processing ruok command from /127.0.0.1:55478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 22:53:46,867 INFO Processing ruok command from /127.0.0.1:55656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 22:53:46,894 INFO Processing ruok command from /127.0.0.1:55658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 22:53:56,879 INFO Processing ruok command from /127.0.0.1:55840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 22:53:56,932 INFO Processing ruok command from /127.0.0.1:55848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 22:54:06,862 INFO Processing ruok command from /127.0.0.1:56026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 22:54:06,890 INFO Processing ruok command from /127.0.0.1:56028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 22:54:16,863 INFO Processing ruok command from /127.0.0.1:56214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 22:54:16,907 INFO Processing ruok command from /127.0.0.1:56224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 22:54:17,840 INFO Committing global session 0x100004280bb0002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 22:54:26,863 INFO Processing ruok command from /127.0.0.1:56400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 22:54:26,896 INFO Processing ruok command from /127.0.0.1:56402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 22:54:36,877 INFO Processing ruok command from /127.0.0.1:56578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 22:54:36,929 INFO Processing ruok command from /127.0.0.1:56586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 22:54:46,874 INFO Processing ruok command from /127.0.0.1:56772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 22:54:46,910 INFO Processing ruok command from /127.0.0.1:56780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 22:54:56,858 INFO Processing ruok command from /127.0.0.1:56958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 22:54:56,898 INFO Processing ruok command from /127.0.0.1:56962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 22:55:06,870 INFO Processing ruok command from /127.0.0.1:57134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 22:55:06,939 INFO Processing ruok command from /127.0.0.1:57142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 22:55:16,879 INFO Processing ruok command from /127.0.0.1:57330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 22:55:16,915 INFO Processing ruok command from /127.0.0.1:57336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 22:55:26,881 INFO Processing ruok command from /127.0.0.1:57508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 22:55:26,923 INFO Processing ruok command from /127.0.0.1:57516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 22:55:36,886 INFO Processing ruok command from /127.0.0.1:57694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 22:55:36,912 INFO Processing ruok command from /127.0.0.1:57704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 22:55:46,858 INFO Processing ruok command from /127.0.0.1:57880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 22:55:46,881 INFO Processing ruok command from /127.0.0.1:57882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 22:55:56,871 INFO Processing ruok command from /127.0.0.1:58066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 22:55:56,915 INFO Processing ruok command from /127.0.0.1:58074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 22:56:06,856 INFO Processing ruok command from /127.0.0.1:58246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 22:56:06,895 INFO Processing ruok command from /127.0.0.1:58248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 22:56:16,866 INFO Processing ruok command from /127.0.0.1:58438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 22:56:16,909 INFO Processing ruok command from /127.0.0.1:58446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 22:56:17,851 INFO Committing global session 0x100004280bb0003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 22:56:26,884 INFO Processing ruok command from /127.0.0.1:58624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 22:56:26,926 INFO Processing ruok command from /127.0.0.1:58632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 22:56:36,869 INFO Processing ruok command from /127.0.0.1:58800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 22:56:36,907 INFO Processing ruok command from /127.0.0.1:58808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 22:56:46,870 INFO Processing ruok command from /127.0.0.1:58984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 22:56:46,922 INFO Processing ruok command from /127.0.0.1:58992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 22:56:56,874 INFO Processing ruok command from /127.0.0.1:59164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 22:56:56,927 INFO Processing ruok command from /127.0.0.1:59178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 22:57:06,874 INFO Processing ruok command from /127.0.0.1:59348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 22:57:06,906 INFO Processing ruok command from /127.0.0.1:59356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 22:57:16,869 INFO Processing ruok command from /127.0.0.1:59536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 22:57:16,902 INFO Processing ruok command from /127.0.0.1:59544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 22:57:26,865 INFO Processing ruok command from /127.0.0.1:59716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 22:57:26,903 INFO Processing ruok command from /127.0.0.1:59724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 22:57:36,868 INFO Processing ruok command from /127.0.0.1:59898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 22:57:36,906 INFO Processing ruok command from /127.0.0.1:59908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 22:57:46,876 INFO Processing ruok command from /127.0.0.1:60082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 22:57:46,915 INFO Processing ruok command from /127.0.0.1:60090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 22:57:56,866 INFO Processing ruok command from /127.0.0.1:60266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 22:57:56,891 INFO Processing ruok command from /127.0.0.1:60268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 22:58:06,874 INFO Processing ruok command from /127.0.0.1:60450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 22:58:06,912 INFO Processing ruok command from /127.0.0.1:60458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 22:58:16,882 INFO Processing ruok command from /127.0.0.1:60642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 22:58:16,932 INFO Processing ruok command from /127.0.0.1:60650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 22:58:17,582 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-4]
2023-01-23 22:58:17,591 INFO Committing global session 0x200004433380003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 22:58:18,467 INFO Submitting global closeSession request for session 0x200004433380003 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-01-23 22:58:26,889 INFO Processing ruok command from /127.0.0.1:60838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 22:58:27,016 INFO Processing ruok command from /127.0.0.1:60848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 22:58:36,887 INFO Processing ruok command from /127.0.0.1:32838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 22:58:36,954 INFO Processing ruok command from /127.0.0.1:32848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 22:58:46,869 INFO Processing ruok command from /127.0.0.1:33040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 22:58:46,909 INFO Processing ruok command from /127.0.0.1:33048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 22:58:56,895 INFO Processing ruok command from /127.0.0.1:33246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 22:58:56,935 INFO Processing ruok command from /127.0.0.1:33252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 22:59:06,867 INFO Processing ruok command from /127.0.0.1:33496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 22:59:06,905 INFO Processing ruok command from /127.0.0.1:33506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 22:59:16,879 INFO Processing ruok command from /127.0.0.1:33710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 22:59:16,935 INFO Processing ruok command from /127.0.0.1:33718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 22:59:26,894 INFO Processing ruok command from /127.0.0.1:33948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 22:59:26,975 INFO Processing ruok command from /127.0.0.1:33958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 22:59:36,886 INFO Processing ruok command from /127.0.0.1:34178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 22:59:36,950 INFO Processing ruok command from /127.0.0.1:34186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 22:59:40,630 INFO Committing global session 0x300004317a70008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 22:59:40,747 INFO Committing global session 0x300004317a70009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 22:59:41,903 INFO Committing global session 0x100004280bb0004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 22:59:46,899 INFO Processing ruok command from /127.0.0.1:34480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 22:59:47,034 INFO Processing ruok command from /127.0.0.1:34488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 22:59:56,868 INFO Processing ruok command from /127.0.0.1:34730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 22:59:56,940 INFO Processing ruok command from /127.0.0.1:34738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:00:06,910 INFO Processing ruok command from /127.0.0.1:35034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:00:06,986 INFO Processing ruok command from /127.0.0.1:35036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:00:16,851 INFO Processing ruok command from /127.0.0.1:35324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:00:16,886 INFO Processing ruok command from /127.0.0.1:35328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:00:18,273 INFO Committing global session 0x100004280bb0005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 23:00:26,870 INFO Processing ruok command from /127.0.0.1:35606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:00:26,902 INFO Processing ruok command from /127.0.0.1:35614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:00:36,881 INFO Processing ruok command from /127.0.0.1:35902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:00:36,905 INFO Processing ruok command from /127.0.0.1:35910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:00:46,881 INFO Processing ruok command from /127.0.0.1:36202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:00:46,912 INFO Processing ruok command from /127.0.0.1:36212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:00:56,867 INFO Processing ruok command from /127.0.0.1:36480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:00:56,898 INFO Processing ruok command from /127.0.0.1:36488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:01:06,868 INFO Processing ruok command from /127.0.0.1:36766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:01:06,938 INFO Processing ruok command from /127.0.0.1:36774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:01:16,878 INFO Processing ruok command from /127.0.0.1:37052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:01:16,916 INFO Processing ruok command from /127.0.0.1:37064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:01:26,868 INFO Processing ruok command from /127.0.0.1:37292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:01:26,902 INFO Processing ruok command from /127.0.0.1:37302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:01:36,862 INFO Processing ruok command from /127.0.0.1:37586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:01:36,915 INFO Processing ruok command from /127.0.0.1:37594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:01:46,868 INFO Processing ruok command from /127.0.0.1:37890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:01:46,892 INFO Processing ruok command from /127.0.0.1:37894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:01:56,887 INFO Processing ruok command from /127.0.0.1:38168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:01:56,928 INFO Processing ruok command from /127.0.0.1:38178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:02:06,866 INFO Processing ruok command from /127.0.0.1:38466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:02:06,920 INFO Processing ruok command from /127.0.0.1:38474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:02:16,861 INFO Processing ruok command from /127.0.0.1:38772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:02:16,915 INFO Processing ruok command from /127.0.0.1:38782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:02:17,692 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-5]
2023-01-23 23:02:17,700 INFO Committing global session 0x200004433380004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 23:02:18,574 INFO Submitting global closeSession request for session 0x200004433380004 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-01-23 23:02:26,864 INFO Processing ruok command from /127.0.0.1:39052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:02:26,940 INFO Processing ruok command from /127.0.0.1:39060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:02:36,864 INFO Processing ruok command from /127.0.0.1:39342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:02:36,897 INFO Processing ruok command from /127.0.0.1:39350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:02:46,861 INFO Processing ruok command from /127.0.0.1:39642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:02:46,917 INFO Processing ruok command from /127.0.0.1:39652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:02:56,864 INFO Processing ruok command from /127.0.0.1:39916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:02:56,936 INFO Processing ruok command from /127.0.0.1:39924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:03:06,878 INFO Processing ruok command from /127.0.0.1:40208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:03:06,944 INFO Processing ruok command from /127.0.0.1:40214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:03:16,883 INFO Processing ruok command from /127.0.0.1:40510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:03:16,938 INFO Processing ruok command from /127.0.0.1:40520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:03:26,866 INFO Processing ruok command from /127.0.0.1:40784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:03:26,900 INFO Processing ruok command from /127.0.0.1:40792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:03:36,882 INFO Processing ruok command from /127.0.0.1:41074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:03:36,940 INFO Processing ruok command from /127.0.0.1:41082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:03:46,886 INFO Processing ruok command from /127.0.0.1:41376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:03:46,927 INFO Processing ruok command from /127.0.0.1:41386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:03:56,868 INFO Processing ruok command from /127.0.0.1:41650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:03:56,908 INFO Processing ruok command from /127.0.0.1:41658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:04:06,878 INFO Processing ruok command from /127.0.0.1:41936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:04:06,911 INFO Processing ruok command from /127.0.0.1:41944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:04:16,862 INFO Processing ruok command from /127.0.0.1:42246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:04:16,902 INFO Processing ruok command from /127.0.0.1:42254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:04:17,821 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-6]
2023-01-23 23:04:17,831 INFO Committing global session 0x200004433380005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 23:04:18,720 INFO Submitting global closeSession request for session 0x200004433380005 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-01-23 23:04:26,881 INFO Processing ruok command from /127.0.0.1:42522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:04:26,921 INFO Processing ruok command from /127.0.0.1:42530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:04:36,882 INFO Processing ruok command from /127.0.0.1:42810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:04:36,913 INFO Processing ruok command from /127.0.0.1:42820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:04:46,867 INFO Processing ruok command from /127.0.0.1:43112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:04:46,901 INFO Processing ruok command from /127.0.0.1:43120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:04:56,859 INFO Processing ruok command from /127.0.0.1:43388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:04:56,893 INFO Processing ruok command from /127.0.0.1:43390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:05:06,871 INFO Processing ruok command from /127.0.0.1:43680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:05:06,914 INFO Processing ruok command from /127.0.0.1:43686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:05:16,851 INFO Processing ruok command from /127.0.0.1:43980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:05:16,887 INFO Processing ruok command from /127.0.0.1:43982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:05:26,864 INFO Processing ruok command from /127.0.0.1:44260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:05:26,902 INFO Processing ruok command from /127.0.0.1:44268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:05:36,873 INFO Processing ruok command from /127.0.0.1:44536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:05:36,932 INFO Processing ruok command from /127.0.0.1:44544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:05:46,867 INFO Processing ruok command from /127.0.0.1:44810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:05:46,901 INFO Processing ruok command from /127.0.0.1:44820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:05:56,872 INFO Processing ruok command from /127.0.0.1:45078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:05:56,907 INFO Processing ruok command from /127.0.0.1:45086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:06:06,869 INFO Processing ruok command from /127.0.0.1:45352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:06:06,908 INFO Processing ruok command from /127.0.0.1:45360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:06:16,865 INFO Processing ruok command from /127.0.0.1:45642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:06:16,940 INFO Processing ruok command from /127.0.0.1:45654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:06:17,649 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-7]
2023-01-23 23:06:17,659 INFO Committing global session 0x200004433380006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 23:06:18,559 INFO Submitting global closeSession request for session 0x200004433380006 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-01-23 23:06:26,868 INFO Processing ruok command from /127.0.0.1:45918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:06:26,902 INFO Processing ruok command from /127.0.0.1:45928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:06:36,878 INFO Processing ruok command from /127.0.0.1:46192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:06:36,911 INFO Processing ruok command from /127.0.0.1:46200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:06:46,924 INFO Processing ruok command from /127.0.0.1:46484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:06:46,953 INFO Processing ruok command from /127.0.0.1:46488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:06:56,903 INFO Processing ruok command from /127.0.0.1:46728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:06:56,940 INFO Processing ruok command from /127.0.0.1:46730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:07:06,881 INFO Processing ruok command from /127.0.0.1:46978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:07:06,922 INFO Processing ruok command from /127.0.0.1:46986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:07:16,865 INFO Processing ruok command from /127.0.0.1:47232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:07:16,898 INFO Processing ruok command from /127.0.0.1:47240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:07:26,872 INFO Processing ruok command from /127.0.0.1:47464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:07:26,920 INFO Processing ruok command from /127.0.0.1:47472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:07:36,885 INFO Processing ruok command from /127.0.0.1:47710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:07:36,946 INFO Processing ruok command from /127.0.0.1:47718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:07:46,859 INFO Processing ruok command from /127.0.0.1:47960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:07:46,891 INFO Processing ruok command from /127.0.0.1:47962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:07:56,868 INFO Processing ruok command from /127.0.0.1:48188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:07:56,907 INFO Processing ruok command from /127.0.0.1:48198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:08:06,884 INFO Processing ruok command from /127.0.0.1:48434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:08:06,909 INFO Processing ruok command from /127.0.0.1:48442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:08:16,860 INFO Processing ruok command from /127.0.0.1:48692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:08:16,928 INFO Processing ruok command from /127.0.0.1:48700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:08:17,818 INFO Committing global session 0x300004317a7000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 23:08:26,871 INFO Processing ruok command from /127.0.0.1:48930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:08:26,946 INFO Processing ruok command from /127.0.0.1:48940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:08:36,865 INFO Processing ruok command from /127.0.0.1:49174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:08:36,903 INFO Processing ruok command from /127.0.0.1:49182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:08:46,870 INFO Processing ruok command from /127.0.0.1:49434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:08:46,929 INFO Processing ruok command from /127.0.0.1:49442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:08:56,869 INFO Processing ruok command from /127.0.0.1:49666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:08:56,899 INFO Processing ruok command from /127.0.0.1:49674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:09:06,860 INFO Processing ruok command from /127.0.0.1:49918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:09:06,899 INFO Processing ruok command from /127.0.0.1:49928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:09:16,871 INFO Processing ruok command from /127.0.0.1:50166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:09:16,912 INFO Processing ruok command from /127.0.0.1:50174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:09:26,868 INFO Processing ruok command from /127.0.0.1:50400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:09:26,906 INFO Processing ruok command from /127.0.0.1:50408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:09:36,880 INFO Processing ruok command from /127.0.0.1:50644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:09:36,910 INFO Processing ruok command from /127.0.0.1:50654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:09:46,875 INFO Processing ruok command from /127.0.0.1:50894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:09:46,932 INFO Processing ruok command from /127.0.0.1:50902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:09:56,879 INFO Processing ruok command from /127.0.0.1:51128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:09:56,906 INFO Processing ruok command from /127.0.0.1:51136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:10:06,879 INFO Processing ruok command from /127.0.0.1:51370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:10:06,926 INFO Processing ruok command from /127.0.0.1:51380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:10:16,880 INFO Processing ruok command from /127.0.0.1:51630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:10:16,926 INFO Processing ruok command from /127.0.0.1:51638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:10:17,668 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-8]
2023-01-23 23:10:17,677 INFO Committing global session 0x200004433380007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 23:10:18,551 INFO Submitting global closeSession request for session 0x200004433380007 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-01-23 23:10:26,869 INFO Processing ruok command from /127.0.0.1:51862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:10:26,909 INFO Processing ruok command from /127.0.0.1:51872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:10:36,882 INFO Processing ruok command from /127.0.0.1:52102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:10:36,936 INFO Processing ruok command from /127.0.0.1:52110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:10:46,869 INFO Processing ruok command from /127.0.0.1:52352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:10:46,907 INFO Processing ruok command from /127.0.0.1:52362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:10:56,885 INFO Processing ruok command from /127.0.0.1:52616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:10:56,928 INFO Processing ruok command from /127.0.0.1:52624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:11:06,883 INFO Processing ruok command from /127.0.0.1:52896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:11:06,922 INFO Processing ruok command from /127.0.0.1:52904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:11:16,900 INFO Processing ruok command from /127.0.0.1:53174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:11:16,986 INFO Processing ruok command from /127.0.0.1:53176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:11:26,866 INFO Processing ruok command from /127.0.0.1:53492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:11:26,901 INFO Processing ruok command from /127.0.0.1:53500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:11:36,911 INFO Processing ruok command from /127.0.0.1:53844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:11:37,002 INFO Processing ruok command from /127.0.0.1:53846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:11:46,868 INFO Processing ruok command from /127.0.0.1:54274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:11:46,908 INFO Processing ruok command from /127.0.0.1:54282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:11:56,894 INFO Processing ruok command from /127.0.0.1:54608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:11:56,985 INFO Processing ruok command from /127.0.0.1:54616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:12:03,523 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/ad75290b-959e-4b88-b7db-cfeebdfd0717/onap-policy-clamp-ac-http-ppnt-59f8d585b5-c7mjw (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:12:03,529 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/4807f5a4-78d0-462b-b362-d1ed1f7cee5e/onap-policy-clamp-ac-k8s-ppnt-5d87d6fbc6-l4csc (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:12:03,535 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/fadf6960-62da-4921-9ce6-ef12b8ea9e5b/onap-policy-apex-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:12:03,542 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/61322ca5-c2a7-4ab9-92de-cd5932881687/onap-policy-clamp-ac-pf-ppnt-8466469884-kgrv2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:12:06,893 INFO Processing ruok command from /127.0.0.1:54928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:12:06,929 INFO Processing ruok command from /127.0.0.1:54936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:12:16,866 INFO Processing ruok command from /127.0.0.1:55328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:12:16,908 INFO Processing ruok command from /127.0.0.1:55336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:12:18,011 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-9]
2023-01-23 23:12:18,019 INFO Committing global session 0x200004433380008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 23:12:18,923 INFO Submitting global closeSession request for session 0x200004433380008 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-01-23 23:12:26,873 INFO Processing ruok command from /127.0.0.1:55664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:12:26,908 INFO Processing ruok command from /127.0.0.1:55674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:12:36,874 INFO Processing ruok command from /127.0.0.1:56040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:12:36,938 INFO Processing ruok command from /127.0.0.1:56048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:12:46,870 INFO Processing ruok command from /127.0.0.1:56404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:12:46,933 INFO Processing ruok command from /127.0.0.1:56412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:12:56,877 INFO Processing ruok command from /127.0.0.1:56766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:12:56,927 INFO Processing ruok command from /127.0.0.1:56774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:13:03,523 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/6055a71d-14bf-4cd2-90ec-2efdc7818c79/onap-policy-clamp-ac-a1pms-ppnt-64958df96-r2zns (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:13:03,530 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/ad75290b-959e-4b88-b7db-cfeebdfd0717 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:13:03,536 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/61322ca5-c2a7-4ab9-92de-cd5932881687 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:13:03,542 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/fadf6960-62da-4921-9ce6-ef12b8ea9e5b (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:13:03,548 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/4807f5a4-78d0-462b-b362-d1ed1f7cee5e (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:13:06,878 INFO Processing ruok command from /127.0.0.1:57118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:13:06,916 INFO Processing ruok command from /127.0.0.1:57126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:13:16,863 INFO Processing ruok command from /127.0.0.1:57520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:13:16,903 INFO Processing ruok command from /127.0.0.1:57528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:13:26,882 INFO Processing ruok command from /127.0.0.1:57872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:13:26,930 INFO Processing ruok command from /127.0.0.1:57880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:13:36,876 INFO Processing ruok command from /127.0.0.1:58250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:13:36,929 INFO Processing ruok command from /127.0.0.1:58258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:13:46,903 INFO Processing ruok command from /127.0.0.1:58628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:13:46,985 INFO Processing ruok command from /127.0.0.1:58630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:13:56,875 INFO Processing ruok command from /127.0.0.1:58986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:13:56,908 INFO Processing ruok command from /127.0.0.1:58994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:14:03,524 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/6055a71d-14bf-4cd2-90ec-2efdc7818c79 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:14:03,530 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:14:06,880 INFO Processing ruok command from /127.0.0.1:59350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:14:06,921 INFO Processing ruok command from /127.0.0.1:59358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:14:16,865 INFO Processing ruok command from /127.0.0.1:59748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:14:16,900 INFO Processing ruok command from /127.0.0.1:59756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:14:17,763 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-10]
2023-01-23 23:14:17,770 INFO Committing global session 0x200004433380009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 23:14:18,661 INFO Submitting global closeSession request for session 0x200004433380009 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-01-23 23:14:26,874 INFO Processing ruok command from /127.0.0.1:60104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:14:26,956 INFO Processing ruok command from /127.0.0.1:60112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:14:36,880 INFO Processing ruok command from /127.0.0.1:60484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:14:36,940 INFO Processing ruok command from /127.0.0.1:60490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:14:46,887 INFO Processing ruok command from /127.0.0.1:60890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:14:47,002 INFO Processing ruok command from /127.0.0.1:60918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:14:56,889 INFO Processing ruok command from /127.0.0.1:33038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:14:57,048 INFO Processing ruok command from /127.0.0.1:33046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:15:03,524 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:15:06,898 INFO Processing ruok command from /127.0.0.1:33434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:15:06,956 INFO Processing ruok command from /127.0.0.1:33436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:15:16,874 INFO Processing ruok command from /127.0.0.1:33930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:15:16,935 INFO Processing ruok command from /127.0.0.1:33938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:15:26,877 INFO Processing ruok command from /127.0.0.1:34340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:15:26,931 INFO Processing ruok command from /127.0.0.1:34348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:15:36,874 INFO Processing ruok command from /127.0.0.1:34808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:15:36,915 INFO Processing ruok command from /127.0.0.1:34816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:15:46,877 INFO Processing ruok command from /127.0.0.1:35216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:15:46,930 INFO Processing ruok command from /127.0.0.1:35224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:15:56,875 INFO Processing ruok command from /127.0.0.1:35620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:15:56,943 INFO Processing ruok command from /127.0.0.1:35628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:16:03,524 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/f5bc86ff-327b-4979-b685-5cdfe1fe36cd/onap-policy-xacml-pdp-7dcdcdcf66-bxld2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:16:03,530 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1/NBIC1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:16:03,536 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/a7881bed-a2b7-4ebe-9aaa-9e9f26cd663a/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:16:03,542 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap/e7676335-3078-4b87-84fc-707508c92bac (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:16:03,548 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/ef3e4da8-1f81-47f2-9033-645f7a16d54b/onap-policy-pap-bffbdc774-xkzmv (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:16:03,553 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/ebcf818c-8a21-4ce6-b4bf-7837dff62d8d/onap-policy-clamp-runtime-acm-68d9c7bfb9-5nkxn (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:16:03,559 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:16:06,860 INFO Processing ruok command from /127.0.0.1:36006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:16:06,899 INFO Processing ruok command from /127.0.0.1:36016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:16:16,882 INFO Processing ruok command from /127.0.0.1:36428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:16:16,927 INFO Processing ruok command from /127.0.0.1:36440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:16:18,056 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-11]
2023-01-23 23:16:18,065 INFO Committing global session 0x20000443338000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 23:16:18,949 INFO Submitting global closeSession request for session 0x20000443338000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-01-23 23:16:26,869 INFO Processing ruok command from /127.0.0.1:36800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:16:26,907 INFO Processing ruok command from /127.0.0.1:36808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:16:36,867 INFO Processing ruok command from /127.0.0.1:37222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:16:36,903 INFO Processing ruok command from /127.0.0.1:37230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:16:46,885 INFO Processing ruok command from /127.0.0.1:37634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:16:46,969 INFO Processing ruok command from /127.0.0.1:37644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:16:56,871 INFO Processing ruok command from /127.0.0.1:38032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:16:56,910 INFO Processing ruok command from /127.0.0.1:38040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:17:03,523 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:17:03,528 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/ebcf818c-8a21-4ce6-b4bf-7837dff62d8d (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:17:03,534 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:17:03,541 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/f5bc86ff-327b-4979-b685-5cdfe1fe36cd (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:17:03,547 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:17:03,553 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/40cba628-c907-41f2-b8cf-8873ca314aba/onap-policy-clamp-runtime-acm-68d9c7bfb9-5nkxn (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:17:03,559 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/ef3e4da8-1f81-47f2-9033-645f7a16d54b (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:17:03,565 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/a7881bed-a2b7-4ebe-9aaa-9e9f26cd663a (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:17:06,875 INFO Processing ruok command from /127.0.0.1:38434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:17:06,904 INFO Processing ruok command from /127.0.0.1:38442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:17:16,889 INFO Processing ruok command from /127.0.0.1:38844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:17:16,928 INFO Processing ruok command from /127.0.0.1:38852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:17:26,874 INFO Processing ruok command from /127.0.0.1:39234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:17:26,932 INFO Processing ruok command from /127.0.0.1:39242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:17:36,878 INFO Processing ruok command from /127.0.0.1:39628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:17:36,914 INFO Processing ruok command from /127.0.0.1:39636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:17:46,888 INFO Processing ruok command from /127.0.0.1:40032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:17:46,931 INFO Processing ruok command from /127.0.0.1:40040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:17:56,894 INFO Processing ruok command from /127.0.0.1:40426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:17:56,965 INFO Processing ruok command from /127.0.0.1:40436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:18:03,523 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/40cba628-c907-41f2-b8cf-8873ca314aba (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:18:03,529 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:18:03,535 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:18:06,872 INFO Processing ruok command from /127.0.0.1:40828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:18:06,909 INFO Processing ruok command from /127.0.0.1:40836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:18:16,876 INFO Processing ruok command from /127.0.0.1:41266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:18:16,950 INFO Processing ruok command from /127.0.0.1:41274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:18:18,038 INFO Committing global session 0x100004280bb0006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 23:18:26,861 INFO Processing ruok command from /127.0.0.1:41658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:18:26,907 INFO Processing ruok command from /127.0.0.1:41666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:18:36,885 INFO Processing ruok command from /127.0.0.1:42048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:18:36,937 INFO Processing ruok command from /127.0.0.1:42056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:18:46,868 INFO Processing ruok command from /127.0.0.1:42462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:18:46,912 INFO Processing ruok command from /127.0.0.1:42472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:18:56,879 INFO Processing ruok command from /127.0.0.1:42904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:18:56,916 INFO Processing ruok command from /127.0.0.1:42912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:19:03,524 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:19:03,530 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:19:06,872 INFO Processing ruok command from /127.0.0.1:43324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:19:06,977 INFO Processing ruok command from /127.0.0.1:43332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:19:16,887 INFO Processing ruok command from /127.0.0.1:43764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:19:16,947 INFO Processing ruok command from /127.0.0.1:43774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:19:26,891 INFO Processing ruok command from /127.0.0.1:44120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:19:26,983 INFO Processing ruok command from /127.0.0.1:44138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:19:36,886 INFO Processing ruok command from /127.0.0.1:44550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:19:36,947 INFO Processing ruok command from /127.0.0.1:44558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:19:46,876 INFO Processing ruok command from /127.0.0.1:44996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:19:46,937 INFO Processing ruok command from /127.0.0.1:45004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:19:56,879 INFO Processing ruok command from /127.0.0.1:45416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:19:56,914 INFO Processing ruok command from /127.0.0.1:45424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:20:03,524 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:20:06,884 INFO Processing ruok command from /127.0.0.1:45822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:20:06,923 INFO Processing ruok command from /127.0.0.1:45832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:20:16,857 INFO Processing ruok command from /127.0.0.1:46250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:20:16,890 INFO Processing ruok command from /127.0.0.1:46252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:20:17,901 INFO Committing global session 0x300004317a7000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 23:20:26,865 INFO Processing ruok command from /127.0.0.1:46660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:20:26,907 INFO Processing ruok command from /127.0.0.1:46668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:20:36,864 INFO Processing ruok command from /127.0.0.1:47078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:20:36,945 INFO Processing ruok command from /127.0.0.1:47088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:20:46,869 INFO Processing ruok command from /127.0.0.1:47508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:20:46,943 INFO Processing ruok command from /127.0.0.1:47516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:20:56,878 INFO Processing ruok command from /127.0.0.1:47910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:20:56,920 INFO Processing ruok command from /127.0.0.1:47918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:21:03,523 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:21:06,860 INFO Processing ruok command from /127.0.0.1:48322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:21:06,893 INFO Processing ruok command from /127.0.0.1:48326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:21:16,880 INFO Processing ruok command from /127.0.0.1:48754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:21:16,921 INFO Processing ruok command from /127.0.0.1:48764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:21:26,867 INFO Processing ruok command from /127.0.0.1:49154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:21:26,909 INFO Processing ruok command from /127.0.0.1:49162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:21:36,869 INFO Processing ruok command from /127.0.0.1:49596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:21:36,917 INFO Processing ruok command from /127.0.0.1:49604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:21:46,866 INFO Processing ruok command from /127.0.0.1:50014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:21:46,935 INFO Processing ruok command from /127.0.0.1:50022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:21:56,868 INFO Processing ruok command from /127.0.0.1:50414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:21:56,898 INFO Processing ruok command from /127.0.0.1:50420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:22:03,524 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:22:06,888 INFO Processing ruok command from /127.0.0.1:50822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:22:06,913 INFO Processing ruok command from /127.0.0.1:50832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:22:16,865 INFO Processing ruok command from /127.0.0.1:51246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:22:16,900 INFO Processing ruok command from /127.0.0.1:51258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:22:17,817 INFO Committing global session 0x300004317a7000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 23:22:26,860 INFO Processing ruok command from /127.0.0.1:51648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:22:26,913 INFO Processing ruok command from /127.0.0.1:51656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:22:36,881 INFO Processing ruok command from /127.0.0.1:52032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:22:36,914 INFO Processing ruok command from /127.0.0.1:52040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:22:46,867 INFO Processing ruok command from /127.0.0.1:52428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:22:46,916 INFO Processing ruok command from /127.0.0.1:52440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:22:56,865 INFO Processing ruok command from /127.0.0.1:52818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:22:56,906 INFO Processing ruok command from /127.0.0.1:52826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:23:03,524 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:23:06,890 INFO Processing ruok command from /127.0.0.1:53202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:23:06,923 INFO Processing ruok command from /127.0.0.1:53210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:23:16,880 INFO Processing ruok command from /127.0.0.1:53604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:23:16,917 INFO Processing ruok command from /127.0.0.1:53616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:23:26,896 INFO Processing ruok command from /127.0.0.1:53978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:23:26,937 INFO Processing ruok command from /127.0.0.1:53986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:23:36,868 INFO Processing ruok command from /127.0.0.1:54352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:23:36,908 INFO Processing ruok command from /127.0.0.1:54360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:23:46,856 INFO Processing ruok command from /127.0.0.1:54736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:23:46,905 INFO Processing ruok command from /127.0.0.1:54744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:23:56,871 INFO Processing ruok command from /127.0.0.1:55104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:23:56,922 INFO Processing ruok command from /127.0.0.1:55112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:24:06,865 INFO Processing ruok command from /127.0.0.1:55490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:24:06,902 INFO Processing ruok command from /127.0.0.1:55498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:24:16,869 INFO Processing ruok command from /127.0.0.1:55870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:24:16,933 INFO Processing ruok command from /127.0.0.1:55878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:24:17,861 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-12]
2023-01-23 23:24:17,869 INFO Committing global session 0x20000443338000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 23:24:18,756 INFO Submitting global closeSession request for session 0x20000443338000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-01-23 23:24:26,866 INFO Processing ruok command from /127.0.0.1:56242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:24:26,900 INFO Processing ruok command from /127.0.0.1:56250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:24:36,875 INFO Processing ruok command from /127.0.0.1:56624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:24:36,913 INFO Processing ruok command from /127.0.0.1:56632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:24:46,868 INFO Processing ruok command from /127.0.0.1:57028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:24:46,946 INFO Processing ruok command from /127.0.0.1:57038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:24:56,910 INFO Processing ruok command from /127.0.0.1:57420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:24:57,011 INFO Processing ruok command from /127.0.0.1:57422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:25:03,523 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-23 23:25:06,895 INFO Processing ruok command from /127.0.0.1:57842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:25:07,002 INFO Processing ruok command from /127.0.0.1:57850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:25:16,874 INFO Processing ruok command from /127.0.0.1:58250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:25:16,912 INFO Processing ruok command from /127.0.0.1:58262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:25:26,869 INFO Processing ruok command from /127.0.0.1:58626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:25:26,915 INFO Processing ruok command from /127.0.0.1:58632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:25:36,856 INFO Processing ruok command from /127.0.0.1:58998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:25:36,925 INFO Processing ruok command from /127.0.0.1:59006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:25:46,864 INFO Processing ruok command from /127.0.0.1:59402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:25:46,906 INFO Processing ruok command from /127.0.0.1:59408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:25:56,861 INFO Processing ruok command from /127.0.0.1:59796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:25:56,896 INFO Processing ruok command from /127.0.0.1:59798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:26:03,524 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp/sdnc2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:26:03,530 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-23 23:26:06,863 INFO Processing ruok command from /127.0.0.1:60182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:26:06,897 INFO Processing ruok command from /127.0.0.1:60184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:26:16,874 INFO Processing ruok command from /127.0.0.1:60584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:26:16,910 INFO Processing ruok command from /127.0.0.1:60592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:26:17,612 INFO Committing global session 0x300004317a7000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 23:26:26,879 INFO Processing ruok command from /127.0.0.1:60962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:26:26,952 INFO Processing ruok command from /127.0.0.1:60970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:26:36,860 INFO Processing ruok command from /127.0.0.1:33138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:26:36,894 INFO Processing ruok command from /127.0.0.1:33140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:26:46,885 INFO Processing ruok command from /127.0.0.1:33530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:26:46,925 INFO Processing ruok command from /127.0.0.1:33538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:26:56,863 INFO Processing ruok command from /127.0.0.1:33914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:26:56,912 INFO Processing ruok command from /127.0.0.1:33924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:27:03,523 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:27:03,530 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:27:06,868 INFO Processing ruok command from /127.0.0.1:34314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:27:06,920 INFO Processing ruok command from /127.0.0.1:34324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:27:16,872 INFO Processing ruok command from /127.0.0.1:34718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:27:16,919 INFO Processing ruok command from /127.0.0.1:34728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:27:26,880 INFO Processing ruok command from /127.0.0.1:35118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:27:26,925 INFO Processing ruok command from /127.0.0.1:35126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:27:36,859 INFO Processing ruok command from /127.0.0.1:35498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:27:36,910 INFO Processing ruok command from /127.0.0.1:35506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:27:46,869 INFO Processing ruok command from /127.0.0.1:35892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:27:46,939 INFO Processing ruok command from /127.0.0.1:35900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:27:56,866 INFO Processing ruok command from /127.0.0.1:36286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:27:56,935 INFO Processing ruok command from /127.0.0.1:36294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:28:03,523 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:28:06,865 INFO Processing ruok command from /127.0.0.1:36680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:28:06,906 INFO Processing ruok command from /127.0.0.1:36688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:28:16,878 INFO Processing ruok command from /127.0.0.1:37080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:28:16,915 INFO Processing ruok command from /127.0.0.1:37088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:28:17,983 INFO Committing global session 0x100004280bb0007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 23:28:26,879 INFO Processing ruok command from /127.0.0.1:37468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:28:26,911 INFO Processing ruok command from /127.0.0.1:37476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:28:36,871 INFO Processing ruok command from /127.0.0.1:37844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:28:36,907 INFO Processing ruok command from /127.0.0.1:37852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:28:46,869 INFO Processing ruok command from /127.0.0.1:38242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:28:46,907 INFO Processing ruok command from /127.0.0.1:38250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:28:56,877 INFO Processing ruok command from /127.0.0.1:38628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:28:56,915 INFO Processing ruok command from /127.0.0.1:38636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:29:03,523 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask]
2023-01-23 23:29:06,871 INFO Processing ruok command from /127.0.0.1:39026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:29:06,952 INFO Processing ruok command from /127.0.0.1:39034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:29:16,880 INFO Processing ruok command from /127.0.0.1:39416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:29:16,919 INFO Processing ruok command from /127.0.0.1:39424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:29:26,887 INFO Processing ruok command from /127.0.0.1:39800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:29:26,941 INFO Processing ruok command from /127.0.0.1:39808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:29:36,857 INFO Processing ruok command from /127.0.0.1:40206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:29:36,892 INFO Processing ruok command from /127.0.0.1:40208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:29:46,881 INFO Processing ruok command from /127.0.0.1:40594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:29:46,916 INFO Processing ruok command from /127.0.0.1:40604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:29:56,865 INFO Processing ruok command from /127.0.0.1:40990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:29:56,903 INFO Processing ruok command from /127.0.0.1:41000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:30:06,889 INFO Processing ruok command from /127.0.0.1:41376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:30:06,957 INFO Processing ruok command from /127.0.0.1:41384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:30:16,865 INFO Processing ruok command from /127.0.0.1:41766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:30:16,943 INFO Processing ruok command from /127.0.0.1:41776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:30:17,776 INFO Committing global session 0x300004317a7000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 23:30:26,865 INFO Processing ruok command from /127.0.0.1:42158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:30:26,900 INFO Processing ruok command from /127.0.0.1:42168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:30:36,856 INFO Processing ruok command from /127.0.0.1:42550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:30:36,899 INFO Processing ruok command from /127.0.0.1:42560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:30:46,883 INFO Processing ruok command from /127.0.0.1:42954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:30:46,956 INFO Processing ruok command from /127.0.0.1:42962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:30:56,868 INFO Processing ruok command from /127.0.0.1:43334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:30:56,908 INFO Processing ruok command from /127.0.0.1:43342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:31:06,883 INFO Processing ruok command from /127.0.0.1:43726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:31:06,932 INFO Processing ruok command from /127.0.0.1:43734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:31:16,872 INFO Processing ruok command from /127.0.0.1:44116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:31:16,907 INFO Processing ruok command from /127.0.0.1:44124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:31:26,881 INFO Processing ruok command from /127.0.0.1:44496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:31:26,928 INFO Processing ruok command from /127.0.0.1:44504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:31:36,878 INFO Processing ruok command from /127.0.0.1:44906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:31:36,939 INFO Processing ruok command from /127.0.0.1:44914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:31:46,865 INFO Processing ruok command from /127.0.0.1:45294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:31:46,902 INFO Processing ruok command from /127.0.0.1:45302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:31:56,874 INFO Processing ruok command from /127.0.0.1:45656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:31:56,951 INFO Processing ruok command from /127.0.0.1:45672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:32:06,869 INFO Processing ruok command from /127.0.0.1:46044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:32:06,936 INFO Processing ruok command from /127.0.0.1:46054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:32:16,863 INFO Processing ruok command from /127.0.0.1:46448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:32:16,903 INFO Processing ruok command from /127.0.0.1:46456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:32:17,890 INFO Committing global session 0x300004317a7000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 23:32:26,874 INFO Processing ruok command from /127.0.0.1:46832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:32:26,912 INFO Processing ruok command from /127.0.0.1:46840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:32:36,869 INFO Processing ruok command from /127.0.0.1:47216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:32:36,914 INFO Processing ruok command from /127.0.0.1:47226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:32:46,876 INFO Processing ruok command from /127.0.0.1:47610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:32:46,912 INFO Processing ruok command from /127.0.0.1:47618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:32:56,874 INFO Processing ruok command from /127.0.0.1:47988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:32:56,904 INFO Processing ruok command from /127.0.0.1:47996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:33:06,879 INFO Processing ruok command from /127.0.0.1:48356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:33:06,947 INFO Processing ruok command from /127.0.0.1:48362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:33:16,903 INFO Processing ruok command from /127.0.0.1:48756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:33:16,929 INFO Processing ruok command from /127.0.0.1:48758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:33:26,871 INFO Processing ruok command from /127.0.0.1:49118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:33:26,903 INFO Processing ruok command from /127.0.0.1:49120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:33:36,875 INFO Processing ruok command from /127.0.0.1:49484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:33:36,932 INFO Processing ruok command from /127.0.0.1:49492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:33:46,874 INFO Processing ruok command from /127.0.0.1:49888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:33:46,909 INFO Processing ruok command from /127.0.0.1:49896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:33:56,866 INFO Processing ruok command from /127.0.0.1:50256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:33:56,902 INFO Processing ruok command from /127.0.0.1:50264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:34:06,877 INFO Processing ruok command from /127.0.0.1:50658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:34:06,953 INFO Processing ruok command from /127.0.0.1:50666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:34:16,868 INFO Processing ruok command from /127.0.0.1:51108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:34:16,908 INFO Processing ruok command from /127.0.0.1:51116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:34:17,760 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-13]
2023-01-23 23:34:17,768 INFO Committing global session 0x20000443338000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 23:34:18,675 INFO Submitting global closeSession request for session 0x20000443338000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-01-23 23:34:26,890 INFO Processing ruok command from /127.0.0.1:51500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:34:26,963 INFO Processing ruok command from /127.0.0.1:51508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:34:36,876 INFO Processing ruok command from /127.0.0.1:51922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:34:36,951 INFO Processing ruok command from /127.0.0.1:51930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:34:46,878 INFO Processing ruok command from /127.0.0.1:52340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:34:46,959 INFO Processing ruok command from /127.0.0.1:52346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:34:56,860 INFO Processing ruok command from /127.0.0.1:52760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:34:56,890 INFO Processing ruok command from /127.0.0.1:52762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:35:06,870 INFO Processing ruok command from /127.0.0.1:53172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:35:06,925 INFO Processing ruok command from /127.0.0.1:53180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:35:16,881 INFO Processing ruok command from /127.0.0.1:53600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:35:16,914 INFO Processing ruok command from /127.0.0.1:53610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:35:26,879 INFO Processing ruok command from /127.0.0.1:54028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:35:26,937 INFO Processing ruok command from /127.0.0.1:54036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:35:36,865 INFO Processing ruok command from /127.0.0.1:54444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:35:36,902 INFO Processing ruok command from /127.0.0.1:54452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:35:46,879 INFO Processing ruok command from /127.0.0.1:54886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:35:46,939 INFO Processing ruok command from /127.0.0.1:54894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:35:56,873 INFO Processing ruok command from /127.0.0.1:55296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:35:56,912 INFO Processing ruok command from /127.0.0.1:55304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:36:06,860 INFO Processing ruok command from /127.0.0.1:55686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:36:06,936 INFO Processing ruok command from /127.0.0.1:55696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:36:16,883 INFO Processing ruok command from /127.0.0.1:56110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:36:16,926 INFO Processing ruok command from /127.0.0.1:56118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:36:18,155 INFO Committing global session 0x100004280bb0008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 23:36:26,914 INFO Processing ruok command from /127.0.0.1:56522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:36:26,990 INFO Processing ruok command from /127.0.0.1:56540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:36:36,890 INFO Processing ruok command from /127.0.0.1:56988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:36:36,926 INFO Processing ruok command from /127.0.0.1:56996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:36:46,871 INFO Processing ruok command from /127.0.0.1:57446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:36:46,911 INFO Processing ruok command from /127.0.0.1:57454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:36:56,892 INFO Processing ruok command from /127.0.0.1:57906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:36:56,979 INFO Processing ruok command from /127.0.0.1:57914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:37:06,883 INFO Processing ruok command from /127.0.0.1:58344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:37:06,960 INFO Processing ruok command from /127.0.0.1:58354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:37:16,863 INFO Processing ruok command from /127.0.0.1:58866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:37:16,906 INFO Processing ruok command from /127.0.0.1:58878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:37:26,878 INFO Processing ruok command from /127.0.0.1:59380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:37:26,923 INFO Processing ruok command from /127.0.0.1:59392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:37:36,867 INFO Processing ruok command from /127.0.0.1:59862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:37:36,907 INFO Processing ruok command from /127.0.0.1:59872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:37:46,876 INFO Processing ruok command from /127.0.0.1:60350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:37:46,910 INFO Processing ruok command from /127.0.0.1:60358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:37:56,864 INFO Processing ruok command from /127.0.0.1:60838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:37:56,895 INFO Processing ruok command from /127.0.0.1:60840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:38:06,885 INFO Processing ruok command from /127.0.0.1:33068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:38:06,916 INFO Processing ruok command from /127.0.0.1:33078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:38:16,864 INFO Processing ruok command from /127.0.0.1:33528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:38:16,901 INFO Processing ruok command from /127.0.0.1:33544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:38:17,935 INFO Committing global session 0x100004280bb0009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 23:38:26,868 INFO Processing ruok command from /127.0.0.1:34028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:38:26,916 INFO Processing ruok command from /127.0.0.1:34038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:38:36,864 INFO Processing ruok command from /127.0.0.1:34512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:38:36,902 INFO Processing ruok command from /127.0.0.1:34520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:38:46,866 INFO Processing ruok command from /127.0.0.1:35010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:38:46,907 INFO Processing ruok command from /127.0.0.1:35020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:38:56,887 INFO Processing ruok command from /127.0.0.1:35496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:38:56,927 INFO Processing ruok command from /127.0.0.1:35504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:39:06,871 INFO Processing ruok command from /127.0.0.1:35962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:39:06,943 INFO Processing ruok command from /127.0.0.1:35970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:39:16,863 INFO Processing ruok command from /127.0.0.1:36474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:39:16,900 INFO Processing ruok command from /127.0.0.1:36484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:39:26,870 INFO Processing ruok command from /127.0.0.1:36952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:39:26,915 INFO Processing ruok command from /127.0.0.1:36962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:39:36,889 INFO Processing ruok command from /127.0.0.1:37438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:39:36,920 INFO Processing ruok command from /127.0.0.1:37446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:39:46,866 INFO Processing ruok command from /127.0.0.1:37924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:39:46,946 INFO Processing ruok command from /127.0.0.1:37934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:39:56,874 INFO Processing ruok command from /127.0.0.1:38400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:39:56,910 INFO Processing ruok command from /127.0.0.1:38410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:40:06,866 INFO Processing ruok command from /127.0.0.1:38880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:40:06,900 INFO Processing ruok command from /127.0.0.1:38888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:40:16,861 INFO Processing ruok command from /127.0.0.1:39364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:40:16,942 INFO Processing ruok command from /127.0.0.1:39376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:40:18,008 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-14]
2023-01-23 23:40:18,015 INFO Committing global session 0x20000443338000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 23:40:18,915 INFO Submitting global closeSession request for session 0x20000443338000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-01-23 23:40:26,880 INFO Processing ruok command from /127.0.0.1:39854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:40:26,921 INFO Processing ruok command from /127.0.0.1:39864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:40:36,872 INFO Processing ruok command from /127.0.0.1:40328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:40:36,908 INFO Processing ruok command from /127.0.0.1:40338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:40:46,868 INFO Processing ruok command from /127.0.0.1:40812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:40:46,910 INFO Processing ruok command from /127.0.0.1:40820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:40:56,877 INFO Processing ruok command from /127.0.0.1:41310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:40:56,914 INFO Processing ruok command from /127.0.0.1:41320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:41:06,886 INFO Processing ruok command from /127.0.0.1:41786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:41:06,933 INFO Processing ruok command from /127.0.0.1:41794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:41:16,863 INFO Processing ruok command from /127.0.0.1:42274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:41:16,930 INFO Processing ruok command from /127.0.0.1:42282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:41:26,871 INFO Processing ruok command from /127.0.0.1:42752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:41:26,901 INFO Processing ruok command from /127.0.0.1:42758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:41:36,864 INFO Processing ruok command from /127.0.0.1:43238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:41:36,930 INFO Processing ruok command from /127.0.0.1:43248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:41:46,893 INFO Processing ruok command from /127.0.0.1:43700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:41:46,954 INFO Processing ruok command from /127.0.0.1:43720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:41:56,871 INFO Processing ruok command from /127.0.0.1:44164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:41:56,907 INFO Processing ruok command from /127.0.0.1:44172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:42:06,875 INFO Processing ruok command from /127.0.0.1:44640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:42:06,911 INFO Processing ruok command from /127.0.0.1:44648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:42:16,874 INFO Processing ruok command from /127.0.0.1:45142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:42:16,923 INFO Processing ruok command from /127.0.0.1:45150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:42:17,703 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-15]
2023-01-23 23:42:17,712 INFO Committing global session 0x20000443338000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 23:42:18,592 INFO Submitting global closeSession request for session 0x20000443338000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-01-23 23:42:26,865 INFO Processing ruok command from /127.0.0.1:45628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:42:26,923 INFO Processing ruok command from /127.0.0.1:45638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:42:36,879 INFO Processing ruok command from /127.0.0.1:46122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:42:36,960 INFO Processing ruok command from /127.0.0.1:46130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:42:46,882 INFO Processing ruok command from /127.0.0.1:46604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:42:46,952 INFO Processing ruok command from /127.0.0.1:46612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:42:56,866 INFO Processing ruok command from /127.0.0.1:47092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:42:56,934 INFO Processing ruok command from /127.0.0.1:47102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:43:06,866 INFO Processing ruok command from /127.0.0.1:47574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:43:06,906 INFO Processing ruok command from /127.0.0.1:47582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:43:16,880 INFO Processing ruok command from /127.0.0.1:48058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:43:16,919 INFO Processing ruok command from /127.0.0.1:48066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:43:26,863 INFO Processing ruok command from /127.0.0.1:48562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:43:26,892 INFO Processing ruok command from /127.0.0.1:48564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:43:36,873 INFO Processing ruok command from /127.0.0.1:49044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:43:36,935 INFO Processing ruok command from /127.0.0.1:49052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:43:46,862 INFO Processing ruok command from /127.0.0.1:49534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:43:46,927 INFO Processing ruok command from /127.0.0.1:49542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:43:56,870 INFO Processing ruok command from /127.0.0.1:49992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:43:56,939 INFO Processing ruok command from /127.0.0.1:50002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:43:57,503 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2023-01-23 23:43:57,504 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask]
2023-01-23 23:43:57,514 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask]
2023-01-23 23:44:03,119 WARN Connection broken for id 1, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
java.io.EOFException
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2023-01-23 23:44:03,119 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1]
2023-01-23 23:44:03,121 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
java.lang.InterruptedException
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056)
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133)
	at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271)
2023-01-23 23:44:03,121 WARN Send worker leaving thread id 1 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1]
2023-01-23 23:44:04,362 WARN Connection broken for id 3, my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:3]
java.io.EOFException
	at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384)
2023-01-23 23:44:04,363 WARN Interrupting SendWorker thread from RecvWorker. sid: 3. myId: 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:3]
2023-01-23 23:44:04,363 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:3]
java.lang.InterruptedException
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056)
	at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133)
	at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98)
	at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271)
2023-01-23 23:44:04,364 WARN Send worker leaving thread id 3 my id = 2 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:3]
2023-01-23 23:44:06,869 INFO Processing ruok command from /127.0.0.1:50444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:44:06,931 INFO Processing ruok command from /127.0.0.1:50452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:44:16,871 INFO Processing ruok command from /127.0.0.1:50918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:44:16,921 INFO Processing ruok command from /127.0.0.1:50926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:44:17,871 INFO Committing global session 0x100004280bb000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 23:44:26,882 INFO Processing ruok command from /127.0.0.1:51386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:44:26,946 INFO Processing ruok command from /127.0.0.1:51396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:44:36,863 INFO Processing ruok command from /127.0.0.1:51874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:44:36,918 INFO Processing ruok command from /127.0.0.1:51882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:44:46,890 INFO Processing ruok command from /127.0.0.1:52344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:44:46,925 INFO Processing ruok command from /127.0.0.1:52352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:44:56,881 INFO Processing ruok command from /127.0.0.1:52830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:44:56,914 INFO Processing ruok command from /127.0.0.1:52836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:45:06,907 INFO Processing ruok command from /127.0.0.1:53308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:45:06,985 INFO Processing ruok command from /127.0.0.1:53310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:45:16,869 INFO Processing ruok command from /127.0.0.1:53762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:45:16,908 INFO Processing ruok command from /127.0.0.1:53770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:45:26,874 INFO Processing ruok command from /127.0.0.1:54218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:45:26,923 INFO Processing ruok command from /127.0.0.1:54226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:45:36,872 INFO Processing ruok command from /127.0.0.1:54672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:45:36,915 INFO Processing ruok command from /127.0.0.1:54680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:45:46,880 INFO Processing ruok command from /127.0.0.1:55122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:45:46,916 INFO Processing ruok command from /127.0.0.1:55130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:45:56,890 INFO Processing ruok command from /127.0.0.1:55584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:45:56,924 INFO Processing ruok command from /127.0.0.1:55592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:46:06,874 INFO Processing ruok command from /127.0.0.1:56024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:46:06,919 INFO Processing ruok command from /127.0.0.1:56032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:46:16,876 INFO Processing ruok command from /127.0.0.1:56486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:46:16,914 INFO Processing ruok command from /127.0.0.1:56494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:46:17,753 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-16]
2023-01-23 23:46:17,762 INFO Committing global session 0x20000443338000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 23:46:18,622 INFO Submitting global closeSession request for session 0x20000443338000f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-01-23 23:46:26,872 INFO Processing ruok command from /127.0.0.1:56940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:46:26,910 INFO Processing ruok command from /127.0.0.1:56948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:46:36,868 INFO Processing ruok command from /127.0.0.1:57402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:46:36,908 INFO Processing ruok command from /127.0.0.1:57410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:46:46,871 INFO Processing ruok command from /127.0.0.1:57870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:46:46,918 INFO Processing ruok command from /127.0.0.1:57878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:46:56,870 INFO Processing ruok command from /127.0.0.1:58320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:46:56,928 INFO Processing ruok command from /127.0.0.1:58328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:47:06,866 INFO Processing ruok command from /127.0.0.1:58770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:47:06,932 INFO Processing ruok command from /127.0.0.1:58778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:47:16,862 INFO Processing ruok command from /127.0.0.1:59224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:47:16,900 INFO Processing ruok command from /127.0.0.1:59232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:47:26,877 INFO Processing ruok command from /127.0.0.1:59670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:47:26,936 INFO Processing ruok command from /127.0.0.1:59678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:47:36,894 INFO Processing ruok command from /127.0.0.1:60126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:47:36,966 INFO Processing ruok command from /127.0.0.1:60134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:47:46,874 INFO Processing ruok command from /127.0.0.1:60574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:47:46,916 INFO Processing ruok command from /127.0.0.1:60586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:47:56,893 INFO Processing ruok command from /127.0.0.1:32790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:47:56,951 INFO Processing ruok command from /127.0.0.1:32804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:48:06,881 INFO Processing ruok command from /127.0.0.1:33226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:48:06,929 INFO Processing ruok command from /127.0.0.1:33234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:48:16,875 INFO Processing ruok command from /127.0.0.1:33684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:48:16,910 INFO Processing ruok command from /127.0.0.1:33692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:48:17,995 INFO Committing global session 0x300004317a70010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 23:48:26,869 INFO Processing ruok command from /127.0.0.1:34176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:48:26,900 INFO Processing ruok command from /127.0.0.1:34186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:48:36,868 INFO Processing ruok command from /127.0.0.1:34602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:48:36,931 INFO Processing ruok command from /127.0.0.1:34610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:48:46,885 INFO Processing ruok command from /127.0.0.1:35042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:48:46,958 INFO Processing ruok command from /127.0.0.1:35052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:48:56,869 INFO Processing ruok command from /127.0.0.1:35478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:48:56,916 INFO Processing ruok command from /127.0.0.1:35486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:49:06,872 INFO Processing ruok command from /127.0.0.1:35912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:49:06,906 INFO Processing ruok command from /127.0.0.1:35920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:49:16,888 INFO Processing ruok command from /127.0.0.1:36372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:49:16,928 INFO Processing ruok command from /127.0.0.1:36380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:49:26,873 INFO Processing ruok command from /127.0.0.1:36814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:49:26,931 INFO Processing ruok command from /127.0.0.1:36822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:49:36,879 INFO Processing ruok command from /127.0.0.1:37264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:49:36,924 INFO Processing ruok command from /127.0.0.1:37274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:49:46,865 INFO Processing ruok command from /127.0.0.1:37714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:49:46,899 INFO Processing ruok command from /127.0.0.1:37722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:49:56,871 INFO Processing ruok command from /127.0.0.1:38162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:49:56,920 INFO Processing ruok command from /127.0.0.1:38172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:50:06,876 INFO Processing ruok command from /127.0.0.1:38608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:50:06,914 INFO Processing ruok command from /127.0.0.1:38616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:50:16,862 INFO Processing ruok command from /127.0.0.1:39060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:50:16,910 INFO Processing ruok command from /127.0.0.1:39068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:50:17,917 INFO Committing global session 0x100004280bb000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 23:50:26,879 INFO Processing ruok command from /127.0.0.1:39518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:50:26,943 INFO Processing ruok command from /127.0.0.1:39526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:50:36,871 INFO Processing ruok command from /127.0.0.1:39956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:50:36,911 INFO Processing ruok command from /127.0.0.1:39964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:50:46,868 INFO Processing ruok command from /127.0.0.1:40394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:50:46,932 INFO Processing ruok command from /127.0.0.1:40406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:50:56,875 INFO Processing ruok command from /127.0.0.1:40848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:50:56,940 INFO Processing ruok command from /127.0.0.1:40860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:51:06,868 INFO Processing ruok command from /127.0.0.1:41300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:51:06,937 INFO Processing ruok command from /127.0.0.1:41308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:51:16,873 INFO Processing ruok command from /127.0.0.1:41760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:51:16,907 INFO Processing ruok command from /127.0.0.1:41770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:51:26,864 INFO Processing ruok command from /127.0.0.1:42204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:51:26,912 INFO Processing ruok command from /127.0.0.1:42216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:51:36,884 INFO Processing ruok command from /127.0.0.1:42650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:51:36,953 INFO Processing ruok command from /127.0.0.1:42658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:51:46,872 INFO Processing ruok command from /127.0.0.1:43114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:51:46,940 INFO Processing ruok command from /127.0.0.1:43122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:51:56,874 INFO Processing ruok command from /127.0.0.1:43542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:51:56,903 INFO Processing ruok command from /127.0.0.1:43550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:52:06,867 INFO Processing ruok command from /127.0.0.1:44002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:52:06,923 INFO Processing ruok command from /127.0.0.1:44012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:52:16,864 INFO Processing ruok command from /127.0.0.1:44442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:52:16,916 INFO Processing ruok command from /127.0.0.1:44450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:52:17,866 INFO Committing global session 0x100004280bb000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 23:52:26,873 INFO Processing ruok command from /127.0.0.1:44894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:52:26,914 INFO Processing ruok command from /127.0.0.1:44904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:52:36,860 INFO Processing ruok command from /127.0.0.1:45340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:52:36,899 INFO Processing ruok command from /127.0.0.1:45348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:52:46,868 INFO Processing ruok command from /127.0.0.1:45792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:52:46,920 INFO Processing ruok command from /127.0.0.1:45800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:52:56,868 INFO Processing ruok command from /127.0.0.1:46236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:52:56,902 INFO Processing ruok command from /127.0.0.1:46246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:53:06,869 INFO Processing ruok command from /127.0.0.1:46686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:53:06,908 INFO Processing ruok command from /127.0.0.1:46696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:53:16,869 INFO Processing ruok command from /127.0.0.1:47116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:53:16,911 INFO Processing ruok command from /127.0.0.1:47122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:53:26,880 INFO Processing ruok command from /127.0.0.1:47570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:53:26,917 INFO Processing ruok command from /127.0.0.1:47578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:53:36,894 INFO Processing ruok command from /127.0.0.1:48004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:53:36,958 INFO Processing ruok command from /127.0.0.1:48012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:53:46,864 INFO Processing ruok command from /127.0.0.1:48472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:53:46,901 INFO Processing ruok command from /127.0.0.1:48480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:53:56,883 INFO Processing ruok command from /127.0.0.1:48904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:53:56,942 INFO Processing ruok command from /127.0.0.1:48912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:54:06,885 INFO Processing ruok command from /127.0.0.1:49330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:54:06,915 INFO Processing ruok command from /127.0.0.1:49342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:54:16,863 INFO Processing ruok command from /127.0.0.1:49776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:54:16,895 INFO Processing ruok command from /127.0.0.1:49778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:54:17,665 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1]
2023-01-23 23:54:17,673 INFO Committing global session 0x200004433380010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 23:54:18,571 INFO Submitting global closeSession request for session 0x200004433380010 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-01-23 23:54:26,885 INFO Processing ruok command from /127.0.0.1:50214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:54:26,964 INFO Processing ruok command from /127.0.0.1:50222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:54:36,876 INFO Processing ruok command from /127.0.0.1:50644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:54:36,947 INFO Processing ruok command from /127.0.0.1:50652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:54:46,865 INFO Processing ruok command from /127.0.0.1:51088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:54:46,904 INFO Processing ruok command from /127.0.0.1:51096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:54:56,861 INFO Processing ruok command from /127.0.0.1:51516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:54:56,907 INFO Processing ruok command from /127.0.0.1:51524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:55:06,885 INFO Processing ruok command from /127.0.0.1:51966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:55:06,940 INFO Processing ruok command from /127.0.0.1:51974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:55:16,865 INFO Processing ruok command from /127.0.0.1:52394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:55:16,899 INFO Processing ruok command from /127.0.0.1:52400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:55:26,884 INFO Processing ruok command from /127.0.0.1:52850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:55:26,921 INFO Processing ruok command from /127.0.0.1:52858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:55:36,880 INFO Processing ruok command from /127.0.0.1:53272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:55:36,907 INFO Processing ruok command from /127.0.0.1:53280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:55:46,879 INFO Processing ruok command from /127.0.0.1:53714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:55:46,909 INFO Processing ruok command from /127.0.0.1:53724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:55:56,866 INFO Processing ruok command from /127.0.0.1:54150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:55:56,907 INFO Processing ruok command from /127.0.0.1:54158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:56:06,871 INFO Processing ruok command from /127.0.0.1:54594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:56:06,910 INFO Processing ruok command from /127.0.0.1:54604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:56:16,864 INFO Processing ruok command from /127.0.0.1:55036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:56:16,899 INFO Processing ruok command from /127.0.0.1:55046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:56:18,176 INFO Committing global session 0x100004280bb000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 23:56:26,869 INFO Processing ruok command from /127.0.0.1:55474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:56:26,908 INFO Processing ruok command from /127.0.0.1:55482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:56:36,855 INFO Processing ruok command from /127.0.0.1:55910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:56:36,918 INFO Processing ruok command from /127.0.0.1:55918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:56:46,881 INFO Processing ruok command from /127.0.0.1:56370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:56:46,954 INFO Processing ruok command from /127.0.0.1:56380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:56:56,881 INFO Processing ruok command from /127.0.0.1:56800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:56:56,923 INFO Processing ruok command from /127.0.0.1:56808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:57:06,863 INFO Processing ruok command from /127.0.0.1:57254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:57:06,920 INFO Processing ruok command from /127.0.0.1:57262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:57:16,868 INFO Processing ruok command from /127.0.0.1:57690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:57:16,914 INFO Processing ruok command from /127.0.0.1:57698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:57:26,876 INFO Processing ruok command from /127.0.0.1:58130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:57:26,909 INFO Processing ruok command from /127.0.0.1:58138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:57:36,868 INFO Processing ruok command from /127.0.0.1:58568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:57:36,934 INFO Processing ruok command from /127.0.0.1:58576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:57:46,873 INFO Processing ruok command from /127.0.0.1:59018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:57:46,904 INFO Processing ruok command from /127.0.0.1:59026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:57:56,873 INFO Processing ruok command from /127.0.0.1:59444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:57:56,975 INFO Processing ruok command from /127.0.0.1:59450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:58:06,885 INFO Processing ruok command from /127.0.0.1:59884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:58:06,952 INFO Processing ruok command from /127.0.0.1:59894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:58:16,879 INFO Processing ruok command from /127.0.0.1:60328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:58:16,918 INFO Processing ruok command from /127.0.0.1:60336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:58:17,826 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2]
2023-01-23 23:58:17,836 INFO Committing global session 0x200004433380011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-23 23:58:18,740 INFO Submitting global closeSession request for session 0x200004433380011 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-01-23 23:58:26,871 INFO Processing ruok command from /127.0.0.1:60780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:58:26,909 INFO Processing ruok command from /127.0.0.1:60788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:58:36,871 INFO Processing ruok command from /127.0.0.1:32970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:58:36,905 INFO Processing ruok command from /127.0.0.1:32978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-23 23:58:46,899 INFO Processing ruok command from /127.0.0.1:33438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-23 23:58:46,982 INFO Processing ruok command from /127.0.0.1:33440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-23 23:58:56,869 INFO Processing ruok command from /127.0.0.1:33842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-23 23:58:56,915 INFO Processing ruok command from /127.0.0.1:33848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-23 23:59:06,866 INFO Processing ruok command from /127.0.0.1:34282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-23 23:59:06,924 INFO Processing ruok command from /127.0.0.1:34290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-23 23:59:16,866 INFO Processing ruok command from /127.0.0.1:34720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-23 23:59:16,897 INFO Processing ruok command from /127.0.0.1:34726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-23 23:59:26,897 INFO Processing ruok command from /127.0.0.1:35162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-23 23:59:26,973 INFO Processing ruok command from /127.0.0.1:35170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-23 23:59:36,884 INFO Processing ruok command from /127.0.0.1:35596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-23 23:59:36,916 INFO Processing ruok command from /127.0.0.1:35604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-23 23:59:46,878 INFO Processing ruok command from /127.0.0.1:36042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-23 23:59:46,946 INFO Processing ruok command from /127.0.0.1:36052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-23 23:59:56,875 INFO Processing ruok command from /127.0.0.1:36462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-23 23:59:56,914 INFO Processing ruok command from /127.0.0.1:36470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-24 00:00:06,867 INFO Processing ruok command from /127.0.0.1:36908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-24 00:00:06,901 INFO Processing ruok command from /127.0.0.1:36918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-24 00:00:16,865 INFO Processing ruok command from /127.0.0.1:37332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-24 00:00:16,899 INFO Processing ruok command from /127.0.0.1:37340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-24 00:00:17,817 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-3]
2023-01-24 00:00:17,825 INFO Committing global session 0x200004433380012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-24 00:00:18,732 INFO Submitting global closeSession request for session 0x200004433380012 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-01-24 00:00:26,874 INFO Processing ruok command from /127.0.0.1:37778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-24 00:00:26,944 INFO Processing ruok command from /127.0.0.1:37788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-24 00:00:36,871 INFO Processing ruok command from /127.0.0.1:38204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-24 00:00:36,908 INFO Processing ruok command from /127.0.0.1:38214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-24 00:00:46,891 INFO Processing ruok command from /127.0.0.1:38644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-24 00:00:46,966 INFO Processing ruok command from /127.0.0.1:38652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-24 00:00:56,870 INFO Processing ruok command from /127.0.0.1:39074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-24 00:00:56,914 INFO Processing ruok command from /127.0.0.1:39084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-24 00:01:06,868 INFO Processing ruok command from /127.0.0.1:39512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-24 00:01:06,951 INFO Processing ruok command from /127.0.0.1:39520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-24 00:01:16,884 INFO Processing ruok command from /127.0.0.1:39952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-24 00:01:16,920 INFO Processing ruok command from /127.0.0.1:39960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-24 00:01:26,866 INFO Processing ruok command from /127.0.0.1:40394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-24 00:01:26,901 INFO Processing ruok command from /127.0.0.1:40402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-24 00:01:36,878 INFO Processing ruok command from /127.0.0.1:40830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-24 00:01:36,920 INFO Processing ruok command from /127.0.0.1:40840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-24 00:01:46,880 INFO Processing ruok command from /127.0.0.1:41292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-24 00:01:46,918 INFO Processing ruok command from /127.0.0.1:41300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-24 00:01:56,889 INFO Processing ruok command from /127.0.0.1:41718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-24 00:01:56,933 INFO Processing ruok command from /127.0.0.1:41726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-24 00:02:06,862 INFO Processing ruok command from /127.0.0.1:42156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-24 00:02:06,906 INFO Processing ruok command from /127.0.0.1:42166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-24 00:02:16,863 INFO Processing ruok command from /127.0.0.1:42590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-24 00:02:16,926 INFO Processing ruok command from /127.0.0.1:42598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-24 00:02:17,711 INFO Committing global session 0x100004280bb000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-24 00:02:26,863 INFO Processing ruok command from /127.0.0.1:43028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-24 00:02:26,903 INFO Processing ruok command from /127.0.0.1:43036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-24 00:02:36,877 INFO Processing ruok command from /127.0.0.1:43464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-24 00:02:36,924 INFO Processing ruok command from /127.0.0.1:43472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-24 00:02:46,905 INFO Processing ruok command from /127.0.0.1:43912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-24 00:02:46,966 INFO Processing ruok command from /127.0.0.1:43914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-24 00:02:56,874 INFO Processing ruok command from /127.0.0.1:44322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-24 00:02:56,905 INFO Processing ruok command from /127.0.0.1:44332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-24 00:03:06,868 INFO Processing ruok command from /127.0.0.1:44774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-24 00:03:06,895 INFO Processing ruok command from /127.0.0.1:44776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-24 00:03:16,867 INFO Processing ruok command from /127.0.0.1:45204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-24 00:03:16,900 INFO Processing ruok command from /127.0.0.1:45212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-24 00:03:26,870 INFO Processing ruok command from /127.0.0.1:45648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-24 00:03:26,921 INFO Processing ruok command from /127.0.0.1:45656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-24 00:03:36,856 INFO Processing ruok command from /127.0.0.1:46074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-24 00:03:36,892 INFO Processing ruok command from /127.0.0.1:46076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-24 00:03:46,876 INFO Processing ruok command from /127.0.0.1:46516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-24 00:03:46,915 INFO Processing ruok command from /127.0.0.1:46524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-24 00:03:56,870 INFO Processing ruok command from /127.0.0.1:46944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-24 00:03:56,950 INFO Processing ruok command from /127.0.0.1:46952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-24 00:04:06,876 INFO Processing ruok command from /127.0.0.1:47392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-24 00:04:06,908 INFO Processing ruok command from /127.0.0.1:47398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-24 00:04:16,895 INFO Processing ruok command from /127.0.0.1:47834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-24 00:04:16,930 INFO Processing ruok command from /127.0.0.1:47842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-24 00:04:18,025 INFO Committing global session 0x100004280bb000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-24 00:04:26,890 INFO Processing ruok command from /127.0.0.1:48268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-24 00:04:26,965 INFO Processing ruok command from /127.0.0.1:48276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-24 00:04:36,869 INFO Processing ruok command from /127.0.0.1:48708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-24 00:04:36,911 INFO Processing ruok command from /127.0.0.1:48716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-24 00:04:46,875 INFO Processing ruok command from /127.0.0.1:49158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-24 00:04:46,913 INFO Processing ruok command from /127.0.0.1:49168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-24 00:04:56,865 INFO Processing ruok command from /127.0.0.1:49572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-24 00:04:56,905 INFO Processing ruok command from /127.0.0.1:49586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-24 00:05:06,869 INFO Processing ruok command from /127.0.0.1:50034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-24 00:05:06,911 INFO Processing ruok command from /127.0.0.1:50044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-24 00:05:16,886 INFO Processing ruok command from /127.0.0.1:50464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-24 00:05:16,926 INFO Processing ruok command from /127.0.0.1:50472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-24 00:05:26,888 INFO Processing ruok command from /127.0.0.1:50906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-24 00:05:26,923 INFO Processing ruok command from /127.0.0.1:50914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-24 00:05:36,874 INFO Processing ruok command from /127.0.0.1:51350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-24 00:05:36,909 INFO Processing ruok command from /127.0.0.1:51356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-24 00:05:46,868 INFO Processing ruok command from /127.0.0.1:51800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-24 00:05:46,953 INFO Processing ruok command from /127.0.0.1:51808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-24 00:05:56,862 INFO Processing ruok command from /127.0.0.1:52216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-24 00:05:56,899 INFO Processing ruok command from /127.0.0.1:52226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-24 00:06:06,853 INFO Processing ruok command from /127.0.0.1:52664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-24 00:06:06,897 INFO Processing ruok command from /127.0.0.1:52666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-24 00:06:16,889 INFO Processing ruok command from /127.0.0.1:53100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-24 00:06:16,932 INFO Processing ruok command from /127.0.0.1:53110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-24 00:06:17,822 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-4]
2023-01-24 00:06:17,830 INFO Committing global session 0x200004433380013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-24 00:06:18,731 INFO Submitting global closeSession request for session 0x200004433380013 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler]
2023-01-24 00:06:26,874 INFO Processing ruok command from /127.0.0.1:53538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-24 00:06:26,944 INFO Processing ruok command from /127.0.0.1:53548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-24 00:06:36,881 INFO Processing ruok command from /127.0.0.1:53992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-24 00:06:36,906 INFO Processing ruok command from /127.0.0.1:54000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-24 00:06:46,864 INFO Processing ruok command from /127.0.0.1:54460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-24 00:06:46,899 INFO Processing ruok command from /127.0.0.1:54468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-24 00:06:56,890 INFO Processing ruok command from /127.0.0.1:54878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-24 00:06:56,974 INFO Processing ruok command from /127.0.0.1:54886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-24 00:07:06,864 INFO Processing ruok command from /127.0.0.1:55340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-24 00:07:06,926 INFO Processing ruok command from /127.0.0.1:55350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-24 00:07:16,861 INFO Processing ruok command from /127.0.0.1:55792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-24 00:07:16,896 INFO Processing ruok command from /127.0.0.1:55796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-24 00:07:26,870 INFO Processing ruok command from /127.0.0.1:56240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-24 00:07:26,911 INFO Processing ruok command from /127.0.0.1:56248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-24 00:07:36,876 INFO Processing ruok command from /127.0.0.1:56684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-24 00:07:36,916 INFO Processing ruok command from /127.0.0.1:56694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-24 00:07:46,870 INFO Processing ruok command from /127.0.0.1:57128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-24 00:07:46,905 INFO Processing ruok command from /127.0.0.1:57136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-24 00:07:56,883 INFO Processing ruok command from /127.0.0.1:57540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-24 00:07:56,930 INFO Processing ruok command from /127.0.0.1:57550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-24 00:08:06,872 INFO Processing ruok command from /127.0.0.1:57996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-24 00:08:06,913 INFO Processing ruok command from /127.0.0.1:58006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-24 00:08:16,887 INFO Processing ruok command from /127.0.0.1:58424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-24 00:08:16,921 INFO Processing ruok command from /127.0.0.1:58432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-24 00:08:18,019 INFO Committing global session 0x100004280bb0010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-24 00:08:26,876 INFO Processing ruok command from /127.0.0.1:58866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-24 00:08:26,908 INFO Processing ruok command from /127.0.0.1:58880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-24 00:08:36,863 INFO Processing ruok command from /127.0.0.1:59304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-24 00:08:36,922 INFO Processing ruok command from /127.0.0.1:59310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-24 00:08:46,871 INFO Processing ruok command from /127.0.0.1:59758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-24 00:08:46,903 INFO Processing ruok command from /127.0.0.1:59766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-24 00:08:56,884 INFO Processing ruok command from /127.0.0.1:60176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-24 00:08:56,913 INFO Processing ruok command from /127.0.0.1:60188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-24 00:09:06,886 INFO Processing ruok command from /127.0.0.1:60628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-24 00:09:06,949 INFO Processing ruok command from /127.0.0.1:60636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-24 00:09:16,868 INFO Processing ruok command from /127.0.0.1:32836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-24 00:09:16,926 INFO Processing ruok command from /127.0.0.1:32846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-24 00:09:26,889 INFO Processing ruok command from /127.0.0.1:33268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-24 00:09:26,982 INFO Processing ruok command from /127.0.0.1:33278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-24 00:09:36,867 INFO Processing ruok command from /127.0.0.1:33704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-24 00:09:36,901 INFO Processing ruok command from /127.0.0.1:33714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-24 00:09:46,873 INFO Processing ruok command from /127.0.0.1:34154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-24 00:09:46,916 INFO Processing ruok command from /127.0.0.1:34164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-24 00:09:56,869 INFO Processing ruok command from /127.0.0.1:34566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-24 00:09:56,933 INFO Processing ruok command from /127.0.0.1:34576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-24 00:10:06,887 INFO Processing ruok command from /127.0.0.1:35026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-24 00:10:06,946 INFO Processing ruok command from /127.0.0.1:35034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-24 00:10:16,878 INFO Processing ruok command from /127.0.0.1:35450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-24 00:10:16,921 INFO Processing ruok command from /127.0.0.1:35458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-24 00:10:17,705 INFO Committing global session 0x300004317a70011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-24 00:10:26,881 INFO Processing ruok command from /127.0.0.1:35882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-24 00:10:26,973 INFO Processing ruok command from /127.0.0.1:35892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-24 00:10:36,879 INFO Processing ruok command from /127.0.0.1:36328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-24 00:10:36,963 INFO Processing ruok command from /127.0.0.1:36338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-24 00:10:46,855 INFO Processing ruok command from /127.0.0.1:36764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-24 00:10:46,890 INFO Processing ruok command from /127.0.0.1:36766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-24 00:10:56,866 INFO Processing ruok command from /127.0.0.1:37194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-24 00:10:56,945 INFO Processing ruok command from /127.0.0.1:37206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-24 00:11:06,887 INFO Processing ruok command from /127.0.0.1:37640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-24 00:11:06,920 INFO Processing ruok command from /127.0.0.1:37648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-24 00:11:16,861 INFO Processing ruok command from /127.0.0.1:38076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-24 00:11:16,899 INFO Processing ruok command from /127.0.0.1:38084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-24 00:11:26,869 INFO Processing ruok command from /127.0.0.1:38510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-24 00:11:26,919 INFO Processing ruok command from /127.0.0.1:38518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-24 00:11:36,866 INFO Processing ruok command from /127.0.0.1:38958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-24 00:11:36,914 INFO Processing ruok command from /127.0.0.1:38966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-24 00:11:46,875 INFO Processing ruok command from /127.0.0.1:39424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-24 00:11:46,912 INFO Processing ruok command from /127.0.0.1:39432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-24 00:11:56,860 INFO Processing ruok command from /127.0.0.1:39840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-24 00:11:56,898 INFO Processing ruok command from /127.0.0.1:39848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-24 00:12:06,874 INFO Processing ruok command from /127.0.0.1:40300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-24 00:12:06,912 INFO Processing ruok command from /127.0.0.1:40308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-24 00:12:16,872 INFO Processing ruok command from /127.0.0.1:40732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-24 00:12:16,940 INFO Processing ruok command from /127.0.0.1:40742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-24 00:12:18,008 INFO Committing global session 0x300004317a70012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-24 00:12:26,871 INFO Processing ruok command from /127.0.0.1:41172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-24 00:12:26,914 INFO Processing ruok command from /127.0.0.1:41180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-24 00:12:36,874 INFO Processing ruok command from /127.0.0.1:41620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-24 00:12:36,907 INFO Processing ruok command from /127.0.0.1:41628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-24 00:12:46,883 INFO Processing ruok command from /127.0.0.1:42064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-24 00:12:46,939 INFO Processing ruok command from /127.0.0.1:42072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-24 00:12:56,858 INFO Processing ruok command from /127.0.0.1:42484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-24 00:12:56,891 INFO Processing ruok command from /127.0.0.1:42486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-24 00:13:06,896 INFO Processing ruok command from /127.0.0.1:42944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-24 00:13:06,938 INFO Processing ruok command from /127.0.0.1:42952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-24 00:13:16,871 INFO Processing ruok command from /127.0.0.1:43370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-24 00:13:16,909 INFO Processing ruok command from /127.0.0.1:43378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-24 00:13:26,866 INFO Processing ruok command from /127.0.0.1:43810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-24 00:13:26,940 INFO Processing ruok command from /127.0.0.1:43818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-24 00:13:36,876 INFO Processing ruok command from /127.0.0.1:44240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-24 00:13:36,912 INFO Processing ruok command from /127.0.0.1:44248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-24 00:13:46,884 INFO Processing ruok command from /127.0.0.1:44684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-24 00:13:46,912 INFO Processing ruok command from /127.0.0.1:44692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-24 00:13:56,876 INFO Processing ruok command from /127.0.0.1:45102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-24 00:13:56,911 INFO Processing ruok command from /127.0.0.1:45112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]
2023-01-24 00:14:06,873 INFO Processing ruok command from /127.0.0.1:45572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7]
2023-01-24 00:14:06,903 INFO Processing ruok command from /127.0.0.1:45580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8]
2023-01-24 00:14:16,868 INFO Processing ruok command from /127.0.0.1:46034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9]
2023-01-24 00:14:16,904 INFO Processing ruok command from /127.0.0.1:46042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10]
2023-01-24 00:14:17,856 INFO Committing global session 0x300004317a70013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2]
2023-01-24 00:14:26,869 INFO Processing ruok command from /127.0.0.1:46486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11]
2023-01-24 00:14:26,913 INFO Processing ruok command from /127.0.0.1:46494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]
2023-01-24 00:14:36,872 INFO Processing ruok command from /127.0.0.1:46934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13]
2023-01-24 00:14:36,910 INFO Processing ruok command from /127.0.0.1:46942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14]
2023-01-24 00:14:46,874 INFO Processing ruok command from /127.0.0.1:47380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15]
2023-01-24 00:14:46,907 INFO Processing ruok command from /127.0.0.1:47390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]
2023-01-24 00:14:56,872 INFO Processing ruok command from /127.0.0.1:47816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1]
2023-01-24 00:14:56,920 INFO Processing ruok command from /127.0.0.1:47824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2]
2023-01-24 00:15:06,867 INFO Processing ruok command from /127.0.0.1:48278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3]
2023-01-24 00:15:06,901 INFO Processing ruok command from /127.0.0.1:48286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4]
2023-01-24 00:15:16,863 INFO Processing ruok command from /127.0.0.1:48706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5]
2023-01-24 00:15:16,898 INFO Processing ruok command from /127.0.0.1:48714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]