By type
Detected Zookeeper ID 3 Preparing truststore Adding /opt/kafka/cluster-ca-certs/ca.crt to truststore /tmp/zookeeper/cluster.truststore.p12 with alias ca Certificate was added to keystore Preparing truststore is complete Looking for the right CA Found the right CA: /opt/kafka/cluster-ca-certs/ca.crt Preparing keystore for client and quorum listeners Preparing keystore for client and quorum listeners is complete Starting Zookeeper with configuration: # The directory where the snapshot is stored. dataDir=/var/lib/zookeeper/data # Other options 4lw.commands.whitelist=* standaloneEnabled=false reconfigEnabled=true clientPort=12181 clientPortAddress=127.0.0.1 # TLS options serverCnxnFactory=org.apache.zookeeper.server.NettyServerCnxnFactory ssl.clientAuth=need ssl.quorum.clientAuth=need secureClientPort=2181 sslQuorum=true ssl.trustStore.location=/tmp/zookeeper/cluster.truststore.p12 ssl.trustStore.password=[hidden] ssl.trustStore.type=PKCS12 ssl.quorum.trustStore.location=/tmp/zookeeper/cluster.truststore.p12 ssl.quorum.trustStore.password=[hidden] ssl.quorum.trustStore.type=PKCS12 ssl.keyStore.location=/tmp/zookeeper/cluster.keystore.p12 ssl.keyStore.password=[hidden] ssl.keyStore.type=PKCS12 ssl.quorum.keyStore.location=/tmp/zookeeper/cluster.keystore.p12 ssl.quorum.keyStore.password=[hidden] ssl.quorum.keyStore.type=PKCS12 # Provided configuration tickTime=2000 initLimit=5 syncLimit=2 autopurge.purgeInterval=1 admin.enableServer=false ssl.hostnameVerification=false ssl.quorum.hostnameVerification=false sslQuorum=false # Zookeeper nodes configuration server.1=onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 server.2=onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 server.3=onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 + exec /usr/bin/tini -w -e 143 -- /opt/kafka/bin/zookeeper-server-start.sh /tmp/zookeeper.properties 2022-11-21 22:27:18,375 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-11-21 22:27:18,383 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-11-21 22:27:18,384 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-11-21 22:27:18,389 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main] 2022-11-21 22:27:18,390 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-11-21 22:27:18,390 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-11-21 22:27:18,425 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-11-21 22:27:18,425 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-11-21 22:27:18,427 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-11-21 22:27:18,429 INFO Log4j 1.2 jmx support not found; jmx disabled. (org.apache.zookeeper.jmx.ManagedUtil) [main] 2022-11-21 22:27:18,429 INFO Starting quorum peer, myid=3 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main] 2022-11-21 22:27:18,435 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-11-21 22:27:18,448 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-11-21 22:27:18,451 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@12b0404f (org.apache.zookeeper.server.ServerMetrics) [main] 2022-11-21 22:27:18,576 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-11-21 22:27:18,576 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-11-21 22:27:18,577 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-11-21 22:27:18,657 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-11-21 22:27:18,659 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-11-21 22:27:18,659 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-11-21 22:27:18,659 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-11-21 22:27:18,660 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-11-21 22:27:18,677 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-11-21 22:27:18,677 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-11-21 22:27:18,686 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-21 22:27:18,690 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-11-21 22:27:18,692 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-21 22:27:18,692 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-21 22:27:18,692 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-21 22:27:18,693 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-21 22:27:18,693 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-21 22:27:18,693 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-21 22:27:18,693 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-21 22:27:18,693 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-21 22:27:18,710 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-21 22:27:18,711 INFO ______ _ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-21 22:27:18,711 INFO |___ / | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-21 22:27:18,711 INFO / / ___ ___ | | __ ___ ___ _ __ ___ _ __ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-21 22:27:18,711 INFO / / / _ \ / _ \ | |/ / / _ \ / _ \ | '_ \ / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-21 22:27:18,711 INFO / /__ | (_) | | (_) | | < | __/ | __/ | |_) | | __/ | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-21 22:27:18,711 INFO /_____| \___/ \___/ |_|\_\ \___| \___| | .__/ \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-21 22:27:18,711 INFO | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-21 22:27:18,711 INFO |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-21 22:27:18,711 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-21 22:27:18,713 INFO Server environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-21 22:27:18,713 INFO Server environment:host.name=onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc.cluster.local (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-21 22:27:18,714 INFO Server environment:java.version=11.0.17 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-21 22:27:18,714 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-21 22:27:18,714 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-11-21 22:27:18,714 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-11-21 22:27:18,714 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-21 22:27:18,714 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-21 22:27:18,714 INFO Server environment:java.compiler=
(org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-21 22:27:18,714 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-21 22:27:18,714 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-21 22:27:18,714 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-21 22:27:18,715 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-21 22:27:18,715 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-21 22:27:18,715 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-21 22:27:18,715 INFO Server environment:os.memory.free=163MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-21 22:27:18,715 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-21 22:27:18,715 INFO Server environment:os.memory.total=181MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-21 22:27:18,717 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-21 22:27:18,718 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-21 22:27:18,718 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-21 22:27:18,718 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-21 22:27:18,718 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-21 22:27:18,718 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-21 22:27:18,718 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-21 22:27:18,718 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-21 22:27:18,727 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-11-21 22:27:18,727 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-11-21 22:27:18,729 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-11-21 22:27:18,729 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-11-21 22:27:18,755 INFO Using insecure (non-TLS) quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-21 22:27:18,755 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-21 22:27:18,755 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-21 22:27:18,755 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-21 22:27:18,755 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-21 22:27:18,755 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-21 22:27:18,755 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-21 22:27:18,767 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main] 2022-11-21 22:27:18,767 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-11-21 22:27:18,781 INFO Snapshot loaded in 26 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-11-21 22:27:18,783 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-11-21 22:27:18,788 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-11-21 22:27:18,791 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-11-21 22:27:18,902 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-11-21 22:27:18,902 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-11-21 22:27:18,904 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-11-21 22:27:18,906 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-21 22:27:18,913 INFO Election port bind maximum retries is infinite (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main] 2022-11-21 22:27:18,915 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-11-21 22:27:18,915 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-11-21 22:27:18,920 INFO 3 is accepting connections now, my election bind port: onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.149:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.149:3888] 2022-11-21 22:27:18,920 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main] 2022-11-21 22:27:18,932 INFO LOOKING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-21 22:27:18,934 INFO New election. My id = 3, proposed zxid=0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-21 22:27:18,952 INFO Notification: my state:LOOKING; n.sid:3, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-11-21 22:27:18,967 WARN Exception when using channel: for id 2 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2] java.net.SocketException: Broken pipe (Write failed) at java.base/java.net.SocketOutputStream.socketWrite0(Native Method) at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:110) at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:129) at java.base/java.io.DataOutputStream.writeInt(DataOutputStream.java:197) at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.send(QuorumCnxManager.java:1228) at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1279) 2022-11-21 22:27:18,967 WARN Connection broken for id 2, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2] java.net.SocketException: Connection reset at java.base/java.net.SocketInputStream.read(SocketInputStream.java:186) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140) at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252) at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271) at java.base/java.io.DataInputStream.readInt(DataInputStream.java:392) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2022-11-21 22:27:18,971 WARN Send worker leaving thread id 2 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2] 2022-11-21 22:27:18,972 WARN Interrupting SendWorker thread from RecvWorker. sid: 2. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2] 2022-11-21 22:27:18,979 WARN Connection broken for id 1, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] java.net.SocketException: Connection reset at java.base/java.net.SocketInputStream.read(SocketInputStream.java:186) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140) at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252) at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271) at java.base/java.io.DataInputStream.readInt(DataInputStream.java:392) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2022-11-21 22:27:18,980 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] 2022-11-21 22:27:18,982 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] java.lang.InterruptedException at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056) at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133) at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105) at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447) at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98) at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271) 2022-11-21 22:27:18,982 WARN Send worker leaving thread id 1 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] 2022-11-21 22:27:19,159 INFO Notification time out: 400 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-21 22:27:19,162 INFO Notification: my state:LOOKING; n.sid:3, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-11-21 22:27:19,172 WARN Connection broken for id 1, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] java.net.SocketException: Connection reset at java.base/java.net.SocketInputStream.read(SocketInputStream.java:186) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140) at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252) at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271) at java.base/java.io.DataInputStream.readInt(DataInputStream.java:392) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2022-11-21 22:27:19,172 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] 2022-11-21 22:27:19,175 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] java.lang.InterruptedException at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056) at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133) at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105) at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447) at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98) at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271) 2022-11-21 22:27:19,176 WARN Send worker leaving thread id 1 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] 2022-11-21 22:27:19,566 INFO Notification time out: 800 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-21 22:27:19,566 WARN Connection broken for id 2, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2] java.io.EOFException at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2022-11-21 22:27:19,567 INFO Notification: my state:LOOKING; n.sid:3, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-11-21 22:27:19,568 WARN Interrupting SendWorker thread from RecvWorker. sid: 2. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2] 2022-11-21 22:27:19,569 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2] java.lang.InterruptedException at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056) at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133) at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105) at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447) at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98) at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271) 2022-11-21 22:27:19,569 WARN Send worker leaving thread id 2 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2] 2022-11-21 22:27:20,372 WARN Connection broken for id 1, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] java.io.EOFException at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2022-11-21 22:27:20,372 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] 2022-11-21 22:27:20,372 INFO Notification time out: 1600 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-21 22:27:20,374 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] java.lang.InterruptedException at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056) at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133) at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105) at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447) at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98) at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271) 2022-11-21 22:27:20,374 INFO Notification: my state:LOOKING; n.sid:3, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-11-21 22:27:20,374 WARN Send worker leaving thread id 1 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] 2022-11-21 22:27:21,978 WARN Connection broken for id 2, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2] java.io.EOFException at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2022-11-21 22:27:21,979 WARN Interrupting SendWorker thread from RecvWorker. sid: 2. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2] 2022-11-21 22:27:21,979 INFO Notification time out: 3200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-21 22:27:21,983 INFO Notification: my state:LOOKING; n.sid:3, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-11-21 22:27:21,983 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2] java.lang.InterruptedException at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056) at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133) at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105) at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447) at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98) at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271) 2022-11-21 22:27:21,983 WARN Send worker leaving thread id 2 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2] 2022-11-21 22:27:24,675 INFO Received connection request from /127.0.0.6:40627 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.149:3888] 2022-11-21 22:27:24,687 WARN Connection broken for id 1, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] java.net.SocketException: Socket closed at java.base/java.net.SocketInputStream.socketRead0(Native Method) at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168) at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140) at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252) at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271) at java.base/java.io.DataInputStream.readInt(DataInputStream.java:392) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2022-11-21 22:27:24,687 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] 2022-11-21 22:27:24,688 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] java.lang.InterruptedException at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056) at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133) at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105) at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447) at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98) at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271) 2022-11-21 22:27:24,688 WARN Send worker leaving thread id 1 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] 2022-11-21 22:27:24,731 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=3]] 2022-11-21 22:27:24,732 INFO Notification: my state:LOOKING; n.sid:1, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-11-21 22:27:24,933 INFO Peer state changed: leading (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-21 22:27:24,935 INFO LEADING (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-21 22:27:24,941 INFO zookeeper.leader.maxConcurrentSnapSyncs = 10 (org.apache.zookeeper.server.quorum.LearnerMaster) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-21 22:27:24,941 INFO zookeeper.leader.maxConcurrentDiffSyncs = 100 (org.apache.zookeeper.server.quorum.LearnerMaster) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-21 22:27:24,941 INFO TCP NoDelay set to: true (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-21 22:27:24,942 INFO zookeeper.leader.ackLoggingFrequency = 1000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-21 22:27:24,942 INFO zookeeper.leader.maxTimeToWaitForEpoch = -1ms (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-21 22:27:24,947 INFO Weighed connection throttling is disabled (org.apache.zookeeper.server.BlueThrottle) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-21 22:27:24,948 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-21 22:27:24,949 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-21 22:27:24,951 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-21 22:27:24,951 INFO Response cache size is initialized with value 400. (org.apache.zookeeper.server.ResponseCache) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-21 22:27:24,953 INFO zookeeper.pathStats.slotCapacity = 60 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-21 22:27:24,954 INFO zookeeper.pathStats.slotDuration = 15 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-21 22:27:24,954 INFO zookeeper.pathStats.maxDepth = 6 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-21 22:27:24,954 INFO zookeeper.pathStats.initialDelay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-21 22:27:24,954 INFO zookeeper.pathStats.delay = 5 (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-21 22:27:24,954 INFO zookeeper.pathStats.enabled = false (org.apache.zookeeper.server.util.RequestPathMetricsCollector) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-21 22:27:24,958 INFO The max bytes for all large requests are set to 104857600 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-21 22:27:24,958 INFO The large request threshold is set to -1 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-21 22:27:24,959 INFO Created server with tickTime 2000 minSessionTimeout 4000 maxSessionTimeout 40000 clientPortListenBacklog -1 datadir /var/lib/zookeeper/data/version-2 snapdir /var/lib/zookeeper/data/version-2 (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-21 22:27:24,964 INFO LEADING - LEADER ELECTION TOOK - 6029 MS (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-21 22:27:24,969 INFO Peer state changed: leading - discovery (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-21 22:27:24,970 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-21 22:27:24,976 INFO Snapshot taken in 6 ms (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-21 22:27:25,121 INFO Received connection request from /127.0.0.6:33277 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.149:3888] 2022-11-21 22:27:25,153 INFO Notification: my state:LEADING; n.sid:2, n.state:LOOKING, n.leader:2, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-11-21 22:27:25,156 INFO Notification: my state:LEADING; n.sid:2, n.state:LOOKING, n.leader:3, n.round:0x1, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-11-21 22:27:25,404 INFO Follower sid: 2 : info : onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:44849] 2022-11-21 22:27:25,418 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/127.0.0.6:44849] 2022-11-21 22:27:25,419 INFO Synchronizing with Learner sid: 2 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x0 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:44849] 2022-11-21 22:27:25,420 INFO Sending DIFF zxid=0x0 for peer sid: 2 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:44849] 2022-11-21 22:27:25,423 INFO Peer state changed: leading - synchronization (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-21 22:27:25,471 INFO Have quorum of supporters, sids: [[2, 3],[2, 3]]; starting up and setting last processed zxid: 0x100000000 (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-21 22:27:25,492 INFO Configuring CommitProcessor with readBatchSize -1 commitBatchSize 1 (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-21 22:27:25,492 INFO Configuring CommitProcessor with 8 worker threads. (org.apache.zookeeper.server.quorum.CommitProcessor) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-21 22:27:25,502 INFO PrepRequestProcessor (sid:3) started, reconfigEnabled=true (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:3 cport:-1):] 2022-11-21 22:27:25,504 INFO Using checkIntervalMs=60000 maxPerMinute=10000 maxNeverUsedIntervalMs=0 (org.apache.zookeeper.server.ContainerManager) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-21 22:27:25,505 INFO zookeeper.request_throttler.shutdownTimeout = 10000 (org.apache.zookeeper.server.RequestThrottler) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-21 22:27:25,526 INFO Peer state changed: leading - broadcast (org.apache.zookeeper.server.quorum.QuorumPeer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-21 22:27:34,991 INFO Notification: my state:LEADING; n.sid:1, n.state:LOOKING, n.leader:1, n.round:0x2, n.peerEpoch:0x0, n.zxid:0x0, message format version:0x2, n.config version:0x0 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-11-21 22:27:35,027 INFO Follower sid: 1 : info : onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:40953] 2022-11-21 22:27:35,034 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/127.0.0.6:40953] 2022-11-21 22:27:35,034 INFO Synchronizing with Learner sid: 1 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x100000000 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:40953] 2022-11-21 22:27:35,044 INFO Sending snapshot last zxid of peer is 0x0, zxid of leader is 0x100000000, send zxid of db as 0x100000000, 1 concurrent snapshot sync, snapshot sync was exempt from throttle (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/127.0.0.6:40953] 2022-11-21 22:27:36,381 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-2] 2022-11-21 22:27:36,381 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-2] 2022-11-21 22:27:36,381 INFO Processing ruok command from /127.0.0.1:46372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 22:27:36,382 INFO Processing ruok command from /127.0.0.1:46370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 22:27:46,301 INFO Processing ruok command from /127.0.0.1:46444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 22:27:46,378 INFO Processing ruok command from /127.0.0.1:46446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 22:27:48,740 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-11-21 22:27:48,761 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:3] 2022-11-21 22:27:48,772 INFO Committing global session 0x30000376df40000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 22:27:49,666 INFO Submitting global closeSession request for session 0x30000376df40000 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-21 22:27:56,290 INFO Processing ruok command from /127.0.0.1:46512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 22:27:56,337 INFO Processing ruok command from /127.0.0.1:46514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 22:28:06,278 INFO Processing ruok command from /127.0.0.1:46586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 22:28:06,323 INFO Processing ruok command from /127.0.0.1:46588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 22:28:11,376 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-11-21 22:28:11,394 INFO Committing global session 0x30000376df40001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 22:28:12,295 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-3] 2022-11-21 22:28:12,312 INFO Committing global session 0x30000376df40002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 22:28:14,954 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-4] 2022-11-21 22:28:14,966 INFO Committing global session 0x30000376df40003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 22:28:16,281 INFO Processing ruok command from /127.0.0.1:46650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 22:28:16,348 INFO Processing ruok command from /127.0.0.1:46652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 22:28:16,489 INFO Committing global session 0x200003686ad0000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 22:28:17,096 INFO Committing global session 0x10000357dfa0000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 22:28:18,736 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-5] 2022-11-21 22:28:18,745 INFO Committing global session 0x30000376df40004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 22:28:26,295 INFO Processing ruok command from /127.0.0.1:46716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 22:28:26,327 INFO Processing ruok command from /127.0.0.1:46718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 22:28:36,287 INFO Processing ruok command from /127.0.0.1:46786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 22:28:36,330 INFO Processing ruok command from /127.0.0.1:46788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 22:28:46,283 INFO Processing ruok command from /127.0.0.1:46850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 22:28:46,326 INFO Processing ruok command from /127.0.0.1:46852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 22:28:51,466 INFO Committing global session 0x200003686ad0001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 22:28:56,285 INFO Processing ruok command from /127.0.0.1:46922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 22:28:56,335 INFO Processing ruok command from /127.0.0.1:46924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 22:29:06,278 INFO Processing ruok command from /127.0.0.1:46998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 22:29:06,311 INFO Processing ruok command from /127.0.0.1:47000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 22:29:10,369 INFO Committing global session 0x200003686ad0002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 22:29:16,271 INFO Processing ruok command from /127.0.0.1:47060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 22:29:16,316 INFO Processing ruok command from /127.0.0.1:47062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 22:29:26,274 INFO Processing ruok command from /127.0.0.1:47126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 22:29:26,314 INFO Processing ruok command from /127.0.0.1:47128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 22:29:36,273 INFO Processing ruok command from /127.0.0.1:47200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 22:29:36,314 INFO Processing ruok command from /127.0.0.1:47202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 22:29:46,301 INFO Processing ruok command from /127.0.0.1:47316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 22:29:46,331 INFO Processing ruok command from /127.0.0.1:47318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 22:29:56,274 INFO Processing ruok command from /127.0.0.1:47396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 22:29:56,303 INFO Processing ruok command from /127.0.0.1:47398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 22:30:06,280 INFO Processing ruok command from /127.0.0.1:47470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 22:30:06,332 INFO Processing ruok command from /127.0.0.1:47472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 22:30:16,275 INFO Processing ruok command from /127.0.0.1:47540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 22:30:16,335 INFO Processing ruok command from /127.0.0.1:47542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 22:30:19,379 INFO Committing global session 0x200003686ad0003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 22:30:26,275 INFO Processing ruok command from /127.0.0.1:47606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 22:30:26,307 INFO Processing ruok command from /127.0.0.1:47608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 22:30:36,277 INFO Processing ruok command from /127.0.0.1:47678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 22:30:36,333 INFO Processing ruok command from /127.0.0.1:47680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 22:30:46,281 INFO Processing ruok command from /127.0.0.1:47742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 22:30:46,331 INFO Processing ruok command from /127.0.0.1:47744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 22:30:56,286 INFO Processing ruok command from /127.0.0.1:47806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 22:30:56,368 INFO Processing ruok command from /127.0.0.1:47808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 22:31:06,283 INFO Processing ruok command from /127.0.0.1:47896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 22:31:06,331 INFO Processing ruok command from /127.0.0.1:47898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 22:31:16,284 INFO Processing ruok command from /127.0.0.1:47962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 22:31:16,326 INFO Processing ruok command from /127.0.0.1:47964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 22:31:26,278 INFO Processing ruok command from /127.0.0.1:48026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 22:31:26,336 INFO Processing ruok command from /127.0.0.1:48028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 22:31:36,278 INFO Processing ruok command from /127.0.0.1:48126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 22:31:36,368 INFO Processing ruok command from /127.0.0.1:48128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 22:31:46,280 INFO Processing ruok command from /127.0.0.1:48258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 22:31:46,322 INFO Processing ruok command from /127.0.0.1:48260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 22:31:56,295 INFO Processing ruok command from /127.0.0.1:48354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 22:31:56,344 INFO Processing ruok command from /127.0.0.1:48356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 22:32:06,288 INFO Processing ruok command from /127.0.0.1:48478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 22:32:06,369 INFO Processing ruok command from /127.0.0.1:48484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 22:32:16,284 INFO Processing ruok command from /127.0.0.1:48612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 22:32:16,396 INFO Processing ruok command from /127.0.0.1:48616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 22:32:19,838 INFO Committing global session 0x200003686ad0004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 22:32:26,280 INFO Processing ruok command from /127.0.0.1:48776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 22:32:26,351 INFO Processing ruok command from /127.0.0.1:48778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 22:32:36,288 INFO Processing ruok command from /127.0.0.1:48888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 22:32:36,327 INFO Processing ruok command from /127.0.0.1:48890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 22:32:46,278 INFO Processing ruok command from /127.0.0.1:48984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 22:32:46,349 INFO Processing ruok command from /127.0.0.1:48986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 22:32:56,280 INFO Processing ruok command from /127.0.0.1:49084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 22:32:56,318 INFO Processing ruok command from /127.0.0.1:49086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 22:33:06,301 INFO Processing ruok command from /127.0.0.1:49180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 22:33:06,343 INFO Processing ruok command from /127.0.0.1:49182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 22:33:16,290 INFO Processing ruok command from /127.0.0.1:49280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 22:33:16,329 INFO Processing ruok command from /127.0.0.1:49282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 22:33:26,290 INFO Processing ruok command from /127.0.0.1:49376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 22:33:26,333 INFO Processing ruok command from /127.0.0.1:49378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 22:33:36,273 INFO Processing ruok command from /127.0.0.1:49484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 22:33:36,308 INFO Processing ruok command from /127.0.0.1:49486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 22:33:46,273 INFO Processing ruok command from /127.0.0.1:49578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 22:33:46,317 INFO Processing ruok command from /127.0.0.1:49580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 22:33:56,272 INFO Processing ruok command from /127.0.0.1:49678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 22:33:56,320 INFO Processing ruok command from /127.0.0.1:49680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 22:34:06,284 INFO Processing ruok command from /127.0.0.1:49776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 22:34:06,320 INFO Processing ruok command from /127.0.0.1:49778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 22:34:16,272 INFO Processing ruok command from /127.0.0.1:49888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 22:34:16,312 INFO Processing ruok command from /127.0.0.1:49890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 22:34:19,585 INFO Committing global session 0x200003686ad0005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 22:34:26,293 INFO Processing ruok command from /127.0.0.1:49982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 22:34:26,329 INFO Processing ruok command from /127.0.0.1:49984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 22:34:36,268 INFO Processing ruok command from /127.0.0.1:50084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 22:34:36,350 INFO Processing ruok command from /127.0.0.1:50086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 22:34:46,300 INFO Processing ruok command from /127.0.0.1:50184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 22:34:46,341 INFO Processing ruok command from /127.0.0.1:50186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 22:34:56,297 INFO Processing ruok command from /127.0.0.1:50284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 22:34:56,343 INFO Processing ruok command from /127.0.0.1:50286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 22:35:06,280 INFO Processing ruok command from /127.0.0.1:50384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 22:35:06,354 INFO Processing ruok command from /127.0.0.1:50386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 22:35:16,284 INFO Processing ruok command from /127.0.0.1:50482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 22:35:16,325 INFO Processing ruok command from /127.0.0.1:50484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 22:35:26,288 INFO Processing ruok command from /127.0.0.1:50586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 22:35:26,343 INFO Processing ruok command from /127.0.0.1:50588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 22:35:36,282 INFO Processing ruok command from /127.0.0.1:50688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 22:35:36,369 INFO Processing ruok command from /127.0.0.1:50690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 22:35:46,299 INFO Processing ruok command from /127.0.0.1:50782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 22:35:46,334 INFO Processing ruok command from /127.0.0.1:50784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 22:35:56,279 INFO Processing ruok command from /127.0.0.1:50886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 22:35:56,313 INFO Processing ruok command from /127.0.0.1:50888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 22:36:06,273 INFO Processing ruok command from /127.0.0.1:50990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 22:36:06,321 INFO Processing ruok command from /127.0.0.1:50992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 22:36:16,276 INFO Processing ruok command from /127.0.0.1:51084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 22:36:16,345 INFO Processing ruok command from /127.0.0.1:51086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 22:36:19,520 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-6] 2022-11-21 22:36:19,530 INFO Committing global session 0x30000376df40005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 22:36:20,404 INFO Submitting global closeSession request for session 0x30000376df40005 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-21 22:36:26,286 INFO Processing ruok command from /127.0.0.1:51186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 22:36:26,325 INFO Processing ruok command from /127.0.0.1:51188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 22:36:36,304 INFO Processing ruok command from /127.0.0.1:51286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 22:36:36,374 INFO Processing ruok command from /127.0.0.1:51288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 22:36:46,274 INFO Processing ruok command from /127.0.0.1:51394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 22:36:46,328 INFO Processing ruok command from /127.0.0.1:51396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 22:36:56,307 INFO Processing ruok command from /127.0.0.1:51518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 22:36:56,355 INFO Processing ruok command from /127.0.0.1:51520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 22:37:06,289 INFO Processing ruok command from /127.0.0.1:51616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 22:37:06,329 INFO Processing ruok command from /127.0.0.1:51618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 22:37:16,277 INFO Processing ruok command from /127.0.0.1:51712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 22:37:16,318 INFO Processing ruok command from /127.0.0.1:51714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 22:37:26,281 INFO Processing ruok command from /127.0.0.1:51810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 22:37:26,360 INFO Processing ruok command from /127.0.0.1:51812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 22:37:36,286 INFO Processing ruok command from /127.0.0.1:51936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 22:37:36,384 INFO Processing ruok command from /127.0.0.1:51938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 22:37:46,303 INFO Processing ruok command from /127.0.0.1:52050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 22:37:46,407 INFO Processing ruok command from /127.0.0.1:52052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 22:37:56,305 INFO Processing ruok command from /127.0.0.1:52228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 22:37:56,395 INFO Processing ruok command from /127.0.0.1:52230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 22:38:06,289 INFO Processing ruok command from /127.0.0.1:52366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 22:38:06,364 INFO Processing ruok command from /127.0.0.1:52368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 22:38:16,309 INFO Processing ruok command from /127.0.0.1:52496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 22:38:16,392 INFO Processing ruok command from /127.0.0.1:52498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 22:38:20,038 INFO Committing global session 0x10000357dfa0001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 22:38:26,293 INFO Processing ruok command from /127.0.0.1:52626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 22:38:26,351 INFO Processing ruok command from /127.0.0.1:52628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 22:38:36,288 INFO Processing ruok command from /127.0.0.1:52774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 22:38:36,326 INFO Processing ruok command from /127.0.0.1:52776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 22:38:46,288 INFO Processing ruok command from /127.0.0.1:52908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 22:38:46,346 INFO Processing ruok command from /127.0.0.1:52910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 22:38:56,313 INFO Processing ruok command from /127.0.0.1:53106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 22:38:56,386 INFO Processing ruok command from /127.0.0.1:53108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 22:39:06,309 INFO Processing ruok command from /127.0.0.1:53280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 22:39:06,451 INFO Processing ruok command from /127.0.0.1:53282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 22:39:16,336 INFO Processing ruok command from /127.0.0.1:53468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 22:39:16,513 INFO Processing ruok command from /127.0.0.1:53472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 22:39:26,277 INFO Processing ruok command from /127.0.0.1:53646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 22:39:26,370 INFO Processing ruok command from /127.0.0.1:53648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 22:39:36,351 INFO Processing ruok command from /127.0.0.1:53858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 22:39:36,429 INFO Processing ruok command from /127.0.0.1:53860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 22:39:46,294 INFO Processing ruok command from /127.0.0.1:54094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 22:39:46,338 INFO Processing ruok command from /127.0.0.1:54096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 22:39:56,393 INFO Processing ruok command from /127.0.0.1:54294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 22:39:56,552 INFO Processing ruok command from /127.0.0.1:54304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 22:40:06,311 INFO Processing ruok command from /127.0.0.1:54518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 22:40:06,431 INFO Processing ruok command from /127.0.0.1:54522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 22:40:16,283 INFO Processing ruok command from /127.0.0.1:54706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 22:40:16,346 INFO Processing ruok command from /127.0.0.1:54708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 22:40:20,036 INFO Committing global session 0x10000357dfa0002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 22:40:26,296 INFO Processing ruok command from /127.0.0.1:54896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 22:40:26,336 INFO Processing ruok command from /127.0.0.1:54898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 22:40:36,322 INFO Processing ruok command from /127.0.0.1:55096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 22:40:36,416 INFO Processing ruok command from /127.0.0.1:55102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 22:40:46,297 INFO Processing ruok command from /127.0.0.1:55308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 22:40:46,362 INFO Processing ruok command from /127.0.0.1:55310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 22:40:56,307 INFO Processing ruok command from /127.0.0.1:55486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 22:40:56,344 INFO Processing ruok command from /127.0.0.1:55488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 22:41:06,288 INFO Processing ruok command from /127.0.0.1:55682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 22:41:06,328 INFO Processing ruok command from /127.0.0.1:55684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 22:41:16,271 INFO Processing ruok command from /127.0.0.1:55874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 22:41:16,310 INFO Processing ruok command from /127.0.0.1:55876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 22:41:26,279 INFO Processing ruok command from /127.0.0.1:56054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 22:41:26,318 INFO Processing ruok command from /127.0.0.1:56056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 22:41:36,275 INFO Processing ruok command from /127.0.0.1:56250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 22:41:36,337 INFO Processing ruok command from /127.0.0.1:56252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 22:41:46,293 INFO Processing ruok command from /127.0.0.1:56444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 22:41:46,351 INFO Processing ruok command from /127.0.0.1:56446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 22:41:56,275 INFO Processing ruok command from /127.0.0.1:56628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 22:41:56,317 INFO Processing ruok command from /127.0.0.1:56630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 22:42:06,281 INFO Processing ruok command from /127.0.0.1:56828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 22:42:06,347 INFO Processing ruok command from /127.0.0.1:56830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 22:42:16,292 INFO Processing ruok command from /127.0.0.1:57016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 22:42:16,330 INFO Processing ruok command from /127.0.0.1:57018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 22:42:19,611 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-7] 2022-11-21 22:42:19,621 INFO Committing global session 0x30000376df40006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 22:42:20,485 INFO Submitting global closeSession request for session 0x30000376df40006 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-21 22:42:26,284 INFO Processing ruok command from /127.0.0.1:57184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 22:42:26,356 INFO Processing ruok command from /127.0.0.1:57186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 22:42:36,267 INFO Processing ruok command from /127.0.0.1:57390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 22:42:36,340 INFO Processing ruok command from /127.0.0.1:57392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 22:42:46,282 INFO Processing ruok command from /127.0.0.1:57578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 22:42:46,312 INFO Processing ruok command from /127.0.0.1:57580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 22:42:56,281 INFO Processing ruok command from /127.0.0.1:57768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 22:42:56,351 INFO Processing ruok command from /127.0.0.1:57772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 22:43:06,277 INFO Processing ruok command from /127.0.0.1:57970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 22:43:06,335 INFO Processing ruok command from /127.0.0.1:57972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 22:43:16,289 INFO Processing ruok command from /127.0.0.1:58158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 22:43:16,328 INFO Processing ruok command from /127.0.0.1:58160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 22:43:26,291 INFO Processing ruok command from /127.0.0.1:58336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 22:43:26,329 INFO Processing ruok command from /127.0.0.1:58338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 22:43:36,280 INFO Processing ruok command from /127.0.0.1:58530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 22:43:36,313 INFO Processing ruok command from /127.0.0.1:58532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 22:43:46,294 INFO Processing ruok command from /127.0.0.1:58716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 22:43:46,335 INFO Processing ruok command from /127.0.0.1:58718 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 22:43:56,323 INFO Processing ruok command from /127.0.0.1:58902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 22:43:56,408 INFO Processing ruok command from /127.0.0.1:58904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 22:44:06,291 INFO Processing ruok command from /127.0.0.1:59124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 22:44:06,379 INFO Processing ruok command from /127.0.0.1:59126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 22:44:16,278 INFO Processing ruok command from /127.0.0.1:59336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 22:44:16,362 INFO Processing ruok command from /127.0.0.1:59338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 22:44:19,976 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-8] 2022-11-21 22:44:19,984 INFO Committing global session 0x30000376df40007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 22:44:20,827 INFO Submitting global closeSession request for session 0x30000376df40007 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-21 22:44:26,295 INFO Processing ruok command from /127.0.0.1:59508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 22:44:26,332 INFO Processing ruok command from /127.0.0.1:59510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 22:44:36,282 INFO Processing ruok command from /127.0.0.1:59688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 22:44:36,341 INFO Processing ruok command from /127.0.0.1:59690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 22:44:46,272 INFO Processing ruok command from /127.0.0.1:59862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 22:44:46,311 INFO Processing ruok command from /127.0.0.1:59864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 22:44:56,281 INFO Processing ruok command from /127.0.0.1:60022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 22:44:56,321 INFO Processing ruok command from /127.0.0.1:60024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 22:45:06,277 INFO Processing ruok command from /127.0.0.1:60220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 22:45:06,319 INFO Processing ruok command from /127.0.0.1:60222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 22:45:16,289 INFO Processing ruok command from /127.0.0.1:60386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 22:45:16,330 INFO Processing ruok command from /127.0.0.1:60388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 22:45:26,295 INFO Processing ruok command from /127.0.0.1:60538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 22:45:26,368 INFO Processing ruok command from /127.0.0.1:60540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 22:45:36,534 INFO Processing ruok command from /127.0.0.1:60744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 22:45:36,715 INFO Processing ruok command from /127.0.0.1:60748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 22:45:46,288 INFO Processing ruok command from /127.0.0.1:32808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 22:45:46,331 INFO Processing ruok command from /127.0.0.1:32810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 22:45:56,348 INFO Processing ruok command from /127.0.0.1:32986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 22:45:56,429 INFO Processing ruok command from /127.0.0.1:32988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 22:46:06,315 INFO Processing ruok command from /127.0.0.1:33246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 22:46:06,389 INFO Processing ruok command from /127.0.0.1:33248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 22:46:16,316 INFO Processing ruok command from /127.0.0.1:33468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 22:46:16,369 INFO Processing ruok command from /127.0.0.1:33470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 22:46:20,127 INFO Committing global session 0x10000357dfa0003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 22:46:26,296 INFO Processing ruok command from /127.0.0.1:33712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 22:46:26,341 INFO Processing ruok command from /127.0.0.1:33714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 22:46:36,296 INFO Processing ruok command from /127.0.0.1:33994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 22:46:36,400 INFO Processing ruok command from /127.0.0.1:33998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 22:46:46,384 INFO Processing ruok command from /127.0.0.1:34260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 22:46:46,420 INFO Processing ruok command from /127.0.0.1:34262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 22:46:56,320 INFO Processing ruok command from /127.0.0.1:34630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 22:46:56,449 INFO Processing ruok command from /127.0.0.1:34634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 22:47:06,318 INFO Processing ruok command from /127.0.0.1:34986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 22:47:06,391 INFO Processing ruok command from /127.0.0.1:34988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 22:47:16,290 INFO Processing ruok command from /127.0.0.1:35384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 22:47:16,336 INFO Processing ruok command from /127.0.0.1:35386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 22:47:22,152 INFO Committing global session 0x200003686ad0006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 22:47:22,307 INFO Committing global session 0x10000357dfa0004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 22:47:23,382 INFO Committing global session 0x10000357dfa0005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 22:47:26,441 INFO Processing ruok command from /127.0.0.1:35848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 22:47:26,535 INFO Processing ruok command from /127.0.0.1:35860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 22:47:36,318 INFO Processing ruok command from /127.0.0.1:36242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 22:47:36,382 INFO Processing ruok command from /127.0.0.1:36244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 22:47:46,292 INFO Processing ruok command from /127.0.0.1:36690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 22:47:46,368 INFO Processing ruok command from /127.0.0.1:36692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 22:47:56,302 INFO Processing ruok command from /127.0.0.1:37106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 22:47:56,385 INFO Processing ruok command from /127.0.0.1:37108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 22:48:06,275 INFO Processing ruok command from /127.0.0.1:37480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 22:48:06,351 INFO Processing ruok command from /127.0.0.1:37482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 22:48:16,339 INFO Processing ruok command from /127.0.0.1:37870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 22:48:16,455 INFO Processing ruok command from /127.0.0.1:37874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 22:48:19,667 INFO Committing global session 0x200003686ad0007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 22:48:25,527 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/dea3d4bf-9cac-40d7-a96b-1bfe69ea00b8/onap-policy-clamp-ac-http-ppnt-7b6797d786-7xm4q (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 22:48:25,540 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/d730ab2f-8f86-49d0-ac4b-e01f0ac1f5f7/onap-policy-clamp-ac-k8s-ppnt-68f74d98c7-njpmt (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 22:48:25,546 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/8f221a42-9684-417e-acaa-845ac3dae368/onap-policy-clamp-ac-pf-ppnt-5f97b4fdff-vbqg7 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 22:48:25,553 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/91b3be11-0de0-4e47-9b02-1f45f4f26400/onap-policy-apex-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 22:48:26,332 INFO Processing ruok command from /127.0.0.1:38322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 22:48:26,444 INFO Processing ruok command from /127.0.0.1:38328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 22:48:36,284 INFO Processing ruok command from /127.0.0.1:38750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 22:48:36,371 INFO Processing ruok command from /127.0.0.1:38754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 22:48:46,280 INFO Processing ruok command from /127.0.0.1:39150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 22:48:46,366 INFO Processing ruok command from /127.0.0.1:39152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 22:48:56,282 INFO Processing ruok command from /127.0.0.1:39554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 22:48:56,370 INFO Processing ruok command from /127.0.0.1:39556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 22:49:06,302 INFO Processing ruok command from /127.0.0.1:39960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 22:49:06,397 INFO Processing ruok command from /127.0.0.1:39964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 22:49:16,294 INFO Processing ruok command from /127.0.0.1:40340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 22:49:16,367 INFO Processing ruok command from /127.0.0.1:40342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 22:49:25,528 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/91b3be11-0de0-4e47-9b02-1f45f4f26400 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 22:49:25,537 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/8432bef1-8263-4ffa-93d6-c1d35c51abce/onap-policy-clamp-runtime-acm-74fb555944-r74wj (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 22:49:25,543 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/b0f23ee2-abfd-49c2-bb37-458fabf70c78/onap-policy-xacml-pdp-58b49f7c57-7hl27 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 22:49:25,551 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/d730ab2f-8f86-49d0-ac4b-e01f0ac1f5f7 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 22:49:25,559 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/dea3d4bf-9cac-40d7-a96b-1bfe69ea00b8 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 22:49:25,569 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/8f221a42-9684-417e-acaa-845ac3dae368 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 22:49:25,575 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/d7858667-a107-4afe-ad50-a7facf47f790/onap-policy-pap-6fbb7d47f9-phxgs (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 22:49:25,582 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap/445b1d2e-19eb-49a7-b15a-8b2794c7cbf0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 22:49:26,283 INFO Processing ruok command from /127.0.0.1:40726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 22:49:26,355 INFO Processing ruok command from /127.0.0.1:40728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 22:49:36,313 INFO Processing ruok command from /127.0.0.1:41160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 22:49:36,398 INFO Processing ruok command from /127.0.0.1:41162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 22:49:46,280 INFO Processing ruok command from /127.0.0.1:41548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 22:49:46,349 INFO Processing ruok command from /127.0.0.1:41550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 22:49:56,340 INFO Processing ruok command from /127.0.0.1:41948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 22:49:56,433 INFO Processing ruok command from /127.0.0.1:41950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 22:50:06,319 INFO Processing ruok command from /127.0.0.1:42368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 22:50:06,430 INFO Processing ruok command from /127.0.0.1:42372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 22:50:16,345 INFO Processing ruok command from /127.0.0.1:42808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 22:50:16,574 INFO Processing ruok command from /127.0.0.1:42816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 22:50:19,985 INFO Committing global session 0x10000357dfa0006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 22:50:25,533 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/8432bef1-8263-4ffa-93d6-c1d35c51abce (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 22:50:25,533 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/ca6e81ec-0d57-4f73-a1ac-1848176f03e0/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 22:50:25,541 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 22:50:25,548 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/b0f23ee2-abfd-49c2-bb37-458fabf70c78 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 22:50:25,554 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/d7858667-a107-4afe-ad50-a7facf47f790 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 22:50:26,329 INFO Processing ruok command from /127.0.0.1:43234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 22:50:26,421 INFO Processing ruok command from /127.0.0.1:43238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 22:50:36,379 INFO Processing ruok command from /127.0.0.1:43664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 22:50:36,466 INFO Processing ruok command from /127.0.0.1:43672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 22:50:46,303 INFO Processing ruok command from /127.0.0.1:44064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 22:50:46,397 INFO Processing ruok command from /127.0.0.1:44068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 22:50:56,289 INFO Processing ruok command from /127.0.0.1:44484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 22:50:56,341 INFO Processing ruok command from /127.0.0.1:44486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 22:51:06,282 INFO Processing ruok command from /127.0.0.1:44888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 22:51:06,361 INFO Processing ruok command from /127.0.0.1:44890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 22:51:16,295 INFO Processing ruok command from /127.0.0.1:45322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 22:51:16,389 INFO Processing ruok command from /127.0.0.1:45326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 22:51:25,527 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/ca6e81ec-0d57-4f73-a1ac-1848176f03e0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 22:51:25,533 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 22:51:26,308 INFO Processing ruok command from /127.0.0.1:45712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 22:51:26,365 INFO Processing ruok command from /127.0.0.1:45714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 22:51:36,277 INFO Processing ruok command from /127.0.0.1:46144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 22:51:36,353 INFO Processing ruok command from /127.0.0.1:46146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 22:51:46,304 INFO Processing ruok command from /127.0.0.1:46568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 22:51:46,341 INFO Processing ruok command from /127.0.0.1:46570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 22:51:56,311 INFO Processing ruok command from /127.0.0.1:46958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 22:51:56,397 INFO Processing ruok command from /127.0.0.1:46960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 22:52:06,273 INFO Processing ruok command from /127.0.0.1:47386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 22:52:06,364 INFO Processing ruok command from /127.0.0.1:47388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 22:52:16,274 INFO Processing ruok command from /127.0.0.1:47798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 22:52:16,349 INFO Processing ruok command from /127.0.0.1:47800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 22:52:19,720 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-9] 2022-11-21 22:52:19,728 INFO Committing global session 0x30000376df40008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 22:52:20,586 INFO Submitting global closeSession request for session 0x30000376df40008 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-21 22:52:25,526 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 22:52:26,297 INFO Processing ruok command from /127.0.0.1:48192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 22:52:26,371 INFO Processing ruok command from /127.0.0.1:48194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 22:52:36,293 INFO Processing ruok command from /127.0.0.1:48624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 22:52:36,341 INFO Processing ruok command from /127.0.0.1:48626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 22:52:46,303 INFO Processing ruok command from /127.0.0.1:49038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 22:52:46,352 INFO Processing ruok command from /127.0.0.1:49040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 22:52:56,303 INFO Processing ruok command from /127.0.0.1:49604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 22:52:56,376 INFO Processing ruok command from /127.0.0.1:49606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 22:53:06,307 INFO Processing ruok command from /127.0.0.1:50056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 22:53:06,348 INFO Processing ruok command from /127.0.0.1:50058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 22:53:16,293 INFO Processing ruok command from /127.0.0.1:50468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 22:53:16,360 INFO Processing ruok command from /127.0.0.1:50470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 22:53:25,526 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 22:53:26,288 INFO Processing ruok command from /127.0.0.1:50864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 22:53:26,337 INFO Processing ruok command from /127.0.0.1:50866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 22:53:36,282 INFO Processing ruok command from /127.0.0.1:51278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 22:53:36,331 INFO Processing ruok command from /127.0.0.1:51280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 22:53:46,283 INFO Processing ruok command from /127.0.0.1:51702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 22:53:46,353 INFO Processing ruok command from /127.0.0.1:51704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 22:53:56,292 INFO Processing ruok command from /127.0.0.1:52096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 22:53:56,341 INFO Processing ruok command from /127.0.0.1:52098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 22:54:06,296 INFO Processing ruok command from /127.0.0.1:52506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 22:54:06,364 INFO Processing ruok command from /127.0.0.1:52512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 22:54:16,284 INFO Processing ruok command from /127.0.0.1:52916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 22:54:16,343 INFO Processing ruok command from /127.0.0.1:52918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 22:54:19,690 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-10] 2022-11-21 22:54:19,699 INFO Committing global session 0x30000376df40009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 22:54:20,597 INFO Submitting global closeSession request for session 0x30000376df40009 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-21 22:54:26,298 INFO Processing ruok command from /127.0.0.1:53310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 22:54:26,339 INFO Processing ruok command from /127.0.0.1:53312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 22:54:36,281 INFO Processing ruok command from /127.0.0.1:53734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 22:54:36,327 INFO Processing ruok command from /127.0.0.1:53736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 22:54:46,284 INFO Processing ruok command from /127.0.0.1:54138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 22:54:46,336 INFO Processing ruok command from /127.0.0.1:54140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 22:54:56,274 INFO Processing ruok command from /127.0.0.1:54550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 22:54:56,340 INFO Processing ruok command from /127.0.0.1:54552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 22:55:06,294 INFO Processing ruok command from /127.0.0.1:54976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 22:55:06,367 INFO Processing ruok command from /127.0.0.1:54978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 22:55:16,274 INFO Processing ruok command from /127.0.0.1:55386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 22:55:16,339 INFO Processing ruok command from /127.0.0.1:55388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 22:55:26,286 INFO Processing ruok command from /127.0.0.1:55782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 22:55:26,345 INFO Processing ruok command from /127.0.0.1:55784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 22:55:36,279 INFO Processing ruok command from /127.0.0.1:56200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 22:55:36,346 INFO Processing ruok command from /127.0.0.1:56202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 22:55:46,290 INFO Processing ruok command from /127.0.0.1:56616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 22:55:46,356 INFO Processing ruok command from /127.0.0.1:56618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 22:55:56,286 INFO Processing ruok command from /127.0.0.1:57016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 22:55:56,385 INFO Processing ruok command from /127.0.0.1:57018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 22:56:06,276 INFO Processing ruok command from /127.0.0.1:57440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 22:56:06,318 INFO Processing ruok command from /127.0.0.1:57442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 22:56:16,282 INFO Processing ruok command from /127.0.0.1:57852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 22:56:16,342 INFO Processing ruok command from /127.0.0.1:57856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 22:56:19,709 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-11] 2022-11-21 22:56:19,719 INFO Committing global session 0x30000376df4000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 22:56:20,602 INFO Submitting global closeSession request for session 0x30000376df4000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-21 22:56:26,280 INFO Processing ruok command from /127.0.0.1:58260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 22:56:26,323 INFO Processing ruok command from /127.0.0.1:58262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 22:56:36,299 INFO Processing ruok command from /127.0.0.1:58674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 22:56:36,356 INFO Processing ruok command from /127.0.0.1:58676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 22:56:46,294 INFO Processing ruok command from /127.0.0.1:59094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 22:56:46,374 INFO Processing ruok command from /127.0.0.1:59098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 22:56:56,258 INFO Processing ruok command from /127.0.0.1:59504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 22:56:56,349 INFO Processing ruok command from /127.0.0.1:59508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 22:57:06,294 INFO Processing ruok command from /127.0.0.1:59978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 22:57:06,370 INFO Processing ruok command from /127.0.0.1:59980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 22:57:16,291 INFO Processing ruok command from /127.0.0.1:60392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 22:57:16,374 INFO Processing ruok command from /127.0.0.1:60394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 22:57:26,286 INFO Processing ruok command from /127.0.0.1:60786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 22:57:26,361 INFO Processing ruok command from /127.0.0.1:60788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 22:57:36,293 INFO Processing ruok command from /127.0.0.1:32972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 22:57:36,373 INFO Processing ruok command from /127.0.0.1:32974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 22:57:46,308 INFO Processing ruok command from /127.0.0.1:33382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 22:57:46,401 INFO Processing ruok command from /127.0.0.1:33384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 22:57:56,284 INFO Processing ruok command from /127.0.0.1:33814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 22:57:56,367 INFO Processing ruok command from /127.0.0.1:33816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 22:58:06,302 INFO Processing ruok command from /127.0.0.1:34250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 22:58:06,379 INFO Processing ruok command from /127.0.0.1:34252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 22:58:16,301 INFO Processing ruok command from /127.0.0.1:34660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 22:58:16,376 INFO Processing ruok command from /127.0.0.1:34662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 22:58:19,899 INFO Committing global session 0x10000357dfa0007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 22:58:26,295 INFO Processing ruok command from /127.0.0.1:35080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 22:58:26,364 INFO Processing ruok command from /127.0.0.1:35082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 22:58:36,301 INFO Processing ruok command from /127.0.0.1:35506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 22:58:36,343 INFO Processing ruok command from /127.0.0.1:35508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 22:58:46,298 INFO Processing ruok command from /127.0.0.1:35928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 22:58:46,337 INFO Processing ruok command from /127.0.0.1:35930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 22:58:56,293 INFO Processing ruok command from /127.0.0.1:36322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 22:58:56,358 INFO Processing ruok command from /127.0.0.1:36326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 22:59:06,285 INFO Processing ruok command from /127.0.0.1:36744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 22:59:06,332 INFO Processing ruok command from /127.0.0.1:36746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 22:59:16,283 INFO Processing ruok command from /127.0.0.1:37186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 22:59:16,326 INFO Processing ruok command from /127.0.0.1:37188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 22:59:26,279 INFO Processing ruok command from /127.0.0.1:37588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 22:59:26,330 INFO Processing ruok command from /127.0.0.1:37590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 22:59:36,289 INFO Processing ruok command from /127.0.0.1:38016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 22:59:36,374 INFO Processing ruok command from /127.0.0.1:38022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 22:59:46,293 INFO Processing ruok command from /127.0.0.1:38434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 22:59:46,349 INFO Processing ruok command from /127.0.0.1:38440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 22:59:56,306 INFO Processing ruok command from /127.0.0.1:38848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 22:59:56,357 INFO Processing ruok command from /127.0.0.1:38850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 23:00:06,282 INFO Processing ruok command from /127.0.0.1:39272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 23:00:06,328 INFO Processing ruok command from /127.0.0.1:39276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 23:00:16,293 INFO Processing ruok command from /127.0.0.1:39708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 23:00:16,361 INFO Processing ruok command from /127.0.0.1:39710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 23:00:19,639 INFO Committing global session 0x10000357dfa0008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 23:00:26,295 INFO Processing ruok command from /127.0.0.1:40140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 23:00:26,342 INFO Processing ruok command from /127.0.0.1:40142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 23:00:36,298 INFO Processing ruok command from /127.0.0.1:40568 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 23:00:36,385 INFO Processing ruok command from /127.0.0.1:40578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 23:00:46,319 INFO Processing ruok command from /127.0.0.1:41004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 23:00:46,393 INFO Processing ruok command from /127.0.0.1:41008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 23:00:56,300 INFO Processing ruok command from /127.0.0.1:41406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 23:00:56,372 INFO Processing ruok command from /127.0.0.1:41418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 23:01:06,283 INFO Processing ruok command from /127.0.0.1:41850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 23:01:06,372 INFO Processing ruok command from /127.0.0.1:41852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 23:01:16,301 INFO Processing ruok command from /127.0.0.1:42264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 23:01:16,411 INFO Processing ruok command from /127.0.0.1:42270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 23:01:26,281 INFO Processing ruok command from /127.0.0.1:42700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 23:01:26,323 INFO Processing ruok command from /127.0.0.1:42702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 23:01:36,293 INFO Processing ruok command from /127.0.0.1:43128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 23:01:36,380 INFO Processing ruok command from /127.0.0.1:43130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 23:01:46,282 INFO Processing ruok command from /127.0.0.1:43582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 23:01:46,330 INFO Processing ruok command from /127.0.0.1:43584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 23:01:56,824 INFO Processing ruok command from /127.0.0.1:44064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 23:01:57,194 INFO Processing ruok command from /127.0.0.1:44102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 23:02:06,274 INFO Processing ruok command from /127.0.0.1:44528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 23:02:06,330 INFO Processing ruok command from /127.0.0.1:44530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 23:02:16,332 INFO Processing ruok command from /127.0.0.1:44926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 23:02:16,438 INFO Processing ruok command from /127.0.0.1:44934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 23:02:19,944 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-12] 2022-11-21 23:02:19,964 INFO Committing global session 0x30000376df4000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 23:02:20,818 INFO Submitting global closeSession request for session 0x30000376df4000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-21 23:02:26,302 INFO Processing ruok command from /127.0.0.1:45388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 23:02:26,366 INFO Processing ruok command from /127.0.0.1:45390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 23:02:36,324 INFO Processing ruok command from /127.0.0.1:45828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 23:02:36,460 INFO Processing ruok command from /127.0.0.1:45836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 23:02:46,284 INFO Processing ruok command from /127.0.0.1:46300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 23:02:46,327 INFO Processing ruok command from /127.0.0.1:46302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 23:02:56,298 INFO Processing ruok command from /127.0.0.1:46740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 23:02:56,400 INFO Processing ruok command from /127.0.0.1:46742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 23:03:06,293 INFO Processing ruok command from /127.0.0.1:47206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 23:03:06,340 INFO Processing ruok command from /127.0.0.1:47208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 23:03:16,313 INFO Processing ruok command from /127.0.0.1:47638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 23:03:16,458 INFO Processing ruok command from /127.0.0.1:47646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 23:03:26,275 INFO Processing ruok command from /127.0.0.1:48086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 23:03:26,336 INFO Processing ruok command from /127.0.0.1:48088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 23:03:36,304 INFO Processing ruok command from /127.0.0.1:48530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 23:03:36,368 INFO Processing ruok command from /127.0.0.1:48532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 23:03:46,285 INFO Processing ruok command from /127.0.0.1:49002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 23:03:46,339 INFO Processing ruok command from /127.0.0.1:49004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 23:03:56,283 INFO Processing ruok command from /127.0.0.1:49412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 23:03:56,330 INFO Processing ruok command from /127.0.0.1:49418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 23:04:06,291 INFO Processing ruok command from /127.0.0.1:49884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 23:04:06,365 INFO Processing ruok command from /127.0.0.1:49886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 23:04:16,320 INFO Processing ruok command from /127.0.0.1:50330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 23:04:16,394 INFO Processing ruok command from /127.0.0.1:50332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 23:04:19,820 INFO Committing global session 0x200003686ad0008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 23:04:26,281 INFO Processing ruok command from /127.0.0.1:50772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 23:04:26,327 INFO Processing ruok command from /127.0.0.1:50774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 23:04:36,283 INFO Processing ruok command from /127.0.0.1:51228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 23:04:36,324 INFO Processing ruok command from /127.0.0.1:51230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 23:04:46,274 INFO Processing ruok command from /127.0.0.1:51692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 23:04:46,340 INFO Processing ruok command from /127.0.0.1:51694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 23:04:56,315 INFO Processing ruok command from /127.0.0.1:52124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 23:04:56,375 INFO Processing ruok command from /127.0.0.1:52126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 23:05:06,288 INFO Processing ruok command from /127.0.0.1:52614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 23:05:06,392 INFO Processing ruok command from /127.0.0.1:52616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 23:05:16,286 INFO Processing ruok command from /127.0.0.1:53052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 23:05:16,353 INFO Processing ruok command from /127.0.0.1:53054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 23:05:26,297 INFO Processing ruok command from /127.0.0.1:53512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 23:05:26,376 INFO Processing ruok command from /127.0.0.1:53526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 23:05:36,310 INFO Processing ruok command from /127.0.0.1:53968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 23:05:36,370 INFO Processing ruok command from /127.0.0.1:53970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 23:05:46,280 INFO Processing ruok command from /127.0.0.1:54456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 23:05:46,353 INFO Processing ruok command from /127.0.0.1:54458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 23:05:56,289 INFO Processing ruok command from /127.0.0.1:54906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 23:05:56,391 INFO Processing ruok command from /127.0.0.1:54908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 23:06:06,281 INFO Processing ruok command from /127.0.0.1:55374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 23:06:06,326 INFO Processing ruok command from /127.0.0.1:55376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 23:06:16,319 INFO Processing ruok command from /127.0.0.1:55824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 23:06:16,395 INFO Processing ruok command from /127.0.0.1:55828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 23:06:19,795 INFO Committing global session 0x10000357dfa0009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 23:06:26,279 INFO Processing ruok command from /127.0.0.1:56298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 23:06:26,326 INFO Processing ruok command from /127.0.0.1:56300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 23:06:36,401 INFO Processing ruok command from /127.0.0.1:56750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 23:06:36,541 INFO Processing ruok command from /127.0.0.1:56764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 23:06:46,280 INFO Processing ruok command from /127.0.0.1:57240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 23:06:46,321 INFO Processing ruok command from /127.0.0.1:57242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 23:06:56,292 INFO Processing ruok command from /127.0.0.1:57678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 23:06:56,374 INFO Processing ruok command from /127.0.0.1:57680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 23:07:06,386 INFO Processing ruok command from /127.0.0.1:58154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 23:07:06,501 INFO Processing ruok command from /127.0.0.1:58158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 23:07:16,289 INFO Processing ruok command from /127.0.0.1:58600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 23:07:16,323 INFO Processing ruok command from /127.0.0.1:58602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 23:07:26,297 INFO Processing ruok command from /127.0.0.1:59054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 23:07:26,340 INFO Processing ruok command from /127.0.0.1:59056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 23:07:36,297 INFO Processing ruok command from /127.0.0.1:59518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 23:07:36,373 INFO Processing ruok command from /127.0.0.1:59520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 23:07:46,272 INFO Processing ruok command from /127.0.0.1:59978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 23:07:46,341 INFO Processing ruok command from /127.0.0.1:59980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 23:07:56,324 INFO Processing ruok command from /127.0.0.1:60484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 23:07:56,431 INFO Processing ruok command from /127.0.0.1:60486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 23:08:06,295 INFO Processing ruok command from /127.0.0.1:60980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 23:08:06,352 INFO Processing ruok command from /127.0.0.1:60982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 23:08:16,310 INFO Processing ruok command from /127.0.0.1:33224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 23:08:16,345 INFO Processing ruok command from /127.0.0.1:33226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 23:08:19,956 INFO Committing global session 0x200003686ad0009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 23:08:25,527 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp/sdnc2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 23:08:25,533 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 23:08:25,539 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1/NBIC1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 23:08:25,546 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 23:08:26,279 INFO Processing ruok command from /127.0.0.1:33776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 23:08:26,334 INFO Processing ruok command from /127.0.0.1:33780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 23:08:36,325 INFO Processing ruok command from /127.0.0.1:34328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 23:08:36,460 INFO Processing ruok command from /127.0.0.1:34330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 23:08:46,284 INFO Processing ruok command from /127.0.0.1:34822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 23:08:46,350 INFO Processing ruok command from /127.0.0.1:34824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 23:08:56,300 INFO Processing ruok command from /127.0.0.1:35310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 23:08:56,378 INFO Processing ruok command from /127.0.0.1:35312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 23:09:06,274 INFO Processing ruok command from /127.0.0.1:35800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 23:09:06,339 INFO Processing ruok command from /127.0.0.1:35802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 23:09:16,289 INFO Processing ruok command from /127.0.0.1:36242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 23:09:16,335 INFO Processing ruok command from /127.0.0.1:36248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 23:09:25,526 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 23:09:25,532 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_pmsh_cg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 23:09:25,538 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 23:09:25,544 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 23:09:26,282 INFO Processing ruok command from /127.0.0.1:36698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 23:09:26,351 INFO Processing ruok command from /127.0.0.1:36700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 23:09:36,290 INFO Processing ruok command from /127.0.0.1:37148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 23:09:36,373 INFO Processing ruok command from /127.0.0.1:37150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 23:09:46,282 INFO Processing ruok command from /127.0.0.1:37610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 23:09:46,345 INFO Processing ruok command from /127.0.0.1:37614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 23:09:56,332 INFO Processing ruok command from /127.0.0.1:38040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 23:09:56,404 INFO Processing ruok command from /127.0.0.1:38042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 23:10:06,283 INFO Processing ruok command from /127.0.0.1:38530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 23:10:06,357 INFO Processing ruok command from /127.0.0.1:38532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 23:10:16,278 INFO Processing ruok command from /127.0.0.1:38970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 23:10:16,359 INFO Processing ruok command from /127.0.0.1:38972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 23:10:19,654 INFO Committing global session 0x200003686ad000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 23:10:25,527 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 23:10:26,315 INFO Processing ruok command from /127.0.0.1:39412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 23:10:26,390 INFO Processing ruok command from /127.0.0.1:39414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 23:10:36,300 INFO Processing ruok command from /127.0.0.1:39874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 23:10:36,376 INFO Processing ruok command from /127.0.0.1:39876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 23:10:46,288 INFO Processing ruok command from /127.0.0.1:40346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 23:10:46,362 INFO Processing ruok command from /127.0.0.1:40348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 23:10:56,290 INFO Processing ruok command from /127.0.0.1:40780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 23:10:56,372 INFO Processing ruok command from /127.0.0.1:40782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 23:11:06,287 INFO Processing ruok command from /127.0.0.1:41266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 23:11:06,354 INFO Processing ruok command from /127.0.0.1:41268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 23:11:16,324 INFO Processing ruok command from /127.0.0.1:41706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 23:11:16,408 INFO Processing ruok command from /127.0.0.1:41708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 23:11:25,526 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 23:11:26,285 INFO Processing ruok command from /127.0.0.1:42178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 23:11:26,324 INFO Processing ruok command from /127.0.0.1:42180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 23:11:36,284 INFO Processing ruok command from /127.0.0.1:42628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 23:11:36,340 INFO Processing ruok command from /127.0.0.1:42630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 23:11:46,289 INFO Processing ruok command from /127.0.0.1:43110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 23:11:46,328 INFO Processing ruok command from /127.0.0.1:43112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 23:11:56,308 INFO Processing ruok command from /127.0.0.1:43536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 23:11:56,373 INFO Processing ruok command from /127.0.0.1:43538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 23:12:06,273 INFO Processing ruok command from /127.0.0.1:44004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 23:12:06,319 INFO Processing ruok command from /127.0.0.1:44006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 23:12:16,284 INFO Processing ruok command from /127.0.0.1:44462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 23:12:16,351 INFO Processing ruok command from /127.0.0.1:44464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 23:12:19,631 INFO Committing global session 0x10000357dfa000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 23:12:25,526 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO/sdc-AUTO1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 23:12:25,531 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 23:12:26,278 INFO Processing ruok command from /127.0.0.1:44906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 23:12:26,324 INFO Processing ruok command from /127.0.0.1:44908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 23:12:36,305 INFO Processing ruok command from /127.0.0.1:45374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 23:12:36,405 INFO Processing ruok command from /127.0.0.1:45378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 23:12:46,302 INFO Processing ruok command from /127.0.0.1:45842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 23:12:46,359 INFO Processing ruok command from /127.0.0.1:45844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 23:12:56,308 INFO Processing ruok command from /127.0.0.1:46284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 23:12:56,389 INFO Processing ruok command from /127.0.0.1:46286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 23:13:06,278 INFO Processing ruok command from /127.0.0.1:46768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 23:13:06,351 INFO Processing ruok command from /127.0.0.1:46772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 23:13:16,305 INFO Processing ruok command from /127.0.0.1:47232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 23:13:16,400 INFO Processing ruok command from /127.0.0.1:47234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 23:13:25,526 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group/policy-id (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 23:13:25,531 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 23:13:25,538 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 23:13:25,544 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 23:13:26,279 INFO Processing ruok command from /127.0.0.1:47690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 23:13:26,350 INFO Processing ruok command from /127.0.0.1:47694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 23:13:36,303 INFO Processing ruok command from /127.0.0.1:48140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 23:13:36,401 INFO Processing ruok command from /127.0.0.1:48142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 23:13:46,281 INFO Processing ruok command from /127.0.0.1:48608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 23:13:46,330 INFO Processing ruok command from /127.0.0.1:48612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 23:13:56,324 INFO Processing ruok command from /127.0.0.1:49056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 23:13:56,426 INFO Processing ruok command from /127.0.0.1:49060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 23:14:06,286 INFO Processing ruok command from /127.0.0.1:49544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 23:14:06,347 INFO Processing ruok command from /127.0.0.1:49548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 23:14:16,291 INFO Processing ruok command from /127.0.0.1:49990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 23:14:16,380 INFO Processing ruok command from /127.0.0.1:49994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 23:14:19,932 INFO Committing global session 0x10000357dfa000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 23:14:25,527 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 23:14:25,533 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-11-21 23:14:25,539 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 23:14:25,544 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-11-21 23:14:25,551 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 23:14:25,557 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-11-21 23:14:25,563 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/policy-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 23:14:25,569 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/multicloud-k8s-group/multicloud-k8s-id (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 23:14:26,286 INFO Processing ruok command from /127.0.0.1:50452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 23:14:26,325 INFO Processing ruok command from /127.0.0.1:50454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 23:14:36,283 INFO Processing ruok command from /127.0.0.1:50908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 23:14:36,371 INFO Processing ruok command from /127.0.0.1:50910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 23:14:46,302 INFO Processing ruok command from /127.0.0.1:51380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 23:14:46,346 INFO Processing ruok command from /127.0.0.1:51384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 23:14:56,281 INFO Processing ruok command from /127.0.0.1:51810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 23:14:56,342 INFO Processing ruok command from /127.0.0.1:51812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 23:15:06,285 INFO Processing ruok command from /127.0.0.1:52284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 23:15:06,321 INFO Processing ruok command from /127.0.0.1:52286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 23:15:16,292 INFO Processing ruok command from /127.0.0.1:52732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 23:15:16,387 INFO Processing ruok command from /127.0.0.1:52734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 23:15:25,526 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/sdc-OpenSource-Env1-sdnc-dockero (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 23:15:25,531 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 23:15:25,538 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 23:15:25,544 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 23:15:25,550 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/multicloud-k8s-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 23:15:26,278 INFO Processing ruok command from /127.0.0.1:53180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 23:15:26,352 INFO Processing ruok command from /127.0.0.1:53182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 23:15:36,299 INFO Processing ruok command from /127.0.0.1:53652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 23:15:36,418 INFO Processing ruok command from /127.0.0.1:53654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 23:15:46,290 INFO Processing ruok command from /127.0.0.1:54114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 23:15:46,349 INFO Processing ruok command from /127.0.0.1:54116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 23:15:56,287 INFO Processing ruok command from /127.0.0.1:54552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 23:15:56,363 INFO Processing ruok command from /127.0.0.1:54558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 23:16:06,306 INFO Processing ruok command from /127.0.0.1:55026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 23:16:06,406 INFO Processing ruok command from /127.0.0.1:55028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 23:16:16,296 INFO Processing ruok command from /127.0.0.1:55470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 23:16:16,394 INFO Processing ruok command from /127.0.0.1:55472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 23:16:19,941 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-13] 2022-11-21 23:16:19,951 INFO Committing global session 0x30000376df4000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 23:16:20,828 INFO Submitting global closeSession request for session 0x30000376df4000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-21 23:16:25,530 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 23:16:25,535 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 23:16:26,310 INFO Processing ruok command from /127.0.0.1:55914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 23:16:26,398 INFO Processing ruok command from /127.0.0.1:55916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 23:16:36,311 INFO Processing ruok command from /127.0.0.1:56396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 23:16:36,368 INFO Processing ruok command from /127.0.0.1:56400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 23:16:46,283 INFO Processing ruok command from /127.0.0.1:56876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 23:16:46,353 INFO Processing ruok command from /127.0.0.1:56878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 23:16:56,309 INFO Processing ruok command from /127.0.0.1:57308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 23:16:56,389 INFO Processing ruok command from /127.0.0.1:57310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 23:17:06,292 INFO Processing ruok command from /127.0.0.1:57786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 23:17:06,332 INFO Processing ruok command from /127.0.0.1:57788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 23:17:16,286 INFO Processing ruok command from /127.0.0.1:58248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 23:17:16,365 INFO Processing ruok command from /127.0.0.1:58250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 23:17:25,526 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-21 23:17:26,279 INFO Processing ruok command from /127.0.0.1:58696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 23:17:26,359 INFO Processing ruok command from /127.0.0.1:58698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 23:17:36,275 INFO Processing ruok command from /127.0.0.1:59180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 23:17:36,364 INFO Processing ruok command from /127.0.0.1:59182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 23:17:46,289 INFO Processing ruok command from /127.0.0.1:59644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 23:17:46,338 INFO Processing ruok command from /127.0.0.1:59646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 23:17:56,311 INFO Processing ruok command from /127.0.0.1:60086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 23:17:56,383 INFO Processing ruok command from /127.0.0.1:60088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 23:18:06,291 INFO Processing ruok command from /127.0.0.1:60594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 23:18:06,339 INFO Processing ruok command from /127.0.0.1:60596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 23:18:16,292 INFO Processing ruok command from /127.0.0.1:32818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 23:18:16,412 INFO Processing ruok command from /127.0.0.1:32820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 23:18:19,764 INFO Committing global session 0x10000357dfa000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 23:18:26,296 INFO Processing ruok command from /127.0.0.1:33264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 23:18:26,347 INFO Processing ruok command from /127.0.0.1:33266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 23:18:36,273 INFO Processing ruok command from /127.0.0.1:33730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 23:18:36,373 INFO Processing ruok command from /127.0.0.1:33732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 23:18:46,273 INFO Processing ruok command from /127.0.0.1:34196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 23:18:46,334 INFO Processing ruok command from /127.0.0.1:34198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 23:18:56,275 INFO Processing ruok command from /127.0.0.1:34640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 23:18:56,394 INFO Processing ruok command from /127.0.0.1:34642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 23:19:06,282 INFO Processing ruok command from /127.0.0.1:35106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 23:19:06,353 INFO Processing ruok command from /127.0.0.1:35108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 23:19:16,303 INFO Processing ruok command from /127.0.0.1:35554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 23:19:16,391 INFO Processing ruok command from /127.0.0.1:35556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 23:19:26,288 INFO Processing ruok command from /127.0.0.1:36006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 23:19:26,370 INFO Processing ruok command from /127.0.0.1:36008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 23:19:36,276 INFO Processing ruok command from /127.0.0.1:36478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 23:19:36,386 INFO Processing ruok command from /127.0.0.1:36480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 23:19:46,286 INFO Processing ruok command from /127.0.0.1:37046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 23:19:46,355 INFO Processing ruok command from /127.0.0.1:37048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 23:19:56,312 INFO Processing ruok command from /127.0.0.1:37492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 23:19:56,357 INFO Processing ruok command from /127.0.0.1:37494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 23:20:06,287 INFO Processing ruok command from /127.0.0.1:37986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 23:20:06,323 INFO Processing ruok command from /127.0.0.1:37988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 23:20:16,312 INFO Processing ruok command from /127.0.0.1:38420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 23:20:16,380 INFO Processing ruok command from /127.0.0.1:38426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 23:20:19,605 INFO Committing global session 0x10000357dfa000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 23:20:26,308 INFO Processing ruok command from /127.0.0.1:38868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 23:20:26,359 INFO Processing ruok command from /127.0.0.1:38870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 23:20:36,288 INFO Processing ruok command from /127.0.0.1:39326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 23:20:36,407 INFO Processing ruok command from /127.0.0.1:39330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 23:20:46,283 INFO Processing ruok command from /127.0.0.1:39794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 23:20:46,341 INFO Processing ruok command from /127.0.0.1:39798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 23:20:56,301 INFO Processing ruok command from /127.0.0.1:40236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 23:20:56,386 INFO Processing ruok command from /127.0.0.1:40238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 23:21:06,293 INFO Processing ruok command from /127.0.0.1:40702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 23:21:06,357 INFO Processing ruok command from /127.0.0.1:40704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 23:21:16,295 INFO Processing ruok command from /127.0.0.1:41146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 23:21:16,374 INFO Processing ruok command from /127.0.0.1:41150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 23:21:26,279 INFO Processing ruok command from /127.0.0.1:41618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 23:21:26,354 INFO Processing ruok command from /127.0.0.1:41620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 23:21:36,306 INFO Processing ruok command from /127.0.0.1:42070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 23:21:36,350 INFO Processing ruok command from /127.0.0.1:42072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 23:21:46,283 INFO Processing ruok command from /127.0.0.1:42552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 23:21:46,318 INFO Processing ruok command from /127.0.0.1:42554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 23:21:56,285 INFO Processing ruok command from /127.0.0.1:42996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 23:21:56,362 INFO Processing ruok command from /127.0.0.1:42998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 23:22:06,289 INFO Processing ruok command from /127.0.0.1:43464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 23:22:06,333 INFO Processing ruok command from /127.0.0.1:43466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 23:22:16,305 INFO Processing ruok command from /127.0.0.1:43910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 23:22:16,429 INFO Processing ruok command from /127.0.0.1:43912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 23:22:19,922 INFO Committing global session 0x10000357dfa000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 23:22:26,282 INFO Processing ruok command from /127.0.0.1:44350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 23:22:26,333 INFO Processing ruok command from /127.0.0.1:44352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 23:22:36,284 INFO Processing ruok command from /127.0.0.1:44834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 23:22:36,337 INFO Processing ruok command from /127.0.0.1:44836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 23:22:46,276 INFO Processing ruok command from /127.0.0.1:45296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 23:22:46,344 INFO Processing ruok command from /127.0.0.1:45298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 23:22:56,302 INFO Processing ruok command from /127.0.0.1:45728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 23:22:56,371 INFO Processing ruok command from /127.0.0.1:45730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 23:23:06,288 INFO Processing ruok command from /127.0.0.1:46224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 23:23:06,328 INFO Processing ruok command from /127.0.0.1:46226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 23:23:16,282 INFO Processing ruok command from /127.0.0.1:46664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 23:23:16,396 INFO Processing ruok command from /127.0.0.1:46666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 23:23:26,282 INFO Processing ruok command from /127.0.0.1:47112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 23:23:26,360 INFO Processing ruok command from /127.0.0.1:47114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 23:23:36,280 INFO Processing ruok command from /127.0.0.1:47562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 23:23:36,369 INFO Processing ruok command from /127.0.0.1:47564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 23:23:46,279 INFO Processing ruok command from /127.0.0.1:48046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 23:23:46,348 INFO Processing ruok command from /127.0.0.1:48048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 23:23:56,324 INFO Processing ruok command from /127.0.0.1:48492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 23:23:56,358 INFO Processing ruok command from /127.0.0.1:48494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 23:24:06,289 INFO Processing ruok command from /127.0.0.1:48964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 23:24:06,332 INFO Processing ruok command from /127.0.0.1:48968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 23:24:16,297 INFO Processing ruok command from /127.0.0.1:49420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 23:24:16,364 INFO Processing ruok command from /127.0.0.1:49422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 23:24:19,653 INFO Committing global session 0x200003686ad000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 23:24:26,284 INFO Processing ruok command from /127.0.0.1:49864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 23:24:26,325 INFO Processing ruok command from /127.0.0.1:49866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 23:24:36,283 INFO Processing ruok command from /127.0.0.1:50340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 23:24:36,335 INFO Processing ruok command from /127.0.0.1:50342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 23:24:46,290 INFO Processing ruok command from /127.0.0.1:50800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 23:24:46,352 INFO Processing ruok command from /127.0.0.1:50802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 23:24:56,309 INFO Processing ruok command from /127.0.0.1:51232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 23:24:56,374 INFO Processing ruok command from /127.0.0.1:51234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 23:25:06,279 INFO Processing ruok command from /127.0.0.1:51726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 23:25:06,321 INFO Processing ruok command from /127.0.0.1:51728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 23:25:16,324 INFO Processing ruok command from /127.0.0.1:52164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 23:25:16,401 INFO Processing ruok command from /127.0.0.1:52166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 23:25:26,289 INFO Processing ruok command from /127.0.0.1:52624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 23:25:26,332 INFO Processing ruok command from /127.0.0.1:52626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 23:25:36,292 INFO Processing ruok command from /127.0.0.1:53090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 23:25:36,368 INFO Processing ruok command from /127.0.0.1:53092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 23:25:46,295 INFO Processing ruok command from /127.0.0.1:53554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 23:25:46,357 INFO Processing ruok command from /127.0.0.1:53556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 23:25:56,315 INFO Processing ruok command from /127.0.0.1:53986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 23:25:56,429 INFO Processing ruok command from /127.0.0.1:53988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 23:26:06,281 INFO Processing ruok command from /127.0.0.1:54468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 23:26:06,324 INFO Processing ruok command from /127.0.0.1:54470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 23:26:16,304 INFO Processing ruok command from /127.0.0.1:54914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 23:26:16,368 INFO Processing ruok command from /127.0.0.1:54916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 23:26:19,766 INFO Committing global session 0x10000357dfa000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 23:26:26,282 INFO Processing ruok command from /127.0.0.1:55364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 23:26:26,325 INFO Processing ruok command from /127.0.0.1:55368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 23:26:36,289 INFO Processing ruok command from /127.0.0.1:55828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 23:26:36,381 INFO Processing ruok command from /127.0.0.1:55830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 23:26:46,296 INFO Processing ruok command from /127.0.0.1:56302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 23:26:46,358 INFO Processing ruok command from /127.0.0.1:56304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 23:26:56,276 INFO Processing ruok command from /127.0.0.1:56724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 23:26:56,371 INFO Processing ruok command from /127.0.0.1:56730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 23:27:06,285 INFO Processing ruok command from /127.0.0.1:57206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 23:27:06,342 INFO Processing ruok command from /127.0.0.1:57208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 23:27:16,303 INFO Processing ruok command from /127.0.0.1:57658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 23:27:16,380 INFO Processing ruok command from /127.0.0.1:57660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 23:27:18,427 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-11-21 23:27:18,427 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-11-21 23:27:18,441 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-11-21 23:27:25,160 WARN Connection broken for id 2, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2] java.io.EOFException at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2022-11-21 23:27:25,161 WARN Interrupting SendWorker thread from RecvWorker. sid: 2. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:2] 2022-11-21 23:27:25,163 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2] java.lang.InterruptedException at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056) at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133) at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105) at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447) at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98) at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271) 2022-11-21 23:27:25,164 WARN Send worker leaving thread id 2 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:2] 2022-11-21 23:27:26,297 INFO Processing ruok command from /127.0.0.1:58116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 23:27:26,384 INFO Processing ruok command from /127.0.0.1:58118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 23:27:34,807 WARN Connection broken for id 1, my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] java.io.EOFException at java.base/java.io.DataInputStream.readInt(DataInputStream.java:397) at org.apache.zookeeper.server.quorum.QuorumCnxManager$RecvWorker.run(QuorumCnxManager.java:1384) 2022-11-21 23:27:34,808 WARN Interrupting SendWorker thread from RecvWorker. sid: 1. myId: 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [RecvWorker:1] 2022-11-21 23:27:34,810 WARN Interrupted while waiting for message on queue (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] java.lang.InterruptedException at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2056) at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2133) at org.apache.zookeeper.util.CircularBlockingQueue.poll(CircularBlockingQueue.java:105) at org.apache.zookeeper.server.quorum.QuorumCnxManager.pollSendQueue(QuorumCnxManager.java:1447) at org.apache.zookeeper.server.quorum.QuorumCnxManager.access$900(QuorumCnxManager.java:98) at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1271) 2022-11-21 23:27:34,810 WARN Send worker leaving thread id 1 my id = 3 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [SendWorker:1] 2022-11-21 23:27:36,274 INFO Processing ruok command from /127.0.0.1:58582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 23:27:36,361 INFO Processing ruok command from /127.0.0.1:58588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 23:27:46,288 INFO Processing ruok command from /127.0.0.1:59060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 23:27:46,364 INFO Processing ruok command from /127.0.0.1:59062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 23:27:56,330 INFO Processing ruok command from /127.0.0.1:59510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 23:27:56,391 INFO Processing ruok command from /127.0.0.1:59512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 23:28:06,296 INFO Processing ruok command from /127.0.0.1:59974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 23:28:06,357 INFO Processing ruok command from /127.0.0.1:59976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 23:28:16,280 INFO Processing ruok command from /127.0.0.1:60428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 23:28:16,356 INFO Processing ruok command from /127.0.0.1:60430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 23:28:19,873 INFO Committing global session 0x200003686ad000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 23:28:26,275 INFO Processing ruok command from /127.0.0.1:60896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 23:28:26,339 INFO Processing ruok command from /127.0.0.1:60898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 23:28:36,281 INFO Processing ruok command from /127.0.0.1:33130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 23:28:36,360 INFO Processing ruok command from /127.0.0.1:33132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 23:28:46,274 INFO Processing ruok command from /127.0.0.1:33602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 23:28:46,336 INFO Processing ruok command from /127.0.0.1:33604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 23:28:56,318 INFO Processing ruok command from /127.0.0.1:34058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 23:28:56,391 INFO Processing ruok command from /127.0.0.1:34060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 23:29:06,290 INFO Processing ruok command from /127.0.0.1:34530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 23:29:06,331 INFO Processing ruok command from /127.0.0.1:34534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 23:29:16,304 INFO Processing ruok command from /127.0.0.1:34978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 23:29:16,338 INFO Processing ruok command from /127.0.0.1:34980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 23:29:26,299 INFO Processing ruok command from /127.0.0.1:35432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 23:29:26,335 INFO Processing ruok command from /127.0.0.1:35438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 23:29:36,288 INFO Processing ruok command from /127.0.0.1:35902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 23:29:36,384 INFO Processing ruok command from /127.0.0.1:35904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 23:29:46,284 INFO Processing ruok command from /127.0.0.1:36358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 23:29:46,337 INFO Processing ruok command from /127.0.0.1:36362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 23:29:56,301 INFO Processing ruok command from /127.0.0.1:36800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 23:29:56,383 INFO Processing ruok command from /127.0.0.1:36802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 23:30:06,286 INFO Processing ruok command from /127.0.0.1:37272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 23:30:06,334 INFO Processing ruok command from /127.0.0.1:37274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 23:30:16,308 INFO Processing ruok command from /127.0.0.1:37742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 23:30:16,386 INFO Processing ruok command from /127.0.0.1:37744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 23:30:19,828 INFO Committing global session 0x10000357dfa0010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 23:30:26,287 INFO Processing ruok command from /127.0.0.1:38178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 23:30:26,330 INFO Processing ruok command from /127.0.0.1:38180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 23:30:36,306 INFO Processing ruok command from /127.0.0.1:38652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 23:30:36,357 INFO Processing ruok command from /127.0.0.1:38654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 23:30:46,295 INFO Processing ruok command from /127.0.0.1:39112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 23:30:46,350 INFO Processing ruok command from /127.0.0.1:39114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 23:30:56,285 INFO Processing ruok command from /127.0.0.1:39542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 23:30:56,391 INFO Processing ruok command from /127.0.0.1:39544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 23:31:06,293 INFO Processing ruok command from /127.0.0.1:40028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 23:31:06,383 INFO Processing ruok command from /127.0.0.1:40030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 23:31:16,281 INFO Processing ruok command from /127.0.0.1:40482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 23:31:16,327 INFO Processing ruok command from /127.0.0.1:40484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 23:31:26,277 INFO Processing ruok command from /127.0.0.1:40950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 23:31:26,316 INFO Processing ruok command from /127.0.0.1:40952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 23:31:36,315 INFO Processing ruok command from /127.0.0.1:41414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 23:31:36,360 INFO Processing ruok command from /127.0.0.1:41416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 23:31:46,280 INFO Processing ruok command from /127.0.0.1:41884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 23:31:46,340 INFO Processing ruok command from /127.0.0.1:41888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 23:31:56,312 INFO Processing ruok command from /127.0.0.1:42322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 23:31:56,384 INFO Processing ruok command from /127.0.0.1:42324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 23:32:06,270 INFO Processing ruok command from /127.0.0.1:42778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 23:32:06,313 INFO Processing ruok command from /127.0.0.1:42780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 23:32:16,299 INFO Processing ruok command from /127.0.0.1:43232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 23:32:16,343 INFO Processing ruok command from /127.0.0.1:43234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 23:32:19,851 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-14] 2022-11-21 23:32:19,860 INFO Committing global session 0x30000376df4000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 23:32:20,578 INFO Submitting global closeSession request for session 0x30000376df4000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-21 23:32:26,285 INFO Processing ruok command from /127.0.0.1:43674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 23:32:26,352 INFO Processing ruok command from /127.0.0.1:43678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 23:32:36,313 INFO Processing ruok command from /127.0.0.1:44142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 23:32:36,385 INFO Processing ruok command from /127.0.0.1:44144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 23:32:46,280 INFO Processing ruok command from /127.0.0.1:44620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 23:32:46,318 INFO Processing ruok command from /127.0.0.1:44622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 23:32:56,291 INFO Processing ruok command from /127.0.0.1:45070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 23:32:56,370 INFO Processing ruok command from /127.0.0.1:45072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 23:33:06,286 INFO Processing ruok command from /127.0.0.1:45556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 23:33:06,334 INFO Processing ruok command from /127.0.0.1:45558 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 23:33:16,294 INFO Processing ruok command from /127.0.0.1:45998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 23:33:16,331 INFO Processing ruok command from /127.0.0.1:46000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 23:33:26,296 INFO Processing ruok command from /127.0.0.1:46448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 23:33:26,322 INFO Processing ruok command from /127.0.0.1:46452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 23:33:36,281 INFO Processing ruok command from /127.0.0.1:46924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 23:33:36,337 INFO Processing ruok command from /127.0.0.1:46926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 23:33:46,274 INFO Processing ruok command from /127.0.0.1:47394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 23:33:46,318 INFO Processing ruok command from /127.0.0.1:47396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 23:33:56,293 INFO Processing ruok command from /127.0.0.1:47844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 23:33:56,373 INFO Processing ruok command from /127.0.0.1:47848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 23:34:06,287 INFO Processing ruok command from /127.0.0.1:48310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 23:34:06,356 INFO Processing ruok command from /127.0.0.1:48312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 23:34:16,328 INFO Processing ruok command from /127.0.0.1:48748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 23:34:16,399 INFO Processing ruok command from /127.0.0.1:48750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 23:34:19,681 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-15] 2022-11-21 23:34:19,690 INFO Committing global session 0x30000376df4000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 23:34:20,582 INFO Submitting global closeSession request for session 0x30000376df4000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-21 23:34:26,284 INFO Processing ruok command from /127.0.0.1:49190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 23:34:26,363 INFO Processing ruok command from /127.0.0.1:49194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 23:34:36,278 INFO Processing ruok command from /127.0.0.1:49650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 23:34:36,380 INFO Processing ruok command from /127.0.0.1:49652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 23:34:46,277 INFO Processing ruok command from /127.0.0.1:50122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 23:34:46,356 INFO Processing ruok command from /127.0.0.1:50132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 23:34:56,290 INFO Processing ruok command from /127.0.0.1:50570 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 23:34:56,399 INFO Processing ruok command from /127.0.0.1:50572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 23:35:06,290 INFO Processing ruok command from /127.0.0.1:51046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 23:35:06,337 INFO Processing ruok command from /127.0.0.1:51048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 23:35:16,287 INFO Processing ruok command from /127.0.0.1:51494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 23:35:16,344 INFO Processing ruok command from /127.0.0.1:51496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 23:35:26,274 INFO Processing ruok command from /127.0.0.1:51934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 23:35:26,348 INFO Processing ruok command from /127.0.0.1:51936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 23:35:36,291 INFO Processing ruok command from /127.0.0.1:52422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 23:35:36,369 INFO Processing ruok command from /127.0.0.1:52424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 23:35:46,296 INFO Processing ruok command from /127.0.0.1:52872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 23:35:46,336 INFO Processing ruok command from /127.0.0.1:52874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 23:35:56,300 INFO Processing ruok command from /127.0.0.1:53316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 23:35:56,382 INFO Processing ruok command from /127.0.0.1:53318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 23:36:06,280 INFO Processing ruok command from /127.0.0.1:53792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 23:36:06,330 INFO Processing ruok command from /127.0.0.1:53794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 23:36:16,285 INFO Processing ruok command from /127.0.0.1:54248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 23:36:16,364 INFO Processing ruok command from /127.0.0.1:54250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 23:36:20,231 INFO Committing global session 0x200003686ad000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 23:36:26,279 INFO Processing ruok command from /127.0.0.1:54702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 23:36:26,321 INFO Processing ruok command from /127.0.0.1:54704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 23:36:36,302 INFO Processing ruok command from /127.0.0.1:55160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 23:36:36,390 INFO Processing ruok command from /127.0.0.1:55162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 23:36:46,287 INFO Processing ruok command from /127.0.0.1:55618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 23:36:46,329 INFO Processing ruok command from /127.0.0.1:55620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 23:36:56,297 INFO Processing ruok command from /127.0.0.1:56070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 23:36:56,359 INFO Processing ruok command from /127.0.0.1:56072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 23:37:06,284 INFO Processing ruok command from /127.0.0.1:56560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 23:37:06,336 INFO Processing ruok command from /127.0.0.1:56562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 23:37:16,304 INFO Processing ruok command from /127.0.0.1:57022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 23:37:16,354 INFO Processing ruok command from /127.0.0.1:57024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 23:37:26,279 INFO Processing ruok command from /127.0.0.1:57462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 23:37:26,325 INFO Processing ruok command from /127.0.0.1:57464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 23:37:36,334 INFO Processing ruok command from /127.0.0.1:57938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 23:37:36,409 INFO Processing ruok command from /127.0.0.1:57940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 23:37:46,288 INFO Processing ruok command from /127.0.0.1:58394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 23:37:46,361 INFO Processing ruok command from /127.0.0.1:58398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 23:37:56,314 INFO Processing ruok command from /127.0.0.1:58856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 23:37:56,411 INFO Processing ruok command from /127.0.0.1:58858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 23:38:06,274 INFO Processing ruok command from /127.0.0.1:59334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 23:38:06,357 INFO Processing ruok command from /127.0.0.1:59336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 23:38:16,297 INFO Processing ruok command from /127.0.0.1:59786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 23:38:16,389 INFO Processing ruok command from /127.0.0.1:59790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 23:38:19,824 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-16] 2022-11-21 23:38:19,833 INFO Committing global session 0x30000376df4000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 23:38:20,714 INFO Submitting global closeSession request for session 0x30000376df4000f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-21 23:38:26,287 INFO Processing ruok command from /127.0.0.1:60214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 23:38:26,351 INFO Processing ruok command from /127.0.0.1:60216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 23:38:36,300 INFO Processing ruok command from /127.0.0.1:60670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 23:38:36,375 INFO Processing ruok command from /127.0.0.1:60672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 23:38:46,276 INFO Processing ruok command from /127.0.0.1:32890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 23:38:46,339 INFO Processing ruok command from /127.0.0.1:32894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 23:38:56,287 INFO Processing ruok command from /127.0.0.1:33354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 23:38:56,358 INFO Processing ruok command from /127.0.0.1:33356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 23:39:06,275 INFO Processing ruok command from /127.0.0.1:33826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 23:39:06,348 INFO Processing ruok command from /127.0.0.1:33828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 23:39:16,296 INFO Processing ruok command from /127.0.0.1:34288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 23:39:16,384 INFO Processing ruok command from /127.0.0.1:34290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 23:39:26,294 INFO Processing ruok command from /127.0.0.1:34752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 23:39:26,356 INFO Processing ruok command from /127.0.0.1:34754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 23:39:36,286 INFO Processing ruok command from /127.0.0.1:35222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 23:39:36,370 INFO Processing ruok command from /127.0.0.1:35224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 23:39:46,287 INFO Processing ruok command from /127.0.0.1:35700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 23:39:46,350 INFO Processing ruok command from /127.0.0.1:35702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 23:39:56,289 INFO Processing ruok command from /127.0.0.1:36138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 23:39:56,364 INFO Processing ruok command from /127.0.0.1:36142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 23:40:06,272 INFO Processing ruok command from /127.0.0.1:36614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 23:40:06,329 INFO Processing ruok command from /127.0.0.1:36616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 23:40:16,328 INFO Processing ruok command from /127.0.0.1:37088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 23:40:16,409 INFO Processing ruok command from /127.0.0.1:37090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 23:40:19,735 INFO Committing global session 0x200003686ad000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 23:40:26,291 INFO Processing ruok command from /127.0.0.1:37536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 23:40:26,325 INFO Processing ruok command from /127.0.0.1:37542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 23:40:36,277 INFO Processing ruok command from /127.0.0.1:38004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 23:40:36,357 INFO Processing ruok command from /127.0.0.1:38006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 23:40:46,277 INFO Processing ruok command from /127.0.0.1:38452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 23:40:46,360 INFO Processing ruok command from /127.0.0.1:38454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 23:40:56,308 INFO Processing ruok command from /127.0.0.1:38896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 23:40:56,422 INFO Processing ruok command from /127.0.0.1:38898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 23:41:06,295 INFO Processing ruok command from /127.0.0.1:39366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 23:41:06,374 INFO Processing ruok command from /127.0.0.1:39368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 23:41:16,300 INFO Processing ruok command from /127.0.0.1:39838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 23:41:16,391 INFO Processing ruok command from /127.0.0.1:39840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 23:41:26,308 INFO Processing ruok command from /127.0.0.1:40288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 23:41:26,373 INFO Processing ruok command from /127.0.0.1:40290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 23:41:36,291 INFO Processing ruok command from /127.0.0.1:40752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 23:41:36,375 INFO Processing ruok command from /127.0.0.1:40758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 23:41:46,281 INFO Processing ruok command from /127.0.0.1:41216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 23:41:46,345 INFO Processing ruok command from /127.0.0.1:41218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 23:41:56,283 INFO Processing ruok command from /127.0.0.1:41662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 23:41:56,344 INFO Processing ruok command from /127.0.0.1:41666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 23:42:06,283 INFO Processing ruok command from /127.0.0.1:42126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 23:42:06,322 INFO Processing ruok command from /127.0.0.1:42128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 23:42:16,303 INFO Processing ruok command from /127.0.0.1:42584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 23:42:16,404 INFO Processing ruok command from /127.0.0.1:42586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 23:42:19,806 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-11-21 23:42:19,815 INFO Committing global session 0x30000376df40010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 23:42:20,551 INFO Submitting global closeSession request for session 0x30000376df40010 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-21 23:42:26,280 INFO Processing ruok command from /127.0.0.1:43002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 23:42:26,328 INFO Processing ruok command from /127.0.0.1:43004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 23:42:36,284 INFO Processing ruok command from /127.0.0.1:43484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 23:42:36,384 INFO Processing ruok command from /127.0.0.1:43486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 23:42:46,300 INFO Processing ruok command from /127.0.0.1:43950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 23:42:46,357 INFO Processing ruok command from /127.0.0.1:43952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 23:42:56,321 INFO Processing ruok command from /127.0.0.1:44400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 23:42:56,387 INFO Processing ruok command from /127.0.0.1:44402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 23:43:06,304 INFO Processing ruok command from /127.0.0.1:44884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 23:43:06,350 INFO Processing ruok command from /127.0.0.1:44886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 23:43:16,310 INFO Processing ruok command from /127.0.0.1:45344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 23:43:16,414 INFO Processing ruok command from /127.0.0.1:45346 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 23:43:26,290 INFO Processing ruok command from /127.0.0.1:45778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 23:43:26,378 INFO Processing ruok command from /127.0.0.1:45784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-21 23:43:36,307 INFO Processing ruok command from /127.0.0.1:46260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-21 23:43:36,365 INFO Processing ruok command from /127.0.0.1:46262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-21 23:43:46,283 INFO Processing ruok command from /127.0.0.1:46710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-21 23:43:46,330 INFO Processing ruok command from /127.0.0.1:46714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-21 23:43:56,324 INFO Processing ruok command from /127.0.0.1:47164 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-21 23:43:56,397 INFO Processing ruok command from /127.0.0.1:47166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-21 23:44:06,287 INFO Processing ruok command from /127.0.0.1:47612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-21 23:44:06,331 INFO Processing ruok command from /127.0.0.1:47614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-21 23:44:16,311 INFO Processing ruok command from /127.0.0.1:48064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-21 23:44:16,373 INFO Processing ruok command from /127.0.0.1:48066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-21 23:44:19,738 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-11-21 23:44:19,748 INFO Committing global session 0x30000376df40011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-21 23:44:20,646 INFO Submitting global closeSession request for session 0x30000376df40011 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-21 23:44:26,291 INFO Processing ruok command from /127.0.0.1:48516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-21 23:44:26,370 INFO Processing ruok command from /127.0.0.1:48518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-21 23:44:36,286 INFO Processing ruok command from /127.0.0.1:48982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-21 23:44:36,376 INFO Processing ruok command from /127.0.0.1:48984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-21 23:44:46,284 INFO Processing ruok command from /127.0.0.1:49452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-21 23:44:46,333 INFO Processing ruok command from /127.0.0.1:49454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16]