By type
Detected Zookeeper ID 2 Preparing truststore Adding /opt/kafka/cluster-ca-certs/ca.crt to truststore /tmp/zookeeper/cluster.truststore.p12 with alias ca Certificate was added to keystore Preparing truststore is complete Looking for the right CA Found the right CA: /opt/kafka/cluster-ca-certs/ca.crt Preparing keystore for client and quorum listeners Preparing keystore for client and quorum listeners is complete Starting Zookeeper with configuration: # The directory where the snapshot is stored. dataDir=/var/lib/zookeeper/data # Other options 4lw.commands.whitelist=* standaloneEnabled=false reconfigEnabled=true clientPort=12181 clientPortAddress=127.0.0.1 # TLS options serverCnxnFactory=org.apache.zookeeper.server.NettyServerCnxnFactory ssl.clientAuth=need ssl.quorum.clientAuth=need secureClientPort=2181 sslQuorum=true ssl.trustStore.location=/tmp/zookeeper/cluster.truststore.p12 ssl.trustStore.password=[hidden] ssl.trustStore.type=PKCS12 ssl.quorum.trustStore.location=/tmp/zookeeper/cluster.truststore.p12 ssl.quorum.trustStore.password=[hidden] ssl.quorum.trustStore.type=PKCS12 ssl.keyStore.location=/tmp/zookeeper/cluster.keystore.p12 ssl.keyStore.password=[hidden] ssl.keyStore.type=PKCS12 ssl.quorum.keyStore.location=/tmp/zookeeper/cluster.keystore.p12 ssl.quorum.keyStore.password=[hidden] ssl.quorum.keyStore.type=PKCS12 # Provided configuration tickTime=2000 initLimit=5 syncLimit=2 autopurge.purgeInterval=1 admin.enableServer=false ssl.hostnameVerification=false ssl.quorum.hostnameVerification=false # Zookeeper nodes configuration server.1=onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 server.2=onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 server.3=onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 + exec /usr/bin/tini -w -e 143 -- /opt/kafka/bin/zookeeper-server-start.sh /tmp/zookeeper.properties 2022-12-16 04:29:23,608 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-12-16 04:29:23,615 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-12-16 04:29:23,616 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-12-16 04:29:23,620 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main] 2022-12-16 04:29:23,620 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-12-16 04:29:23,620 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-12-16 04:29:23,676 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-12-16 04:29:23,676 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-12-16 04:29:23,678 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-12-16 04:29:23,680 INFO Log4j 1.2 jmx support not found; jmx disabled. (org.apache.zookeeper.jmx.ManagedUtil) [main] 2022-12-16 04:29:23,681 INFO Starting quorum peer, myid=2 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main] 2022-12-16 04:29:23,687 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-12-16 04:29:23,698 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-12-16 04:29:23,701 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@769e7ee8 (org.apache.zookeeper.server.ServerMetrics) [main] 2022-12-16 04:29:23,813 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-12-16 04:29:23,813 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-12-16 04:29:23,813 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-12-16 04:29:23,882 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-12-16 04:29:23,883 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-12-16 04:29:23,884 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-12-16 04:29:23,884 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-12-16 04:29:23,884 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-12-16 04:29:23,909 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-12-16 04:29:23,910 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-12-16 04:29:23,917 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-12-16 04:29:23,921 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-12-16 04:29:23,923 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-12-16 04:29:23,923 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-12-16 04:29:23,923 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-12-16 04:29:23,923 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-12-16 04:29:23,923 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-12-16 04:29:23,923 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-12-16 04:29:23,923 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-12-16 04:29:23,923 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-12-16 04:29:23,944 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-16 04:29:23,944 INFO ______ _ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-16 04:29:23,944 INFO |___ / | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-16 04:29:23,944 INFO / / ___ ___ | | __ ___ ___ _ __ ___ _ __ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-16 04:29:23,944 INFO / / / _ \ / _ \ | |/ / / _ \ / _ \ | '_ \ / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-16 04:29:23,944 INFO / /__ | (_) | | (_) | | < | __/ | __/ | |_) | | __/ | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-16 04:29:23,944 INFO /_____| \___/ \___/ |_|\_\ \___| \___| | .__/ \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-16 04:29:23,944 INFO | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-16 04:29:23,944 INFO |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-16 04:29:23,944 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-16 04:29:23,946 INFO Server environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-16 04:29:23,946 INFO Server environment:host.name=onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-16 04:29:23,946 INFO Server environment:java.version=11.0.17 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-16 04:29:23,946 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-16 04:29:23,946 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] 2022-12-16 04:29:23,946 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] 2022-12-16 04:29:23,947 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-16 04:29:23,947 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-16 04:29:23,947 INFO Server environment:java.compiler=
(org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-16 04:29:23,947 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-16 04:29:23,947 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-16 04:29:23,947 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-16 04:29:23,947 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-16 04:29:23,947 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-16 04:29:23,947 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-16 04:29:23,947 INFO Server environment:os.memory.free=168MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-16 04:29:23,947 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-16 04:29:23,947 INFO Server environment:os.memory.total=179MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-16 04:29:23,947 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-16 04:29:23,947 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-16 04:29:23,947 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-16 04:29:23,948 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-16 04:29:23,948 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-16 04:29:23,948 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-16 04:29:23,948 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-16 04:29:23,948 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-12-16 04:29:23,954 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-12-16 04:29:23,954 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-12-16 04:29:23,956 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-12-16 04:29:23,956 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-12-16 04:29:23,969 INFO Using TLS encrypted quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-12-16 04:29:23,970 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-12-16 04:29:23,970 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-12-16 04:29:23,970 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-12-16 04:29:23,970 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-12-16 04:29:23,970 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-12-16 04:29:23,970 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-12-16 04:29:23,978 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main] 2022-12-16 04:29:23,978 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-12-16 04:29:23,985 INFO Snapshot loaded in 14 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-12-16 04:29:23,986 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] 2022-12-16 04:29:23,990 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] 2022-12-16 04:29:23,992 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-12-16 04:29:24,093 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-12-16 04:29:24,093 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-12-16 04:29:24,096 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-12-16 04:29:24,097 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-12-16 04:29:24,105 INFO Election port bind maximum retries is infinite (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main] 2022-12-16 04:29:24,127 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-12-16 04:29:24,127 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-12-16 04:29:24,133 INFO Creating TLS-only quorum server socket (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.65.160:3888] 2022-12-16 04:29:24,133 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main] 2022-12-16 04:29:24,135 INFO 2 is accepting connections now, my election bind port: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.65.160:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.65.160:3888] 2022-12-16 04:29:24,144 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-12-16 04:29:24,145 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)] 2022-12-16 04:29:24,163 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]] 2022-12-16 04:29:24,367 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)] 2022-12-16 04:29:24,426 WARN Cannot open channel to 3 at election address onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-2] java.net.UnknownHostException: onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383) at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-12-16 04:29:24,426 WARN Cannot open channel to 1 at election address onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.80:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-1] java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255) at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383) at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-12-16 04:29:24,769 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)] 2022-12-16 04:29:24,770 WARN Cannot open channel to 3 at election address onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-1] java.net.UnknownHostException: onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383) at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-12-16 04:29:24,819 INFO Received connection request from /10.233.66.80:39414 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.65.160:3888] 2022-12-16 04:29:25,151 INFO Accepted TLS connection from /10.233.66.80:39414 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.65.160:3888] 2022-12-16 04:29:25,177 INFO SSL handshake complete with onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.66.80:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=2]-3] 2022-12-16 04:29:25,187 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]] 2022-12-16 04:29:25,193 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]] 2022-12-16 04:29:25,394 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)] 2022-12-16 04:29:25,395 INFO LEADING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-12-16 04:29:25,401 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)] 2022-12-16 04:29:25,401 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)] 2022-12-16 04:29:25,401 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)] 2022-12-16 04:29:25,401 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)] 2022-12-16 04:29:25,401 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)] 2022-12-16 04:29:25,406 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)] 2022-12-16 04:29:25,407 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)] 2022-12-16 04:29:25,407 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)] 2022-12-16 04:29:25,409 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)] 2022-12-16 04:29:25,409 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)] 2022-12-16 04:29:25,410 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)] 2022-12-16 04:29:25,410 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)] 2022-12-16 04:29:25,410 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)] 2022-12-16 04:29:25,410 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)] 2022-12-16 04:29:25,410 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)] 2022-12-16 04:29:25,411 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)] 2022-12-16 04:29:25,413 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)] 2022-12-16 04:29:25,413 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)] 2022-12-16 04:29:25,413 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)] 2022-12-16 04:29:25,418 INFO LEADING - LEADER ELECTION TOOK - 1272 MS (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=2](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-12-16 04:29:25,422 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)] 2022-12-16 04:29:25,422 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)] 2022-12-16 04:29:25,430 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)] 2022-12-16 04:29:25,517 INFO Accepted TLS connection from /10.233.66.80:35766 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [LearnerHandler-/10.233.66.80:35766] 2022-12-16 04:29:25,525 INFO Follower sid: 1 : info : onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.66.80:35766] 2022-12-16 04:29:25,537 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/10.233.66.80:35766] 2022-12-16 04:29:25,538 INFO Synchronizing with Learner sid: 1 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x0 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.66.80:35766] 2022-12-16 04:29:25,538 INFO Sending DIFF zxid=0x0 for peer sid: 1 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.66.80:35766] 2022-12-16 04:29:25,543 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)] 2022-12-16 04:29:25,591 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)] 2022-12-16 04:29:25,610 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)] 2022-12-16 04:29:25,610 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)] 2022-12-16 04:29:25,620 INFO PrepRequestProcessor (sid:2) started, reconfigEnabled=true (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:2 cport:-1):] 2022-12-16 04:29:25,621 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)] 2022-12-16 04:29:25,622 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)] 2022-12-16 04:29:25,640 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)] 2022-12-16 04:29:30,884 INFO Received connection request from /10.233.71.143:47958 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.65.160:3888] 2022-12-16 04:29:31,295 INFO Accepted TLS connection from /10.233.71.143:47958 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.65.160:3888] 2022-12-16 04:29:31,328 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]] 2022-12-16 04:29:31,478 INFO Accepted TLS connection from /10.233.71.143:49504 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [LearnerHandler-/10.233.71.143:49504] 2022-12-16 04:29:31,487 INFO Follower sid: 3 : info : onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.71.143:49504] 2022-12-16 04:29:31,495 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/10.233.71.143:49504] 2022-12-16 04:29:31,495 INFO Synchronizing with Learner sid: 3 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x100000000 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.71.143:49504] 2022-12-16 04:29:31,503 INFO Sending snapshot last zxid of peer is 0x0, zxid of leader is 0x100000000, send zxid of db as 0x100000000, 1 concurrent snapshot sync, snapshot sync was exempt from throttle (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.71.143:49504] 2022-12-16 04:29:46,021 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] 2022-12-16 04:29:46,021 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] 2022-12-16 04:29:46,021 INFO Processing ruok command from /127.0.0.1:40474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 04:29:46,022 INFO Processing ruok command from /127.0.0.1:40476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 04:29:48,043 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:2] 2022-12-16 04:29:48,052 INFO Committing global session 0x100003888860000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 04:29:55,982 INFO Processing ruok command from /127.0.0.1:40576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 04:29:56,031 INFO Processing ruok command from /127.0.0.1:40578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 04:30:05,971 INFO Processing ruok command from /127.0.0.1:40652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 04:30:06,062 INFO Processing ruok command from /127.0.0.1:40656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 04:30:06,689 INFO Committing global session 0x30000376b5e0000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 04:30:06,965 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-12-16 04:30:06,984 INFO Committing global session 0x200003845020000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 04:30:08,461 INFO Committing global session 0x30000376b5e0001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 04:30:10,259 INFO Committing global session 0x100003888860001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 04:30:10,379 INFO Committing global session 0x100003888860002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 04:30:11,824 INFO Committing global session 0x30000376b5e0002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 04:30:15,970 INFO Processing ruok command from /127.0.0.1:40740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 04:30:16,006 INFO Processing ruok command from /127.0.0.1:40742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 04:30:25,966 INFO Processing ruok command from /127.0.0.1:40810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 04:30:26,013 INFO Processing ruok command from /127.0.0.1:40812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 04:30:35,969 INFO Processing ruok command from /127.0.0.1:40884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 04:30:35,998 INFO Processing ruok command from /127.0.0.1:40886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 04:30:37,433 INFO Committing global session 0x100003888860003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 04:30:45,979 INFO Processing ruok command from /127.0.0.1:40964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 04:30:46,009 INFO Processing ruok command from /127.0.0.1:40966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 04:30:55,975 INFO Processing ruok command from /127.0.0.1:41036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 04:30:56,033 INFO Processing ruok command from /127.0.0.1:41038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 04:30:57,696 INFO Committing global session 0x100003888860004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 04:31:05,962 INFO Processing ruok command from /127.0.0.1:41108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 04:31:05,988 INFO Processing ruok command from /127.0.0.1:41110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 04:31:15,957 INFO Processing ruok command from /127.0.0.1:41182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 04:31:15,997 INFO Processing ruok command from /127.0.0.1:41184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 04:31:25,960 INFO Processing ruok command from /127.0.0.1:41256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 04:31:25,997 INFO Processing ruok command from /127.0.0.1:41258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 04:31:35,957 INFO Processing ruok command from /127.0.0.1:41342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 04:31:35,994 INFO Processing ruok command from /127.0.0.1:41344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 04:31:45,981 INFO Processing ruok command from /127.0.0.1:41454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 04:31:46,009 INFO Processing ruok command from /127.0.0.1:41456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 04:31:55,967 INFO Processing ruok command from /127.0.0.1:41558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 04:31:56,031 INFO Processing ruok command from /127.0.0.1:41560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 04:32:05,962 INFO Processing ruok command from /127.0.0.1:41686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 04:32:05,986 INFO Processing ruok command from /127.0.0.1:41688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 04:32:08,458 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-12-16 04:32:08,469 INFO Committing global session 0x200003845020001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 04:32:09,153 INFO Submitting global closeSession request for session 0x200003845020001 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-12-16 04:32:15,968 INFO Processing ruok command from /127.0.0.1:41778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 04:32:16,004 INFO Processing ruok command from /127.0.0.1:41780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 04:32:25,969 INFO Processing ruok command from /127.0.0.1:41854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 04:32:25,997 INFO Processing ruok command from /127.0.0.1:41856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 04:32:35,955 INFO Processing ruok command from /127.0.0.1:41932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 04:32:35,999 INFO Processing ruok command from /127.0.0.1:41934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 04:32:45,955 INFO Processing ruok command from /127.0.0.1:42012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 04:32:45,993 INFO Processing ruok command from /127.0.0.1:42014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 04:32:55,967 INFO Processing ruok command from /127.0.0.1:42088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 04:32:55,998 INFO Processing ruok command from /127.0.0.1:42090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 04:33:05,979 INFO Processing ruok command from /127.0.0.1:42170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 04:33:06,009 INFO Processing ruok command from /127.0.0.1:42172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 04:33:15,960 INFO Processing ruok command from /127.0.0.1:42250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 04:33:15,989 INFO Processing ruok command from /127.0.0.1:42252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 04:33:25,957 INFO Processing ruok command from /127.0.0.1:42328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 04:33:25,992 INFO Processing ruok command from /127.0.0.1:42330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 04:33:35,952 INFO Processing ruok command from /127.0.0.1:42406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 04:33:35,987 INFO Processing ruok command from /127.0.0.1:42408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 04:33:45,957 INFO Processing ruok command from /127.0.0.1:42490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 04:33:45,991 INFO Processing ruok command from /127.0.0.1:42492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 04:33:55,957 INFO Processing ruok command from /127.0.0.1:42566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 04:33:55,989 INFO Processing ruok command from /127.0.0.1:42568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 04:34:05,962 INFO Processing ruok command from /127.0.0.1:42646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 04:34:06,003 INFO Processing ruok command from /127.0.0.1:42648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 04:34:08,300 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-3] 2022-12-16 04:34:08,306 INFO Committing global session 0x200003845020002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 04:34:09,155 INFO Submitting global closeSession request for session 0x200003845020002 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-12-16 04:34:15,966 INFO Processing ruok command from /127.0.0.1:42726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 04:34:16,002 INFO Processing ruok command from /127.0.0.1:42728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 04:34:25,969 INFO Processing ruok command from /127.0.0.1:42804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 04:34:26,006 INFO Processing ruok command from /127.0.0.1:42806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 04:34:35,954 INFO Processing ruok command from /127.0.0.1:42884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 04:34:35,991 INFO Processing ruok command from /127.0.0.1:42886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 04:34:45,979 INFO Processing ruok command from /127.0.0.1:42962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 04:34:46,030 INFO Processing ruok command from /127.0.0.1:42964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 04:34:55,957 INFO Processing ruok command from /127.0.0.1:43040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 04:34:55,988 INFO Processing ruok command from /127.0.0.1:43042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 04:35:05,967 INFO Processing ruok command from /127.0.0.1:43120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 04:35:06,007 INFO Processing ruok command from /127.0.0.1:43122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 04:35:15,966 INFO Processing ruok command from /127.0.0.1:43242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 04:35:16,005 INFO Processing ruok command from /127.0.0.1:43244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 04:35:25,965 INFO Processing ruok command from /127.0.0.1:43356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 04:35:25,991 INFO Processing ruok command from /127.0.0.1:43358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 04:35:35,967 INFO Processing ruok command from /127.0.0.1:43442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 04:35:36,004 INFO Processing ruok command from /127.0.0.1:43444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 04:35:45,958 INFO Processing ruok command from /127.0.0.1:43532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 04:35:45,989 INFO Processing ruok command from /127.0.0.1:43536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 04:35:55,962 INFO Processing ruok command from /127.0.0.1:43632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 04:35:55,994 INFO Processing ruok command from /127.0.0.1:43634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 04:36:05,955 INFO Processing ruok command from /127.0.0.1:43726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 04:36:05,983 INFO Processing ruok command from /127.0.0.1:43728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 04:36:08,161 INFO Committing global session 0x100003888860005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 04:36:15,957 INFO Processing ruok command from /127.0.0.1:43836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 04:36:15,989 INFO Processing ruok command from /127.0.0.1:43840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 04:36:25,967 INFO Processing ruok command from /127.0.0.1:43958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 04:36:26,008 INFO Processing ruok command from /127.0.0.1:43960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 04:36:35,957 INFO Processing ruok command from /127.0.0.1:44050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 04:36:35,985 INFO Processing ruok command from /127.0.0.1:44052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 04:36:45,957 INFO Processing ruok command from /127.0.0.1:44140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 04:36:45,995 INFO Processing ruok command from /127.0.0.1:44142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 04:36:55,971 INFO Processing ruok command from /127.0.0.1:44230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 04:36:56,000 INFO Processing ruok command from /127.0.0.1:44232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 04:37:05,969 INFO Processing ruok command from /127.0.0.1:44320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 04:37:06,000 INFO Processing ruok command from /127.0.0.1:44322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 04:37:15,958 INFO Processing ruok command from /127.0.0.1:44414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 04:37:15,983 INFO Processing ruok command from /127.0.0.1:44416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 04:37:25,959 INFO Processing ruok command from /127.0.0.1:44502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 04:37:25,997 INFO Processing ruok command from /127.0.0.1:44504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 04:37:35,963 INFO Processing ruok command from /127.0.0.1:44592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 04:37:35,994 INFO Processing ruok command from /127.0.0.1:44594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 04:37:45,970 INFO Processing ruok command from /127.0.0.1:44682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 04:37:46,012 INFO Processing ruok command from /127.0.0.1:44684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 04:37:55,968 INFO Processing ruok command from /127.0.0.1:44772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 04:37:56,002 INFO Processing ruok command from /127.0.0.1:44774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 04:38:05,959 INFO Processing ruok command from /127.0.0.1:44860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 04:38:05,996 INFO Processing ruok command from /127.0.0.1:44862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 04:38:08,100 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-4] 2022-12-16 04:38:08,114 INFO Committing global session 0x200003845020003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 04:38:08,999 INFO Submitting global closeSession request for session 0x200003845020003 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-12-16 04:38:15,977 INFO Processing ruok command from /127.0.0.1:44948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 04:38:16,008 INFO Processing ruok command from /127.0.0.1:44950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 04:38:25,957 INFO Processing ruok command from /127.0.0.1:45038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 04:38:25,987 INFO Processing ruok command from /127.0.0.1:45040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 04:38:35,975 INFO Processing ruok command from /127.0.0.1:45126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 04:38:36,015 INFO Processing ruok command from /127.0.0.1:45128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 04:38:45,958 INFO Processing ruok command from /127.0.0.1:45218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 04:38:45,984 INFO Processing ruok command from /127.0.0.1:45220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 04:38:55,974 INFO Processing ruok command from /127.0.0.1:45310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 04:38:56,008 INFO Processing ruok command from /127.0.0.1:45312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 04:39:05,957 INFO Processing ruok command from /127.0.0.1:45398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 04:39:05,990 INFO Processing ruok command from /127.0.0.1:45400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 04:39:15,974 INFO Processing ruok command from /127.0.0.1:45486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 04:39:16,011 INFO Processing ruok command from /127.0.0.1:45488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 04:39:25,971 INFO Processing ruok command from /127.0.0.1:45574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 04:39:26,002 INFO Processing ruok command from /127.0.0.1:45576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 04:39:35,968 INFO Processing ruok command from /127.0.0.1:45668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 04:39:35,999 INFO Processing ruok command from /127.0.0.1:45670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 04:39:45,970 INFO Processing ruok command from /127.0.0.1:45756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 04:39:46,039 INFO Processing ruok command from /127.0.0.1:45758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 04:39:55,962 INFO Processing ruok command from /127.0.0.1:45850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 04:39:55,996 INFO Processing ruok command from /127.0.0.1:45852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 04:40:05,977 INFO Processing ruok command from /127.0.0.1:45972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 04:40:06,053 INFO Processing ruok command from /127.0.0.1:45974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 04:40:08,669 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-5] 2022-12-16 04:40:08,679 INFO Committing global session 0x200003845020004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 04:40:09,501 INFO Submitting global closeSession request for session 0x200003845020004 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-12-16 04:40:15,979 INFO Processing ruok command from /127.0.0.1:46070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 04:40:16,012 INFO Processing ruok command from /127.0.0.1:46072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 04:40:25,968 INFO Processing ruok command from /127.0.0.1:46158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 04:40:25,998 INFO Processing ruok command from /127.0.0.1:46160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 04:40:35,972 INFO Processing ruok command from /127.0.0.1:46246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 04:40:36,035 INFO Processing ruok command from /127.0.0.1:46248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 04:40:45,960 INFO Processing ruok command from /127.0.0.1:46340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 04:40:46,000 INFO Processing ruok command from /127.0.0.1:46342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 04:40:55,963 INFO Processing ruok command from /127.0.0.1:46458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 04:40:55,991 INFO Processing ruok command from /127.0.0.1:46460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 04:41:05,964 INFO Processing ruok command from /127.0.0.1:46552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 04:41:05,993 INFO Processing ruok command from /127.0.0.1:46554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 04:41:15,958 INFO Processing ruok command from /127.0.0.1:46646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 04:41:15,999 INFO Processing ruok command from /127.0.0.1:46648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 04:41:25,979 INFO Processing ruok command from /127.0.0.1:46744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 04:41:26,021 INFO Processing ruok command from /127.0.0.1:46746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 04:41:35,962 INFO Processing ruok command from /127.0.0.1:46866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 04:41:35,992 INFO Processing ruok command from /127.0.0.1:46868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 04:41:45,963 INFO Processing ruok command from /127.0.0.1:46988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 04:41:45,992 INFO Processing ruok command from /127.0.0.1:46990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 04:41:55,962 INFO Processing ruok command from /127.0.0.1:47116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 04:41:55,985 INFO Processing ruok command from /127.0.0.1:47118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 04:42:05,949 INFO Processing ruok command from /127.0.0.1:47242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 04:42:05,987 INFO Processing ruok command from /127.0.0.1:47244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 04:42:08,480 INFO Committing global session 0x30000376b5e0003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 04:42:15,955 INFO Processing ruok command from /127.0.0.1:47370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 04:42:15,997 INFO Processing ruok command from /127.0.0.1:47372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 04:42:25,960 INFO Processing ruok command from /127.0.0.1:47496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 04:42:25,994 INFO Processing ruok command from /127.0.0.1:47498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 04:42:35,959 INFO Processing ruok command from /127.0.0.1:47624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 04:42:36,003 INFO Processing ruok command from /127.0.0.1:47626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 04:42:45,972 INFO Processing ruok command from /127.0.0.1:47746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 04:42:45,999 INFO Processing ruok command from /127.0.0.1:47748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 04:42:55,961 INFO Processing ruok command from /127.0.0.1:47874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 04:42:56,003 INFO Processing ruok command from /127.0.0.1:47876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 04:43:05,963 INFO Processing ruok command from /127.0.0.1:47992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 04:43:06,008 INFO Processing ruok command from /127.0.0.1:47994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 04:43:15,976 INFO Processing ruok command from /127.0.0.1:48106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 04:43:16,016 INFO Processing ruok command from /127.0.0.1:48108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 04:43:25,978 INFO Processing ruok command from /127.0.0.1:48222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 04:43:26,018 INFO Processing ruok command from /127.0.0.1:48224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 04:43:35,969 INFO Processing ruok command from /127.0.0.1:48348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 04:43:35,999 INFO Processing ruok command from /127.0.0.1:48350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 04:43:45,977 INFO Processing ruok command from /127.0.0.1:48482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 04:43:46,002 INFO Processing ruok command from /127.0.0.1:48484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 04:43:55,971 INFO Processing ruok command from /127.0.0.1:48596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 04:43:56,003 INFO Processing ruok command from /127.0.0.1:48600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 04:44:05,962 INFO Processing ruok command from /127.0.0.1:48720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 04:44:06,027 INFO Processing ruok command from /127.0.0.1:48722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 04:44:08,241 INFO Committing global session 0x30000376b5e0004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 04:44:15,972 INFO Processing ruok command from /127.0.0.1:48848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 04:44:16,002 INFO Processing ruok command from /127.0.0.1:48850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 04:44:25,957 INFO Processing ruok command from /127.0.0.1:48962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 04:44:25,992 INFO Processing ruok command from /127.0.0.1:48964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 04:44:35,970 INFO Processing ruok command from /127.0.0.1:49078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 04:44:36,030 INFO Processing ruok command from /127.0.0.1:49080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 04:44:45,966 INFO Processing ruok command from /127.0.0.1:49190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 04:44:46,004 INFO Processing ruok command from /127.0.0.1:49192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 04:44:55,952 INFO Processing ruok command from /127.0.0.1:49304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 04:44:55,994 INFO Processing ruok command from /127.0.0.1:49306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 04:45:05,966 INFO Processing ruok command from /127.0.0.1:49420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 04:45:06,003 INFO Processing ruok command from /127.0.0.1:49422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 04:45:15,956 INFO Processing ruok command from /127.0.0.1:49530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 04:45:15,993 INFO Processing ruok command from /127.0.0.1:49532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 04:45:25,959 INFO Processing ruok command from /127.0.0.1:49654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 04:45:26,005 INFO Processing ruok command from /127.0.0.1:49656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 04:45:35,966 INFO Processing ruok command from /127.0.0.1:49768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 04:45:36,010 INFO Processing ruok command from /127.0.0.1:49770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 04:45:45,960 INFO Processing ruok command from /127.0.0.1:49892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 04:45:45,992 INFO Processing ruok command from /127.0.0.1:49894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 04:45:55,967 INFO Processing ruok command from /127.0.0.1:50006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 04:45:55,996 INFO Processing ruok command from /127.0.0.1:50008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 04:46:05,981 INFO Processing ruok command from /127.0.0.1:50128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 04:46:06,020 INFO Processing ruok command from /127.0.0.1:50132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 04:46:08,386 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-6] 2022-12-16 04:46:08,393 INFO Committing global session 0x200003845020005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 04:46:09,077 INFO Submitting global closeSession request for session 0x200003845020005 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-12-16 04:46:15,998 INFO Processing ruok command from /127.0.0.1:50266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 04:46:16,057 INFO Processing ruok command from /127.0.0.1:50268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 04:46:25,966 INFO Processing ruok command from /127.0.0.1:50376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 04:46:25,991 INFO Processing ruok command from /127.0.0.1:50378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 04:46:35,978 INFO Processing ruok command from /127.0.0.1:50474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 04:46:36,011 INFO Processing ruok command from /127.0.0.1:50476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 04:46:45,960 INFO Processing ruok command from /127.0.0.1:50564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 04:46:45,994 INFO Processing ruok command from /127.0.0.1:50566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 04:46:55,968 INFO Processing ruok command from /127.0.0.1:50664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 04:46:56,002 INFO Processing ruok command from /127.0.0.1:50666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 04:47:05,958 INFO Processing ruok command from /127.0.0.1:50752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 04:47:05,992 INFO Processing ruok command from /127.0.0.1:50754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 04:47:15,976 INFO Processing ruok command from /127.0.0.1:50858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 04:47:16,012 INFO Processing ruok command from /127.0.0.1:50860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 04:47:25,955 INFO Processing ruok command from /127.0.0.1:50956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 04:47:25,997 INFO Processing ruok command from /127.0.0.1:50958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 04:47:35,957 INFO Processing ruok command from /127.0.0.1:51052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 04:47:35,982 INFO Processing ruok command from /127.0.0.1:51054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 04:47:45,957 INFO Processing ruok command from /127.0.0.1:51182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 04:47:45,992 INFO Processing ruok command from /127.0.0.1:51184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 04:47:55,969 INFO Processing ruok command from /127.0.0.1:51276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 04:47:56,005 INFO Processing ruok command from /127.0.0.1:51278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 04:48:05,964 INFO Processing ruok command from /127.0.0.1:51372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 04:48:05,995 INFO Processing ruok command from /127.0.0.1:51374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 04:48:08,051 INFO Committing global session 0x30000376b5e0005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 04:48:15,974 INFO Processing ruok command from /127.0.0.1:51466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 04:48:16,044 INFO Processing ruok command from /127.0.0.1:51468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 04:48:25,980 INFO Processing ruok command from /127.0.0.1:51554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 04:48:26,014 INFO Processing ruok command from /127.0.0.1:51556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 04:48:35,970 INFO Processing ruok command from /127.0.0.1:51660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 04:48:36,034 INFO Processing ruok command from /127.0.0.1:51662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 04:48:45,962 INFO Processing ruok command from /127.0.0.1:51760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 04:48:45,997 INFO Processing ruok command from /127.0.0.1:51762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 04:48:55,967 INFO Processing ruok command from /127.0.0.1:51850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 04:48:56,036 INFO Processing ruok command from /127.0.0.1:51852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 04:49:05,966 INFO Processing ruok command from /127.0.0.1:51944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 04:49:05,990 INFO Processing ruok command from /127.0.0.1:51946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 04:49:15,957 INFO Processing ruok command from /127.0.0.1:52042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 04:49:15,994 INFO Processing ruok command from /127.0.0.1:52044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 04:49:25,960 INFO Processing ruok command from /127.0.0.1:52138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 04:49:26,008 INFO Processing ruok command from /127.0.0.1:52140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 04:49:35,957 INFO Processing ruok command from /127.0.0.1:52226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 04:49:35,993 INFO Processing ruok command from /127.0.0.1:52228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 04:49:45,954 INFO Processing ruok command from /127.0.0.1:52322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 04:49:46,008 INFO Processing ruok command from /127.0.0.1:52324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 04:49:55,963 INFO Processing ruok command from /127.0.0.1:52416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 04:49:56,013 INFO Processing ruok command from /127.0.0.1:52418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 04:50:05,956 INFO Processing ruok command from /127.0.0.1:52512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 04:50:05,982 INFO Processing ruok command from /127.0.0.1:52514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 04:50:08,266 INFO Committing global session 0x100003888860006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 04:50:15,961 INFO Processing ruok command from /127.0.0.1:52606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 04:50:16,002 INFO Processing ruok command from /127.0.0.1:52608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 04:50:25,963 INFO Processing ruok command from /127.0.0.1:52698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 04:50:25,995 INFO Processing ruok command from /127.0.0.1:52700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 04:50:35,985 INFO Processing ruok command from /127.0.0.1:52792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 04:50:36,017 INFO Processing ruok command from /127.0.0.1:52794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 04:50:45,956 INFO Processing ruok command from /127.0.0.1:52888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 04:50:46,013 INFO Processing ruok command from /127.0.0.1:52890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 04:50:55,952 INFO Processing ruok command from /127.0.0.1:52986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 04:50:55,987 INFO Processing ruok command from /127.0.0.1:52988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 04:51:05,952 INFO Processing ruok command from /127.0.0.1:53078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 04:51:05,990 INFO Processing ruok command from /127.0.0.1:53080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 04:51:15,956 INFO Processing ruok command from /127.0.0.1:53176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 04:51:15,990 INFO Processing ruok command from /127.0.0.1:53178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 04:51:25,963 INFO Processing ruok command from /127.0.0.1:53272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 04:51:26,037 INFO Processing ruok command from /127.0.0.1:53274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 04:51:35,980 INFO Processing ruok command from /127.0.0.1:53366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 04:51:36,011 INFO Processing ruok command from /127.0.0.1:53368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 04:51:45,960 INFO Processing ruok command from /127.0.0.1:53460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 04:51:45,989 INFO Processing ruok command from /127.0.0.1:53462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 04:51:55,957 INFO Processing ruok command from /127.0.0.1:53554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 04:51:55,993 INFO Processing ruok command from /127.0.0.1:53556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 04:52:05,957 INFO Processing ruok command from /127.0.0.1:53644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 04:52:05,982 INFO Processing ruok command from /127.0.0.1:53646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 04:52:08,142 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-7] 2022-12-16 04:52:08,153 INFO Committing global session 0x200003845020006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 04:52:09,043 INFO Submitting global closeSession request for session 0x200003845020006 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-12-16 04:52:15,970 INFO Processing ruok command from /127.0.0.1:53742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 04:52:16,013 INFO Processing ruok command from /127.0.0.1:53744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 04:52:25,960 INFO Processing ruok command from /127.0.0.1:53834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 04:52:26,001 INFO Processing ruok command from /127.0.0.1:53836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 04:52:35,963 INFO Processing ruok command from /127.0.0.1:53928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 04:52:36,001 INFO Processing ruok command from /127.0.0.1:53930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 04:52:45,968 INFO Processing ruok command from /127.0.0.1:54022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 04:52:46,007 INFO Processing ruok command from /127.0.0.1:54024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 04:52:55,972 INFO Processing ruok command from /127.0.0.1:54118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 04:52:56,028 INFO Processing ruok command from /127.0.0.1:54120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 04:53:05,972 INFO Processing ruok command from /127.0.0.1:54210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 04:53:06,009 INFO Processing ruok command from /127.0.0.1:54212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 04:53:15,955 INFO Processing ruok command from /127.0.0.1:54302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 04:53:15,992 INFO Processing ruok command from /127.0.0.1:54304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 04:53:25,961 INFO Processing ruok command from /127.0.0.1:54396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 04:53:25,998 INFO Processing ruok command from /127.0.0.1:54398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 04:53:35,955 INFO Processing ruok command from /127.0.0.1:54492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 04:53:35,984 INFO Processing ruok command from /127.0.0.1:54494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 04:53:45,968 INFO Processing ruok command from /127.0.0.1:54586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 04:53:45,998 INFO Processing ruok command from /127.0.0.1:54588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 04:53:55,956 INFO Processing ruok command from /127.0.0.1:54682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 04:53:55,992 INFO Processing ruok command from /127.0.0.1:54684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 04:54:05,969 INFO Processing ruok command from /127.0.0.1:54790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 04:54:05,996 INFO Processing ruok command from /127.0.0.1:54792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 04:54:08,342 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-8] 2022-12-16 04:54:08,353 INFO Committing global session 0x200003845020007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 04:54:09,247 INFO Submitting global closeSession request for session 0x200003845020007 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-12-16 04:54:15,978 INFO Processing ruok command from /127.0.0.1:54898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 04:54:16,012 INFO Processing ruok command from /127.0.0.1:54900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 04:54:25,951 INFO Processing ruok command from /127.0.0.1:54992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 04:54:25,987 INFO Processing ruok command from /127.0.0.1:54994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 04:54:35,965 INFO Processing ruok command from /127.0.0.1:55086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 04:54:36,001 INFO Processing ruok command from /127.0.0.1:55088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 04:54:45,971 INFO Processing ruok command from /127.0.0.1:55178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 04:54:46,005 INFO Processing ruok command from /127.0.0.1:55180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 04:54:55,966 INFO Processing ruok command from /127.0.0.1:55272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 04:54:56,008 INFO Processing ruok command from /127.0.0.1:55274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 04:55:05,965 INFO Processing ruok command from /127.0.0.1:55368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 04:55:05,981 INFO Processing ruok command from /127.0.0.1:55370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 04:55:15,975 INFO Processing ruok command from /127.0.0.1:55462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 04:55:16,011 INFO Processing ruok command from /127.0.0.1:55464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 04:55:25,956 INFO Processing ruok command from /127.0.0.1:55556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 04:55:25,987 INFO Processing ruok command from /127.0.0.1:55558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 04:55:35,963 INFO Processing ruok command from /127.0.0.1:55652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 04:55:35,995 INFO Processing ruok command from /127.0.0.1:55654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 04:55:45,965 INFO Processing ruok command from /127.0.0.1:55770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 04:55:46,007 INFO Processing ruok command from /127.0.0.1:55772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 04:55:55,993 INFO Processing ruok command from /127.0.0.1:55894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 04:55:56,070 INFO Processing ruok command from /127.0.0.1:55896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 04:56:05,985 INFO Processing ruok command from /127.0.0.1:56038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 04:56:06,029 INFO Processing ruok command from /127.0.0.1:56040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 04:56:08,205 INFO Committing global session 0x100003888860007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 04:56:15,972 INFO Processing ruok command from /127.0.0.1:56174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 04:56:16,006 INFO Processing ruok command from /127.0.0.1:56176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 04:56:25,993 INFO Processing ruok command from /127.0.0.1:56316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 04:56:26,038 INFO Processing ruok command from /127.0.0.1:56318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 04:56:36,152 INFO Processing ruok command from /127.0.0.1:56424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 04:56:36,245 INFO Processing ruok command from /127.0.0.1:56430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 04:56:45,957 INFO Processing ruok command from /127.0.0.1:56566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 04:56:45,990 INFO Processing ruok command from /127.0.0.1:56568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 04:56:56,128 INFO Processing ruok command from /127.0.0.1:56734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 04:56:56,208 INFO Processing ruok command from /127.0.0.1:56742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 04:57:06,145 INFO Processing ruok command from /127.0.0.1:56936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 04:57:06,204 INFO Processing ruok command from /127.0.0.1:56938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 04:57:15,973 INFO Processing ruok command from /127.0.0.1:57142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 04:57:16,047 INFO Processing ruok command from /127.0.0.1:57144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 04:57:26,007 INFO Processing ruok command from /127.0.0.1:57326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 04:57:26,102 INFO Processing ruok command from /127.0.0.1:57330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 04:57:35,985 INFO Processing ruok command from /127.0.0.1:57480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 04:57:36,082 INFO Processing ruok command from /127.0.0.1:57484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 04:57:45,963 INFO Processing ruok command from /127.0.0.1:57812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 04:57:46,013 INFO Processing ruok command from /127.0.0.1:57814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 04:57:55,960 INFO Processing ruok command from /127.0.0.1:58000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 04:57:56,001 INFO Processing ruok command from /127.0.0.1:58002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 04:58:05,957 INFO Processing ruok command from /127.0.0.1:58144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 04:58:05,999 INFO Processing ruok command from /127.0.0.1:58146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 04:58:08,354 INFO Committing global session 0x30000376b5e0006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 04:58:15,970 INFO Processing ruok command from /127.0.0.1:58282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 04:58:15,999 INFO Processing ruok command from /127.0.0.1:58284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 04:58:25,986 INFO Processing ruok command from /127.0.0.1:58448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 04:58:26,071 INFO Processing ruok command from /127.0.0.1:58450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 04:58:35,965 INFO Processing ruok command from /127.0.0.1:58592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 04:58:36,005 INFO Processing ruok command from /127.0.0.1:58594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 04:58:45,981 INFO Processing ruok command from /127.0.0.1:58738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 04:58:46,037 INFO Processing ruok command from /127.0.0.1:58740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 04:58:55,978 INFO Processing ruok command from /127.0.0.1:58868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 04:58:56,015 INFO Processing ruok command from /127.0.0.1:58870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 04:59:06,001 INFO Processing ruok command from /127.0.0.1:59028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 04:59:06,056 INFO Processing ruok command from /127.0.0.1:59030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 04:59:15,973 INFO Processing ruok command from /127.0.0.1:59194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 04:59:16,039 INFO Processing ruok command from /127.0.0.1:59198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 04:59:25,993 INFO Processing ruok command from /127.0.0.1:59378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 04:59:26,037 INFO Processing ruok command from /127.0.0.1:59380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 04:59:35,995 INFO Processing ruok command from /127.0.0.1:59528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 04:59:36,065 INFO Processing ruok command from /127.0.0.1:59530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 04:59:45,992 INFO Processing ruok command from /127.0.0.1:59700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 04:59:46,048 INFO Processing ruok command from /127.0.0.1:59702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 04:59:55,975 INFO Processing ruok command from /127.0.0.1:59844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 04:59:56,006 INFO Processing ruok command from /127.0.0.1:59846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:00:05,965 INFO Processing ruok command from /127.0.0.1:59990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:00:06,006 INFO Processing ruok command from /127.0.0.1:59992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:00:08,403 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-9] 2022-12-16 05:00:08,412 INFO Committing global session 0x200003845020008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 05:00:09,103 INFO Submitting global closeSession request for session 0x200003845020008 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-12-16 05:00:15,960 INFO Processing ruok command from /127.0.0.1:60140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:00:15,998 INFO Processing ruok command from /127.0.0.1:60142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:00:25,988 INFO Processing ruok command from /127.0.0.1:60280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:00:26,019 INFO Processing ruok command from /127.0.0.1:60282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:00:35,979 INFO Processing ruok command from /127.0.0.1:60424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:00:36,028 INFO Processing ruok command from /127.0.0.1:60426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:00:45,986 INFO Processing ruok command from /127.0.0.1:60568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:00:46,029 INFO Processing ruok command from /127.0.0.1:60570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:00:46,650 INFO Committing global session 0x100003888860008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 05:00:46,824 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-10] 2022-12-16 05:00:46,833 INFO Committing global session 0x200003845020009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 05:00:48,076 INFO Committing global session 0x30000376b5e0007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 05:00:55,971 INFO Processing ruok command from /127.0.0.1:60712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:00:56,048 INFO Processing ruok command from /127.0.0.1:60714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:01:05,953 INFO Processing ruok command from /127.0.0.1:60978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:01:05,995 INFO Processing ruok command from /127.0.0.1:60980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:01:15,998 INFO Processing ruok command from /127.0.0.1:33062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:01:16,116 INFO Processing ruok command from /127.0.0.1:33064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:01:25,641 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap/3b7d2ebc-03dd-4eb3-b626-1e06d94177a1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:01:25,647 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/27cc3301-6e12-4e90-910c-71597640421c/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:01:25,652 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/4890af81-00f8-4f87-b88e-f99d4c3e40ff/onap-policy-pap-d77db45c7-7cr88 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:01:25,658 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/14955f7a-6b17-43a0-ba5e-b5457065aa33/onap-policy-xacml-pdp-5cf458cdd6-vxrwn (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:01:25,977 INFO Processing ruok command from /127.0.0.1:33270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:01:26,044 INFO Processing ruok command from /127.0.0.1:33272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:01:35,987 INFO Processing ruok command from /127.0.0.1:33436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:01:36,060 INFO Processing ruok command from /127.0.0.1:33438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:01:46,019 INFO Processing ruok command from /127.0.0.1:33618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:01:46,155 INFO Processing ruok command from /127.0.0.1:33622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:01:56,045 INFO Processing ruok command from /127.0.0.1:33864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:01:56,333 INFO Processing ruok command from /127.0.0.1:33870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:02:05,974 INFO Processing ruok command from /127.0.0.1:34090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:02:06,055 INFO Processing ruok command from /127.0.0.1:34092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:02:08,422 INFO Committing global session 0x100003888860009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 05:02:15,997 INFO Processing ruok command from /127.0.0.1:34270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:02:16,040 INFO Processing ruok command from /127.0.0.1:34272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:02:25,640 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/27cc3301-6e12-4e90-910c-71597640421c (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:02:25,647 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/14955f7a-6b17-43a0-ba5e-b5457065aa33 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:02:25,656 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/4890af81-00f8-4f87-b88e-f99d4c3e40ff (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:02:25,662 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:02:26,022 INFO Processing ruok command from /127.0.0.1:34462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:02:26,060 INFO Processing ruok command from /127.0.0.1:34466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:02:35,973 INFO Processing ruok command from /127.0.0.1:34764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:02:36,060 INFO Processing ruok command from /127.0.0.1:34768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:02:46,013 INFO Processing ruok command from /127.0.0.1:34974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:02:46,109 INFO Processing ruok command from /127.0.0.1:34978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:02:56,011 INFO Processing ruok command from /127.0.0.1:35172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:02:56,087 INFO Processing ruok command from /127.0.0.1:35176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:03:05,976 INFO Processing ruok command from /127.0.0.1:35372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:03:06,018 INFO Processing ruok command from /127.0.0.1:35374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:03:15,988 INFO Processing ruok command from /127.0.0.1:35544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:03:16,067 INFO Processing ruok command from /127.0.0.1:35546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:03:25,640 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/9352eaaa-a182-4693-bdbc-c2b93ef35224/onap-policy-apex-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:03:25,646 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/ca00e692-eaae-45d0-ab89-f7245e65183f/onap-policy-clamp-runtime-acm-697fd56bbc-t84kh (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:03:25,653 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/4aa1556b-e4a7-4411-8852-c91c9584cfa6/onap-policy-clamp-ac-http-ppnt-65d45d4bf-hvs4t (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:03:25,659 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/b5e43cb0-694d-4254-82e4-46942a96d0ac/onap-policy-clamp-ac-k8s-ppnt-d944c77f6-rkpdg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:03:25,665 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/c4f8dec3-abc9-4bc7-a45d-83fffa03e6e6/onap-policy-clamp-ac-pf-ppnt-9cfd59df6-v9hjr (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:03:25,952 INFO Processing ruok command from /127.0.0.1:35726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:03:26,003 INFO Processing ruok command from /127.0.0.1:35728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:03:35,980 INFO Processing ruok command from /127.0.0.1:35908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:03:36,009 INFO Processing ruok command from /127.0.0.1:35910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:03:45,971 INFO Processing ruok command from /127.0.0.1:36094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:03:46,006 INFO Processing ruok command from /127.0.0.1:36096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:03:55,975 INFO Processing ruok command from /127.0.0.1:36274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:03:56,013 INFO Processing ruok command from /127.0.0.1:36276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:04:05,974 INFO Processing ruok command from /127.0.0.1:36444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:04:06,005 INFO Processing ruok command from /127.0.0.1:36446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:04:08,315 INFO Committing global session 0x30000376b5e0008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 05:04:15,984 INFO Processing ruok command from /127.0.0.1:36628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:04:16,030 INFO Processing ruok command from /127.0.0.1:36632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:04:25,640 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/4aa1556b-e4a7-4411-8852-c91c9584cfa6 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:04:25,647 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/ca00e692-eaae-45d0-ab89-f7245e65183f (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:04:25,653 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/c4f8dec3-abc9-4bc7-a45d-83fffa03e6e6 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:04:25,659 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/b5e43cb0-694d-4254-82e4-46942a96d0ac (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:04:25,666 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/9352eaaa-a182-4693-bdbc-c2b93ef35224 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:04:25,963 INFO Processing ruok command from /127.0.0.1:36834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:04:26,021 INFO Processing ruok command from /127.0.0.1:36836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:04:35,971 INFO Processing ruok command from /127.0.0.1:37016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:04:36,018 INFO Processing ruok command from /127.0.0.1:37018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:04:45,961 INFO Processing ruok command from /127.0.0.1:37232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:04:46,002 INFO Processing ruok command from /127.0.0.1:37234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:04:55,970 INFO Processing ruok command from /127.0.0.1:37426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:04:56,002 INFO Processing ruok command from /127.0.0.1:37428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:05:05,967 INFO Processing ruok command from /127.0.0.1:37628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:05:06,008 INFO Processing ruok command from /127.0.0.1:37630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:05:15,971 INFO Processing ruok command from /127.0.0.1:37882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:05:16,027 INFO Processing ruok command from /127.0.0.1:37884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:05:25,641 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:05:25,647 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:05:25,653 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1/NBIC1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:05:25,659 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:05:25,665 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:05:25,971 INFO Processing ruok command from /127.0.0.1:38162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:05:25,996 INFO Processing ruok command from /127.0.0.1:38164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:05:35,961 INFO Processing ruok command from /127.0.0.1:38418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:05:35,993 INFO Processing ruok command from /127.0.0.1:38420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:05:45,958 INFO Processing ruok command from /127.0.0.1:38662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:05:46,006 INFO Processing ruok command from /127.0.0.1:38664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:05:55,958 INFO Processing ruok command from /127.0.0.1:38884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:05:55,994 INFO Processing ruok command from /127.0.0.1:38886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:06:05,979 INFO Processing ruok command from /127.0.0.1:39120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:06:06,017 INFO Processing ruok command from /127.0.0.1:39124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:06:08,394 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-11] 2022-12-16 05:06:08,400 INFO Committing global session 0x20000384502000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 05:06:09,088 INFO Submitting global closeSession request for session 0x20000384502000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-12-16 05:06:15,967 INFO Processing ruok command from /127.0.0.1:39322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:06:16,044 INFO Processing ruok command from /127.0.0.1:39324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:06:25,650 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:06:25,657 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_pmsh_cg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:06:25,665 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:06:25,986 INFO Processing ruok command from /127.0.0.1:39526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:06:26,013 INFO Processing ruok command from /127.0.0.1:39528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:06:35,974 INFO Processing ruok command from /127.0.0.1:39722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:06:36,018 INFO Processing ruok command from /127.0.0.1:39724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:06:45,975 INFO Processing ruok command from /127.0.0.1:39942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:06:46,005 INFO Processing ruok command from /127.0.0.1:39946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:06:55,993 INFO Processing ruok command from /127.0.0.1:40202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:06:56,054 INFO Processing ruok command from /127.0.0.1:40206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:07:05,993 INFO Processing ruok command from /127.0.0.1:40440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:07:06,098 INFO Processing ruok command from /127.0.0.1:40442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:07:15,966 INFO Processing ruok command from /127.0.0.1:40670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:07:16,004 INFO Processing ruok command from /127.0.0.1:40674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:07:25,641 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:07:25,967 INFO Processing ruok command from /127.0.0.1:40894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:07:26,037 INFO Processing ruok command from /127.0.0.1:40898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:07:35,968 INFO Processing ruok command from /127.0.0.1:41112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:07:36,008 INFO Processing ruok command from /127.0.0.1:41114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:07:45,958 INFO Processing ruok command from /127.0.0.1:41360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:07:46,010 INFO Processing ruok command from /127.0.0.1:41364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:07:55,968 INFO Processing ruok command from /127.0.0.1:41582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:07:56,011 INFO Processing ruok command from /127.0.0.1:41584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:08:05,973 INFO Processing ruok command from /127.0.0.1:41808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:08:06,004 INFO Processing ruok command from /127.0.0.1:41812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:08:08,215 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-12] 2022-12-16 05:08:08,223 INFO Committing global session 0x20000384502000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 05:08:09,136 INFO Submitting global closeSession request for session 0x20000384502000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-12-16 05:08:15,979 INFO Processing ruok command from /127.0.0.1:42032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:08:16,012 INFO Processing ruok command from /127.0.0.1:42036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:08:25,641 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:08:25,968 INFO Processing ruok command from /127.0.0.1:42264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:08:26,005 INFO Processing ruok command from /127.0.0.1:42266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:08:35,971 INFO Processing ruok command from /127.0.0.1:42490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:08:36,005 INFO Processing ruok command from /127.0.0.1:42492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:08:45,974 INFO Processing ruok command from /127.0.0.1:42730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:08:46,004 INFO Processing ruok command from /127.0.0.1:42732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:08:55,977 INFO Processing ruok command from /127.0.0.1:42956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:08:55,999 INFO Processing ruok command from /127.0.0.1:42960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:09:05,950 INFO Processing ruok command from /127.0.0.1:43176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:09:05,985 INFO Processing ruok command from /127.0.0.1:43178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:09:15,990 INFO Processing ruok command from /127.0.0.1:43404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:09:16,022 INFO Processing ruok command from /127.0.0.1:43406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:09:25,640 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:09:25,981 INFO Processing ruok command from /127.0.0.1:43636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:09:26,004 INFO Processing ruok command from /127.0.0.1:43638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:09:35,989 INFO Processing ruok command from /127.0.0.1:43858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:09:36,093 INFO Processing ruok command from /127.0.0.1:43860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:09:45,979 INFO Processing ruok command from /127.0.0.1:44098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:09:46,015 INFO Processing ruok command from /127.0.0.1:44100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:09:55,969 INFO Processing ruok command from /127.0.0.1:44328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:09:56,042 INFO Processing ruok command from /127.0.0.1:44330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:10:05,972 INFO Processing ruok command from /127.0.0.1:44546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:10:06,008 INFO Processing ruok command from /127.0.0.1:44548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:10:08,188 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-13] 2022-12-16 05:10:08,196 INFO Committing global session 0x20000384502000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 05:10:09,099 INFO Submitting global closeSession request for session 0x20000384502000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-12-16 05:10:15,973 INFO Processing ruok command from /127.0.0.1:44778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:10:16,016 INFO Processing ruok command from /127.0.0.1:44780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:10:25,640 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:10:25,987 INFO Processing ruok command from /127.0.0.1:45010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:10:26,022 INFO Processing ruok command from /127.0.0.1:45012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:10:35,967 INFO Processing ruok command from /127.0.0.1:45232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:10:36,000 INFO Processing ruok command from /127.0.0.1:45234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:10:45,966 INFO Processing ruok command from /127.0.0.1:45466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:10:46,030 INFO Processing ruok command from /127.0.0.1:45470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:10:55,957 INFO Processing ruok command from /127.0.0.1:45698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:10:56,030 INFO Processing ruok command from /127.0.0.1:45702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:11:06,000 INFO Processing ruok command from /127.0.0.1:45930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:11:06,088 INFO Processing ruok command from /127.0.0.1:45934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:11:15,979 INFO Processing ruok command from /127.0.0.1:46166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:11:16,042 INFO Processing ruok command from /127.0.0.1:46170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:11:25,640 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp/sdnc2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:11:25,647 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] 2022-12-16 05:11:25,976 INFO Processing ruok command from /127.0.0.1:46396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:11:26,013 INFO Processing ruok command from /127.0.0.1:46398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:11:35,997 INFO Processing ruok command from /127.0.0.1:46616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:11:36,021 INFO Processing ruok command from /127.0.0.1:46618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:11:45,972 INFO Processing ruok command from /127.0.0.1:46852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:11:46,001 INFO Processing ruok command from /127.0.0.1:46854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:11:55,985 INFO Processing ruok command from /127.0.0.1:47076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:11:56,024 INFO Processing ruok command from /127.0.0.1:47078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:12:05,968 INFO Processing ruok command from /127.0.0.1:47294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:12:06,007 INFO Processing ruok command from /127.0.0.1:47296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:12:08,303 INFO Committing global session 0x10000388886000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 05:12:15,967 INFO Processing ruok command from /127.0.0.1:47524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:12:16,001 INFO Processing ruok command from /127.0.0.1:47526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:12:25,640 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:12:25,647 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:12:25,988 INFO Processing ruok command from /127.0.0.1:47752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:12:26,015 INFO Processing ruok command from /127.0.0.1:47754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:12:36,000 INFO Processing ruok command from /127.0.0.1:47968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:12:36,077 INFO Processing ruok command from /127.0.0.1:47970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:12:45,960 INFO Processing ruok command from /127.0.0.1:48208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:12:46,019 INFO Processing ruok command from /127.0.0.1:48210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:12:55,993 INFO Processing ruok command from /127.0.0.1:48436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:12:56,047 INFO Processing ruok command from /127.0.0.1:48438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:13:05,984 INFO Processing ruok command from /127.0.0.1:48660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:13:06,024 INFO Processing ruok command from /127.0.0.1:48662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:13:15,999 INFO Processing ruok command from /127.0.0.1:48882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:13:16,079 INFO Processing ruok command from /127.0.0.1:48884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:13:25,641 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:13:25,647 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:13:25,975 INFO Processing ruok command from /127.0.0.1:49112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:13:26,019 INFO Processing ruok command from /127.0.0.1:49114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:13:35,966 INFO Processing ruok command from /127.0.0.1:49334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:13:35,991 INFO Processing ruok command from /127.0.0.1:49336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:13:45,966 INFO Processing ruok command from /127.0.0.1:49566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:13:46,019 INFO Processing ruok command from /127.0.0.1:49568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:13:55,964 INFO Processing ruok command from /127.0.0.1:49792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:13:56,004 INFO Processing ruok command from /127.0.0.1:49794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:14:05,959 INFO Processing ruok command from /127.0.0.1:50010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:14:06,042 INFO Processing ruok command from /127.0.0.1:50012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:14:08,369 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-14] 2022-12-16 05:14:08,376 INFO Committing global session 0x20000384502000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 05:14:09,076 INFO Submitting global closeSession request for session 0x20000384502000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-12-16 05:14:15,961 INFO Processing ruok command from /127.0.0.1:50236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:14:15,996 INFO Processing ruok command from /127.0.0.1:50238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:14:25,641 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:14:25,974 INFO Processing ruok command from /127.0.0.1:50468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:14:26,016 INFO Processing ruok command from /127.0.0.1:50470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:14:35,970 INFO Processing ruok command from /127.0.0.1:50688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:14:36,005 INFO Processing ruok command from /127.0.0.1:50690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:14:45,987 INFO Processing ruok command from /127.0.0.1:50930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:14:46,020 INFO Processing ruok command from /127.0.0.1:50932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:14:55,967 INFO Processing ruok command from /127.0.0.1:51152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:14:56,005 INFO Processing ruok command from /127.0.0.1:51156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:15:05,964 INFO Processing ruok command from /127.0.0.1:51372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:15:06,004 INFO Processing ruok command from /127.0.0.1:51374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:15:15,959 INFO Processing ruok command from /127.0.0.1:51600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:15:15,993 INFO Processing ruok command from /127.0.0.1:51602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:15:25,962 INFO Processing ruok command from /127.0.0.1:51824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:15:25,993 INFO Processing ruok command from /127.0.0.1:51826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:15:35,957 INFO Processing ruok command from /127.0.0.1:52046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:15:35,993 INFO Processing ruok command from /127.0.0.1:52048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:15:45,951 INFO Processing ruok command from /127.0.0.1:52286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:15:45,987 INFO Processing ruok command from /127.0.0.1:52288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:15:55,961 INFO Processing ruok command from /127.0.0.1:52508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:15:55,999 INFO Processing ruok command from /127.0.0.1:52510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:16:05,972 INFO Processing ruok command from /127.0.0.1:52738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:16:06,003 INFO Processing ruok command from /127.0.0.1:52740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:16:08,267 INFO Committing global session 0x10000388886000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 05:16:15,985 INFO Processing ruok command from /127.0.0.1:52962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:16:16,018 INFO Processing ruok command from /127.0.0.1:52964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:16:25,969 INFO Processing ruok command from /127.0.0.1:53194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:16:25,997 INFO Processing ruok command from /127.0.0.1:53196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:16:35,963 INFO Processing ruok command from /127.0.0.1:53416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:16:36,003 INFO Processing ruok command from /127.0.0.1:53418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:16:45,961 INFO Processing ruok command from /127.0.0.1:53652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:16:45,997 INFO Processing ruok command from /127.0.0.1:53654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:16:55,966 INFO Processing ruok command from /127.0.0.1:53886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:16:56,030 INFO Processing ruok command from /127.0.0.1:53888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:17:05,973 INFO Processing ruok command from /127.0.0.1:54110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:17:06,015 INFO Processing ruok command from /127.0.0.1:54112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:17:15,958 INFO Processing ruok command from /127.0.0.1:54342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:17:16,013 INFO Processing ruok command from /127.0.0.1:54344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:17:25,968 INFO Processing ruok command from /127.0.0.1:54570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:17:26,014 INFO Processing ruok command from /127.0.0.1:54572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:17:35,962 INFO Processing ruok command from /127.0.0.1:54796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:17:35,993 INFO Processing ruok command from /127.0.0.1:54798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:17:45,963 INFO Processing ruok command from /127.0.0.1:55034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:17:45,997 INFO Processing ruok command from /127.0.0.1:55036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:17:55,978 INFO Processing ruok command from /127.0.0.1:55250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:17:56,018 INFO Processing ruok command from /127.0.0.1:55254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:18:05,978 INFO Processing ruok command from /127.0.0.1:55474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:18:06,002 INFO Processing ruok command from /127.0.0.1:55476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:18:08,165 INFO Committing global session 0x30000376b5e0009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 05:18:15,978 INFO Processing ruok command from /127.0.0.1:55702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:18:16,009 INFO Processing ruok command from /127.0.0.1:55704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:18:25,961 INFO Processing ruok command from /127.0.0.1:55924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:18:26,000 INFO Processing ruok command from /127.0.0.1:55928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:18:35,961 INFO Processing ruok command from /127.0.0.1:56146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:18:35,993 INFO Processing ruok command from /127.0.0.1:56148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:18:45,965 INFO Processing ruok command from /127.0.0.1:56378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:18:45,998 INFO Processing ruok command from /127.0.0.1:56380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:18:55,965 INFO Processing ruok command from /127.0.0.1:56612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:18:56,004 INFO Processing ruok command from /127.0.0.1:56614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:19:05,970 INFO Processing ruok command from /127.0.0.1:56834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:19:06,009 INFO Processing ruok command from /127.0.0.1:56836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:19:15,964 INFO Processing ruok command from /127.0.0.1:57054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:19:15,998 INFO Processing ruok command from /127.0.0.1:57056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:19:25,970 INFO Processing ruok command from /127.0.0.1:57286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:19:26,038 INFO Processing ruok command from /127.0.0.1:57288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:19:35,957 INFO Processing ruok command from /127.0.0.1:57498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:19:35,999 INFO Processing ruok command from /127.0.0.1:57504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:19:45,979 INFO Processing ruok command from /127.0.0.1:57744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:19:46,034 INFO Processing ruok command from /127.0.0.1:57748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:19:55,979 INFO Processing ruok command from /127.0.0.1:57972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:19:56,010 INFO Processing ruok command from /127.0.0.1:57974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:20:05,971 INFO Processing ruok command from /127.0.0.1:58192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:20:06,016 INFO Processing ruok command from /127.0.0.1:58194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:20:08,345 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-15] 2022-12-16 05:20:08,351 INFO Committing global session 0x20000384502000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 05:20:09,253 INFO Submitting global closeSession request for session 0x20000384502000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-12-16 05:20:15,972 INFO Processing ruok command from /127.0.0.1:58418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:20:16,014 INFO Processing ruok command from /127.0.0.1:58420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:20:25,959 INFO Processing ruok command from /127.0.0.1:58652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:20:26,000 INFO Processing ruok command from /127.0.0.1:58656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:20:35,965 INFO Processing ruok command from /127.0.0.1:58878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:20:36,010 INFO Processing ruok command from /127.0.0.1:58880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:20:45,969 INFO Processing ruok command from /127.0.0.1:59108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:20:46,003 INFO Processing ruok command from /127.0.0.1:59110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:20:55,969 INFO Processing ruok command from /127.0.0.1:59336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:20:56,017 INFO Processing ruok command from /127.0.0.1:59338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:21:05,955 INFO Processing ruok command from /127.0.0.1:59556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:21:06,011 INFO Processing ruok command from /127.0.0.1:59558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:21:15,974 INFO Processing ruok command from /127.0.0.1:59766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:21:16,044 INFO Processing ruok command from /127.0.0.1:59768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:21:25,979 INFO Processing ruok command from /127.0.0.1:59986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:21:26,035 INFO Processing ruok command from /127.0.0.1:59988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:21:35,970 INFO Processing ruok command from /127.0.0.1:60196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:21:36,030 INFO Processing ruok command from /127.0.0.1:60198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:21:45,967 INFO Processing ruok command from /127.0.0.1:60410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:21:45,997 INFO Processing ruok command from /127.0.0.1:60412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:21:55,966 INFO Processing ruok command from /127.0.0.1:60646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:21:56,007 INFO Processing ruok command from /127.0.0.1:60648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:22:05,971 INFO Processing ruok command from /127.0.0.1:60902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:22:06,004 INFO Processing ruok command from /127.0.0.1:60904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:22:08,410 INFO Committing global session 0x10000388886000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 05:22:15,957 INFO Processing ruok command from /127.0.0.1:32892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:22:16,009 INFO Processing ruok command from /127.0.0.1:32894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:22:25,979 INFO Processing ruok command from /127.0.0.1:33116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:22:26,040 INFO Processing ruok command from /127.0.0.1:33118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:22:35,963 INFO Processing ruok command from /127.0.0.1:33336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:22:35,996 INFO Processing ruok command from /127.0.0.1:33338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:22:45,958 INFO Processing ruok command from /127.0.0.1:33578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:22:46,012 INFO Processing ruok command from /127.0.0.1:33580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:22:55,953 INFO Processing ruok command from /127.0.0.1:33800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:22:56,029 INFO Processing ruok command from /127.0.0.1:33802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:23:05,970 INFO Processing ruok command from /127.0.0.1:34024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:23:05,996 INFO Processing ruok command from /127.0.0.1:34026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:23:15,956 INFO Processing ruok command from /127.0.0.1:34246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:23:16,022 INFO Processing ruok command from /127.0.0.1:34248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:23:25,963 INFO Processing ruok command from /127.0.0.1:34470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:23:26,049 INFO Processing ruok command from /127.0.0.1:34474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:23:35,963 INFO Processing ruok command from /127.0.0.1:34692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:23:36,009 INFO Processing ruok command from /127.0.0.1:34694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:23:45,967 INFO Processing ruok command from /127.0.0.1:34924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:23:45,997 INFO Processing ruok command from /127.0.0.1:34928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:23:55,976 INFO Processing ruok command from /127.0.0.1:35154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:23:56,022 INFO Processing ruok command from /127.0.0.1:35156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:24:05,970 INFO Processing ruok command from /127.0.0.1:35372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:24:06,001 INFO Processing ruok command from /127.0.0.1:35374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:24:08,221 INFO Committing global session 0x10000388886000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 05:24:15,962 INFO Processing ruok command from /127.0.0.1:35598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:24:16,005 INFO Processing ruok command from /127.0.0.1:35600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:24:25,969 INFO Processing ruok command from /127.0.0.1:35834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:24:26,002 INFO Processing ruok command from /127.0.0.1:35836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:24:35,973 INFO Processing ruok command from /127.0.0.1:36058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:24:36,008 INFO Processing ruok command from /127.0.0.1:36060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:24:45,956 INFO Processing ruok command from /127.0.0.1:36306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:24:45,993 INFO Processing ruok command from /127.0.0.1:36308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:24:55,972 INFO Processing ruok command from /127.0.0.1:36534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:24:56,007 INFO Processing ruok command from /127.0.0.1:36536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:25:05,971 INFO Processing ruok command from /127.0.0.1:36760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:25:06,010 INFO Processing ruok command from /127.0.0.1:36762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:25:15,963 INFO Processing ruok command from /127.0.0.1:36990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:25:15,994 INFO Processing ruok command from /127.0.0.1:36992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:25:25,966 INFO Processing ruok command from /127.0.0.1:37220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:25:26,001 INFO Processing ruok command from /127.0.0.1:37222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:25:35,955 INFO Processing ruok command from /127.0.0.1:37446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:25:36,046 INFO Processing ruok command from /127.0.0.1:37448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:25:45,978 INFO Processing ruok command from /127.0.0.1:37686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:25:46,035 INFO Processing ruok command from /127.0.0.1:37688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:25:55,958 INFO Processing ruok command from /127.0.0.1:37916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:25:56,000 INFO Processing ruok command from /127.0.0.1:37918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:26:05,964 INFO Processing ruok command from /127.0.0.1:38144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:26:06,035 INFO Processing ruok command from /127.0.0.1:38148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:26:08,432 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-16] 2022-12-16 05:26:08,438 INFO Committing global session 0x20000384502000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 05:26:09,335 INFO Submitting global closeSession request for session 0x20000384502000f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-12-16 05:26:15,962 INFO Processing ruok command from /127.0.0.1:38370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:26:15,999 INFO Processing ruok command from /127.0.0.1:38372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:26:25,640 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:26:25,647 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:26:25,954 INFO Processing ruok command from /127.0.0.1:38604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:26:25,991 INFO Processing ruok command from /127.0.0.1:38606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:26:35,977 INFO Processing ruok command from /127.0.0.1:38828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:26:36,012 INFO Processing ruok command from /127.0.0.1:38830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:26:45,957 INFO Processing ruok command from /127.0.0.1:39070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:26:45,994 INFO Processing ruok command from /127.0.0.1:39072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:26:55,958 INFO Processing ruok command from /127.0.0.1:39306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:26:56,026 INFO Processing ruok command from /127.0.0.1:39308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:27:05,951 INFO Processing ruok command from /127.0.0.1:39530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:27:05,981 INFO Processing ruok command from /127.0.0.1:39532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:27:15,976 INFO Processing ruok command from /127.0.0.1:39760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:27:16,013 INFO Processing ruok command from /127.0.0.1:39762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:27:25,640 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:27:25,647 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:27:25,982 INFO Processing ruok command from /127.0.0.1:39990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:27:26,017 INFO Processing ruok command from /127.0.0.1:39992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:27:35,967 INFO Processing ruok command from /127.0.0.1:40214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:27:36,000 INFO Processing ruok command from /127.0.0.1:40216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:27:45,979 INFO Processing ruok command from /127.0.0.1:40462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:27:46,033 INFO Processing ruok command from /127.0.0.1:40464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:27:55,970 INFO Processing ruok command from /127.0.0.1:40682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:27:56,031 INFO Processing ruok command from /127.0.0.1:40686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:28:05,983 INFO Processing ruok command from /127.0.0.1:40912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:28:06,024 INFO Processing ruok command from /127.0.0.1:40914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:28:08,160 INFO Committing global session 0x30000376b5e000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 05:28:15,958 INFO Processing ruok command from /127.0.0.1:41136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:28:15,993 INFO Processing ruok command from /127.0.0.1:41138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:28:25,640 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:28:25,646 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:28:25,970 INFO Processing ruok command from /127.0.0.1:41370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:28:26,012 INFO Processing ruok command from /127.0.0.1:41372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:28:35,975 INFO Processing ruok command from /127.0.0.1:41598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:28:36,008 INFO Processing ruok command from /127.0.0.1:41600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:28:45,952 INFO Processing ruok command from /127.0.0.1:41842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:28:46,018 INFO Processing ruok command from /127.0.0.1:41844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:28:55,978 INFO Processing ruok command from /127.0.0.1:42074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:28:56,008 INFO Processing ruok command from /127.0.0.1:42076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:29:05,967 INFO Processing ruok command from /127.0.0.1:42302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:29:06,020 INFO Processing ruok command from /127.0.0.1:42304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:29:15,977 INFO Processing ruok command from /127.0.0.1:42532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:29:16,051 INFO Processing ruok command from /127.0.0.1:42534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:29:23,679 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-12-16 05:29:23,679 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-12-16 05:29:23,689 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-12-16 05:29:25,640 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-12-16 05:29:25,958 INFO Processing ruok command from /127.0.0.1:42770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:29:25,991 INFO Processing ruok command from /127.0.0.1:42772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:29:35,990 INFO Processing ruok command from /127.0.0.1:42996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:29:36,015 INFO Processing ruok command from /127.0.0.1:42998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:29:45,967 INFO Processing ruok command from /127.0.0.1:43236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:29:45,999 INFO Processing ruok command from /127.0.0.1:43238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:29:55,972 INFO Processing ruok command from /127.0.0.1:43458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:29:56,025 INFO Processing ruok command from /127.0.0.1:43460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:30:05,975 INFO Processing ruok command from /127.0.0.1:43686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:30:06,013 INFO Processing ruok command from /127.0.0.1:43688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:30:08,434 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-12-16 05:30:08,441 INFO Committing global session 0x200003845020010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 05:30:09,338 INFO Submitting global closeSession request for session 0x200003845020010 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-12-16 05:30:15,966 INFO Processing ruok command from /127.0.0.1:43912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:30:16,017 INFO Processing ruok command from /127.0.0.1:43914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:30:25,965 INFO Processing ruok command from /127.0.0.1:44148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:30:26,001 INFO Processing ruok command from /127.0.0.1:44150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:30:35,979 INFO Processing ruok command from /127.0.0.1:44384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:30:36,004 INFO Processing ruok command from /127.0.0.1:44386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:30:45,961 INFO Processing ruok command from /127.0.0.1:44628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:30:45,987 INFO Processing ruok command from /127.0.0.1:44630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:30:55,967 INFO Processing ruok command from /127.0.0.1:44868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:30:56,004 INFO Processing ruok command from /127.0.0.1:44872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:31:05,960 INFO Processing ruok command from /127.0.0.1:45102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:31:06,011 INFO Processing ruok command from /127.0.0.1:45104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:31:15,964 INFO Processing ruok command from /127.0.0.1:45336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:31:16,000 INFO Processing ruok command from /127.0.0.1:45338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:31:25,974 INFO Processing ruok command from /127.0.0.1:45566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:31:26,043 INFO Processing ruok command from /127.0.0.1:45568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:31:35,977 INFO Processing ruok command from /127.0.0.1:45790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:31:36,012 INFO Processing ruok command from /127.0.0.1:45792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:31:45,971 INFO Processing ruok command from /127.0.0.1:46028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:31:45,999 INFO Processing ruok command from /127.0.0.1:46030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:31:55,970 INFO Processing ruok command from /127.0.0.1:46270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:31:56,022 INFO Processing ruok command from /127.0.0.1:46272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:32:05,977 INFO Processing ruok command from /127.0.0.1:46494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:32:06,032 INFO Processing ruok command from /127.0.0.1:46498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:32:08,333 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-12-16 05:32:08,340 INFO Committing global session 0x200003845020011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 05:32:09,075 INFO Submitting global closeSession request for session 0x200003845020011 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-12-16 05:32:15,964 INFO Processing ruok command from /127.0.0.1:46724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:32:16,018 INFO Processing ruok command from /127.0.0.1:46726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:32:25,960 INFO Processing ruok command from /127.0.0.1:46958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:32:25,995 INFO Processing ruok command from /127.0.0.1:46960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:32:35,968 INFO Processing ruok command from /127.0.0.1:47186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:32:36,036 INFO Processing ruok command from /127.0.0.1:47188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:32:45,963 INFO Processing ruok command from /127.0.0.1:47434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:32:46,013 INFO Processing ruok command from /127.0.0.1:47436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:32:55,968 INFO Processing ruok command from /127.0.0.1:47662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:32:56,002 INFO Processing ruok command from /127.0.0.1:47664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:33:05,977 INFO Processing ruok command from /127.0.0.1:47886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:33:06,000 INFO Processing ruok command from /127.0.0.1:47888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:33:15,965 INFO Processing ruok command from /127.0.0.1:48112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:33:16,008 INFO Processing ruok command from /127.0.0.1:48114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:33:25,964 INFO Processing ruok command from /127.0.0.1:48342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:33:26,013 INFO Processing ruok command from /127.0.0.1:48346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:33:35,968 INFO Processing ruok command from /127.0.0.1:48568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:33:36,010 INFO Processing ruok command from /127.0.0.1:48570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:33:45,967 INFO Processing ruok command from /127.0.0.1:48822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:33:46,007 INFO Processing ruok command from /127.0.0.1:48824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:33:55,966 INFO Processing ruok command from /127.0.0.1:49094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:33:56,035 INFO Processing ruok command from /127.0.0.1:49096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:34:05,974 INFO Processing ruok command from /127.0.0.1:49334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:34:06,017 INFO Processing ruok command from /127.0.0.1:49336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:34:08,183 INFO Committing global session 0x30000376b5e000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 05:34:15,965 INFO Processing ruok command from /127.0.0.1:49574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:34:15,992 INFO Processing ruok command from /127.0.0.1:49576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:34:25,962 INFO Processing ruok command from /127.0.0.1:49816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:34:25,990 INFO Processing ruok command from /127.0.0.1:49818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:34:35,970 INFO Processing ruok command from /127.0.0.1:50050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:34:36,020 INFO Processing ruok command from /127.0.0.1:50052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:34:45,961 INFO Processing ruok command from /127.0.0.1:50298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:34:46,020 INFO Processing ruok command from /127.0.0.1:50300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:34:55,965 INFO Processing ruok command from /127.0.0.1:50526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:34:56,006 INFO Processing ruok command from /127.0.0.1:50528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:35:05,966 INFO Processing ruok command from /127.0.0.1:50756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:35:06,004 INFO Processing ruok command from /127.0.0.1:50758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:35:15,971 INFO Processing ruok command from /127.0.0.1:50984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:35:16,009 INFO Processing ruok command from /127.0.0.1:50986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:35:25,954 INFO Processing ruok command from /127.0.0.1:51222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:35:25,992 INFO Processing ruok command from /127.0.0.1:51224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:35:35,968 INFO Processing ruok command from /127.0.0.1:51446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:35:36,008 INFO Processing ruok command from /127.0.0.1:51448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:35:45,976 INFO Processing ruok command from /127.0.0.1:51684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:35:46,039 INFO Processing ruok command from /127.0.0.1:51686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:35:55,965 INFO Processing ruok command from /127.0.0.1:51908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:35:56,021 INFO Processing ruok command from /127.0.0.1:51910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:36:05,962 INFO Processing ruok command from /127.0.0.1:52140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:36:06,004 INFO Processing ruok command from /127.0.0.1:52144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:36:08,525 INFO Committing global session 0x10000388886000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 05:36:15,972 INFO Processing ruok command from /127.0.0.1:52372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:36:16,004 INFO Processing ruok command from /127.0.0.1:52374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:36:25,962 INFO Processing ruok command from /127.0.0.1:52596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:36:26,008 INFO Processing ruok command from /127.0.0.1:52598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:36:35,954 INFO Processing ruok command from /127.0.0.1:52826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:36:35,991 INFO Processing ruok command from /127.0.0.1:52828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:36:45,967 INFO Processing ruok command from /127.0.0.1:53060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:36:46,006 INFO Processing ruok command from /127.0.0.1:53062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:36:55,983 INFO Processing ruok command from /127.0.0.1:53290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:36:56,025 INFO Processing ruok command from /127.0.0.1:53292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:37:05,955 INFO Processing ruok command from /127.0.0.1:53520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:37:05,991 INFO Processing ruok command from /127.0.0.1:53524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:37:15,967 INFO Processing ruok command from /127.0.0.1:53746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:37:16,000 INFO Processing ruok command from /127.0.0.1:53748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:37:25,964 INFO Processing ruok command from /127.0.0.1:53988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:37:25,998 INFO Processing ruok command from /127.0.0.1:53990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:37:35,976 INFO Processing ruok command from /127.0.0.1:54216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:37:36,035 INFO Processing ruok command from /127.0.0.1:54218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:37:45,962 INFO Processing ruok command from /127.0.0.1:54462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:37:46,006 INFO Processing ruok command from /127.0.0.1:54464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:37:55,973 INFO Processing ruok command from /127.0.0.1:54694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:37:56,034 INFO Processing ruok command from /127.0.0.1:54696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:38:05,971 INFO Processing ruok command from /127.0.0.1:54918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:38:06,000 INFO Processing ruok command from /127.0.0.1:54920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:38:08,134 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-3] 2022-12-16 05:38:08,141 INFO Committing global session 0x200003845020012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 05:38:09,060 INFO Submitting global closeSession request for session 0x200003845020012 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-12-16 05:38:15,971 INFO Processing ruok command from /127.0.0.1:55150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:38:16,023 INFO Processing ruok command from /127.0.0.1:55152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:38:25,970 INFO Processing ruok command from /127.0.0.1:55380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:38:26,033 INFO Processing ruok command from /127.0.0.1:55382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:38:35,973 INFO Processing ruok command from /127.0.0.1:55604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:38:36,013 INFO Processing ruok command from /127.0.0.1:55606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:38:45,967 INFO Processing ruok command from /127.0.0.1:55838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:38:46,010 INFO Processing ruok command from /127.0.0.1:55842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:38:55,958 INFO Processing ruok command from /127.0.0.1:56060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:38:56,024 INFO Processing ruok command from /127.0.0.1:56062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:39:05,980 INFO Processing ruok command from /127.0.0.1:56288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:39:06,026 INFO Processing ruok command from /127.0.0.1:56290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:39:15,966 INFO Processing ruok command from /127.0.0.1:56514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:39:16,023 INFO Processing ruok command from /127.0.0.1:56516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:39:25,961 INFO Processing ruok command from /127.0.0.1:56752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:39:25,995 INFO Processing ruok command from /127.0.0.1:56754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:39:35,961 INFO Processing ruok command from /127.0.0.1:56986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:39:36,033 INFO Processing ruok command from /127.0.0.1:56988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:39:45,958 INFO Processing ruok command from /127.0.0.1:57218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:39:46,004 INFO Processing ruok command from /127.0.0.1:57220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:39:55,971 INFO Processing ruok command from /127.0.0.1:57448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:39:56,004 INFO Processing ruok command from /127.0.0.1:57450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:40:05,961 INFO Processing ruok command from /127.0.0.1:57672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:40:06,000 INFO Processing ruok command from /127.0.0.1:57674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:40:08,209 INFO Committing global session 0x30000376b5e000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 05:40:15,956 INFO Processing ruok command from /127.0.0.1:57902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:40:15,994 INFO Processing ruok command from /127.0.0.1:57904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:40:25,970 INFO Processing ruok command from /127.0.0.1:58136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:40:26,015 INFO Processing ruok command from /127.0.0.1:58140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:40:35,962 INFO Processing ruok command from /127.0.0.1:58360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:40:36,028 INFO Processing ruok command from /127.0.0.1:58362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:40:45,955 INFO Processing ruok command from /127.0.0.1:58604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:40:45,992 INFO Processing ruok command from /127.0.0.1:58606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:40:55,964 INFO Processing ruok command from /127.0.0.1:58832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:40:56,006 INFO Processing ruok command from /127.0.0.1:58834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:41:05,958 INFO Processing ruok command from /127.0.0.1:59056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:41:05,992 INFO Processing ruok command from /127.0.0.1:59058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:41:15,975 INFO Processing ruok command from /127.0.0.1:59284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:41:16,022 INFO Processing ruok command from /127.0.0.1:59286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:41:25,966 INFO Processing ruok command from /127.0.0.1:59510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:41:26,010 INFO Processing ruok command from /127.0.0.1:59512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:41:35,962 INFO Processing ruok command from /127.0.0.1:59736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:41:35,993 INFO Processing ruok command from /127.0.0.1:59738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:41:45,957 INFO Processing ruok command from /127.0.0.1:59978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:41:45,997 INFO Processing ruok command from /127.0.0.1:59980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:41:55,970 INFO Processing ruok command from /127.0.0.1:60214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:41:56,021 INFO Processing ruok command from /127.0.0.1:60216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:42:05,961 INFO Processing ruok command from /127.0.0.1:60440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:42:05,989 INFO Processing ruok command from /127.0.0.1:60442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:42:08,490 INFO Committing global session 0x10000388886000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 05:42:15,970 INFO Processing ruok command from /127.0.0.1:60668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:42:16,028 INFO Processing ruok command from /127.0.0.1:60670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:42:25,974 INFO Processing ruok command from /127.0.0.1:60904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:42:26,048 INFO Processing ruok command from /127.0.0.1:60906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:42:35,975 INFO Processing ruok command from /127.0.0.1:32902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:42:36,032 INFO Processing ruok command from /127.0.0.1:32904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:42:45,968 INFO Processing ruok command from /127.0.0.1:33140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:42:46,001 INFO Processing ruok command from /127.0.0.1:33142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:42:55,990 INFO Processing ruok command from /127.0.0.1:33370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:42:56,048 INFO Processing ruok command from /127.0.0.1:33372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:43:05,960 INFO Processing ruok command from /127.0.0.1:33588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:43:05,999 INFO Processing ruok command from /127.0.0.1:33590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:43:15,976 INFO Processing ruok command from /127.0.0.1:33820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:43:16,009 INFO Processing ruok command from /127.0.0.1:33822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:43:25,964 INFO Processing ruok command from /127.0.0.1:34042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:43:26,038 INFO Processing ruok command from /127.0.0.1:34044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:43:35,978 INFO Processing ruok command from /127.0.0.1:34268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:43:36,008 INFO Processing ruok command from /127.0.0.1:34270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:43:45,962 INFO Processing ruok command from /127.0.0.1:34506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:43:45,999 INFO Processing ruok command from /127.0.0.1:34508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:43:55,966 INFO Processing ruok command from /127.0.0.1:34730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:43:56,018 INFO Processing ruok command from /127.0.0.1:34732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:44:05,961 INFO Processing ruok command from /127.0.0.1:34962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:44:05,994 INFO Processing ruok command from /127.0.0.1:34964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:44:08,272 INFO Committing global session 0x30000376b5e000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 05:44:15,956 INFO Processing ruok command from /127.0.0.1:35188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:44:16,036 INFO Processing ruok command from /127.0.0.1:35190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:44:25,971 INFO Processing ruok command from /127.0.0.1:35430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:44:26,009 INFO Processing ruok command from /127.0.0.1:35432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:44:35,991 INFO Processing ruok command from /127.0.0.1:35650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:44:36,019 INFO Processing ruok command from /127.0.0.1:35654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:44:45,969 INFO Processing ruok command from /127.0.0.1:35886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:44:45,997 INFO Processing ruok command from /127.0.0.1:35890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:44:55,966 INFO Processing ruok command from /127.0.0.1:36124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:44:56,050 INFO Processing ruok command from /127.0.0.1:36126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:45:05,963 INFO Processing ruok command from /127.0.0.1:36344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:45:05,986 INFO Processing ruok command from /127.0.0.1:36346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:45:15,965 INFO Processing ruok command from /127.0.0.1:36592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:45:16,030 INFO Processing ruok command from /127.0.0.1:36596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:45:25,960 INFO Processing ruok command from /127.0.0.1:36832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:45:25,996 INFO Processing ruok command from /127.0.0.1:36834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:45:35,969 INFO Processing ruok command from /127.0.0.1:37062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:45:35,999 INFO Processing ruok command from /127.0.0.1:37066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:45:45,968 INFO Processing ruok command from /127.0.0.1:37298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:45:46,061 INFO Processing ruok command from /127.0.0.1:37302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:45:55,966 INFO Processing ruok command from /127.0.0.1:37532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:45:56,040 INFO Processing ruok command from /127.0.0.1:37534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:46:05,953 INFO Processing ruok command from /127.0.0.1:37766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:46:06,013 INFO Processing ruok command from /127.0.0.1:37768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:46:08,373 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-4] 2022-12-16 05:46:08,381 INFO Committing global session 0x200003845020013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 05:46:09,282 INFO Submitting global closeSession request for session 0x200003845020013 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-12-16 05:46:15,969 INFO Processing ruok command from /127.0.0.1:37998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:46:16,040 INFO Processing ruok command from /127.0.0.1:38000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:46:25,965 INFO Processing ruok command from /127.0.0.1:38234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:46:26,005 INFO Processing ruok command from /127.0.0.1:38236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:46:35,969 INFO Processing ruok command from /127.0.0.1:38466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:46:36,019 INFO Processing ruok command from /127.0.0.1:38468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:46:45,965 INFO Processing ruok command from /127.0.0.1:38704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:46:46,031 INFO Processing ruok command from /127.0.0.1:38706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:46:55,958 INFO Processing ruok command from /127.0.0.1:38932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:46:55,991 INFO Processing ruok command from /127.0.0.1:38936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:47:05,978 INFO Processing ruok command from /127.0.0.1:39154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:47:06,038 INFO Processing ruok command from /127.0.0.1:39156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:47:15,959 INFO Processing ruok command from /127.0.0.1:39380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:47:16,027 INFO Processing ruok command from /127.0.0.1:39382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:47:25,970 INFO Processing ruok command from /127.0.0.1:39610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:47:26,000 INFO Processing ruok command from /127.0.0.1:39612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:47:35,951 INFO Processing ruok command from /127.0.0.1:39832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:47:35,991 INFO Processing ruok command from /127.0.0.1:39836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:47:45,957 INFO Processing ruok command from /127.0.0.1:40078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:47:45,991 INFO Processing ruok command from /127.0.0.1:40080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:47:55,967 INFO Processing ruok command from /127.0.0.1:40304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:47:56,040 INFO Processing ruok command from /127.0.0.1:40306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:48:05,964 INFO Processing ruok command from /127.0.0.1:40538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:48:06,001 INFO Processing ruok command from /127.0.0.1:40540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:48:08,249 INFO Committing global session 0x100003888860010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 05:48:15,967 INFO Processing ruok command from /127.0.0.1:40768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:48:16,006 INFO Processing ruok command from /127.0.0.1:40770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:48:25,969 INFO Processing ruok command from /127.0.0.1:41006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:48:26,001 INFO Processing ruok command from /127.0.0.1:41008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:48:35,978 INFO Processing ruok command from /127.0.0.1:41230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:48:36,013 INFO Processing ruok command from /127.0.0.1:41232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:48:45,973 INFO Processing ruok command from /127.0.0.1:41470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:48:46,030 INFO Processing ruok command from /127.0.0.1:41472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:48:55,956 INFO Processing ruok command from /127.0.0.1:41696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:48:55,988 INFO Processing ruok command from /127.0.0.1:41698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:49:05,962 INFO Processing ruok command from /127.0.0.1:41934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:49:05,995 INFO Processing ruok command from /127.0.0.1:41936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:49:15,965 INFO Processing ruok command from /127.0.0.1:42158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:49:16,045 INFO Processing ruok command from /127.0.0.1:42160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:49:25,963 INFO Processing ruok command from /127.0.0.1:42400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:49:25,994 INFO Processing ruok command from /127.0.0.1:42402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:49:35,962 INFO Processing ruok command from /127.0.0.1:42614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:49:35,999 INFO Processing ruok command from /127.0.0.1:42616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:49:45,968 INFO Processing ruok command from /127.0.0.1:42856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:49:46,000 INFO Processing ruok command from /127.0.0.1:42860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:49:55,963 INFO Processing ruok command from /127.0.0.1:43084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:49:56,004 INFO Processing ruok command from /127.0.0.1:43086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:50:05,962 INFO Processing ruok command from /127.0.0.1:43314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:50:06,020 INFO Processing ruok command from /127.0.0.1:43316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:50:08,509 INFO Committing global session 0x100003888860011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 05:50:15,961 INFO Processing ruok command from /127.0.0.1:43540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:50:16,001 INFO Processing ruok command from /127.0.0.1:43542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:50:25,978 INFO Processing ruok command from /127.0.0.1:43778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:50:26,011 INFO Processing ruok command from /127.0.0.1:43782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:50:35,973 INFO Processing ruok command from /127.0.0.1:43996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:50:36,009 INFO Processing ruok command from /127.0.0.1:43998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:50:45,979 INFO Processing ruok command from /127.0.0.1:44228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:50:46,014 INFO Processing ruok command from /127.0.0.1:44230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:50:55,965 INFO Processing ruok command from /127.0.0.1:44450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:50:55,995 INFO Processing ruok command from /127.0.0.1:44452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:51:05,961 INFO Processing ruok command from /127.0.0.1:44678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:51:06,023 INFO Processing ruok command from /127.0.0.1:44680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:51:15,986 INFO Processing ruok command from /127.0.0.1:44908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:51:16,045 INFO Processing ruok command from /127.0.0.1:44910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:51:25,967 INFO Processing ruok command from /127.0.0.1:45140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:51:26,026 INFO Processing ruok command from /127.0.0.1:45142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:51:35,957 INFO Processing ruok command from /127.0.0.1:45366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:51:35,993 INFO Processing ruok command from /127.0.0.1:45368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:51:45,980 INFO Processing ruok command from /127.0.0.1:45602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:51:46,016 INFO Processing ruok command from /127.0.0.1:45604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:51:55,963 INFO Processing ruok command from /127.0.0.1:45832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:51:56,019 INFO Processing ruok command from /127.0.0.1:45836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:52:05,960 INFO Processing ruok command from /127.0.0.1:46058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:52:05,994 INFO Processing ruok command from /127.0.0.1:46060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:52:08,275 INFO Committing global session 0x100003888860012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 05:52:15,959 INFO Processing ruok command from /127.0.0.1:46282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:52:15,999 INFO Processing ruok command from /127.0.0.1:46284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:52:25,984 INFO Processing ruok command from /127.0.0.1:46520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:52:26,016 INFO Processing ruok command from /127.0.0.1:46522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:52:35,973 INFO Processing ruok command from /127.0.0.1:46746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:52:36,004 INFO Processing ruok command from /127.0.0.1:46748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:52:45,968 INFO Processing ruok command from /127.0.0.1:46992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:52:45,998 INFO Processing ruok command from /127.0.0.1:46994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:52:55,974 INFO Processing ruok command from /127.0.0.1:47214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:52:56,010 INFO Processing ruok command from /127.0.0.1:47216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:53:05,962 INFO Processing ruok command from /127.0.0.1:47448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:53:06,001 INFO Processing ruok command from /127.0.0.1:47450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:53:15,965 INFO Processing ruok command from /127.0.0.1:47672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:53:16,005 INFO Processing ruok command from /127.0.0.1:47676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:53:25,964 INFO Processing ruok command from /127.0.0.1:47914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:53:25,998 INFO Processing ruok command from /127.0.0.1:47916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:53:35,960 INFO Processing ruok command from /127.0.0.1:48144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:53:36,041 INFO Processing ruok command from /127.0.0.1:48146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:53:45,978 INFO Processing ruok command from /127.0.0.1:48378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:53:46,012 INFO Processing ruok command from /127.0.0.1:48380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:53:55,965 INFO Processing ruok command from /127.0.0.1:48608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:53:56,005 INFO Processing ruok command from /127.0.0.1:48610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:54:05,956 INFO Processing ruok command from /127.0.0.1:48838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:54:05,990 INFO Processing ruok command from /127.0.0.1:48840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:54:08,334 INFO Committing global session 0x30000376b5e000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 05:54:15,960 INFO Processing ruok command from /127.0.0.1:49068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:54:16,001 INFO Processing ruok command from /127.0.0.1:49070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:54:25,969 INFO Processing ruok command from /127.0.0.1:49308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:54:25,996 INFO Processing ruok command from /127.0.0.1:49310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:54:35,981 INFO Processing ruok command from /127.0.0.1:49536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:54:36,020 INFO Processing ruok command from /127.0.0.1:49538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:54:45,960 INFO Processing ruok command from /127.0.0.1:49764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:54:46,007 INFO Processing ruok command from /127.0.0.1:49766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:54:55,954 INFO Processing ruok command from /127.0.0.1:50000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:54:55,992 INFO Processing ruok command from /127.0.0.1:50002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:55:05,967 INFO Processing ruok command from /127.0.0.1:50230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:55:06,001 INFO Processing ruok command from /127.0.0.1:50232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:55:15,973 INFO Processing ruok command from /127.0.0.1:50458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:55:16,013 INFO Processing ruok command from /127.0.0.1:50460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:55:25,969 INFO Processing ruok command from /127.0.0.1:50692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:55:26,025 INFO Processing ruok command from /127.0.0.1:50696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:55:35,954 INFO Processing ruok command from /127.0.0.1:50916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:55:35,987 INFO Processing ruok command from /127.0.0.1:50918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:55:45,998 INFO Processing ruok command from /127.0.0.1:51160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:55:46,038 INFO Processing ruok command from /127.0.0.1:51164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:55:55,962 INFO Processing ruok command from /127.0.0.1:51396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:55:55,994 INFO Processing ruok command from /127.0.0.1:51398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:56:05,973 INFO Processing ruok command from /127.0.0.1:51634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:56:06,010 INFO Processing ruok command from /127.0.0.1:51636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:56:08,486 INFO Committing global session 0x100003888860013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 05:56:15,957 INFO Processing ruok command from /127.0.0.1:51856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:56:15,993 INFO Processing ruok command from /127.0.0.1:51858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:56:25,974 INFO Processing ruok command from /127.0.0.1:52088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:56:26,010 INFO Processing ruok command from /127.0.0.1:52090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:56:35,967 INFO Processing ruok command from /127.0.0.1:52316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:56:35,995 INFO Processing ruok command from /127.0.0.1:52318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:56:45,956 INFO Processing ruok command from /127.0.0.1:52552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:56:45,988 INFO Processing ruok command from /127.0.0.1:52554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:56:55,969 INFO Processing ruok command from /127.0.0.1:52792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:56:56,009 INFO Processing ruok command from /127.0.0.1:52794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:57:05,973 INFO Processing ruok command from /127.0.0.1:53020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:57:06,007 INFO Processing ruok command from /127.0.0.1:53022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:57:15,971 INFO Processing ruok command from /127.0.0.1:53244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:57:16,013 INFO Processing ruok command from /127.0.0.1:53246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:57:25,964 INFO Processing ruok command from /127.0.0.1:53484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:57:26,039 INFO Processing ruok command from /127.0.0.1:53486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:57:35,967 INFO Processing ruok command from /127.0.0.1:53716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:57:35,998 INFO Processing ruok command from /127.0.0.1:53718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:57:45,969 INFO Processing ruok command from /127.0.0.1:53952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:57:46,030 INFO Processing ruok command from /127.0.0.1:53954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:57:55,954 INFO Processing ruok command from /127.0.0.1:54182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:57:56,028 INFO Processing ruok command from /127.0.0.1:54184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:58:05,980 INFO Processing ruok command from /127.0.0.1:54410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:58:06,022 INFO Processing ruok command from /127.0.0.1:54412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:58:08,766 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-5] 2022-12-16 05:58:08,773 INFO Committing global session 0x200003845020014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 05:58:09,676 INFO Submitting global closeSession request for session 0x200003845020014 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-12-16 05:58:15,957 INFO Processing ruok command from /127.0.0.1:54638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:58:16,026 INFO Processing ruok command from /127.0.0.1:54642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:58:25,965 INFO Processing ruok command from /127.0.0.1:54874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:58:25,999 INFO Processing ruok command from /127.0.0.1:54876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:58:35,955 INFO Processing ruok command from /127.0.0.1:55100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:58:35,990 INFO Processing ruok command from /127.0.0.1:55102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 05:58:45,965 INFO Processing ruok command from /127.0.0.1:55334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 05:58:46,023 INFO Processing ruok command from /127.0.0.1:55336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 05:58:55,974 INFO Processing ruok command from /127.0.0.1:55570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 05:58:56,007 INFO Processing ruok command from /127.0.0.1:55572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 05:59:05,969 INFO Processing ruok command from /127.0.0.1:55792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 05:59:05,995 INFO Processing ruok command from /127.0.0.1:55794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 05:59:15,963 INFO Processing ruok command from /127.0.0.1:56016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 05:59:15,997 INFO Processing ruok command from /127.0.0.1:56018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 05:59:25,957 INFO Processing ruok command from /127.0.0.1:56256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 05:59:25,988 INFO Processing ruok command from /127.0.0.1:56258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 05:59:35,964 INFO Processing ruok command from /127.0.0.1:56474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 05:59:36,018 INFO Processing ruok command from /127.0.0.1:56476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 05:59:45,971 INFO Processing ruok command from /127.0.0.1:56704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 05:59:46,006 INFO Processing ruok command from /127.0.0.1:56706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 05:59:55,961 INFO Processing ruok command from /127.0.0.1:56944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 05:59:56,014 INFO Processing ruok command from /127.0.0.1:56946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 06:00:05,958 INFO Processing ruok command from /127.0.0.1:57168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 06:00:06,012 INFO Processing ruok command from /127.0.0.1:57174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 06:00:08,254 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-6] 2022-12-16 06:00:08,261 INFO Committing global session 0x200003845020015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:2] 2022-12-16 06:00:09,167 INFO Submitting global closeSession request for session 0x200003845020015 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-12-16 06:00:15,953 INFO Processing ruok command from /127.0.0.1:57400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 06:00:16,011 INFO Processing ruok command from /127.0.0.1:57402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 06:00:25,966 INFO Processing ruok command from /127.0.0.1:57640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 06:00:26,002 INFO Processing ruok command from /127.0.0.1:57642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 06:00:35,961 INFO Processing ruok command from /127.0.0.1:57872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 06:00:36,013 INFO Processing ruok command from /127.0.0.1:57874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 06:00:45,983 INFO Processing ruok command from /127.0.0.1:58110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 06:00:46,046 INFO Processing ruok command from /127.0.0.1:58114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-12-16 06:00:55,968 INFO Processing ruok command from /127.0.0.1:58346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-12-16 06:00:56,021 INFO Processing ruok command from /127.0.0.1:58348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-12-16 06:01:05,959 INFO Processing ruok command from /127.0.0.1:58566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-12-16 06:01:06,013 INFO Processing ruok command from /127.0.0.1:58568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-12-16 06:01:15,956 INFO Processing ruok command from /127.0.0.1:58800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-12-16 06:01:15,996 INFO Processing ruok command from /127.0.0.1:58802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-12-16 06:01:25,963 INFO Processing ruok command from /127.0.0.1:59042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-12-16 06:01:25,997 INFO Processing ruok command from /127.0.0.1:59044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-12-16 06:01:35,953 INFO Processing ruok command from /127.0.0.1:59272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-12-16 06:01:35,988 INFO Processing ruok command from /127.0.0.1:59274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-12-16 06:01:45,968 INFO Processing ruok command from /127.0.0.1:59508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-12-16 06:01:46,009 INFO Processing ruok command from /127.0.0.1:59510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-12-16 06:01:55,983 INFO Processing ruok command from /127.0.0.1:59744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-12-16 06:01:56,049 INFO Processing ruok command from /127.0.0.1:59748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-12-16 06:02:05,964 INFO Processing ruok command from /127.0.0.1:59974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-12-16 06:02:05,999 INFO Processing ruok command from /127.0.0.1:59976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6]