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 # 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-22 04:30:34,526 INFO Reading configuration from: /tmp/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-11-22 04:30:34,534 INFO clientPortAddress is 127.0.0.1:12181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-11-22 04:30:34,534 INFO secureClientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-11-22 04:30:34,538 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main] 2022-11-22 04:30:34,539 INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-11-22 04:30:34,539 INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [main] 2022-11-22 04:30:34,595 INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-11-22 04:30:34,595 INFO autopurge.purgeInterval set to 1 (org.apache.zookeeper.server.DatadirCleanupManager) [main] 2022-11-22 04:30:34,597 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-11-22 04:30:34,598 INFO Log4j 1.2 jmx support not found; jmx disabled. (org.apache.zookeeper.jmx.ManagedUtil) [main] 2022-11-22 04:30:34,598 INFO Starting quorum peer, myid=3 (org.apache.zookeeper.server.quorum.QuorumPeerMain) [main] 2022-11-22 04:30:34,605 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-11-22 04:30:34,618 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-11-22 04:30:34,619 INFO ServerMetrics initialized with provider org.apache.zookeeper.metrics.impl.DefaultMetricsProvider@769e7ee8 (org.apache.zookeeper.server.ServerMetrics) [main] 2022-11-22 04:30:34,731 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-11-22 04:30:34,731 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-11-22 04:30:34,731 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-11-22 04:30:34,806 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-11-22 04:30:34,808 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-11-22 04:30:34,808 INFO zookeeper.client.portUnification=false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-11-22 04:30:34,808 INFO zookeeper.netty.advancedFlowControl.enabled = false (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-11-22 04:30:34,808 INFO handshakeThrottlingEnabled = false, zookeeper.netty.server.outstandingHandshake.limit = -1 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-11-22 04:30:34,830 INFO Using org.apache.zookeeper.server.NettyServerCnxnFactory as server connection factory (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-11-22 04:30:34,830 WARN maxCnxns is not configured, using default value 0. (org.apache.zookeeper.server.ServerCnxnFactory) [main] 2022-11-22 04:30:34,837 INFO zookeeper.quorumCnxnTimeoutMs=-1 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-22 04:30:34,841 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-11-22 04:30:34,843 INFO Local sessions disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-22 04:30:34,843 INFO Local session upgrading disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-22 04:30:34,843 INFO tickTime set to 2000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-22 04:30:34,843 INFO minSessionTimeout set to 4000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-22 04:30:34,843 INFO maxSessionTimeout set to 40000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-22 04:30:34,843 INFO initLimit set to 5 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-22 04:30:34,844 INFO syncLimit set to 2 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-22 04:30:34,844 INFO connectToLearnerMasterLimit set to 0 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-22 04:30:34,860 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-22 04:30:34,860 INFO ______ _ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-22 04:30:34,860 INFO |___ / | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-22 04:30:34,860 INFO / / ___ ___ | | __ ___ ___ _ __ ___ _ __ (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-22 04:30:34,860 INFO / / / _ \ / _ \ | |/ / / _ \ / _ \ | '_ \ / _ \ | '__| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-22 04:30:34,860 INFO / /__ | (_) | | (_) | | < | __/ | __/ | |_) | | __/ | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-22 04:30:34,860 INFO /_____| \___/ \___/ |_|\_\ \___| \___| | .__/ \___| |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-22 04:30:34,860 INFO | | (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-22 04:30:34,861 INFO |_| (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-22 04:30:34,861 INFO (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-22 04:30:34,863 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-22 04:30:34,863 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-22 04:30:34,863 INFO Server environment:java.version=11.0.17 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-22 04:30:34,863 INFO Server environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-22 04:30:34,863 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-22 04:30:34,863 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-22 04:30:34,863 INFO Server environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-22 04:30:34,863 INFO Server environment:java.io.tmpdir=/tmp (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-22 04:30:34,863 INFO Server environment:java.compiler= (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-22 04:30:34,863 INFO Server environment:os.name=Linux (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-22 04:30:34,863 INFO Server environment:os.arch=amd64 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-22 04:30:34,863 INFO Server environment:os.version=5.4.0-96-generic (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-22 04:30:34,863 INFO Server environment:user.name=root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-22 04:30:34,863 INFO Server environment:user.home=/root (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-22 04:30:34,863 INFO Server environment:user.dir=/opt/kafka (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-22 04:30:34,863 INFO Server environment:os.memory.free=162MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-22 04:30:34,863 INFO Server environment:os.memory.max=7966MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-22 04:30:34,863 INFO Server environment:os.memory.total=180MB (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-22 04:30:34,864 INFO zookeeper.enableEagerACLCheck = false (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-22 04:30:34,864 INFO zookeeper.skipACL=="yes", ACL checks will be skipped (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-22 04:30:34,864 INFO zookeeper.digest.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-22 04:30:34,864 INFO zookeeper.closeSessionTxn.enabled = true (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-22 04:30:34,864 INFO zookeeper.flushDelay=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-22 04:30:34,864 INFO zookeeper.maxWriteQueuePollTime=0 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-22 04:30:34,864 INFO zookeeper.maxBatchSize=1000 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-22 04:30:34,864 INFO zookeeper.intBufferStartingSizeBytes = 1024 (org.apache.zookeeper.server.ZooKeeperServer) [main] 2022-11-22 04:30:34,872 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-11-22 04:30:34,872 INFO Using org.apache.zookeeper.server.watch.WatchManager as watch manager (org.apache.zookeeper.server.watch.WatchManagerFactory) [main] 2022-11-22 04:30:34,874 INFO zookeeper.snapshotSizeFactor = 0.33 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-11-22 04:30:34,874 INFO zookeeper.commitLogCount=500 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-11-22 04:30:34,890 INFO Using TLS encrypted quorum communication (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-22 04:30:34,890 INFO Port unification disabled (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-22 04:30:34,890 INFO multiAddress.enabled set to false (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-22 04:30:34,890 INFO multiAddress.reachabilityCheckEnabled set to true (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-22 04:30:34,890 INFO multiAddress.reachabilityCheckTimeoutMs set to 1000 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-22 04:30:34,890 INFO QuorumPeer communication is not secured! (SASL auth disabled) (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-22 04:30:34,890 INFO quorum.cnxn.threads.size set to 20 (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-22 04:30:34,903 INFO zookeeper.snapshot.compression.method = CHECKED (org.apache.zookeeper.server.persistence.SnapStream) [main] 2022-11-22 04:30:34,904 INFO Snapshotting: 0x0 to /var/lib/zookeeper/data/version-2/snapshot.0 (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [main] 2022-11-22 04:30:34,912 INFO Snapshot loaded in 21 ms, highest zxid is 0x0, digest is 1371985504 (org.apache.zookeeper.server.ZKDatabase) [main] 2022-11-22 04:30:34,913 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-22 04:30:34,918 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-22 04:30:34,922 INFO binding to port /127.0.0.1:12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-11-22 04:30:35,034 INFO bound to port 12181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-11-22 04:30:35,035 INFO binding to port 0.0.0.0/0.0.0.0:2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-11-22 04:30:35,037 INFO bound to port 2181 (org.apache.zookeeper.server.NettyServerCnxnFactory) [main] 2022-11-22 04:30:35,037 INFO Using 4000ms as the quorum cnxn socket timeout (org.apache.zookeeper.server.quorum.QuorumPeer) [main] 2022-11-22 04:30:35,045 INFO Election port bind maximum retries is infinite (org.apache.zookeeper.server.quorum.QuorumCnxManager) [main] 2022-11-22 04:30:35,048 INFO zookeeper.fastleader.minNotificationInterval=200 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-11-22 04:30:35,048 INFO zookeeper.fastleader.maxNotificationInterval=60000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [main] 2022-11-22 04:30:35,053 INFO ZooKeeper audit is disabled. (org.apache.zookeeper.audit.ZKAuditProvider) [main] 2022-11-22 04:30:35,053 INFO Creating TLS-only quorum server socket (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.40:3888] 2022-11-22 04:30:35,055 INFO 3 is accepting connections now, my election bind port: onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.40:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.40:3888] 2022-11-22 04:30:35,064 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-22 04:30:35,066 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-22 04:30:35,078 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-22 04:30:35,282 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-22 04:30:35,373 WARN Cannot open channel to 2 at election address onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-2] java.net.UnknownHostException: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383) at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-11-22 04:30:35,373 WARN Cannot open channel to 1 at election address onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.212:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-1] java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255) at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383) at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-11-22 04:30:35,684 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-22 04:30:35,685 WARN Cannot open channel to 2 at election address onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-1] java.net.UnknownHostException: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383) at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-11-22 04:30:35,686 WARN Cannot open channel to 1 at election address onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.212:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-3] java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255) at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383) at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-11-22 04:30:36,295 INFO Received connection request from /10.233.67.212:43588 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.40:3888] 2022-11-22 04:30:36,486 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-22 04:30:36,487 WARN Cannot open channel to 2 at election address onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-1] java.net.UnknownHostException: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383) at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-11-22 04:30:36,735 INFO Accepted TLS connection from /10.233.67.212:43588 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.40:3888] 2022-11-22 04:30:36,761 INFO SSL handshake complete with onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc/10.233.67.212:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-3] 2022-11-22 04:30:36,772 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-22 04:30:36,777 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-22 04:30:36,999 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-22 04:30:37,000 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-22 04:30:37,008 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-22 04:30:37,008 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-22 04:30:37,008 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-22 04:30:37,008 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-22 04:30:37,008 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-22 04:30:37,013 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-22 04:30:37,014 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-22 04:30:37,014 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-22 04:30:37,016 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-22 04:30:37,016 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-22 04:30:37,018 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-22 04:30:37,018 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-22 04:30:37,018 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-22 04:30:37,018 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-22 04:30:37,019 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-22 04:30:37,019 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-22 04:30:37,022 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-22 04:30:37,022 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-22 04:30:37,022 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-22 04:30:37,028 INFO LEADING - LEADER ELECTION TOOK - 1961 MS (org.apache.zookeeper.server.quorum.Leader) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-22 04:30:37,032 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-22 04:30:37,032 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-22 04:30:37,038 INFO Snapshot taken in 5 ms (org.apache.zookeeper.server.ZooKeeperServer) [QuorumPeer[myid=3](plain=127.0.0.1:12181)(secure=0.0.0.0:2181)] 2022-11-22 04:30:37,192 INFO Accepted TLS connection from /10.233.67.212:59742 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [LearnerHandler-/10.233.67.212:59742] 2022-11-22 04:30:37,200 INFO Follower sid: 1 : info : onap-strimzi-zookeeper-0.onap-strimzi-zookeeper-nodes.onap.svc:2888:3888:participant;127.0.0.1:12181 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.67.212:59742] 2022-11-22 04:30:37,212 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/10.233.67.212:59742] 2022-11-22 04:30:37,212 INFO Synchronizing with Learner sid: 1 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x0 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.67.212:59742] 2022-11-22 04:30:37,213 INFO Sending DIFF zxid=0x0 for peer sid: 1 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.67.212:59742] 2022-11-22 04:30:37,216 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-22 04:30:37,263 INFO Have quorum of supporters, sids: [[1, 3],[1, 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-22 04:30:37,279 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-22 04:30:37,279 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-22 04:30:37,289 INFO PrepRequestProcessor (sid:3) started, reconfigEnabled=true (org.apache.zookeeper.server.PrepRequestProcessor) [ProcessThread(sid:3 cport:-1):] 2022-11-22 04:30:37,290 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-22 04:30:37,291 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-22 04:30:37,310 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-22 04:30:38,682 INFO Received connection request from /10.233.70.52:51734 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.40:3888] 2022-11-22 04:30:38,936 INFO Accepted TLS connection from /10.233.70.52:51734 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.40:3888] 2022-11-22 04:30:38,942 WARN Cannot open channel to 2 at election address onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-3] java.net.UnknownHostException: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383) at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-11-22 04:30:38,951 INFO Received connection request from /10.233.70.52:51742 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.40:3888] 2022-11-22 04:30:38,957 INFO Accepted TLS connection from /10.233.70.52:51742 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.40:3888] 2022-11-22 04:30:38,959 WARN Cannot open channel to 2 at election address onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-3] java.net.UnknownHostException: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383) at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-11-22 04:30:39,367 INFO Received connection request from /10.233.70.52:51744 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.40:3888] 2022-11-22 04:30:39,373 INFO Accepted TLS connection from /10.233.70.52:51744 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.40:3888] 2022-11-22 04:30:39,374 WARN Cannot open channel to 2 at election address onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-3] java.net.UnknownHostException: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383) at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-11-22 04:30:40,178 INFO Received connection request from /10.233.70.52:51756 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.40:3888] 2022-11-22 04:30:40,190 INFO Accepted TLS connection from /10.233.70.52:51756 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.40:3888] 2022-11-22 04:30:40,193 WARN Cannot open channel to 2 at election address onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-3] java.net.UnknownHostException: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383) at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-11-22 04:30:41,787 INFO Received connection request from /10.233.70.52:51760 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.40:3888] 2022-11-22 04:30:41,796 INFO Accepted TLS connection from /10.233.70.52:51760 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.40:3888] 2022-11-22 04:30:41,798 WARN Cannot open channel to 2 at election address onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-3] java.net.UnknownHostException: onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383) at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-11-22 04:30:44,995 INFO Received connection request from /10.233.70.52:51778 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.40:3888] 2022-11-22 04:30:45,001 INFO Accepted TLS connection from /10.233.70.52:51778 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.40:3888] 2022-11-22 04:30:45,010 WARN Cannot open channel to 2 at election address onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.52:3888 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-3] java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255) at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:305) at org.apache.zookeeper.server.quorum.QuorumCnxManager.initiateConnection(QuorumCnxManager.java:383) at org.apache.zookeeper.server.quorum.QuorumCnxManager$QuorumConnectionReqThread.run(QuorumCnxManager.java:457) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 2022-11-22 04:30:47,222 INFO The list of known four letter word commands is : [{1936881266=srvr, 1937006964=stat, 2003003491=wchc, 1685417328=dump, 1668445044=crst, 1936880500=srst, 1701738089=envi, 1668247142=conf, -720899=telnet close, 1751217000=hash, 2003003507=wchs, 2003003504=wchp, 1684632179=dirs, 1668247155=cons, 1835955314=mntr, 1769173615=isro, 1920298859=ruok, 1735683435=gtmk, 1937010027=stmk}] (org.apache.zookeeper.server.command.FourLetterCommands) [nioEventLoopGroup-4-1] 2022-11-22 04:30:47,223 INFO The list of enabled four letter word commands is : [[wchs, stat, wchp, dirs, stmk, conf, ruok, mntr, srvr, wchc, envi, srst, isro, dump, gtmk, telnet close, crst, hash, cons]] (org.apache.zookeeper.server.command.FourLetterCommands) [nioEventLoopGroup-4-1] 2022-11-22 04:30:47,223 INFO Processing ruok command from /127.0.0.1:60498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 04:30:47,223 INFO Processing ruok command from /127.0.0.1:60500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 04:30:51,402 INFO Received connection request from /10.233.70.52:51808 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.40:3888] 2022-11-22 04:30:51,408 INFO Accepted TLS connection from /10.233.70.52:51808 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [ListenerHandler-onap-strimzi-zookeeper-2.onap-strimzi-zookeeper-nodes.onap.svc/10.233.68.40:3888] 2022-11-22 04:30:51,531 INFO SSL handshake complete with onap-strimzi-zookeeper-1.onap-strimzi-zookeeper-nodes.onap.svc/10.233.70.52:3888 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.QuorumCnxManager) [QuorumConnectionThread-[myid=3]-3] 2022-11-22 04:30:51,539 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:0x100000000 (org.apache.zookeeper.server.quorum.FastLeaderElection) [WorkerReceiver[myid=3]] 2022-11-22 04:30:51,620 INFO Accepted TLS connection from /10.233.70.52:44616 - TLSv1.2 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (org.apache.zookeeper.server.quorum.UnifiedServerSocket) [LearnerHandler-/10.233.70.52:44616] 2022-11-22 04:30:51,627 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-/10.233.70.52:44616] 2022-11-22 04:30:51,634 INFO On disk txn sync enabled with snapshotSizeFactor 0.33 (org.apache.zookeeper.server.ZKDatabase) [LearnerHandler-/10.233.70.52:44616] 2022-11-22 04:30:51,634 INFO Synchronizing with Learner sid: 2 maxCommittedLog=0x0 minCommittedLog=0x0 lastProcessedZxid=0x100000000 peerLastZxid=0x0 (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.70.52:44616] 2022-11-22 04:30:51,642 INFO Sending snapshot last zxid of peer is 0x0, zxid of leader is 0x100000000, send zxid of db as 0x100000000, 1 concurrent snapshot sync, snapshot sync was exempt from throttle (org.apache.zookeeper.server.quorum.LearnerHandler) [LearnerHandler-/10.233.70.52:44616] 2022-11-22 04:30:57,158 INFO Processing ruok command from /127.0.0.1:60546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 04:30:57,191 INFO Processing ruok command from /127.0.0.1:60548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 04:30:59,021 INFO Creating new log file: log.100000001 (org.apache.zookeeper.server.persistence.FileTxnLog) [SyncThread:3] 2022-11-22 04:30:59,030 INFO Committing global session 0x100003829940000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 04:31:07,155 INFO Processing ruok command from /127.0.0.1:60626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 04:31:07,213 INFO Processing ruok command from /127.0.0.1:60628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 04:31:17,164 INFO Processing ruok command from /127.0.0.1:60698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 04:31:17,245 INFO Processing ruok command from /127.0.0.1:60700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 04:31:18,516 INFO Committing global session 0x100003829940001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 04:31:19,801 INFO Committing global session 0x2000039d9d90000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 04:31:21,832 INFO Committing global session 0x100003829940002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 04:31:22,299 INFO Committing global session 0x100003829940003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 04:31:23,653 INFO Authenticated Id 'CN=onap-strimzi-kafka,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-11-22 04:31:23,667 INFO Committing global session 0x3000037e62d0000 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 04:31:25,105 INFO Committing global session 0x100003829940004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 04:31:27,153 INFO Processing ruok command from /127.0.0.1:60766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 04:31:27,215 INFO Processing ruok command from /127.0.0.1:60768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 04:31:37,157 INFO Processing ruok command from /127.0.0.1:60814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 04:31:37,192 INFO Processing ruok command from /127.0.0.1:60816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 04:31:47,145 INFO Processing ruok command from /127.0.0.1:60864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 04:31:47,183 INFO Processing ruok command from /127.0.0.1:60866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 04:31:57,153 INFO Processing ruok command from /127.0.0.1:60912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 04:31:57,184 INFO Processing ruok command from /127.0.0.1:60914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 04:31:59,439 INFO Authenticated Id 'CN=onap-strimzi-entity-topic-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-11-22 04:31:59,446 INFO Committing global session 0x3000037e62d0001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 04:32:07,166 INFO Processing ruok command from /127.0.0.1:60976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 04:32:07,212 INFO Processing ruok command from /127.0.0.1:60978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 04:32:17,146 INFO Processing ruok command from /127.0.0.1:32796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 04:32:17,177 INFO Processing ruok command from /127.0.0.1:32798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 04:32:19,570 INFO Committing global session 0x2000039d9d90001 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 04:32:27,157 INFO Processing ruok command from /127.0.0.1:32842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 04:32:27,188 INFO Processing ruok command from /127.0.0.1:32844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 04:32:37,159 INFO Processing ruok command from /127.0.0.1:32890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 04:32:37,220 INFO Processing ruok command from /127.0.0.1:32892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 04:32:47,146 INFO Processing ruok command from /127.0.0.1:32956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 04:32:47,204 INFO Processing ruok command from /127.0.0.1:32958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 04:32:57,154 INFO Processing ruok command from /127.0.0.1:33026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 04:32:57,183 INFO Processing ruok command from /127.0.0.1:33028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 04:33:07,148 INFO Processing ruok command from /127.0.0.1:33090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 04:33:07,216 INFO Processing ruok command from /127.0.0.1:33092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 04:33:17,153 INFO Processing ruok command from /127.0.0.1:33152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 04:33:17,187 INFO Processing ruok command from /127.0.0.1:33154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 04:33:27,177 INFO Processing ruok command from /127.0.0.1:33204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 04:33:27,204 INFO Processing ruok command from /127.0.0.1:33206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 04:33:31,341 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-3] 2022-11-22 04:33:31,351 INFO Committing global session 0x3000037e62d0002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 04:33:32,160 INFO Submitting global closeSession request for session 0x3000037e62d0002 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-22 04:33:37,162 INFO Processing ruok command from /127.0.0.1:33258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 04:33:37,198 INFO Processing ruok command from /127.0.0.1:33260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 04:33:47,153 INFO Processing ruok command from /127.0.0.1:33312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 04:33:47,184 INFO Processing ruok command from /127.0.0.1:33314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 04:33:57,159 INFO Processing ruok command from /127.0.0.1:33366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 04:33:57,192 INFO Processing ruok command from /127.0.0.1:33368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 04:34:07,158 INFO Processing ruok command from /127.0.0.1:33424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 04:34:07,193 INFO Processing ruok command from /127.0.0.1:33426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 04:34:17,148 INFO Processing ruok command from /127.0.0.1:33478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 04:34:17,171 INFO Processing ruok command from /127.0.0.1:33480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 04:34:27,148 INFO Processing ruok command from /127.0.0.1:33530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 04:34:27,179 INFO Processing ruok command from /127.0.0.1:33532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 04:34:37,149 INFO Processing ruok command from /127.0.0.1:33590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 04:34:37,207 INFO Processing ruok command from /127.0.0.1:33592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 04:34:47,160 INFO Processing ruok command from /127.0.0.1:33648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 04:34:47,188 INFO Processing ruok command from /127.0.0.1:33650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 04:34:57,150 INFO Processing ruok command from /127.0.0.1:33700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 04:34:57,180 INFO Processing ruok command from /127.0.0.1:33702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 04:35:07,162 INFO Processing ruok command from /127.0.0.1:33754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 04:35:07,200 INFO Processing ruok command from /127.0.0.1:33756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 04:35:17,146 INFO Processing ruok command from /127.0.0.1:33844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 04:35:17,180 INFO Processing ruok command from /127.0.0.1:33846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 04:35:27,155 INFO Processing ruok command from /127.0.0.1:33962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 04:35:27,201 INFO Processing ruok command from /127.0.0.1:33966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 04:35:31,310 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-4] 2022-11-22 04:35:31,319 INFO Committing global session 0x3000037e62d0003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 04:35:32,180 INFO Submitting global closeSession request for session 0x3000037e62d0003 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-22 04:35:37,171 INFO Processing ruok command from /127.0.0.1:34040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 04:35:37,205 INFO Processing ruok command from /127.0.0.1:34042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 04:35:47,155 INFO Processing ruok command from /127.0.0.1:34106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 04:35:47,181 INFO Processing ruok command from /127.0.0.1:34108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 04:35:57,153 INFO Processing ruok command from /127.0.0.1:34202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 04:35:57,176 INFO Processing ruok command from /127.0.0.1:34204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 04:36:07,236 INFO Processing ruok command from /127.0.0.1:34348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 04:36:07,283 INFO Processing ruok command from /127.0.0.1:34350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 04:36:17,161 INFO Processing ruok command from /127.0.0.1:34414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 04:36:17,196 INFO Processing ruok command from /127.0.0.1:34416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 04:36:27,166 INFO Processing ruok command from /127.0.0.1:34476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 04:36:27,188 INFO Processing ruok command from /127.0.0.1:34478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 04:36:37,172 INFO Processing ruok command from /127.0.0.1:34540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 04:36:37,216 INFO Processing ruok command from /127.0.0.1:34542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 04:36:47,175 INFO Processing ruok command from /127.0.0.1:34606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 04:36:47,199 INFO Processing ruok command from /127.0.0.1:34608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 04:36:57,193 INFO Processing ruok command from /127.0.0.1:34674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 04:36:57,234 INFO Processing ruok command from /127.0.0.1:34676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 04:37:07,158 INFO Processing ruok command from /127.0.0.1:34734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 04:37:07,193 INFO Processing ruok command from /127.0.0.1:34736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 04:37:17,157 INFO Processing ruok command from /127.0.0.1:34800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 04:37:17,182 INFO Processing ruok command from /127.0.0.1:34802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 04:37:27,164 INFO Processing ruok command from /127.0.0.1:34866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 04:37:27,204 INFO Processing ruok command from /127.0.0.1:34868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 04:37:31,290 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-5] 2022-11-22 04:37:31,300 INFO Committing global session 0x3000037e62d0004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 04:37:32,147 INFO Submitting global closeSession request for session 0x3000037e62d0004 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-22 04:37:37,165 INFO Processing ruok command from /127.0.0.1:34934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 04:37:37,188 INFO Processing ruok command from /127.0.0.1:34936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 04:37:47,175 INFO Processing ruok command from /127.0.0.1:35000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 04:37:47,240 INFO Processing ruok command from /127.0.0.1:35002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 04:37:57,150 INFO Processing ruok command from /127.0.0.1:35064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 04:37:57,225 INFO Processing ruok command from /127.0.0.1:35066 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 04:38:07,161 INFO Processing ruok command from /127.0.0.1:35128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 04:38:07,187 INFO Processing ruok command from /127.0.0.1:35130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 04:38:17,169 INFO Processing ruok command from /127.0.0.1:35194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 04:38:17,239 INFO Processing ruok command from /127.0.0.1:35196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 04:38:27,162 INFO Processing ruok command from /127.0.0.1:35256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 04:38:27,202 INFO Processing ruok command from /127.0.0.1:35258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 04:38:37,176 INFO Processing ruok command from /127.0.0.1:35322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 04:38:37,249 INFO Processing ruok command from /127.0.0.1:35324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 04:38:47,153 INFO Processing ruok command from /127.0.0.1:35388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 04:38:47,243 INFO Processing ruok command from /127.0.0.1:35390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 04:38:57,152 INFO Processing ruok command from /127.0.0.1:35452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 04:38:57,231 INFO Processing ruok command from /127.0.0.1:35454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 04:39:07,182 INFO Processing ruok command from /127.0.0.1:35516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 04:39:07,247 INFO Processing ruok command from /127.0.0.1:35518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 04:39:17,155 INFO Processing ruok command from /127.0.0.1:35580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 04:39:17,177 INFO Processing ruok command from /127.0.0.1:35582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 04:39:27,149 INFO Processing ruok command from /127.0.0.1:35644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 04:39:27,180 INFO Processing ruok command from /127.0.0.1:35646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 04:39:31,308 INFO Committing global session 0x2000039d9d90002 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 04:39:37,209 INFO Processing ruok command from /127.0.0.1:35706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 04:39:37,249 INFO Processing ruok command from /127.0.0.1:35708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 04:39:47,157 INFO Processing ruok command from /127.0.0.1:35776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 04:39:47,189 INFO Processing ruok command from /127.0.0.1:35778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 04:39:57,160 INFO Processing ruok command from /127.0.0.1:35840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 04:39:57,188 INFO Processing ruok command from /127.0.0.1:35842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 04:40:07,156 INFO Processing ruok command from /127.0.0.1:35902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 04:40:07,188 INFO Processing ruok command from /127.0.0.1:35904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 04:40:17,154 INFO Processing ruok command from /127.0.0.1:35970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 04:40:17,212 INFO Processing ruok command from /127.0.0.1:35972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 04:40:27,160 INFO Processing ruok command from /127.0.0.1:36032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 04:40:27,189 INFO Processing ruok command from /127.0.0.1:36034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 04:40:37,163 INFO Processing ruok command from /127.0.0.1:36096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 04:40:37,190 INFO Processing ruok command from /127.0.0.1:36098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 04:40:47,171 INFO Processing ruok command from /127.0.0.1:36196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 04:40:47,196 INFO Processing ruok command from /127.0.0.1:36198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 04:40:57,156 INFO Processing ruok command from /127.0.0.1:36260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 04:40:57,184 INFO Processing ruok command from /127.0.0.1:36262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 04:41:07,182 INFO Processing ruok command from /127.0.0.1:36324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 04:41:07,229 INFO Processing ruok command from /127.0.0.1:36326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 04:41:17,135 INFO Processing ruok command from /127.0.0.1:36390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 04:41:17,172 INFO Processing ruok command from /127.0.0.1:36392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 04:41:27,154 INFO Processing ruok command from /127.0.0.1:36468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 04:41:27,188 INFO Processing ruok command from /127.0.0.1:36470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 04:41:31,560 INFO Committing global session 0x100003829940005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 04:41:37,179 INFO Processing ruok command from /127.0.0.1:36580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 04:41:37,265 INFO Processing ruok command from /127.0.0.1:36582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 04:41:47,168 INFO Processing ruok command from /127.0.0.1:36686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 04:41:47,199 INFO Processing ruok command from /127.0.0.1:36688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 04:41:57,142 INFO Processing ruok command from /127.0.0.1:36764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 04:41:57,169 INFO Processing ruok command from /127.0.0.1:36766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 04:42:07,165 INFO Processing ruok command from /127.0.0.1:36834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 04:42:07,263 INFO Processing ruok command from /127.0.0.1:36836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 04:42:17,159 INFO Processing ruok command from /127.0.0.1:36908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 04:42:17,184 INFO Processing ruok command from /127.0.0.1:36910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 04:42:27,143 INFO Processing ruok command from /127.0.0.1:36992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 04:42:27,171 INFO Processing ruok command from /127.0.0.1:36994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 04:42:37,150 INFO Processing ruok command from /127.0.0.1:37096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 04:42:37,178 INFO Processing ruok command from /127.0.0.1:37098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 04:42:47,149 INFO Processing ruok command from /127.0.0.1:37208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 04:42:47,182 INFO Processing ruok command from /127.0.0.1:37210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 04:42:57,157 INFO Processing ruok command from /127.0.0.1:37308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 04:42:57,186 INFO Processing ruok command from /127.0.0.1:37310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 04:43:07,143 INFO Processing ruok command from /127.0.0.1:37416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 04:43:07,181 INFO Processing ruok command from /127.0.0.1:37418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 04:43:17,174 INFO Processing ruok command from /127.0.0.1:37530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 04:43:17,222 INFO Processing ruok command from /127.0.0.1:37532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 04:43:27,180 INFO Processing ruok command from /127.0.0.1:37660 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 04:43:27,208 INFO Processing ruok command from /127.0.0.1:37662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 04:43:31,745 INFO Committing global session 0x2000039d9d90003 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 04:43:37,158 INFO Processing ruok command from /127.0.0.1:37804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 04:43:37,187 INFO Processing ruok command from /127.0.0.1:37806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 04:43:47,167 INFO Processing ruok command from /127.0.0.1:37898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 04:43:47,188 INFO Processing ruok command from /127.0.0.1:37900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 04:43:57,170 INFO Processing ruok command from /127.0.0.1:37996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 04:43:57,209 INFO Processing ruok command from /127.0.0.1:37998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 04:44:07,155 INFO Processing ruok command from /127.0.0.1:38090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 04:44:07,249 INFO Processing ruok command from /127.0.0.1:38092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 04:44:17,152 INFO Processing ruok command from /127.0.0.1:38204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 04:44:17,183 INFO Processing ruok command from /127.0.0.1:38206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 04:44:27,163 INFO Processing ruok command from /127.0.0.1:38318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 04:44:27,235 INFO Processing ruok command from /127.0.0.1:38320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 04:44:37,153 INFO Processing ruok command from /127.0.0.1:38416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 04:44:37,185 INFO Processing ruok command from /127.0.0.1:38418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 04:44:47,172 INFO Processing ruok command from /127.0.0.1:38650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 04:44:47,198 INFO Processing ruok command from /127.0.0.1:38656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 04:44:57,149 INFO Processing ruok command from /127.0.0.1:38808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 04:44:57,185 INFO Processing ruok command from /127.0.0.1:38810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 04:45:07,167 INFO Processing ruok command from /127.0.0.1:38904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 04:45:07,204 INFO Processing ruok command from /127.0.0.1:38906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 04:45:17,139 INFO Processing ruok command from /127.0.0.1:39004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 04:45:17,169 INFO Processing ruok command from /127.0.0.1:39006 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 04:45:27,169 INFO Processing ruok command from /127.0.0.1:39096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 04:45:27,200 INFO Processing ruok command from /127.0.0.1:39098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 04:45:31,620 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-6] 2022-11-22 04:45:31,645 INFO Committing global session 0x3000037e62d0005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 04:45:32,514 INFO Submitting global closeSession request for session 0x3000037e62d0005 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-22 04:45:37,165 INFO Processing ruok command from /127.0.0.1:39192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 04:45:37,183 INFO Processing ruok command from /127.0.0.1:39194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 04:45:47,163 INFO Processing ruok command from /127.0.0.1:39290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 04:45:47,190 INFO Processing ruok command from /127.0.0.1:39292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 04:45:57,156 INFO Processing ruok command from /127.0.0.1:39386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 04:45:57,200 INFO Processing ruok command from /127.0.0.1:39388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 04:46:07,149 INFO Processing ruok command from /127.0.0.1:39478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 04:46:07,187 INFO Processing ruok command from /127.0.0.1:39480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 04:46:17,145 INFO Processing ruok command from /127.0.0.1:39578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 04:46:17,175 INFO Processing ruok command from /127.0.0.1:39580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 04:46:27,144 INFO Processing ruok command from /127.0.0.1:39674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 04:46:27,179 INFO Processing ruok command from /127.0.0.1:39676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 04:46:37,165 INFO Processing ruok command from /127.0.0.1:39772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 04:46:37,240 INFO Processing ruok command from /127.0.0.1:39774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 04:46:47,147 INFO Processing ruok command from /127.0.0.1:39874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 04:46:47,174 INFO Processing ruok command from /127.0.0.1:39876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 04:46:57,145 INFO Processing ruok command from /127.0.0.1:39966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 04:46:57,179 INFO Processing ruok command from /127.0.0.1:39968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 04:47:07,169 INFO Processing ruok command from /127.0.0.1:40044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 04:47:07,199 INFO Processing ruok command from /127.0.0.1:40046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 04:47:17,152 INFO Processing ruok command from /127.0.0.1:40128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 04:47:17,186 INFO Processing ruok command from /127.0.0.1:40130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 04:47:27,152 INFO Processing ruok command from /127.0.0.1:40202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 04:47:27,193 INFO Processing ruok command from /127.0.0.1:40204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 04:47:31,675 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-7] 2022-11-22 04:47:31,685 INFO Committing global session 0x3000037e62d0006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 04:47:32,537 INFO Submitting global closeSession request for session 0x3000037e62d0006 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-22 04:47:37,152 INFO Processing ruok command from /127.0.0.1:40280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 04:47:37,184 INFO Processing ruok command from /127.0.0.1:40282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 04:47:47,153 INFO Processing ruok command from /127.0.0.1:40354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 04:47:47,186 INFO Processing ruok command from /127.0.0.1:40356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 04:47:57,162 INFO Processing ruok command from /127.0.0.1:40426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 04:47:57,193 INFO Processing ruok command from /127.0.0.1:40428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 04:48:07,139 INFO Processing ruok command from /127.0.0.1:40498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 04:48:07,178 INFO Processing ruok command from /127.0.0.1:40500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 04:48:17,146 INFO Processing ruok command from /127.0.0.1:40572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 04:48:17,182 INFO Processing ruok command from /127.0.0.1:40574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 04:48:27,169 INFO Processing ruok command from /127.0.0.1:40642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 04:48:27,196 INFO Processing ruok command from /127.0.0.1:40644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 04:48:37,177 INFO Processing ruok command from /127.0.0.1:40714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 04:48:37,203 INFO Processing ruok command from /127.0.0.1:40716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 04:48:47,145 INFO Processing ruok command from /127.0.0.1:40788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 04:48:47,179 INFO Processing ruok command from /127.0.0.1:40790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 04:48:57,145 INFO Processing ruok command from /127.0.0.1:40862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 04:48:57,171 INFO Processing ruok command from /127.0.0.1:40864 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 04:49:07,169 INFO Processing ruok command from /127.0.0.1:40934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 04:49:07,229 INFO Processing ruok command from /127.0.0.1:40936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 04:49:17,172 INFO Processing ruok command from /127.0.0.1:41008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 04:49:17,200 INFO Processing ruok command from /127.0.0.1:41010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 04:49:27,148 INFO Processing ruok command from /127.0.0.1:41078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 04:49:27,176 INFO Processing ruok command from /127.0.0.1:41080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 04:49:31,548 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-8] 2022-11-22 04:49:31,557 INFO Committing global session 0x3000037e62d0007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 04:49:32,362 INFO Submitting global closeSession request for session 0x3000037e62d0007 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-22 04:49:37,161 INFO Processing ruok command from /127.0.0.1:41150 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 04:49:37,195 INFO Processing ruok command from /127.0.0.1:41152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 04:49:47,162 INFO Processing ruok command from /127.0.0.1:41224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 04:49:47,190 INFO Processing ruok command from /127.0.0.1:41226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 04:49:57,160 INFO Processing ruok command from /127.0.0.1:41296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 04:49:57,186 INFO Processing ruok command from /127.0.0.1:41298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 04:50:07,149 INFO Processing ruok command from /127.0.0.1:41372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 04:50:07,189 INFO Processing ruok command from /127.0.0.1:41374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 04:50:17,147 INFO Processing ruok command from /127.0.0.1:41446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 04:50:17,176 INFO Processing ruok command from /127.0.0.1:41448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 04:50:27,161 INFO Processing ruok command from /127.0.0.1:41586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 04:50:27,208 INFO Processing ruok command from /127.0.0.1:41588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 04:50:37,188 INFO Processing ruok command from /127.0.0.1:41714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 04:50:37,216 INFO Processing ruok command from /127.0.0.1:41716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 04:50:47,146 INFO Processing ruok command from /127.0.0.1:41796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 04:50:47,212 INFO Processing ruok command from /127.0.0.1:41798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 04:50:57,176 INFO Processing ruok command from /127.0.0.1:41954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 04:50:57,260 INFO Processing ruok command from /127.0.0.1:41960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 04:51:07,177 INFO Processing ruok command from /127.0.0.1:42102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 04:51:07,251 INFO Processing ruok command from /127.0.0.1:42104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 04:51:17,224 INFO Processing ruok command from /127.0.0.1:42294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 04:51:17,333 INFO Processing ruok command from /127.0.0.1:42296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 04:51:27,285 INFO Processing ruok command from /127.0.0.1:42452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 04:51:27,348 INFO Processing ruok command from /127.0.0.1:42454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 04:51:31,873 INFO Committing global session 0x100003829940006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 04:51:37,156 INFO Processing ruok command from /127.0.0.1:42630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 04:51:37,198 INFO Processing ruok command from /127.0.0.1:42632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 04:51:47,213 INFO Processing ruok command from /127.0.0.1:42780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 04:51:47,288 INFO Processing ruok command from /127.0.0.1:42782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 04:51:57,173 INFO Processing ruok command from /127.0.0.1:42920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 04:51:57,221 INFO Processing ruok command from /127.0.0.1:42922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 04:52:07,162 INFO Processing ruok command from /127.0.0.1:43062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 04:52:07,201 INFO Processing ruok command from /127.0.0.1:43064 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 04:52:17,166 INFO Processing ruok command from /127.0.0.1:43188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 04:52:17,226 INFO Processing ruok command from /127.0.0.1:43190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 04:52:27,150 INFO Processing ruok command from /127.0.0.1:43310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 04:52:27,184 INFO Processing ruok command from /127.0.0.1:43314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 04:52:37,177 INFO Processing ruok command from /127.0.0.1:43434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 04:52:37,224 INFO Processing ruok command from /127.0.0.1:43436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 04:52:37,905 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-9] 2022-11-22 04:52:37,915 INFO Committing global session 0x3000037e62d0008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 04:52:38,082 INFO Committing global session 0x100003829940007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 04:52:39,434 INFO Committing global session 0x100003829940008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 04:52:47,157 INFO Processing ruok command from /127.0.0.1:43552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 04:52:47,202 INFO Processing ruok command from /127.0.0.1:43554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 04:52:57,148 INFO Processing ruok command from /127.0.0.1:43678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 04:52:57,191 INFO Processing ruok command from /127.0.0.1:43680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 04:53:07,224 INFO Processing ruok command from /127.0.0.1:43836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 04:53:07,367 INFO Processing ruok command from /127.0.0.1:43838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 04:53:17,167 INFO Processing ruok command from /127.0.0.1:43954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 04:53:17,206 INFO Processing ruok command from /127.0.0.1:43956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 04:53:27,146 INFO Processing ruok command from /127.0.0.1:44094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 04:53:27,208 INFO Processing ruok command from /127.0.0.1:44098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 04:53:31,512 INFO Committing global session 0x100003829940009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 04:53:37,165 INFO Processing ruok command from /127.0.0.1:44226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 04:53:37,206 INFO Processing ruok command from /127.0.0.1:44228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 04:53:37,311 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/d8220b99-7005-4233-9fed-ed57c62fa50d/onap-policy-clamp-ac-http-ppnt-b68c55dc8-hz7rz (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 04:53:37,318 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/2861d364-a3b4-40f5-98db-02878ffbedf7/onap-policy-clamp-ac-pf-ppnt-558cd6dcb7-kvjsb (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 04:53:37,324 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/47cf3653-7fe5-434a-9f4d-45d3482c9866/onap-policy-clamp-ac-k8s-ppnt-67ccbb66cf-d84kb (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 04:53:47,162 INFO Processing ruok command from /127.0.0.1:44376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 04:53:47,195 INFO Processing ruok command from /127.0.0.1:44378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 04:53:57,395 INFO Processing ruok command from /127.0.0.1:44578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 04:53:57,456 INFO Processing ruok command from /127.0.0.1:44580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 04:54:07,222 INFO Processing ruok command from /127.0.0.1:44834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 04:54:07,307 INFO Processing ruok command from /127.0.0.1:44836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 04:54:17,180 INFO Processing ruok command from /127.0.0.1:44996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 04:54:17,286 INFO Processing ruok command from /127.0.0.1:44998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 04:54:27,210 INFO Processing ruok command from /127.0.0.1:45160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 04:54:27,287 INFO Processing ruok command from /127.0.0.1:45162 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 04:54:37,164 INFO Processing ruok command from /127.0.0.1:45314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 04:54:37,243 INFO Processing ruok command from /127.0.0.1:45318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 04:54:37,311 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/47cf3653-7fe5-434a-9f4d-45d3482c9866 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 04:54:37,316 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/2861d364-a3b4-40f5-98db-02878ffbedf7 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 04:54:37,323 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/d8220b99-7005-4233-9fed-ed57c62fa50d (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 04:54:47,174 INFO Processing ruok command from /127.0.0.1:45476 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 04:54:47,227 INFO Processing ruok command from /127.0.0.1:45480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 04:54:57,337 INFO Processing ruok command from /127.0.0.1:45670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 04:54:57,436 INFO Processing ruok command from /127.0.0.1:45672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 04:55:07,189 INFO Processing ruok command from /127.0.0.1:45810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 04:55:07,282 INFO Processing ruok command from /127.0.0.1:45812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 04:55:17,193 INFO Processing ruok command from /127.0.0.1:45940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 04:55:17,313 INFO Processing ruok command from /127.0.0.1:45942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 04:55:27,165 INFO Processing ruok command from /127.0.0.1:46080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 04:55:27,239 INFO Processing ruok command from /127.0.0.1:46082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 04:55:31,399 INFO Committing global session 0x10000382994000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 04:55:37,177 INFO Processing ruok command from /127.0.0.1:46230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 04:55:37,252 INFO Processing ruok command from /127.0.0.1:46232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 04:55:37,311 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/88c2cf30-0834-467c-b70c-b8b8ae0d3f15/onap-policy-pap-87bdc9448-ldmdx (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 04:55:37,317 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/4fa4e6de-1a33-411a-81c4-ab16faa5727c/onap-policy-clamp-runtime-acm-6d75459464-6xfxq (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 04:55:37,323 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/a4d870ac-7a78-4a06-a16d-1c7e8487a6ff/onap-policy-xacml-pdp-54c48d645f-bv5qk (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 04:55:37,329 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/35bf25b0-4389-4eda-8d89-73dc69ba0354/onap-policy-drools-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 04:55:37,335 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/fea07656-7806-40c9-95c4-8e17d3a6d80d/onap-policy-apex-pdp-0 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 04:55:37,342 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap/bcc6f8b0-b68e-4092-91de-e818de0f38c2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 04:55:47,161 INFO Processing ruok command from /127.0.0.1:46360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 04:55:47,253 INFO Processing ruok command from /127.0.0.1:46362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 04:55:57,182 INFO Processing ruok command from /127.0.0.1:46502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 04:55:57,265 INFO Processing ruok command from /127.0.0.1:46506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 04:56:07,179 INFO Processing ruok command from /127.0.0.1:46640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 04:56:07,225 INFO Processing ruok command from /127.0.0.1:46644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 04:56:17,172 INFO Processing ruok command from /127.0.0.1:46824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 04:56:17,239 INFO Processing ruok command from /127.0.0.1:46826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 04:56:27,181 INFO Processing ruok command from /127.0.0.1:46960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 04:56:27,256 INFO Processing ruok command from /127.0.0.1:46962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 04:56:37,158 INFO Processing ruok command from /127.0.0.1:47108 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 04:56:37,219 INFO Processing ruok command from /127.0.0.1:47110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 04:56:37,312 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/88c2cf30-0834-467c-b70c-b8b8ae0d3f15 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 04:56:37,319 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT/4fa4e6de-1a33-411a-81c4-ab16faa5727c (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 04:56:37,325 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/policy-pap (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 04:56:37,331 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/a4d870ac-7a78-4a06-a16d-1c7e8487a6ff (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 04:56:37,336 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/35bf25b0-4389-4eda-8d89-73dc69ba0354 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 04:56:37,343 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP/fea07656-7806-40c9-95c4-8e17d3a6d80d (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 04:56:47,162 INFO Processing ruok command from /127.0.0.1:47236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 04:56:47,203 INFO Processing ruok command from /127.0.0.1:47238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 04:56:57,177 INFO Processing ruok command from /127.0.0.1:47380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 04:56:57,256 INFO Processing ruok command from /127.0.0.1:47384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 04:57:07,175 INFO Processing ruok command from /127.0.0.1:47550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 04:57:07,215 INFO Processing ruok command from /127.0.0.1:47552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 04:57:17,160 INFO Processing ruok command from /127.0.0.1:47722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 04:57:17,201 INFO Processing ruok command from /127.0.0.1:47724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 04:57:27,177 INFO Processing ruok command from /127.0.0.1:47900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 04:57:27,231 INFO Processing ruok command from /127.0.0.1:47902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 04:57:31,546 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-10] 2022-11-22 04:57:31,553 INFO Committing global session 0x3000037e62d0009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 04:57:32,426 INFO Submitting global closeSession request for session 0x3000037e62d0009 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-22 04:57:37,158 INFO Processing ruok command from /127.0.0.1:48050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 04:57:37,207 INFO Processing ruok command from /127.0.0.1:48052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 04:57:37,310 INFO Attempting to delete candidate container: /consumerFactory/POLICY-PDP-PAP (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 04:57:37,316 INFO Attempting to delete candidate container: /consumerFactory/POLICY-ACRUNTIME-PARTICIPANT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 04:57:47,158 INFO Processing ruok command from /127.0.0.1:48192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 04:57:47,238 INFO Processing ruok command from /127.0.0.1:48194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 04:57:57,162 INFO Processing ruok command from /127.0.0.1:48350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 04:57:57,217 INFO Processing ruok command from /127.0.0.1:48352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 04:58:07,202 INFO Processing ruok command from /127.0.0.1:48512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 04:58:07,257 INFO Processing ruok command from /127.0.0.1:48514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 04:58:17,189 INFO Processing ruok command from /127.0.0.1:48668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 04:58:17,229 INFO Processing ruok command from /127.0.0.1:48670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 04:58:27,157 INFO Processing ruok command from /127.0.0.1:48810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 04:58:27,201 INFO Processing ruok command from /127.0.0.1:48812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 04:58:37,167 INFO Processing ruok command from /127.0.0.1:48986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 04:58:37,216 INFO Processing ruok command from /127.0.0.1:48988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 04:58:37,310 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 04:58:47,184 INFO Processing ruok command from /127.0.0.1:49138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 04:58:47,227 INFO Processing ruok command from /127.0.0.1:49140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 04:58:57,152 INFO Processing ruok command from /127.0.0.1:49382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 04:58:57,188 INFO Processing ruok command from /127.0.0.1:49386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 04:59:07,180 INFO Processing ruok command from /127.0.0.1:49636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 04:59:07,246 INFO Processing ruok command from /127.0.0.1:49638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 04:59:17,177 INFO Processing ruok command from /127.0.0.1:49810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 04:59:17,229 INFO Processing ruok command from /127.0.0.1:49812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 04:59:27,213 INFO Processing ruok command from /127.0.0.1:49970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 04:59:27,289 INFO Processing ruok command from /127.0.0.1:49974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 04:59:31,306 INFO Committing global session 0x2000039d9d90004 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 04:59:37,188 INFO Processing ruok command from /127.0.0.1:50142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 04:59:37,230 INFO Processing ruok command from /127.0.0.1:50144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 04:59:37,310 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 04:59:37,316 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1/NBIC1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 04:59:37,323 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 04:59:47,177 INFO Processing ruok command from /127.0.0.1:50286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 04:59:47,207 INFO Processing ruok command from /127.0.0.1:50288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 04:59:57,166 INFO Processing ruok command from /127.0.0.1:50444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 04:59:57,204 INFO Processing ruok command from /127.0.0.1:50446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:00:07,148 INFO Processing ruok command from /127.0.0.1:50594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:00:07,194 INFO Processing ruok command from /127.0.0.1:50596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:00:17,179 INFO Processing ruok command from /127.0.0.1:50742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:00:17,205 INFO Processing ruok command from /127.0.0.1:50744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:00:27,174 INFO Processing ruok command from /127.0.0.1:50922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:00:27,212 INFO Processing ruok command from /127.0.0.1:50924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:00:37,173 INFO Processing ruok command from /127.0.0.1:51088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:00:37,213 INFO Processing ruok command from /127.0.0.1:51090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:00:37,310 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 05:00:37,315 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/dcae_pmsh_cg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 05:00:37,321 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 05:00:47,157 INFO Processing ruok command from /127.0.0.1:51236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:00:47,210 INFO Processing ruok command from /127.0.0.1:51238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:00:57,168 INFO Processing ruok command from /127.0.0.1:51384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:00:57,214 INFO Processing ruok command from /127.0.0.1:51386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:01:07,159 INFO Processing ruok command from /127.0.0.1:51536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:01:07,247 INFO Processing ruok command from /127.0.0.1:51538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:01:17,193 INFO Processing ruok command from /127.0.0.1:51686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:01:17,221 INFO Processing ruok command from /127.0.0.1:51688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:01:27,175 INFO Processing ruok command from /127.0.0.1:51838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:01:27,241 INFO Processing ruok command from /127.0.0.1:51840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:01:31,302 INFO Committing global session 0x10000382994000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 05:01:37,181 INFO Processing ruok command from /127.0.0.1:51986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:01:37,258 INFO Processing ruok command from /127.0.0.1:51988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:01:37,310 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO/sdc-AUTO1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 05:01:37,316 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 05:01:47,174 INFO Processing ruok command from /127.0.0.1:52136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:01:47,241 INFO Processing ruok command from /127.0.0.1:52138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:01:57,195 INFO Processing ruok command from /127.0.0.1:52284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:01:57,270 INFO Processing ruok command from /127.0.0.1:52286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:02:07,205 INFO Processing ruok command from /127.0.0.1:52440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:02:07,306 INFO Processing ruok command from /127.0.0.1:52442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:02:17,250 INFO Processing ruok command from /127.0.0.1:52606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:02:17,390 INFO Processing ruok command from /127.0.0.1:52608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:02:27,181 INFO Processing ruok command from /127.0.0.1:52766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:02:27,247 INFO Processing ruok command from /127.0.0.1:52768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:02:37,166 INFO Processing ruok command from /127.0.0.1:52926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:02:37,233 INFO Processing ruok command from /127.0.0.1:52928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:02:37,310 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 05:02:37,315 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/ves-openapi-manager/ves-openapi-manager (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 05:02:37,322 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 05:02:37,328 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/sdc-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 05:02:37,335 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-22 05:02:47,181 INFO Processing ruok command from /127.0.0.1:53078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:02:47,259 INFO Processing ruok command from /127.0.0.1:53080 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:02:57,182 INFO Processing ruok command from /127.0.0.1:53260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:02:57,261 INFO Processing ruok command from /127.0.0.1:53262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:03:07,148 INFO Processing ruok command from /127.0.0.1:53432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:03:07,186 INFO Processing ruok command from /127.0.0.1:53434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:03:17,156 INFO Processing ruok command from /127.0.0.1:53584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:03:17,201 INFO Processing ruok command from /127.0.0.1:53586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:03:27,166 INFO Processing ruok command from /127.0.0.1:53750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:03:27,261 INFO Processing ruok command from /127.0.0.1:53752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:03:31,338 INFO Committing global session 0x2000039d9d90005 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 05:03:37,201 INFO Processing ruok command from /127.0.0.1:53900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:03:37,294 INFO Processing ruok command from /127.0.0.1:53902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:03:37,311 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp/sdnc2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 05:03:37,317 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 05:03:37,323 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/cds (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 05:03:37,329 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/ves-openapi-manager (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 05:03:37,336 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/multicloud-k8s-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 05:03:37,342 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-22 05:03:37,348 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 05:03:37,353 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-22 05:03:47,166 INFO Processing ruok command from /127.0.0.1:54044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:03:47,206 INFO Processing ruok command from /127.0.0.1:54048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:03:57,155 INFO Processing ruok command from /127.0.0.1:54196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:03:57,183 INFO Processing ruok command from /127.0.0.1:54198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:04:07,170 INFO Processing ruok command from /127.0.0.1:54358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:04:07,194 INFO Processing ruok command from /127.0.0.1:54360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:04:17,159 INFO Processing ruok command from /127.0.0.1:54502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:04:17,247 INFO Processing ruok command from /127.0.0.1:54504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:04:27,166 INFO Processing ruok command from /127.0.0.1:54662 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:04:27,230 INFO Processing ruok command from /127.0.0.1:54664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:04:37,169 INFO Processing ruok command from /127.0.0.1:54820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:04:37,200 INFO Processing ruok command from /127.0.0.1:54822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:04:37,311 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 05:04:37,316 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-22 05:04:37,322 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/jmsgrp (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 05:04:47,156 INFO Processing ruok command from /127.0.0.1:54974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:04:47,194 INFO Processing ruok command from /127.0.0.1:54976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:04:57,176 INFO Processing ruok command from /127.0.0.1:55126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:04:57,205 INFO Processing ruok command from /127.0.0.1:55128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:05:07,154 INFO Processing ruok command from /127.0.0.1:55284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:05:07,193 INFO Processing ruok command from /127.0.0.1:55286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:05:17,173 INFO Processing ruok command from /127.0.0.1:55432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:05:17,210 INFO Processing ruok command from /127.0.0.1:55434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:05:27,189 INFO Processing ruok command from /127.0.0.1:55590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:05:27,240 INFO Processing ruok command from /127.0.0.1:55592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:05:31,368 INFO Committing global session 0x10000382994000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 05:05:37,153 INFO Processing ruok command from /127.0.0.1:55734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:05:37,203 INFO Processing ruok command from /127.0.0.1:55736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:05:37,310 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 05:05:37,316 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 05:05:47,163 INFO Processing ruok command from /127.0.0.1:55884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:05:47,201 INFO Processing ruok command from /127.0.0.1:55886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:05:57,184 INFO Processing ruok command from /127.0.0.1:56038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:05:57,268 INFO Processing ruok command from /127.0.0.1:56040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:06:07,202 INFO Processing ruok command from /127.0.0.1:56190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:06:07,236 INFO Processing ruok command from /127.0.0.1:56192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:06:17,177 INFO Processing ruok command from /127.0.0.1:56342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:06:17,229 INFO Processing ruok command from /127.0.0.1:56344 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:06:27,156 INFO Processing ruok command from /127.0.0.1:56504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:06:27,190 INFO Processing ruok command from /127.0.0.1:56506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:06:37,165 INFO Processing ruok command from /127.0.0.1:56652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:06:37,203 INFO Processing ruok command from /127.0.0.1:56654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:06:37,311 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 05:06:47,145 INFO Processing ruok command from /127.0.0.1:56810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:06:47,231 INFO Processing ruok command from /127.0.0.1:56812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:06:57,174 INFO Processing ruok command from /127.0.0.1:56966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:06:57,268 INFO Processing ruok command from /127.0.0.1:56968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:07:07,163 INFO Processing ruok command from /127.0.0.1:57126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:07:07,207 INFO Processing ruok command from /127.0.0.1:57128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:07:17,163 INFO Processing ruok command from /127.0.0.1:57274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:07:17,186 INFO Processing ruok command from /127.0.0.1:57276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:07:27,152 INFO Processing ruok command from /127.0.0.1:57436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:07:27,205 INFO Processing ruok command from /127.0.0.1:57438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:07:31,509 INFO Committing global session 0x10000382994000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 05:07:37,192 INFO Processing ruok command from /127.0.0.1:57610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:07:37,230 INFO Processing ruok command from /127.0.0.1:57612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:07:47,149 INFO Processing ruok command from /127.0.0.1:57804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:07:47,213 INFO Processing ruok command from /127.0.0.1:57806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:07:57,156 INFO Processing ruok command from /127.0.0.1:58014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:07:57,226 INFO Processing ruok command from /127.0.0.1:58016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:08:07,203 INFO Processing ruok command from /127.0.0.1:58198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:08:07,314 INFO Processing ruok command from /127.0.0.1:58202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:08:17,200 INFO Processing ruok command from /127.0.0.1:58374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:08:17,254 INFO Processing ruok command from /127.0.0.1:58380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:08:27,191 INFO Processing ruok command from /127.0.0.1:58562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:08:27,249 INFO Processing ruok command from /127.0.0.1:58566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:08:37,244 INFO Processing ruok command from /127.0.0.1:58756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:08:37,511 INFO Processing ruok command from /127.0.0.1:58764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:08:47,801 INFO Processing ruok command from /127.0.0.1:59014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:08:48,759 INFO Processing ruok command from /127.0.0.1:59030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:08:58,333 INFO Processing ruok command from /127.0.0.1:59220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:08:58,740 INFO Processing ruok command from /127.0.0.1:59228 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:09:07,533 INFO Processing ruok command from /127.0.0.1:59432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:09:08,261 INFO Processing ruok command from /127.0.0.1:59444 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:09:17,813 INFO Processing ruok command from /127.0.0.1:59668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:09:18,725 INFO Processing ruok command from /127.0.0.1:59682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:09:28,589 INFO Processing ruok command from /127.0.0.1:59878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:09:28,693 INFO Processing ruok command from /127.0.0.1:59880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:09:31,705 INFO Committing global session 0x2000039d9d90006 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 05:09:37,854 INFO Processing ruok command from /127.0.0.1:60088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:09:38,557 INFO Processing ruok command from /127.0.0.1:60100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:09:47,173 INFO Processing ruok command from /127.0.0.1:60266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:09:47,249 INFO Processing ruok command from /127.0.0.1:60268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:09:57,210 INFO Processing ruok command from /127.0.0.1:60390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:09:57,310 INFO Processing ruok command from /127.0.0.1:60392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:10:07,189 INFO Processing ruok command from /127.0.0.1:60522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:10:07,304 INFO Processing ruok command from /127.0.0.1:60528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:10:17,209 INFO Processing ruok command from /127.0.0.1:60640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:10:17,309 INFO Processing ruok command from /127.0.0.1:60646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:10:27,223 INFO Processing ruok command from /127.0.0.1:60786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:10:27,313 INFO Processing ruok command from /127.0.0.1:60788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:10:37,174 INFO Processing ruok command from /127.0.0.1:60910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:10:37,251 INFO Processing ruok command from /127.0.0.1:60912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:10:47,191 INFO Processing ruok command from /127.0.0.1:32810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:10:47,281 INFO Processing ruok command from /127.0.0.1:32812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:10:57,241 INFO Processing ruok command from /127.0.0.1:33010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:10:57,387 INFO Processing ruok command from /127.0.0.1:33012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:11:07,241 INFO Processing ruok command from /127.0.0.1:33222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:11:07,349 INFO Processing ruok command from /127.0.0.1:33226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:11:17,178 INFO Processing ruok command from /127.0.0.1:33384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:11:17,333 INFO Processing ruok command from /127.0.0.1:33386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:11:27,179 INFO Processing ruok command from /127.0.0.1:33576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:11:27,265 INFO Processing ruok command from /127.0.0.1:33580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:11:31,272 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-11] 2022-11-22 05:11:31,280 INFO Committing global session 0x3000037e62d000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 05:11:32,184 INFO Submitting global closeSession request for session 0x3000037e62d000a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-22 05:11:37,221 INFO Processing ruok command from /127.0.0.1:33740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:11:37,265 INFO Processing ruok command from /127.0.0.1:33742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:11:47,225 INFO Processing ruok command from /127.0.0.1:33978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:11:47,333 INFO Processing ruok command from /127.0.0.1:33980 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:11:57,181 INFO Processing ruok command from /127.0.0.1:34184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:11:57,267 INFO Processing ruok command from /127.0.0.1:34194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:12:07,269 INFO Processing ruok command from /127.0.0.1:34376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:12:07,432 INFO Processing ruok command from /127.0.0.1:34378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:12:17,267 INFO Processing ruok command from /127.0.0.1:34576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:12:17,366 INFO Processing ruok command from /127.0.0.1:34580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:12:27,493 INFO Processing ruok command from /127.0.0.1:34788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:12:27,649 INFO Processing ruok command from /127.0.0.1:34792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:12:37,585 INFO Processing ruok command from /127.0.0.1:35008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:12:37,769 INFO Processing ruok command from /127.0.0.1:35010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:12:47,221 INFO Processing ruok command from /127.0.0.1:35182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:12:47,266 INFO Processing ruok command from /127.0.0.1:35184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:12:58,036 INFO Processing ruok command from /127.0.0.1:35382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:12:58,409 INFO Processing ruok command from /127.0.0.1:35388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:13:07,278 INFO Processing ruok command from /127.0.0.1:35546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:13:07,358 INFO Processing ruok command from /127.0.0.1:35550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:13:17,252 INFO Processing ruok command from /127.0.0.1:35722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:13:17,379 INFO Processing ruok command from /127.0.0.1:35724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:13:27,300 INFO Processing ruok command from /127.0.0.1:35940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:13:27,517 INFO Processing ruok command from /127.0.0.1:35942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:13:31,357 INFO Committing global session 0x2000039d9d90007 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 05:13:37,197 INFO Processing ruok command from /127.0.0.1:36128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:13:37,342 INFO Processing ruok command from /127.0.0.1:36140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:13:47,214 INFO Processing ruok command from /127.0.0.1:36302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:13:47,334 INFO Processing ruok command from /127.0.0.1:36304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:13:57,186 INFO Processing ruok command from /127.0.0.1:36514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:13:57,326 INFO Processing ruok command from /127.0.0.1:36516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:14:07,477 INFO Processing ruok command from /127.0.0.1:36734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:14:07,721 INFO Processing ruok command from /127.0.0.1:36738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:14:17,361 INFO Processing ruok command from /127.0.0.1:36904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:14:17,553 INFO Processing ruok command from /127.0.0.1:36906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:14:27,205 INFO Processing ruok command from /127.0.0.1:37122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:14:27,296 INFO Processing ruok command from /127.0.0.1:37124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:14:37,505 INFO Processing ruok command from /127.0.0.1:37312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:14:37,769 INFO Processing ruok command from /127.0.0.1:37314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:14:47,338 INFO Processing ruok command from /127.0.0.1:37582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:14:47,472 INFO Processing ruok command from /127.0.0.1:37584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:14:57,304 INFO Processing ruok command from /127.0.0.1:37824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:14:57,418 INFO Processing ruok command from /127.0.0.1:37826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:15:07,238 INFO Processing ruok command from /127.0.0.1:37998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:15:07,326 INFO Processing ruok command from /127.0.0.1:38002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:15:17,196 INFO Processing ruok command from /127.0.0.1:38168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:15:17,236 INFO Processing ruok command from /127.0.0.1:38170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:15:27,235 INFO Processing ruok command from /127.0.0.1:38366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:15:27,482 INFO Processing ruok command from /127.0.0.1:38372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:15:31,655 INFO Committing global session 0x2000039d9d90008 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 05:15:37,233 INFO Processing ruok command from /127.0.0.1:38528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:15:37,294 INFO Processing ruok command from /127.0.0.1:38532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:15:47,453 INFO Processing ruok command from /127.0.0.1:38754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:15:47,596 INFO Processing ruok command from /127.0.0.1:38758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:15:57,477 INFO Processing ruok command from /127.0.0.1:38928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:15:57,865 INFO Processing ruok command from /127.0.0.1:38936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:16:07,345 INFO Processing ruok command from /127.0.0.1:39152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:16:07,548 INFO Processing ruok command from /127.0.0.1:39156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:16:17,721 INFO Processing ruok command from /127.0.0.1:39374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:16:18,429 INFO Processing ruok command from /127.0.0.1:39386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:16:27,285 INFO Processing ruok command from /127.0.0.1:39562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:16:27,746 INFO Processing ruok command from /127.0.0.1:39564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:16:37,182 INFO Processing ruok command from /127.0.0.1:39736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:16:37,282 INFO Processing ruok command from /127.0.0.1:39738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:16:37,313 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-22 05:16:37,333 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-22 05:16:47,197 INFO Processing ruok command from /127.0.0.1:39932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:16:47,254 INFO Processing ruok command from /127.0.0.1:39934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:16:57,195 INFO Processing ruok command from /127.0.0.1:40400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:16:57,241 INFO Processing ruok command from /127.0.0.1:40402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:17:07,189 INFO Processing ruok command from /127.0.0.1:40766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:17:07,296 INFO Processing ruok command from /127.0.0.1:40768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:17:17,208 INFO Processing ruok command from /127.0.0.1:40952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:17:17,267 INFO Processing ruok command from /127.0.0.1:40954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:17:27,185 INFO Processing ruok command from /127.0.0.1:41230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:17:27,251 INFO Processing ruok command from /127.0.0.1:41232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:17:31,264 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-12] 2022-11-22 05:17:31,273 INFO Committing global session 0x3000037e62d000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 05:17:32,164 INFO Submitting global closeSession request for session 0x3000037e62d000b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-22 05:17:37,167 INFO Processing ruok command from /127.0.0.1:41414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:17:37,210 INFO Processing ruok command from /127.0.0.1:41416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:17:37,310 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 05:17:37,316 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 05:17:47,181 INFO Processing ruok command from /127.0.0.1:41588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:17:47,233 INFO Processing ruok command from /127.0.0.1:41592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:17:57,151 INFO Processing ruok command from /127.0.0.1:41874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:17:57,192 INFO Processing ruok command from /127.0.0.1:41876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:18:07,186 INFO Processing ruok command from /127.0.0.1:42052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:18:07,252 INFO Processing ruok command from /127.0.0.1:42054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:18:17,149 INFO Processing ruok command from /127.0.0.1:42222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:18:17,225 INFO Processing ruok command from /127.0.0.1:42224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:18:27,161 INFO Processing ruok command from /127.0.0.1:42408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:18:27,205 INFO Processing ruok command from /127.0.0.1:42410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:18:37,174 INFO Processing ruok command from /127.0.0.1:42582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:18:37,234 INFO Processing ruok command from /127.0.0.1:42584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:18:37,310 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 05:18:37,316 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-STATUS-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 05:18:47,159 INFO Processing ruok command from /127.0.0.1:42768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:18:47,221 INFO Processing ruok command from /127.0.0.1:42770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:18:57,174 INFO Processing ruok command from /127.0.0.1:42944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:18:57,251 INFO Processing ruok command from /127.0.0.1:42946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:19:07,186 INFO Processing ruok command from /127.0.0.1:43122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:19:07,302 INFO Processing ruok command from /127.0.0.1:43124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:19:17,169 INFO Processing ruok command from /127.0.0.1:43304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:19:17,235 INFO Processing ruok command from /127.0.0.1:43306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:19:27,157 INFO Processing ruok command from /127.0.0.1:43488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:19:27,196 INFO Processing ruok command from /127.0.0.1:43490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:19:31,208 INFO Committing global session 0x2000039d9d90009 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 05:19:37,211 INFO Processing ruok command from /127.0.0.1:43670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:19:37,275 INFO Processing ruok command from /127.0.0.1:43672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:19:37,310 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 05:19:47,197 INFO Processing ruok command from /127.0.0.1:43850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:19:47,247 INFO Processing ruok command from /127.0.0.1:43852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:19:57,158 INFO Processing ruok command from /127.0.0.1:44024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:19:57,232 INFO Processing ruok command from /127.0.0.1:44026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:20:07,181 INFO Processing ruok command from /127.0.0.1:44210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:20:07,212 INFO Processing ruok command from /127.0.0.1:44212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:20:17,174 INFO Processing ruok command from /127.0.0.1:44390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:20:17,229 INFO Processing ruok command from /127.0.0.1:44392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:20:27,209 INFO Processing ruok command from /127.0.0.1:44584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:20:27,298 INFO Processing ruok command from /127.0.0.1:44588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:20:37,163 INFO Processing ruok command from /127.0.0.1:44754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:20:37,233 INFO Processing ruok command from /127.0.0.1:44758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:20:47,199 INFO Processing ruok command from /127.0.0.1:44930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:20:47,270 INFO Processing ruok command from /127.0.0.1:44938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:20:57,158 INFO Processing ruok command from /127.0.0.1:45214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:20:57,195 INFO Processing ruok command from /127.0.0.1:45216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:21:07,175 INFO Processing ruok command from /127.0.0.1:45390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:21:07,250 INFO Processing ruok command from /127.0.0.1:45392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:21:17,171 INFO Processing ruok command from /127.0.0.1:45586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:21:17,190 INFO Processing ruok command from /127.0.0.1:45588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:21:27,191 INFO Processing ruok command from /127.0.0.1:45778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:21:27,220 INFO Processing ruok command from /127.0.0.1:45780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:21:31,382 INFO Committing global session 0x10000382994000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 05:21:37,194 INFO Processing ruok command from /127.0.0.1:45950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:21:37,215 INFO Processing ruok command from /127.0.0.1:45952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:21:47,166 INFO Processing ruok command from /127.0.0.1:46136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:21:47,214 INFO Processing ruok command from /127.0.0.1:46138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:21:57,166 INFO Processing ruok command from /127.0.0.1:46318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:21:57,236 INFO Processing ruok command from /127.0.0.1:46320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:22:07,193 INFO Processing ruok command from /127.0.0.1:46490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:22:07,241 INFO Processing ruok command from /127.0.0.1:46492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:22:17,172 INFO Processing ruok command from /127.0.0.1:46676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:22:17,215 INFO Processing ruok command from /127.0.0.1:46678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:22:27,173 INFO Processing ruok command from /127.0.0.1:46858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:22:27,257 INFO Processing ruok command from /127.0.0.1:46860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:22:37,160 INFO Processing ruok command from /127.0.0.1:47042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:22:37,197 INFO Processing ruok command from /127.0.0.1:47044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:22:47,155 INFO Processing ruok command from /127.0.0.1:47214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:22:47,189 INFO Processing ruok command from /127.0.0.1:47216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:22:57,168 INFO Processing ruok command from /127.0.0.1:47406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:22:57,208 INFO Processing ruok command from /127.0.0.1:47408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:23:07,194 INFO Processing ruok command from /127.0.0.1:47578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:23:07,235 INFO Processing ruok command from /127.0.0.1:47580 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:23:17,154 INFO Processing ruok command from /127.0.0.1:47764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:23:17,249 INFO Processing ruok command from /127.0.0.1:47766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:23:27,178 INFO Processing ruok command from /127.0.0.1:47950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:23:27,206 INFO Processing ruok command from /127.0.0.1:47952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:23:31,193 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-13] 2022-11-22 05:23:31,201 INFO Committing global session 0x3000037e62d000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 05:23:32,059 INFO Submitting global closeSession request for session 0x3000037e62d000c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-22 05:23:37,175 INFO Processing ruok command from /127.0.0.1:48138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:23:37,225 INFO Processing ruok command from /127.0.0.1:48140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:23:47,188 INFO Processing ruok command from /127.0.0.1:48314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:23:47,219 INFO Processing ruok command from /127.0.0.1:48316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:23:57,167 INFO Processing ruok command from /127.0.0.1:48592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:23:57,212 INFO Processing ruok command from /127.0.0.1:48594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:24:07,182 INFO Processing ruok command from /127.0.0.1:48766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:24:07,244 INFO Processing ruok command from /127.0.0.1:48768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:24:17,167 INFO Processing ruok command from /127.0.0.1:48956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:24:17,203 INFO Processing ruok command from /127.0.0.1:48958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:24:27,274 INFO Processing ruok command from /127.0.0.1:49138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:24:27,354 INFO Processing ruok command from /127.0.0.1:49140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:24:37,153 INFO Processing ruok command from /127.0.0.1:49338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:24:37,194 INFO Processing ruok command from /127.0.0.1:49340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:24:47,173 INFO Processing ruok command from /127.0.0.1:49518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:24:47,220 INFO Processing ruok command from /127.0.0.1:49520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:24:57,168 INFO Processing ruok command from /127.0.0.1:49700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:24:57,214 INFO Processing ruok command from /127.0.0.1:49702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:25:07,181 INFO Processing ruok command from /127.0.0.1:49868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:25:07,230 INFO Processing ruok command from /127.0.0.1:49870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:25:17,165 INFO Processing ruok command from /127.0.0.1:50056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:25:17,234 INFO Processing ruok command from /127.0.0.1:50058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:25:27,180 INFO Processing ruok command from /127.0.0.1:50254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:25:27,303 INFO Processing ruok command from /127.0.0.1:50258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:25:31,213 INFO Committing global session 0x10000382994000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 05:25:37,198 INFO Processing ruok command from /127.0.0.1:50438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:25:37,237 INFO Processing ruok command from /127.0.0.1:50442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:25:47,162 INFO Processing ruok command from /127.0.0.1:50606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:25:47,216 INFO Processing ruok command from /127.0.0.1:50608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:25:57,151 INFO Processing ruok command from /127.0.0.1:50796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:25:57,234 INFO Processing ruok command from /127.0.0.1:50800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:26:07,162 INFO Processing ruok command from /127.0.0.1:50962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:26:07,271 INFO Processing ruok command from /127.0.0.1:50964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:26:17,173 INFO Processing ruok command from /127.0.0.1:51148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:26:17,254 INFO Processing ruok command from /127.0.0.1:51154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:26:27,198 INFO Processing ruok command from /127.0.0.1:51348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:26:27,297 INFO Processing ruok command from /127.0.0.1:51350 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:26:37,159 INFO Processing ruok command from /127.0.0.1:51532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:26:37,198 INFO Processing ruok command from /127.0.0.1:51534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:26:47,172 INFO Processing ruok command from /127.0.0.1:51722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:26:47,233 INFO Processing ruok command from /127.0.0.1:51724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:26:57,147 INFO Processing ruok command from /127.0.0.1:51996 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:26:57,185 INFO Processing ruok command from /127.0.0.1:51998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:27:07,197 INFO Processing ruok command from /127.0.0.1:52180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:27:07,271 INFO Processing ruok command from /127.0.0.1:52182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:27:17,179 INFO Processing ruok command from /127.0.0.1:52358 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:27:17,220 INFO Processing ruok command from /127.0.0.1:52360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:27:27,163 INFO Processing ruok command from /127.0.0.1:52554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:27:27,197 INFO Processing ruok command from /127.0.0.1:52556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:27:31,476 INFO Committing global session 0x2000039d9d9000a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 05:27:37,202 INFO Processing ruok command from /127.0.0.1:52738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:27:37,236 INFO Processing ruok command from /127.0.0.1:52740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:27:47,153 INFO Processing ruok command from /127.0.0.1:52912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:27:47,212 INFO Processing ruok command from /127.0.0.1:52916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:27:57,153 INFO Processing ruok command from /127.0.0.1:53084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:27:57,188 INFO Processing ruok command from /127.0.0.1:53086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:28:07,170 INFO Processing ruok command from /127.0.0.1:53262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:28:07,231 INFO Processing ruok command from /127.0.0.1:53264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:28:17,173 INFO Processing ruok command from /127.0.0.1:53446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:28:17,197 INFO Processing ruok command from /127.0.0.1:53448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:28:27,169 INFO Processing ruok command from /127.0.0.1:53644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:28:27,201 INFO Processing ruok command from /127.0.0.1:53646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:28:37,165 INFO Processing ruok command from /127.0.0.1:53816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:28:37,227 INFO Processing ruok command from /127.0.0.1:53818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:28:47,181 INFO Processing ruok command from /127.0.0.1:53998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:28:47,210 INFO Processing ruok command from /127.0.0.1:54000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:28:57,162 INFO Processing ruok command from /127.0.0.1:54176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:28:57,236 INFO Processing ruok command from /127.0.0.1:54178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:29:07,163 INFO Processing ruok command from /127.0.0.1:54354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:29:07,200 INFO Processing ruok command from /127.0.0.1:54356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:29:17,177 INFO Processing ruok command from /127.0.0.1:54534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:29:17,244 INFO Processing ruok command from /127.0.0.1:54538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:29:27,147 INFO Processing ruok command from /127.0.0.1:54740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:29:27,184 INFO Processing ruok command from /127.0.0.1:54742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:29:31,231 INFO Committing global session 0x2000039d9d9000b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 05:29:37,179 INFO Processing ruok command from /127.0.0.1:54924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:29:37,246 INFO Processing ruok command from /127.0.0.1:54926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:29:47,188 INFO Processing ruok command from /127.0.0.1:55110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:29:47,259 INFO Processing ruok command from /127.0.0.1:55114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:29:57,169 INFO Processing ruok command from /127.0.0.1:55388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:29:57,210 INFO Processing ruok command from /127.0.0.1:55390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:30:07,181 INFO Processing ruok command from /127.0.0.1:55574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:30:07,259 INFO Processing ruok command from /127.0.0.1:55576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:30:17,166 INFO Processing ruok command from /127.0.0.1:55754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:30:17,229 INFO Processing ruok command from /127.0.0.1:55758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:30:27,177 INFO Processing ruok command from /127.0.0.1:55962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:30:27,229 INFO Processing ruok command from /127.0.0.1:55964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:30:34,597 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-11-22 05:30:34,597 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-11-22 05:30:34,615 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-11-22 05:30:37,165 INFO Processing ruok command from /127.0.0.1:56146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:30:37,205 INFO Processing ruok command from /127.0.0.1:56148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:30:47,150 INFO Processing ruok command from /127.0.0.1:56318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:30:47,216 INFO Processing ruok command from /127.0.0.1:56322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:30:57,169 INFO Processing ruok command from /127.0.0.1:56492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:30:57,224 INFO Processing ruok command from /127.0.0.1:56494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:31:07,184 INFO Processing ruok command from /127.0.0.1:56666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:31:07,248 INFO Processing ruok command from /127.0.0.1:56668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:31:17,156 INFO Processing ruok command from /127.0.0.1:56848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:31:17,219 INFO Processing ruok command from /127.0.0.1:56850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:31:27,190 INFO Processing ruok command from /127.0.0.1:57046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:31:27,247 INFO Processing ruok command from /127.0.0.1:57050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:31:31,188 INFO Committing global session 0x100003829940010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 05:31:37,177 INFO Processing ruok command from /127.0.0.1:57232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:31:37,269 INFO Processing ruok command from /127.0.0.1:57236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:31:47,188 INFO Processing ruok command from /127.0.0.1:57416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:31:47,221 INFO Processing ruok command from /127.0.0.1:57418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:31:57,153 INFO Processing ruok command from /127.0.0.1:57594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:31:57,188 INFO Processing ruok command from /127.0.0.1:57596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:32:07,160 INFO Processing ruok command from /127.0.0.1:57768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:32:07,196 INFO Processing ruok command from /127.0.0.1:57770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:32:17,158 INFO Processing ruok command from /127.0.0.1:57948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:32:17,214 INFO Processing ruok command from /127.0.0.1:57950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:32:27,165 INFO Processing ruok command from /127.0.0.1:58156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:32:27,202 INFO Processing ruok command from /127.0.0.1:58160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:32:37,176 INFO Processing ruok command from /127.0.0.1:58348 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:32:37,218 INFO Processing ruok command from /127.0.0.1:58352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:32:47,156 INFO Processing ruok command from /127.0.0.1:58526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:32:47,226 INFO Processing ruok command from /127.0.0.1:58528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:32:57,148 INFO Processing ruok command from /127.0.0.1:58796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:32:57,229 INFO Processing ruok command from /127.0.0.1:58798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:33:07,197 INFO Processing ruok command from /127.0.0.1:58990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:33:07,281 INFO Processing ruok command from /127.0.0.1:58992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:33:17,172 INFO Processing ruok command from /127.0.0.1:59166 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:33:17,202 INFO Processing ruok command from /127.0.0.1:59168 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:33:27,187 INFO Processing ruok command from /127.0.0.1:59370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:33:27,223 INFO Processing ruok command from /127.0.0.1:59372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:33:31,361 INFO Committing global session 0x100003829940011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 05:33:37,156 INFO Processing ruok command from /127.0.0.1:59548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:33:37,233 INFO Processing ruok command from /127.0.0.1:59550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:33:47,169 INFO Processing ruok command from /127.0.0.1:59728 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:33:47,202 INFO Processing ruok command from /127.0.0.1:59730 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:33:57,169 INFO Processing ruok command from /127.0.0.1:59912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:33:57,252 INFO Processing ruok command from /127.0.0.1:59914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:34:07,179 INFO Processing ruok command from /127.0.0.1:60088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:34:07,252 INFO Processing ruok command from /127.0.0.1:60090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:34:17,161 INFO Processing ruok command from /127.0.0.1:60262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:34:17,199 INFO Processing ruok command from /127.0.0.1:60264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:34:27,161 INFO Processing ruok command from /127.0.0.1:60468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:34:27,253 INFO Processing ruok command from /127.0.0.1:60470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:34:37,160 INFO Processing ruok command from /127.0.0.1:60652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:34:37,193 INFO Processing ruok command from /127.0.0.1:60654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:34:47,177 INFO Processing ruok command from /127.0.0.1:60846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:34:47,252 INFO Processing ruok command from /127.0.0.1:60848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:34:57,166 INFO Processing ruok command from /127.0.0.1:32788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:34:57,228 INFO Processing ruok command from /127.0.0.1:32790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:35:07,178 INFO Processing ruok command from /127.0.0.1:32966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:35:07,271 INFO Processing ruok command from /127.0.0.1:32970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:35:17,165 INFO Processing ruok command from /127.0.0.1:33132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:35:17,202 INFO Processing ruok command from /127.0.0.1:33134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:35:27,156 INFO Processing ruok command from /127.0.0.1:33340 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:35:27,198 INFO Processing ruok command from /127.0.0.1:33342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:35:31,449 INFO Committing global session 0x2000039d9d9000c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 05:35:37,181 INFO Processing ruok command from /127.0.0.1:33514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:35:37,213 INFO Processing ruok command from /127.0.0.1:33516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:35:47,156 INFO Processing ruok command from /127.0.0.1:33698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:35:47,191 INFO Processing ruok command from /127.0.0.1:33700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:35:57,171 INFO Processing ruok command from /127.0.0.1:33962 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:35:57,257 INFO Processing ruok command from /127.0.0.1:33966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:36:07,158 INFO Processing ruok command from /127.0.0.1:34142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:36:07,221 INFO Processing ruok command from /127.0.0.1:34146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:36:17,155 INFO Processing ruok command from /127.0.0.1:34322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:36:17,235 INFO Processing ruok command from /127.0.0.1:34324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:36:27,189 INFO Processing ruok command from /127.0.0.1:34530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:36:27,245 INFO Processing ruok command from /127.0.0.1:34532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:36:37,190 INFO Processing ruok command from /127.0.0.1:34696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:36:37,232 INFO Processing ruok command from /127.0.0.1:34700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:36:47,171 INFO Processing ruok command from /127.0.0.1:34902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:36:47,200 INFO Processing ruok command from /127.0.0.1:34904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:36:57,172 INFO Processing ruok command from /127.0.0.1:35070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:36:57,231 INFO Processing ruok command from /127.0.0.1:35072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:37:07,164 INFO Processing ruok command from /127.0.0.1:35254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:37:07,214 INFO Processing ruok command from /127.0.0.1:35256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:37:17,173 INFO Processing ruok command from /127.0.0.1:35424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:37:17,213 INFO Processing ruok command from /127.0.0.1:35426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:37:27,159 INFO Processing ruok command from /127.0.0.1:35636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:37:27,232 INFO Processing ruok command from /127.0.0.1:35640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:37:31,397 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-14] 2022-11-22 05:37:31,404 INFO Committing global session 0x3000037e62d000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 05:37:32,276 INFO Submitting global closeSession request for session 0x3000037e62d000d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-22 05:37:37,161 INFO Processing ruok command from /127.0.0.1:35818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:37:37,211 INFO Processing ruok command from /127.0.0.1:35820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:37:47,159 INFO Processing ruok command from /127.0.0.1:36002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:37:47,189 INFO Processing ruok command from /127.0.0.1:36004 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:37:57,192 INFO Processing ruok command from /127.0.0.1:36172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:37:57,272 INFO Processing ruok command from /127.0.0.1:36174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:38:07,186 INFO Processing ruok command from /127.0.0.1:36354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:38:07,236 INFO Processing ruok command from /127.0.0.1:36356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:38:17,175 INFO Processing ruok command from /127.0.0.1:36528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:38:17,213 INFO Processing ruok command from /127.0.0.1:36530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:38:27,172 INFO Processing ruok command from /127.0.0.1:36738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:38:27,232 INFO Processing ruok command from /127.0.0.1:36740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:38:37,189 INFO Processing ruok command from /127.0.0.1:36916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:38:37,204 INFO Processing ruok command from /127.0.0.1:36918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:38:47,166 INFO Processing ruok command from /127.0.0.1:37098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:38:47,189 INFO Processing ruok command from /127.0.0.1:37100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:38:57,204 INFO Processing ruok command from /127.0.0.1:37368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:38:57,273 INFO Processing ruok command from /127.0.0.1:37372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:39:07,194 INFO Processing ruok command from /127.0.0.1:37550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:39:07,273 INFO Processing ruok command from /127.0.0.1:37554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:39:17,161 INFO Processing ruok command from /127.0.0.1:37722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:39:17,210 INFO Processing ruok command from /127.0.0.1:37726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:39:27,152 INFO Processing ruok command from /127.0.0.1:37934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:39:27,221 INFO Processing ruok command from /127.0.0.1:37936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:39:31,428 INFO Committing global session 0x100003829940012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 05:39:37,166 INFO Processing ruok command from /127.0.0.1:38114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:39:37,205 INFO Processing ruok command from /127.0.0.1:38116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:39:47,177 INFO Processing ruok command from /127.0.0.1:38314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:39:47,267 INFO Processing ruok command from /127.0.0.1:38316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:39:57,170 INFO Processing ruok command from /127.0.0.1:38482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:39:57,247 INFO Processing ruok command from /127.0.0.1:38484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:40:07,157 INFO Processing ruok command from /127.0.0.1:38670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:40:07,234 INFO Processing ruok command from /127.0.0.1:38672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:40:17,161 INFO Processing ruok command from /127.0.0.1:38840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:40:17,201 INFO Processing ruok command from /127.0.0.1:38842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:40:27,171 INFO Processing ruok command from /127.0.0.1:39040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:40:27,241 INFO Processing ruok command from /127.0.0.1:39042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:40:37,180 INFO Processing ruok command from /127.0.0.1:39214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:40:37,206 INFO Processing ruok command from /127.0.0.1:39216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:40:47,165 INFO Processing ruok command from /127.0.0.1:39396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:40:47,229 INFO Processing ruok command from /127.0.0.1:39398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:40:57,154 INFO Processing ruok command from /127.0.0.1:39572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:40:57,218 INFO Processing ruok command from /127.0.0.1:39574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:41:07,163 INFO Processing ruok command from /127.0.0.1:39752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:41:07,205 INFO Processing ruok command from /127.0.0.1:39754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:41:17,154 INFO Processing ruok command from /127.0.0.1:39920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:41:17,225 INFO Processing ruok command from /127.0.0.1:39922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:41:27,169 INFO Processing ruok command from /127.0.0.1:40130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:41:27,210 INFO Processing ruok command from /127.0.0.1:40132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:41:31,434 INFO Committing global session 0x2000039d9d9000d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 05:41:37,187 INFO Processing ruok command from /127.0.0.1:40302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:41:37,233 INFO Processing ruok command from /127.0.0.1:40304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:41:47,185 INFO Processing ruok command from /127.0.0.1:40494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:41:47,227 INFO Processing ruok command from /127.0.0.1:40496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:41:57,169 INFO Processing ruok command from /127.0.0.1:40772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:41:57,198 INFO Processing ruok command from /127.0.0.1:40774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:42:07,181 INFO Processing ruok command from /127.0.0.1:40968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:42:07,250 INFO Processing ruok command from /127.0.0.1:40970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:42:17,180 INFO Processing ruok command from /127.0.0.1:41146 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:42:17,236 INFO Processing ruok command from /127.0.0.1:41148 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:42:27,156 INFO Processing ruok command from /127.0.0.1:41368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:42:27,222 INFO Processing ruok command from /127.0.0.1:41370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:42:37,195 INFO Processing ruok command from /127.0.0.1:41552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:42:37,241 INFO Processing ruok command from /127.0.0.1:41554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:42:47,169 INFO Processing ruok command from /127.0.0.1:41740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:42:47,245 INFO Processing ruok command from /127.0.0.1:41742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:42:57,154 INFO Processing ruok command from /127.0.0.1:41926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:42:57,206 INFO Processing ruok command from /127.0.0.1:41928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:43:07,171 INFO Processing ruok command from /127.0.0.1:42118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:43:07,213 INFO Processing ruok command from /127.0.0.1:42120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:43:17,168 INFO Processing ruok command from /127.0.0.1:42298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:43:17,214 INFO Processing ruok command from /127.0.0.1:42300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:43:27,194 INFO Processing ruok command from /127.0.0.1:42530 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:43:27,244 INFO Processing ruok command from /127.0.0.1:42532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:43:31,238 INFO Committing global session 0x2000039d9d9000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 05:43:37,158 INFO Processing ruok command from /127.0.0.1:42708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:43:37,219 INFO Processing ruok command from /127.0.0.1:42710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:43:47,186 INFO Processing ruok command from /127.0.0.1:42908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:43:47,216 INFO Processing ruok command from /127.0.0.1:42910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:43:57,181 INFO Processing ruok command from /127.0.0.1:43092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:43:57,231 INFO Processing ruok command from /127.0.0.1:43096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:44:07,194 INFO Processing ruok command from /127.0.0.1:43284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:44:07,255 INFO Processing ruok command from /127.0.0.1:43286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:44:17,165 INFO Processing ruok command from /127.0.0.1:43456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:44:17,202 INFO Processing ruok command from /127.0.0.1:43458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:44:27,170 INFO Processing ruok command from /127.0.0.1:43668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:44:27,204 INFO Processing ruok command from /127.0.0.1:43670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:44:37,209 INFO Processing ruok command from /127.0.0.1:43852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:44:37,286 INFO Processing ruok command from /127.0.0.1:43854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:44:47,171 INFO Processing ruok command from /127.0.0.1:44048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:44:47,203 INFO Processing ruok command from /127.0.0.1:44050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:44:57,185 INFO Processing ruok command from /127.0.0.1:44282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:44:57,263 INFO Processing ruok command from /127.0.0.1:44308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:45:07,193 INFO Processing ruok command from /127.0.0.1:44506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:45:07,231 INFO Processing ruok command from /127.0.0.1:44508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:45:17,155 INFO Processing ruok command from /127.0.0.1:44686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:45:17,224 INFO Processing ruok command from /127.0.0.1:44688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:45:27,188 INFO Processing ruok command from /127.0.0.1:44900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:45:27,237 INFO Processing ruok command from /127.0.0.1:44902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:45:31,484 INFO Committing global session 0x2000039d9d9000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 05:45:37,180 INFO Processing ruok command from /127.0.0.1:45096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:45:37,289 INFO Processing ruok command from /127.0.0.1:45100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:45:47,176 INFO Processing ruok command from /127.0.0.1:45304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:45:47,216 INFO Processing ruok command from /127.0.0.1:45308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:45:57,293 INFO Processing ruok command from /127.0.0.1:45504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:45:57,378 INFO Processing ruok command from /127.0.0.1:45506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:46:07,175 INFO Processing ruok command from /127.0.0.1:45704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:46:07,223 INFO Processing ruok command from /127.0.0.1:45708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:46:17,173 INFO Processing ruok command from /127.0.0.1:45886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:46:17,226 INFO Processing ruok command from /127.0.0.1:45888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:46:27,158 INFO Processing ruok command from /127.0.0.1:46102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:46:27,198 INFO Processing ruok command from /127.0.0.1:46104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:46:37,154 INFO Processing ruok command from /127.0.0.1:46276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:46:37,236 INFO Processing ruok command from /127.0.0.1:46278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:46:47,179 INFO Processing ruok command from /127.0.0.1:46504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:46:47,214 INFO Processing ruok command from /127.0.0.1:46506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:46:57,171 INFO Processing ruok command from /127.0.0.1:46690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:46:57,251 INFO Processing ruok command from /127.0.0.1:46692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:47:07,158 INFO Processing ruok command from /127.0.0.1:46872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:47:07,211 INFO Processing ruok command from /127.0.0.1:46874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:47:17,171 INFO Processing ruok command from /127.0.0.1:47058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:47:17,216 INFO Processing ruok command from /127.0.0.1:47060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:47:27,163 INFO Processing ruok command from /127.0.0.1:47260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:47:27,188 INFO Processing ruok command from /127.0.0.1:47262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:47:31,451 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-15] 2022-11-22 05:47:31,460 INFO Committing global session 0x3000037e62d000e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 05:47:32,229 INFO Submitting global closeSession request for session 0x3000037e62d000e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-22 05:47:37,170 INFO Processing ruok command from /127.0.0.1:47434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:47:37,259 INFO Processing ruok command from /127.0.0.1:47436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:47:47,173 INFO Processing ruok command from /127.0.0.1:47628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:47:47,206 INFO Processing ruok command from /127.0.0.1:47630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:47:57,158 INFO Processing ruok command from /127.0.0.1:47798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:47:57,185 INFO Processing ruok command from /127.0.0.1:47800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:48:07,153 INFO Processing ruok command from /127.0.0.1:48074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:48:07,205 INFO Processing ruok command from /127.0.0.1:48076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:48:17,161 INFO Processing ruok command from /127.0.0.1:48242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:48:17,233 INFO Processing ruok command from /127.0.0.1:48244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:48:27,150 INFO Processing ruok command from /127.0.0.1:48450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:48:27,226 INFO Processing ruok command from /127.0.0.1:48452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:48:37,163 INFO Processing ruok command from /127.0.0.1:48628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:48:37,209 INFO Processing ruok command from /127.0.0.1:48630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:48:47,146 INFO Processing ruok command from /127.0.0.1:48812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:48:47,188 INFO Processing ruok command from /127.0.0.1:48814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:48:57,151 INFO Processing ruok command from /127.0.0.1:48998 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:48:57,192 INFO Processing ruok command from /127.0.0.1:49000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:49:07,174 INFO Processing ruok command from /127.0.0.1:49180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:49:07,214 INFO Processing ruok command from /127.0.0.1:49182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:49:17,157 INFO Processing ruok command from /127.0.0.1:49352 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:49:17,192 INFO Processing ruok command from /127.0.0.1:49354 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:49:27,161 INFO Processing ruok command from /127.0.0.1:49554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:49:27,198 INFO Processing ruok command from /127.0.0.1:49556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:49:31,167 INFO Committing global session 0x100003829940013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 05:49:37,165 INFO Processing ruok command from /127.0.0.1:49740 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:49:37,211 INFO Processing ruok command from /127.0.0.1:49742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:49:47,158 INFO Processing ruok command from /127.0.0.1:49922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:49:47,241 INFO Processing ruok command from /127.0.0.1:49924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:49:57,167 INFO Processing ruok command from /127.0.0.1:50090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:49:57,242 INFO Processing ruok command from /127.0.0.1:50092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:50:07,162 INFO Processing ruok command from /127.0.0.1:50270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:50:07,246 INFO Processing ruok command from /127.0.0.1:50272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:50:17,167 INFO Processing ruok command from /127.0.0.1:50446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:50:17,202 INFO Processing ruok command from /127.0.0.1:50450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:50:27,168 INFO Processing ruok command from /127.0.0.1:50648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:50:27,221 INFO Processing ruok command from /127.0.0.1:50650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:50:37,179 INFO Processing ruok command from /127.0.0.1:50836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:50:37,258 INFO Processing ruok command from /127.0.0.1:50838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:50:47,160 INFO Processing ruok command from /127.0.0.1:51028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:50:47,190 INFO Processing ruok command from /127.0.0.1:51030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:50:57,172 INFO Processing ruok command from /127.0.0.1:51212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:50:57,216 INFO Processing ruok command from /127.0.0.1:51214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:51:07,177 INFO Processing ruok command from /127.0.0.1:51494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:51:07,210 INFO Processing ruok command from /127.0.0.1:51496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:51:17,185 INFO Processing ruok command from /127.0.0.1:51692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:51:17,277 INFO Processing ruok command from /127.0.0.1:51694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:51:27,183 INFO Processing ruok command from /127.0.0.1:51910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:51:27,223 INFO Processing ruok command from /127.0.0.1:51912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:51:31,256 INFO Committing global session 0x2000039d9d90010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 05:51:37,173 INFO Processing ruok command from /127.0.0.1:52090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:51:37,214 INFO Processing ruok command from /127.0.0.1:52092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:51:47,174 INFO Processing ruok command from /127.0.0.1:52276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:51:47,249 INFO Processing ruok command from /127.0.0.1:52278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:51:57,151 INFO Processing ruok command from /127.0.0.1:52446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:51:57,204 INFO Processing ruok command from /127.0.0.1:52448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:52:07,185 INFO Processing ruok command from /127.0.0.1:52620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:52:07,273 INFO Processing ruok command from /127.0.0.1:52624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:52:17,164 INFO Processing ruok command from /127.0.0.1:52798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:52:17,199 INFO Processing ruok command from /127.0.0.1:52800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:52:27,153 INFO Processing ruok command from /127.0.0.1:53008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:52:27,182 INFO Processing ruok command from /127.0.0.1:53010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:52:37,166 INFO Processing ruok command from /127.0.0.1:53186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:52:37,197 INFO Processing ruok command from /127.0.0.1:53188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:52:47,157 INFO Processing ruok command from /127.0.0.1:53364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:52:47,188 INFO Processing ruok command from /127.0.0.1:53366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:52:57,181 INFO Processing ruok command from /127.0.0.1:53540 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:52:57,204 INFO Processing ruok command from /127.0.0.1:53542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:53:07,192 INFO Processing ruok command from /127.0.0.1:53724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:53:07,226 INFO Processing ruok command from /127.0.0.1:53726 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:53:17,159 INFO Processing ruok command from /127.0.0.1:53894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:53:17,204 INFO Processing ruok command from /127.0.0.1:53896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:53:27,173 INFO Processing ruok command from /127.0.0.1:54110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:53:27,249 INFO Processing ruok command from /127.0.0.1:54112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:53:31,530 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-16] 2022-11-22 05:53:31,540 INFO Committing global session 0x3000037e62d000f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 05:53:32,334 INFO Submitting global closeSession request for session 0x3000037e62d000f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-22 05:53:37,169 INFO Processing ruok command from /127.0.0.1:54288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:53:37,242 INFO Processing ruok command from /127.0.0.1:54290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:53:47,157 INFO Processing ruok command from /127.0.0.1:54456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:53:47,191 INFO Processing ruok command from /127.0.0.1:54458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:53:57,154 INFO Processing ruok command from /127.0.0.1:54640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:53:57,218 INFO Processing ruok command from /127.0.0.1:54642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:54:07,156 INFO Processing ruok command from /127.0.0.1:54924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:54:07,231 INFO Processing ruok command from /127.0.0.1:54926 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:54:17,163 INFO Processing ruok command from /127.0.0.1:55104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:54:17,232 INFO Processing ruok command from /127.0.0.1:55106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:54:27,149 INFO Processing ruok command from /127.0.0.1:55310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:54:27,190 INFO Processing ruok command from /127.0.0.1:55312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:54:37,169 INFO Processing ruok command from /127.0.0.1:55498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:54:37,208 INFO Processing ruok command from /127.0.0.1:55500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:54:47,191 INFO Processing ruok command from /127.0.0.1:55698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:54:47,217 INFO Processing ruok command from /127.0.0.1:55700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:54:57,165 INFO Processing ruok command from /127.0.0.1:55872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:54:57,240 INFO Processing ruok command from /127.0.0.1:55874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:55:07,165 INFO Processing ruok command from /127.0.0.1:56048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:55:07,208 INFO Processing ruok command from /127.0.0.1:56050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:55:17,166 INFO Processing ruok command from /127.0.0.1:56224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:55:17,213 INFO Processing ruok command from /127.0.0.1:56226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:55:27,177 INFO Processing ruok command from /127.0.0.1:56434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:55:27,240 INFO Processing ruok command from /127.0.0.1:56436 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:55:31,215 INFO Committing global session 0x2000039d9d90011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 05:55:37,199 INFO Processing ruok command from /127.0.0.1:56612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:55:37,265 INFO Processing ruok command from /127.0.0.1:56614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:55:47,169 INFO Processing ruok command from /127.0.0.1:56788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:55:47,257 INFO Processing ruok command from /127.0.0.1:56790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:55:57,161 INFO Processing ruok command from /127.0.0.1:56964 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:55:57,208 INFO Processing ruok command from /127.0.0.1:56966 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:56:07,168 INFO Processing ruok command from /127.0.0.1:57142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:56:07,187 INFO Processing ruok command from /127.0.0.1:57144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:56:17,152 INFO Processing ruok command from /127.0.0.1:57316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:56:17,200 INFO Processing ruok command from /127.0.0.1:57318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:56:27,164 INFO Processing ruok command from /127.0.0.1:57526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:56:27,200 INFO Processing ruok command from /127.0.0.1:57528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:56:37,157 INFO Processing ruok command from /127.0.0.1:57700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:56:37,222 INFO Processing ruok command from /127.0.0.1:57702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:56:47,174 INFO Processing ruok command from /127.0.0.1:57884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:56:47,198 INFO Processing ruok command from /127.0.0.1:57886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:56:57,177 INFO Processing ruok command from /127.0.0.1:58082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:56:57,297 INFO Processing ruok command from /127.0.0.1:58084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:57:07,218 INFO Processing ruok command from /127.0.0.1:58362 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:57:07,289 INFO Processing ruok command from /127.0.0.1:58364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:57:17,185 INFO Processing ruok command from /127.0.0.1:58564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:57:17,232 INFO Processing ruok command from /127.0.0.1:58566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:57:27,181 INFO Processing ruok command from /127.0.0.1:58812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:57:27,287 INFO Processing ruok command from /127.0.0.1:58820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:57:31,207 INFO Committing global session 0x2000039d9d90012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 05:57:37,170 INFO Processing ruok command from /127.0.0.1:59056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:57:37,210 INFO Processing ruok command from /127.0.0.1:59058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:57:37,311 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC/g1/c4 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 05:57:47,165 INFO Processing ruok command from /127.0.0.1:59254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:57:47,193 INFO Processing ruok command from /127.0.0.1:59256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:57:57,168 INFO Processing ruok command from /127.0.0.1:59494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:57:57,257 INFO Processing ruok command from /127.0.0.1:59496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:58:07,178 INFO Processing ruok command from /127.0.0.1:59682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:58:07,229 INFO Processing ruok command from /127.0.0.1:59684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:58:17,166 INFO Processing ruok command from /127.0.0.1:59850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:58:17,213 INFO Processing ruok command from /127.0.0.1:59852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:58:27,177 INFO Processing ruok command from /127.0.0.1:60060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:58:27,202 INFO Processing ruok command from /127.0.0.1:60062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:58:37,196 INFO Processing ruok command from /127.0.0.1:60238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:58:37,290 INFO Processing ruok command from /127.0.0.1:60240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 05:58:37,312 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC/g1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 05:58:47,173 INFO Processing ruok command from /127.0.0.1:60420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 05:58:47,197 INFO Processing ruok command from /127.0.0.1:60422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 05:58:57,175 INFO Processing ruok command from /127.0.0.1:60600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 05:58:57,207 INFO Processing ruok command from /127.0.0.1:60602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 05:59:07,161 INFO Processing ruok command from /127.0.0.1:60776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 05:59:07,201 INFO Processing ruok command from /127.0.0.1:60778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 05:59:17,180 INFO Processing ruok command from /127.0.0.1:60944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 05:59:17,268 INFO Processing ruok command from /127.0.0.1:60946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 05:59:27,162 INFO Processing ruok command from /127.0.0.1:32922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 05:59:27,217 INFO Processing ruok command from /127.0.0.1:32924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 05:59:31,285 INFO Committing global session 0x2000039d9d90013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 05:59:37,194 INFO Processing ruok command from /127.0.0.1:33104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 05:59:37,235 INFO Processing ruok command from /127.0.0.1:33106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 05:59:37,310 INFO Attempting to delete candidate container: /consumerFactory/TEST_TOPIC (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 05:59:37,316 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 05:59:47,199 INFO Processing ruok command from /127.0.0.1:33290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 05:59:47,251 INFO Processing ruok command from /127.0.0.1:33292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 05:59:57,171 INFO Processing ruok command from /127.0.0.1:33468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 05:59:57,215 INFO Processing ruok command from /127.0.0.1:33470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:00:07,170 INFO Processing ruok command from /127.0.0.1:33744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:00:07,220 INFO Processing ruok command from /127.0.0.1:33746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:00:17,161 INFO Processing ruok command from /127.0.0.1:33918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:00:17,244 INFO Processing ruok command from /127.0.0.1:33920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:00:27,153 INFO Processing ruok command from /127.0.0.1:34130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:00:27,185 INFO Processing ruok command from /127.0.0.1:34132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:00:37,162 INFO Processing ruok command from /127.0.0.1:34318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:00:37,221 INFO Processing ruok command from /127.0.0.1:34320 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:00:37,311 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1/NBIC1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:00:37,317 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:00:47,165 INFO Processing ruok command from /127.0.0.1:34494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:00:47,198 INFO Processing ruok command from /127.0.0.1:34498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:00:57,171 INFO Processing ruok command from /127.0.0.1:34670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:00:57,205 INFO Processing ruok command from /127.0.0.1:34672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:01:07,169 INFO Processing ruok command from /127.0.0.1:34852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:01:07,224 INFO Processing ruok command from /127.0.0.1:34854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:01:17,166 INFO Processing ruok command from /127.0.0.1:35022 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:01:17,225 INFO Processing ruok command from /127.0.0.1:35024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:01:27,173 INFO Processing ruok command from /127.0.0.1:35234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:01:27,245 INFO Processing ruok command from /127.0.0.1:35236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:01:31,117 INFO Committing global session 0x100003829940014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 06:01:37,166 INFO Processing ruok command from /127.0.0.1:35462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:01:37,187 INFO Processing ruok command from /127.0.0.1:35466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:01:37,311 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/NBICG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:01:37,317 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:01:47,161 INFO Processing ruok command from /127.0.0.1:35710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:01:47,215 INFO Processing ruok command from /127.0.0.1:35712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:01:57,162 INFO Processing ruok command from /127.0.0.1:35910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:01:57,223 INFO Processing ruok command from /127.0.0.1:35912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:02:07,163 INFO Processing ruok command from /127.0.0.1:36082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:02:07,245 INFO Processing ruok command from /127.0.0.1:36084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:02:17,161 INFO Processing ruok command from /127.0.0.1:36264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:02:17,204 INFO Processing ruok command from /127.0.0.1:36266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:02:27,179 INFO Processing ruok command from /127.0.0.1:36470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:02:27,219 INFO Processing ruok command from /127.0.0.1:36474 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:02:37,195 INFO Processing ruok command from /127.0.0.1:36654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:02:37,273 INFO Processing ruok command from /127.0.0.1:36658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:02:37,310 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:02:47,186 INFO Processing ruok command from /127.0.0.1:36832 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:02:47,289 INFO Processing ruok command from /127.0.0.1:36834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:02:57,177 INFO Processing ruok command from /127.0.0.1:37008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:02:57,229 INFO Processing ruok command from /127.0.0.1:37010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:03:07,153 INFO Processing ruok command from /127.0.0.1:37288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:03:07,237 INFO Processing ruok command from /127.0.0.1:37290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:03:17,213 INFO Processing ruok command from /127.0.0.1:37458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:03:17,301 INFO Processing ruok command from /127.0.0.1:37460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:03:27,162 INFO Processing ruok command from /127.0.0.1:37668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:03:27,207 INFO Processing ruok command from /127.0.0.1:37670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:03:31,257 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-11-22 06:03:31,267 INFO Committing global session 0x3000037e62d0010 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 06:03:32,168 INFO Submitting global closeSession request for session 0x3000037e62d0010 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-22 06:03:37,181 INFO Processing ruok command from /127.0.0.1:37848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:03:37,217 INFO Processing ruok command from /127.0.0.1:37850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:03:37,311 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:03:47,154 INFO Processing ruok command from /127.0.0.1:38010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:03:47,202 INFO Processing ruok command from /127.0.0.1:38018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:03:57,179 INFO Processing ruok command from /127.0.0.1:38202 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:03:57,249 INFO Processing ruok command from /127.0.0.1:38204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:04:07,159 INFO Processing ruok command from /127.0.0.1:38364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:04:07,237 INFO Processing ruok command from /127.0.0.1:38368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:04:17,161 INFO Processing ruok command from /127.0.0.1:38544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:04:17,233 INFO Processing ruok command from /127.0.0.1:38546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:04:27,203 INFO Processing ruok command from /127.0.0.1:38746 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:04:27,244 INFO Processing ruok command from /127.0.0.1:38748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:04:37,180 INFO Processing ruok command from /127.0.0.1:38936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:04:37,205 INFO Processing ruok command from /127.0.0.1:38940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:04:37,311 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:04:47,180 INFO Processing ruok command from /127.0.0.1:39104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:04:47,241 INFO Processing ruok command from /127.0.0.1:39106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:04:57,174 INFO Processing ruok command from /127.0.0.1:39296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:04:57,238 INFO Processing ruok command from /127.0.0.1:39298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:05:07,170 INFO Processing ruok command from /127.0.0.1:39480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:05:07,221 INFO Processing ruok command from /127.0.0.1:39482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:05:17,156 INFO Processing ruok command from /127.0.0.1:39680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:05:17,198 INFO Processing ruok command from /127.0.0.1:39682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:05:27,219 INFO Processing ruok command from /127.0.0.1:39872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:05:27,327 INFO Processing ruok command from /127.0.0.1:39878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:05:31,378 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-11-22 06:05:31,385 INFO Committing global session 0x3000037e62d0011 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 06:05:32,292 INFO Submitting global closeSession request for session 0x3000037e62d0011 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-22 06:05:37,173 INFO Processing ruok command from /127.0.0.1:40060 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:05:37,263 INFO Processing ruok command from /127.0.0.1:40062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:05:37,311 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:05:47,233 INFO Processing ruok command from /127.0.0.1:40286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:05:47,344 INFO Processing ruok command from /127.0.0.1:40288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:05:57,197 INFO Processing ruok command from /127.0.0.1:40494 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:05:57,251 INFO Processing ruok command from /127.0.0.1:40496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:06:07,167 INFO Processing ruok command from /127.0.0.1:40784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:06:07,234 INFO Processing ruok command from /127.0.0.1:40786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:06:17,199 INFO Processing ruok command from /127.0.0.1:41008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:06:17,281 INFO Processing ruok command from /127.0.0.1:41010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:06:27,167 INFO Processing ruok command from /127.0.0.1:41232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:06:27,207 INFO Processing ruok command from /127.0.0.1:41234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:06:37,182 INFO Processing ruok command from /127.0.0.1:41438 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:06:37,281 INFO Processing ruok command from /127.0.0.1:41440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:06:37,310 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/homlesGroup4689a65e-bbd1-4eea-b58b-580224d43497/homles4689a65e-bbd1-4eea-b58b-580224d43497 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:06:37,317 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:06:37,323 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/sonhms-cg/sonhms-cid (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:06:37,329 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:06:47,169 INFO Processing ruok command from /127.0.0.1:41632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:06:47,275 INFO Processing ruok command from /127.0.0.1:41634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:06:57,179 INFO Processing ruok command from /127.0.0.1:41866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:06:57,263 INFO Processing ruok command from /127.0.0.1:41868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:07:07,166 INFO Processing ruok command from /127.0.0.1:42054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:07:07,197 INFO Processing ruok command from /127.0.0.1:42056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:07:17,166 INFO Processing ruok command from /127.0.0.1:42250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:07:17,233 INFO Processing ruok command from /127.0.0.1:42252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:07:27,193 INFO Processing ruok command from /127.0.0.1:42466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:07:27,293 INFO Processing ruok command from /127.0.0.1:42470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:07:31,316 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-3] 2022-11-22 06:07:31,322 INFO Committing global session 0x3000037e62d0012 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 06:07:32,214 INFO Submitting global closeSession request for session 0x3000037e62d0012 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-22 06:07:37,241 INFO Processing ruok command from /127.0.0.1:42654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:07:37,312 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/homlesGroup4689a65e-bbd1-4eea-b58b-580224d43497 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:07:37,317 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:07:37,324 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/sonhms-cg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:07:37,351 INFO Processing ruok command from /127.0.0.1:42656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:07:47,172 INFO Processing ruok command from /127.0.0.1:42826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:07:47,242 INFO Processing ruok command from /127.0.0.1:42828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:07:57,158 INFO Processing ruok command from /127.0.0.1:43020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:07:57,211 INFO Processing ruok command from /127.0.0.1:43024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:08:07,171 INFO Processing ruok command from /127.0.0.1:43194 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:08:07,216 INFO Processing ruok command from /127.0.0.1:43198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:08:17,162 INFO Processing ruok command from /127.0.0.1:43368 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:08:17,200 INFO Processing ruok command from /127.0.0.1:43370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:08:27,188 INFO Processing ruok command from /127.0.0.1:43574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:08:27,251 INFO Processing ruok command from /127.0.0.1:43576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:08:37,173 INFO Processing ruok command from /127.0.0.1:43750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:08:37,205 INFO Processing ruok command from /127.0.0.1:43752 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:08:37,310 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:08:37,315 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:08:47,162 INFO Processing ruok command from /127.0.0.1:43916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:08:47,203 INFO Processing ruok command from /127.0.0.1:43918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:08:57,171 INFO Processing ruok command from /127.0.0.1:44116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:08:57,257 INFO Processing ruok command from /127.0.0.1:44118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:09:07,181 INFO Processing ruok command from /127.0.0.1:44390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:09:07,275 INFO Processing ruok command from /127.0.0.1:44392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:09:17,173 INFO Processing ruok command from /127.0.0.1:44564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:09:17,203 INFO Processing ruok command from /127.0.0.1:44566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:09:27,161 INFO Processing ruok command from /127.0.0.1:44768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:09:27,187 INFO Processing ruok command from /127.0.0.1:44772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:09:31,128 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-4] 2022-11-22 06:09:31,133 INFO Committing global session 0x3000037e62d0013 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 06:09:32,051 INFO Submitting global closeSession request for session 0x3000037e62d0013 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-22 06:09:37,192 INFO Processing ruok command from /127.0.0.1:44952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:09:37,234 INFO Processing ruok command from /127.0.0.1:44954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:09:37,312 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:09:37,320 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:09:37,327 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:09:47,165 INFO Processing ruok command from /127.0.0.1:45126 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:09:47,213 INFO Processing ruok command from /127.0.0.1:45128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:09:57,185 INFO Processing ruok command from /127.0.0.1:45332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:09:57,262 INFO Processing ruok command from /127.0.0.1:45334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:10:07,182 INFO Processing ruok command from /127.0.0.1:45526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:10:07,268 INFO Processing ruok command from /127.0.0.1:45528 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:10:17,174 INFO Processing ruok command from /127.0.0.1:45706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:10:17,213 INFO Processing ruok command from /127.0.0.1:45708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:10:27,167 INFO Processing ruok command from /127.0.0.1:45906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:10:27,248 INFO Processing ruok command from /127.0.0.1:45908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:10:37,154 INFO Processing ruok command from /127.0.0.1:46098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:10:37,198 INFO Processing ruok command from /127.0.0.1:46100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:10:37,317 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:10:37,364 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-22 06:10:37,371 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:10:37,377 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:10:37,384 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:10:47,171 INFO Processing ruok command from /127.0.0.1:46268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:10:47,228 INFO Processing ruok command from /127.0.0.1:46270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:10:57,157 INFO Processing ruok command from /127.0.0.1:46460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:10:57,261 INFO Processing ruok command from /127.0.0.1:46462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:11:07,189 INFO Processing ruok command from /127.0.0.1:46642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:11:07,244 INFO Processing ruok command from /127.0.0.1:46644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:11:17,170 INFO Processing ruok command from /127.0.0.1:46822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:11:17,198 INFO Processing ruok command from /127.0.0.1:46824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:11:27,185 INFO Processing ruok command from /127.0.0.1:47028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:11:27,321 INFO Processing ruok command from /127.0.0.1:47030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:11:31,390 INFO Committing global session 0x100003829940015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 06:11:37,157 INFO Processing ruok command from /127.0.0.1:47254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:11:37,233 INFO Processing ruok command from /127.0.0.1:47256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:11:37,310 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:11:37,316 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:11:37,323 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:11:37,329 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:11:47,167 INFO Processing ruok command from /127.0.0.1:47454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:11:47,222 INFO Processing ruok command from /127.0.0.1:47456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:11:57,175 INFO Processing ruok command from /127.0.0.1:47688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:11:57,269 INFO Processing ruok command from /127.0.0.1:47690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:12:07,173 INFO Processing ruok command from /127.0.0.1:47972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:12:07,275 INFO Processing ruok command from /127.0.0.1:47976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:12:17,212 INFO Processing ruok command from /127.0.0.1:48190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:12:17,261 INFO Processing ruok command from /127.0.0.1:48192 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:12:27,173 INFO Processing ruok command from /127.0.0.1:48412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:12:27,256 INFO Processing ruok command from /127.0.0.1:48416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:12:37,203 INFO Processing ruok command from /127.0.0.1:48618 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:12:37,297 INFO Processing ruok command from /127.0.0.1:48622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:12:37,312 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:12:37,326 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:12:37,336 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:12:37,342 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:12:47,203 INFO Processing ruok command from /127.0.0.1:48812 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:12:47,313 INFO Processing ruok command from /127.0.0.1:48816 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:12:57,186 INFO Processing ruok command from /127.0.0.1:49042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:12:57,282 INFO Processing ruok command from /127.0.0.1:49044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:13:07,162 INFO Processing ruok command from /127.0.0.1:49230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:13:07,216 INFO Processing ruok command from /127.0.0.1:49232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:13:17,197 INFO Processing ruok command from /127.0.0.1:49432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:13:17,307 INFO Processing ruok command from /127.0.0.1:49440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:13:27,169 INFO Processing ruok command from /127.0.0.1:49644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:13:27,211 INFO Processing ruok command from /127.0.0.1:49646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:13:31,170 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-5] 2022-11-22 06:13:31,175 INFO Committing global session 0x3000037e62d0014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 06:13:32,089 INFO Submitting global closeSession request for session 0x3000037e62d0014 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-22 06:13:37,170 INFO Processing ruok command from /127.0.0.1:49838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:13:37,210 INFO Processing ruok command from /127.0.0.1:49840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:13:37,312 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:13:37,320 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:13:37,326 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:13:47,143 INFO Processing ruok command from /127.0.0.1:50008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:13:47,177 INFO Processing ruok command from /127.0.0.1:50010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:13:57,169 INFO Processing ruok command from /127.0.0.1:50210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:13:57,266 INFO Processing ruok command from /127.0.0.1:50212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:14:07,163 INFO Processing ruok command from /127.0.0.1:50376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:14:07,198 INFO Processing ruok command from /127.0.0.1:50378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:14:17,177 INFO Processing ruok command from /127.0.0.1:50546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:14:17,254 INFO Processing ruok command from /127.0.0.1:50552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:14:27,171 INFO Processing ruok command from /127.0.0.1:50754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:14:27,234 INFO Processing ruok command from /127.0.0.1:50756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:14:37,185 INFO Processing ruok command from /127.0.0.1:50950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:14:37,258 INFO Processing ruok command from /127.0.0.1:50954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:14:37,310 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:14:37,317 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:14:37,323 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:14:37,329 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:14:47,163 INFO Processing ruok command from /127.0.0.1:51120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:14:47,233 INFO Processing ruok command from /127.0.0.1:51122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:14:57,197 INFO Processing ruok command from /127.0.0.1:51314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:14:57,241 INFO Processing ruok command from /127.0.0.1:51318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:15:07,165 INFO Processing ruok command from /127.0.0.1:51600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:15:07,197 INFO Processing ruok command from /127.0.0.1:51606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:15:17,150 INFO Processing ruok command from /127.0.0.1:51790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:15:17,199 INFO Processing ruok command from /127.0.0.1:51792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:15:27,173 INFO Processing ruok command from /127.0.0.1:52016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:15:27,238 INFO Processing ruok command from /127.0.0.1:52018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:15:31,246 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-6] 2022-11-22 06:15:31,251 INFO Committing global session 0x3000037e62d0015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 06:15:32,155 INFO Submitting global closeSession request for session 0x3000037e62d0015 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-22 06:15:37,173 INFO Processing ruok command from /127.0.0.1:52210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:15:37,219 INFO Processing ruok command from /127.0.0.1:52212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:15:37,311 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:15:37,317 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:15:37,323 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:15:47,153 INFO Processing ruok command from /127.0.0.1:52384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:15:47,218 INFO Processing ruok command from /127.0.0.1:52386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:15:57,170 INFO Processing ruok command from /127.0.0.1:52572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:15:57,209 INFO Processing ruok command from /127.0.0.1:52574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:16:07,149 INFO Processing ruok command from /127.0.0.1:52748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:16:07,235 INFO Processing ruok command from /127.0.0.1:52750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:16:17,162 INFO Processing ruok command from /127.0.0.1:52920 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:16:17,202 INFO Processing ruok command from /127.0.0.1:52922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:16:27,202 INFO Processing ruok command from /127.0.0.1:53128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:16:27,291 INFO Processing ruok command from /127.0.0.1:53130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:16:37,175 INFO Processing ruok command from /127.0.0.1:53318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:16:37,237 INFO Processing ruok command from /127.0.0.1:53322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:16:37,311 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:16:37,317 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:16:37,323 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:16:47,165 INFO Processing ruok command from /127.0.0.1:53478 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:16:47,205 INFO Processing ruok command from /127.0.0.1:53480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:16:57,153 INFO Processing ruok command from /127.0.0.1:53672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:16:57,217 INFO Processing ruok command from /127.0.0.1:53674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:17:07,186 INFO Processing ruok command from /127.0.0.1:53838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:17:07,234 INFO Processing ruok command from /127.0.0.1:53840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:17:17,174 INFO Processing ruok command from /127.0.0.1:54010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:17:17,257 INFO Processing ruok command from /127.0.0.1:54014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:17:27,177 INFO Processing ruok command from /127.0.0.1:54216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:17:27,212 INFO Processing ruok command from /127.0.0.1:54218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:17:31,381 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-7] 2022-11-22 06:17:31,387 INFO Committing global session 0x3000037e62d0016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 06:17:32,310 INFO Submitting global closeSession request for session 0x3000037e62d0016 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-22 06:17:37,174 INFO Processing ruok command from /127.0.0.1:54394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:17:37,230 INFO Processing ruok command from /127.0.0.1:54396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:17:37,311 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:17:37,316 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:17:37,323 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:17:37,329 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:17:37,335 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:17:47,161 INFO Processing ruok command from /127.0.0.1:54560 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:17:47,241 INFO Processing ruok command from /127.0.0.1:54562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:17:57,151 INFO Processing ruok command from /127.0.0.1:54756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:17:57,237 INFO Processing ruok command from /127.0.0.1:54758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:18:07,183 INFO Processing ruok command from /127.0.0.1:55050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:18:07,231 INFO Processing ruok command from /127.0.0.1:55052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:18:17,209 INFO Processing ruok command from /127.0.0.1:55214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:18:17,284 INFO Processing ruok command from /127.0.0.1:55216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:18:27,195 INFO Processing ruok command from /127.0.0.1:55420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:18:27,273 INFO Processing ruok command from /127.0.0.1:55424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:18:37,186 INFO Processing ruok command from /127.0.0.1:55620 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:18:37,241 INFO Processing ruok command from /127.0.0.1:55622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:18:37,312 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:18:37,321 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:18:37,327 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:18:37,332 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:18:37,338 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:18:47,181 INFO Processing ruok command from /127.0.0.1:55782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:18:47,225 INFO Processing ruok command from /127.0.0.1:55784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:18:57,171 INFO Processing ruok command from /127.0.0.1:55972 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:18:57,228 INFO Processing ruok command from /127.0.0.1:55974 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:19:07,147 INFO Processing ruok command from /127.0.0.1:56140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:19:07,190 INFO Processing ruok command from /127.0.0.1:56142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:19:17,189 INFO Processing ruok command from /127.0.0.1:56314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:19:17,282 INFO Processing ruok command from /127.0.0.1:56318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:19:27,179 INFO Processing ruok command from /127.0.0.1:56522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:19:27,217 INFO Processing ruok command from /127.0.0.1:56526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:19:31,132 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-8] 2022-11-22 06:19:31,138 INFO Committing global session 0x3000037e62d0017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 06:19:32,054 INFO Submitting global closeSession request for session 0x3000037e62d0017 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-22 06:19:37,187 INFO Processing ruok command from /127.0.0.1:56714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:19:37,234 INFO Processing ruok command from /127.0.0.1:56716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:19:37,310 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:19:37,316 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_FAULT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:19:37,322 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:19:37,329 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:19:47,162 INFO Processing ruok command from /127.0.0.1:56880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:19:47,195 INFO Processing ruok command from /127.0.0.1:56882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:19:57,176 INFO Processing ruok command from /127.0.0.1:57070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:19:57,206 INFO Processing ruok command from /127.0.0.1:57072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:20:07,210 INFO Processing ruok command from /127.0.0.1:57242 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:20:07,310 INFO Processing ruok command from /127.0.0.1:57246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:20:17,168 INFO Processing ruok command from /127.0.0.1:57408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:20:17,233 INFO Processing ruok command from /127.0.0.1:57410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:20:27,168 INFO Processing ruok command from /127.0.0.1:57622 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:20:27,222 INFO Processing ruok command from /127.0.0.1:57624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:20:37,178 INFO Processing ruok command from /127.0.0.1:57826 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:20:37,242 INFO Processing ruok command from /127.0.0.1:57828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:20:37,312 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12/c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:20:37,318 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:20:47,198 INFO Processing ruok command from /127.0.0.1:58012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:20:47,266 INFO Processing ruok command from /127.0.0.1:58014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:20:57,162 INFO Processing ruok command from /127.0.0.1:58222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:20:57,208 INFO Processing ruok command from /127.0.0.1:58224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:21:07,159 INFO Processing ruok command from /127.0.0.1:58500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:21:07,203 INFO Processing ruok command from /127.0.0.1:58502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:21:17,162 INFO Processing ruok command from /127.0.0.1:58680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:21:17,250 INFO Processing ruok command from /127.0.0.1:58682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:21:27,184 INFO Processing ruok command from /127.0.0.1:58908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:21:27,247 INFO Processing ruok command from /127.0.0.1:58912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:21:31,317 INFO Committing global session 0x100003829940016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 06:21:37,196 INFO Processing ruok command from /127.0.0.1:59104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:21:37,254 INFO Processing ruok command from /127.0.0.1:59106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:21:37,311 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:21:37,317 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/OpenDCAE-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:21:47,157 INFO Processing ruok command from /127.0.0.1:59272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:21:47,230 INFO Processing ruok command from /127.0.0.1:59274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:21:57,161 INFO Processing ruok command from /127.0.0.1:59466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:21:57,233 INFO Processing ruok command from /127.0.0.1:59468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:22:07,176 INFO Processing ruok command from /127.0.0.1:59632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:22:07,268 INFO Processing ruok command from /127.0.0.1:59640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:22:17,201 INFO Processing ruok command from /127.0.0.1:59822 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:22:17,258 INFO Processing ruok command from /127.0.0.1:59824 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:22:27,165 INFO Processing ruok command from /127.0.0.1:60036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:22:27,256 INFO Processing ruok command from /127.0.0.1:60042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:22:37,178 INFO Processing ruok command from /127.0.0.1:60230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:22:37,232 INFO Processing ruok command from /127.0.0.1:60232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:22:37,310 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:22:47,159 INFO Processing ruok command from /127.0.0.1:60390 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:22:47,209 INFO Processing ruok command from /127.0.0.1:60392 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:22:57,179 INFO Processing ruok command from /127.0.0.1:60584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:22:57,220 INFO Processing ruok command from /127.0.0.1:60586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:23:07,156 INFO Processing ruok command from /127.0.0.1:60748 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:23:07,320 INFO Processing ruok command from /127.0.0.1:60750 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:23:17,166 INFO Processing ruok command from /127.0.0.1:60930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:23:17,229 INFO Processing ruok command from /127.0.0.1:60932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:23:27,179 INFO Processing ruok command from /127.0.0.1:32900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:23:27,253 INFO Processing ruok command from /127.0.0.1:32902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:23:31,359 INFO Committing global session 0x100003829940017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 06:23:37,177 INFO Processing ruok command from /127.0.0.1:33102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:23:37,211 INFO Processing ruok command from /127.0.0.1:33104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:23:37,310 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:23:47,185 INFO Processing ruok command from /127.0.0.1:33260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:23:47,220 INFO Processing ruok command from /127.0.0.1:33262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:23:57,160 INFO Processing ruok command from /127.0.0.1:33468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:23:57,199 INFO Processing ruok command from /127.0.0.1:33470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:24:07,167 INFO Processing ruok command from /127.0.0.1:33742 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:24:07,254 INFO Processing ruok command from /127.0.0.1:33744 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:24:17,188 INFO Processing ruok command from /127.0.0.1:33922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:24:17,234 INFO Processing ruok command from /127.0.0.1:33924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:24:27,159 INFO Processing ruok command from /127.0.0.1:34132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:24:27,197 INFO Processing ruok command from /127.0.0.1:34134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:24:37,207 INFO Processing ruok command from /127.0.0.1:34326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:24:37,253 INFO Processing ruok command from /127.0.0.1:34328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:24:37,310 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:24:47,172 INFO Processing ruok command from /127.0.0.1:34486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:24:47,212 INFO Processing ruok command from /127.0.0.1:34488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:24:57,217 INFO Processing ruok command from /127.0.0.1:34686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:24:57,249 INFO Processing ruok command from /127.0.0.1:34688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:25:07,232 INFO Processing ruok command from /127.0.0.1:34852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:25:07,300 INFO Processing ruok command from /127.0.0.1:34854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:25:17,214 INFO Processing ruok command from /127.0.0.1:35030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:25:17,305 INFO Processing ruok command from /127.0.0.1:35032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:25:27,169 INFO Processing ruok command from /127.0.0.1:35250 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:25:27,258 INFO Processing ruok command from /127.0.0.1:35252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:25:31,288 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-9] 2022-11-22 06:25:31,295 INFO Committing global session 0x3000037e62d0018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 06:25:32,201 INFO Submitting global closeSession request for session 0x3000037e62d0018 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-22 06:25:37,216 INFO Processing ruok command from /127.0.0.1:35464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:25:37,278 INFO Processing ruok command from /127.0.0.1:35466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:25:37,310 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-22 06:25:37,316 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:25:47,186 INFO Processing ruok command from /127.0.0.1:35644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:25:47,230 INFO Processing ruok command from /127.0.0.1:35648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:25:57,173 INFO Processing ruok command from /127.0.0.1:35906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:25:57,247 INFO Processing ruok command from /127.0.0.1:35910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:26:07,197 INFO Processing ruok command from /127.0.0.1:36074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:26:07,244 INFO Processing ruok command from /127.0.0.1:36078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:26:17,163 INFO Processing ruok command from /127.0.0.1:36322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:26:17,229 INFO Processing ruok command from /127.0.0.1:36324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:26:27,171 INFO Processing ruok command from /127.0.0.1:36590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:26:27,208 INFO Processing ruok command from /127.0.0.1:36592 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:26:37,181 INFO Processing ruok command from /127.0.0.1:36808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:26:37,237 INFO Processing ruok command from /127.0.0.1:36810 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:26:37,310 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:26:37,317 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:26:37,322 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:26:47,163 INFO Processing ruok command from /127.0.0.1:36976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:26:47,217 INFO Processing ruok command from /127.0.0.1:36978 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:26:57,217 INFO Processing ruok command from /127.0.0.1:37204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:26:57,293 INFO Processing ruok command from /127.0.0.1:37206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:27:07,175 INFO Processing ruok command from /127.0.0.1:37594 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:27:07,224 INFO Processing ruok command from /127.0.0.1:37596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:27:17,158 INFO Processing ruok command from /127.0.0.1:37786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:27:17,192 INFO Processing ruok command from /127.0.0.1:37788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:27:27,258 INFO Processing ruok command from /127.0.0.1:38038 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:27:27,356 INFO Processing ruok command from /127.0.0.1:38042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:27:31,330 INFO Committing global session 0x2000039d9d90014 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 06:27:37,171 INFO Processing ruok command from /127.0.0.1:38270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:27:37,257 INFO Processing ruok command from /127.0.0.1:38274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:27:37,311 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup/consumerId (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:27:37,317 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:27:37,322 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:27:47,195 INFO Processing ruok command from /127.0.0.1:38446 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:27:47,290 INFO Processing ruok command from /127.0.0.1:38448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:27:57,166 INFO Processing ruok command from /127.0.0.1:38708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:27:57,240 INFO Processing ruok command from /127.0.0.1:38712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:28:07,177 INFO Processing ruok command from /127.0.0.1:38876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:28:07,283 INFO Processing ruok command from /127.0.0.1:38878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:28:17,196 INFO Processing ruok command from /127.0.0.1:39100 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:28:17,272 INFO Processing ruok command from /127.0.0.1:39104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:28:27,193 INFO Processing ruok command from /127.0.0.1:39310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:28:27,197 INFO Processing ruok command from /127.0.0.1:39312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:28:37,162 INFO Processing ruok command from /127.0.0.1:39516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:28:37,239 INFO Processing ruok command from /127.0.0.1:39518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:28:37,311 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:28:37,316 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:28:47,166 INFO Processing ruok command from /127.0.0.1:39720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:28:47,255 INFO Processing ruok command from /127.0.0.1:39724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:28:57,174 INFO Processing ruok command from /127.0.0.1:39942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:28:57,247 INFO Processing ruok command from /127.0.0.1:39944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:29:07,180 INFO Processing ruok command from /127.0.0.1:40182 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:29:07,232 INFO Processing ruok command from /127.0.0.1:40186 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:29:17,203 INFO Processing ruok command from /127.0.0.1:40386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:29:17,289 INFO Processing ruok command from /127.0.0.1:40388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:29:27,200 INFO Processing ruok command from /127.0.0.1:40678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:29:27,204 INFO Processing ruok command from /127.0.0.1:40680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:29:31,369 INFO Committing global session 0x100003829940018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 06:29:37,169 INFO Processing ruok command from /127.0.0.1:40948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:29:37,233 INFO Processing ruok command from /127.0.0.1:40950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:29:37,310 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:29:47,165 INFO Processing ruok command from /127.0.0.1:41122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:29:47,194 INFO Processing ruok command from /127.0.0.1:41124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:29:57,144 INFO Processing ruok command from /127.0.0.1:41330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:29:57,216 INFO Processing ruok command from /127.0.0.1:41332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:30:07,197 INFO Processing ruok command from /127.0.0.1:41696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:30:07,264 INFO Processing ruok command from /127.0.0.1:41698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:30:17,189 INFO Processing ruok command from /127.0.0.1:41898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:30:17,227 INFO Processing ruok command from /127.0.0.1:41900 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:30:27,174 INFO Processing ruok command from /127.0.0.1:42216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:30:27,228 INFO Processing ruok command from /127.0.0.1:42222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:30:34,596 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-11-22 06:30:34,597 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-11-22 06:30:34,605 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-11-22 06:30:37,160 INFO Processing ruok command from /127.0.0.1:42534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:30:37,201 INFO Processing ruok command from /127.0.0.1:42538 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:30:37,313 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:30:47,161 INFO Processing ruok command from /127.0.0.1:42756 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:30:47,201 INFO Processing ruok command from /127.0.0.1:42758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:30:57,173 INFO Processing ruok command from /127.0.0.1:43036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:30:57,235 INFO Processing ruok command from /127.0.0.1:43040 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:31:07,212 INFO Processing ruok command from /127.0.0.1:43280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:31:07,264 INFO Processing ruok command from /127.0.0.1:43282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:31:17,206 INFO Processing ruok command from /127.0.0.1:43466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:31:17,279 INFO Processing ruok command from /127.0.0.1:43468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:31:27,181 INFO Processing ruok command from /127.0.0.1:43688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:31:27,217 INFO Processing ruok command from /127.0.0.1:43690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:31:31,104 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-10] 2022-11-22 06:31:31,112 INFO Committing global session 0x3000037e62d0019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 06:31:32,021 INFO Submitting global closeSession request for session 0x3000037e62d0019 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-22 06:31:37,191 INFO Processing ruok command from /127.0.0.1:43888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:31:37,227 INFO Processing ruok command from /127.0.0.1:43890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:31:47,177 INFO Processing ruok command from /127.0.0.1:44112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:31:47,273 INFO Processing ruok command from /127.0.0.1:44114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:31:57,164 INFO Processing ruok command from /127.0.0.1:44306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:31:57,198 INFO Processing ruok command from /127.0.0.1:44308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:32:07,204 INFO Processing ruok command from /127.0.0.1:44552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:32:07,259 INFO Processing ruok command from /127.0.0.1:44554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:32:17,179 INFO Processing ruok command from /127.0.0.1:44720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:32:17,234 INFO Processing ruok command from /127.0.0.1:44724 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:32:27,157 INFO Processing ruok command from /127.0.0.1:44970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:32:27,221 INFO Processing ruok command from /127.0.0.1:44976 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:32:37,184 INFO Processing ruok command from /127.0.0.1:45236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:32:37,288 INFO Processing ruok command from /127.0.0.1:45238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:32:47,264 INFO Processing ruok command from /127.0.0.1:45416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:32:47,314 INFO Processing ruok command from /127.0.0.1:45418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:32:57,187 INFO Processing ruok command from /127.0.0.1:45672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:32:57,258 INFO Processing ruok command from /127.0.0.1:45674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:33:07,185 INFO Processing ruok command from /127.0.0.1:45916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:33:07,243 INFO Processing ruok command from /127.0.0.1:45918 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:33:17,197 INFO Processing ruok command from /127.0.0.1:46092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:33:17,267 INFO Processing ruok command from /127.0.0.1:46096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:33:27,178 INFO Processing ruok command from /127.0.0.1:46304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:33:27,268 INFO Processing ruok command from /127.0.0.1:46308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:33:31,105 INFO Committing global session 0x100003829940019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 06:33:37,181 INFO Processing ruok command from /127.0.0.1:46496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:33:37,253 INFO Processing ruok command from /127.0.0.1:46498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:33:47,190 INFO Processing ruok command from /127.0.0.1:46654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:33:47,234 INFO Processing ruok command from /127.0.0.1:46656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:33:57,161 INFO Processing ruok command from /127.0.0.1:46854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:33:57,206 INFO Processing ruok command from /127.0.0.1:46856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:34:07,198 INFO Processing ruok command from /127.0.0.1:47044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:34:07,283 INFO Processing ruok command from /127.0.0.1:47046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:34:17,161 INFO Processing ruok command from /127.0.0.1:47208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:34:17,206 INFO Processing ruok command from /127.0.0.1:47210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:34:27,151 INFO Processing ruok command from /127.0.0.1:47418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:34:27,245 INFO Processing ruok command from /127.0.0.1:47420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:34:37,163 INFO Processing ruok command from /127.0.0.1:47606 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:34:37,237 INFO Processing ruok command from /127.0.0.1:47608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:34:47,179 INFO Processing ruok command from /127.0.0.1:47760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:34:47,233 INFO Processing ruok command from /127.0.0.1:47762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:34:57,171 INFO Processing ruok command from /127.0.0.1:47958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:34:57,233 INFO Processing ruok command from /127.0.0.1:47960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:35:07,221 INFO Processing ruok command from /127.0.0.1:48118 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:35:07,281 INFO Processing ruok command from /127.0.0.1:48120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:35:17,169 INFO Processing ruok command from /127.0.0.1:48292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:35:17,289 INFO Processing ruok command from /127.0.0.1:48294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:35:27,176 INFO Processing ruok command from /127.0.0.1:48506 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:35:27,260 INFO Processing ruok command from /127.0.0.1:48508 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:35:31,358 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-11] 2022-11-22 06:35:31,367 INFO Committing global session 0x3000037e62d001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 06:35:32,265 INFO Submitting global closeSession request for session 0x3000037e62d001a (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-22 06:35:37,181 INFO Processing ruok command from /127.0.0.1:48694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:35:37,271 INFO Processing ruok command from /127.0.0.1:48696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:35:37,312 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:35:47,165 INFO Processing ruok command from /127.0.0.1:48860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:35:47,245 INFO Processing ruok command from /127.0.0.1:48862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:35:57,225 INFO Processing ruok command from /127.0.0.1:49054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:35:57,261 INFO Processing ruok command from /127.0.0.1:49056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:36:07,175 INFO Processing ruok command from /127.0.0.1:49300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:36:07,229 INFO Processing ruok command from /127.0.0.1:49302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:36:17,165 INFO Processing ruok command from /127.0.0.1:49468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:36:17,260 INFO Processing ruok command from /127.0.0.1:49470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:36:27,167 INFO Processing ruok command from /127.0.0.1:49680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:36:27,206 INFO Processing ruok command from /127.0.0.1:49682 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:36:37,157 INFO Processing ruok command from /127.0.0.1:49870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:36:37,211 INFO Processing ruok command from /127.0.0.1:49872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:36:37,310 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:36:47,170 INFO Processing ruok command from /127.0.0.1:50030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:36:47,205 INFO Processing ruok command from /127.0.0.1:50032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:36:57,149 INFO Processing ruok command from /127.0.0.1:50218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:36:57,239 INFO Processing ruok command from /127.0.0.1:50222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:37:07,155 INFO Processing ruok command from /127.0.0.1:50382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:37:07,244 INFO Processing ruok command from /127.0.0.1:50384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:37:17,151 INFO Processing ruok command from /127.0.0.1:50554 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:37:17,234 INFO Processing ruok command from /127.0.0.1:50556 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:37:27,172 INFO Processing ruok command from /127.0.0.1:50764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:37:27,213 INFO Processing ruok command from /127.0.0.1:50766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:37:31,149 INFO Committing global session 0x10000382994001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 06:37:37,198 INFO Processing ruok command from /127.0.0.1:50950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:37:37,288 INFO Processing ruok command from /127.0.0.1:50952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:37:37,310 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:37:47,164 INFO Processing ruok command from /127.0.0.1:51110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:37:47,188 INFO Processing ruok command from /127.0.0.1:51112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:37:57,159 INFO Processing ruok command from /127.0.0.1:51306 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:37:57,221 INFO Processing ruok command from /127.0.0.1:51308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:38:07,173 INFO Processing ruok command from /127.0.0.1:51470 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:38:07,233 INFO Processing ruok command from /127.0.0.1:51472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:38:17,171 INFO Processing ruok command from /127.0.0.1:51640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:38:17,218 INFO Processing ruok command from /127.0.0.1:51642 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:38:27,169 INFO Processing ruok command from /127.0.0.1:51856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:38:27,206 INFO Processing ruok command from /127.0.0.1:51858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:38:37,167 INFO Processing ruok command from /127.0.0.1:52054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:38:37,227 INFO Processing ruok command from /127.0.0.1:52056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:38:37,310 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:38:37,315 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:38:47,174 INFO Processing ruok command from /127.0.0.1:52214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:38:47,220 INFO Processing ruok command from /127.0.0.1:52216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:38:57,167 INFO Processing ruok command from /127.0.0.1:52410 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:38:57,237 INFO Processing ruok command from /127.0.0.1:52412 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:39:07,177 INFO Processing ruok command from /127.0.0.1:52670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:39:07,234 INFO Processing ruok command from /127.0.0.1:52674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:39:17,162 INFO Processing ruok command from /127.0.0.1:52844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:39:17,238 INFO Processing ruok command from /127.0.0.1:52846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:39:27,221 INFO Processing ruok command from /127.0.0.1:53052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:39:27,257 INFO Processing ruok command from /127.0.0.1:53054 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:39:31,083 INFO Committing global session 0x2000039d9d90015 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 06:39:37,156 INFO Processing ruok command from /127.0.0.1:53236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:39:37,202 INFO Processing ruok command from /127.0.0.1:53238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:39:37,311 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT/2 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:39:47,165 INFO Processing ruok command from /127.0.0.1:53394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:39:47,226 INFO Processing ruok command from /127.0.0.1:53396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:39:57,166 INFO Processing ruok command from /127.0.0.1:53596 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:39:57,210 INFO Processing ruok command from /127.0.0.1:53598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:40:07,161 INFO Processing ruok command from /127.0.0.1:53758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:40:07,208 INFO Processing ruok command from /127.0.0.1:53760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:40:17,166 INFO Processing ruok command from /127.0.0.1:53930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:40:17,202 INFO Processing ruok command from /127.0.0.1:53932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:40:27,204 INFO Processing ruok command from /127.0.0.1:54142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:40:27,313 INFO Processing ruok command from /127.0.0.1:54144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:40:37,171 INFO Processing ruok command from /127.0.0.1:54336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:40:37,235 INFO Processing ruok command from /127.0.0.1:54338 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:40:37,310 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_PNFREG_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:40:37,315 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:40:47,156 INFO Processing ruok command from /127.0.0.1:54502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:40:47,191 INFO Processing ruok command from /127.0.0.1:54504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:40:57,156 INFO Processing ruok command from /127.0.0.1:54714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:40:57,195 INFO Processing ruok command from /127.0.0.1:54716 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:41:07,197 INFO Processing ruok command from /127.0.0.1:54892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:41:07,258 INFO Processing ruok command from /127.0.0.1:54896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:41:17,160 INFO Processing ruok command from /127.0.0.1:55076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:41:17,225 INFO Processing ruok command from /127.0.0.1:55078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:41:27,169 INFO Processing ruok command from /127.0.0.1:55280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:41:27,215 INFO Processing ruok command from /127.0.0.1:55282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:41:31,372 INFO Committing global session 0x2000039d9d90016 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 06:41:37,160 INFO Processing ruok command from /127.0.0.1:55496 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:41:37,234 INFO Processing ruok command from /127.0.0.1:55498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:41:37,311 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:41:47,154 INFO Processing ruok command from /127.0.0.1:55666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:41:47,183 INFO Processing ruok command from /127.0.0.1:55668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:41:57,193 INFO Processing ruok command from /127.0.0.1:55880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:41:57,235 INFO Processing ruok command from /127.0.0.1:55882 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:42:07,168 INFO Processing ruok command from /127.0.0.1:56136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:42:07,246 INFO Processing ruok command from /127.0.0.1:56140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:42:17,175 INFO Processing ruok command from /127.0.0.1:56316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:42:17,243 INFO Processing ruok command from /127.0.0.1:56318 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:42:27,165 INFO Processing ruok command from /127.0.0.1:56534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:42:27,197 INFO Processing ruok command from /127.0.0.1:56536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:42:37,161 INFO Processing ruok command from /127.0.0.1:56732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:42:37,190 INFO Processing ruok command from /127.0.0.1:56734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:42:37,312 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:42:47,150 INFO Processing ruok command from /127.0.0.1:56934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:42:47,245 INFO Processing ruok command from /127.0.0.1:56936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:42:57,189 INFO Processing ruok command from /127.0.0.1:57138 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:42:57,297 INFO Processing ruok command from /127.0.0.1:57140 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:43:07,168 INFO Processing ruok command from /127.0.0.1:57314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:43:07,220 INFO Processing ruok command from /127.0.0.1:57316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:43:17,176 INFO Processing ruok command from /127.0.0.1:57498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:43:17,194 INFO Processing ruok command from /127.0.0.1:57500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:43:27,153 INFO Processing ruok command from /127.0.0.1:57708 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:43:27,220 INFO Processing ruok command from /127.0.0.1:57710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:43:31,206 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-12] 2022-11-22 06:43:31,220 INFO Committing global session 0x3000037e62d001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 06:43:32,115 INFO Submitting global closeSession request for session 0x3000037e62d001b (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-22 06:43:37,177 INFO Processing ruok command from /127.0.0.1:57914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:43:37,225 INFO Processing ruok command from /127.0.0.1:57916 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:43:37,310 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:43:47,163 INFO Processing ruok command from /127.0.0.1:58072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:43:47,198 INFO Processing ruok command from /127.0.0.1:58074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:43:57,164 INFO Processing ruok command from /127.0.0.1:58276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:43:57,189 INFO Processing ruok command from /127.0.0.1:58278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:44:07,163 INFO Processing ruok command from /127.0.0.1:58452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:44:07,213 INFO Processing ruok command from /127.0.0.1:58454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:44:17,148 INFO Processing ruok command from /127.0.0.1:58624 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:44:17,186 INFO Processing ruok command from /127.0.0.1:58626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:44:27,149 INFO Processing ruok command from /127.0.0.1:58834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:44:27,185 INFO Processing ruok command from /127.0.0.1:58836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:44:37,168 INFO Processing ruok command from /127.0.0.1:59034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:44:37,248 INFO Processing ruok command from /127.0.0.1:59036 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:44:37,311 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:44:47,154 INFO Processing ruok command from /127.0.0.1:59212 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:44:47,225 INFO Processing ruok command from /127.0.0.1:59214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:44:57,184 INFO Processing ruok command from /127.0.0.1:59432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:44:57,230 INFO Processing ruok command from /127.0.0.1:59434 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:45:07,198 INFO Processing ruok command from /127.0.0.1:59720 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:45:07,286 INFO Processing ruok command from /127.0.0.1:59722 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:45:17,164 INFO Processing ruok command from /127.0.0.1:59902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:45:17,212 INFO Processing ruok command from /127.0.0.1:59904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:45:27,173 INFO Processing ruok command from /127.0.0.1:60128 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:45:27,216 INFO Processing ruok command from /127.0.0.1:60130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:45:31,212 INFO Committing global session 0x10000382994001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 06:45:37,181 INFO Processing ruok command from /127.0.0.1:60330 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:45:37,245 INFO Processing ruok command from /127.0.0.1:60332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:45:37,310 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:45:47,157 INFO Processing ruok command from /127.0.0.1:60490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:45:47,217 INFO Processing ruok command from /127.0.0.1:60492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:45:57,172 INFO Processing ruok command from /127.0.0.1:60688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:45:57,209 INFO Processing ruok command from /127.0.0.1:60690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:46:07,177 INFO Processing ruok command from /127.0.0.1:60860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:46:07,212 INFO Processing ruok command from /127.0.0.1:60862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:46:17,164 INFO Processing ruok command from /127.0.0.1:32788 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:46:17,207 INFO Processing ruok command from /127.0.0.1:32792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:46:27,157 INFO Processing ruok command from /127.0.0.1:33018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:46:27,183 INFO Processing ruok command from /127.0.0.1:33020 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:46:37,153 INFO Processing ruok command from /127.0.0.1:33218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:46:37,193 INFO Processing ruok command from /127.0.0.1:33220 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:46:37,311 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:46:47,161 INFO Processing ruok command from /127.0.0.1:33394 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:46:47,244 INFO Processing ruok command from /127.0.0.1:33396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:46:57,168 INFO Processing ruok command from /127.0.0.1:33598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:46:57,233 INFO Processing ruok command from /127.0.0.1:33602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:47:07,183 INFO Processing ruok command from /127.0.0.1:33782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:47:07,261 INFO Processing ruok command from /127.0.0.1:33784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:47:17,177 INFO Processing ruok command from /127.0.0.1:33956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:47:17,217 INFO Processing ruok command from /127.0.0.1:33958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:47:27,160 INFO Processing ruok command from /127.0.0.1:34174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:47:27,196 INFO Processing ruok command from /127.0.0.1:34176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:47:31,486 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-13] 2022-11-22 06:47:31,491 INFO Committing global session 0x3000037e62d001c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 06:47:32,400 INFO Submitting global closeSession request for session 0x3000037e62d001c (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-22 06:47:37,163 INFO Processing ruok command from /127.0.0.1:34370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:47:37,203 INFO Processing ruok command from /127.0.0.1:34372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:47:37,316 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:47:37,324 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:47:47,159 INFO Processing ruok command from /127.0.0.1:34566 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:47:47,237 INFO Processing ruok command from /127.0.0.1:34572 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:47:57,187 INFO Processing ruok command from /127.0.0.1:34768 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:47:57,229 INFO Processing ruok command from /127.0.0.1:34770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:48:07,175 INFO Processing ruok command from /127.0.0.1:35030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:48:07,197 INFO Processing ruok command from /127.0.0.1:35032 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:48:17,181 INFO Processing ruok command from /127.0.0.1:35208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:48:17,268 INFO Processing ruok command from /127.0.0.1:35210 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:48:27,164 INFO Processing ruok command from /127.0.0.1:35448 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:48:27,204 INFO Processing ruok command from /127.0.0.1:35450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:48:37,160 INFO Processing ruok command from /127.0.0.1:35676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:48:37,201 INFO Processing ruok command from /127.0.0.1:35678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:48:37,311 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:48:37,319 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:48:47,178 INFO Processing ruok command from /127.0.0.1:35876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:48:47,262 INFO Processing ruok command from /127.0.0.1:35880 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:48:57,174 INFO Processing ruok command from /127.0.0.1:36078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:48:57,212 INFO Processing ruok command from /127.0.0.1:36082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:49:07,153 INFO Processing ruok command from /127.0.0.1:36252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:49:07,218 INFO Processing ruok command from /127.0.0.1:36254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:49:17,176 INFO Processing ruok command from /127.0.0.1:36420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:49:17,248 INFO Processing ruok command from /127.0.0.1:36422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:49:27,166 INFO Processing ruok command from /127.0.0.1:36678 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:49:27,257 INFO Processing ruok command from /127.0.0.1:36680 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:49:31,222 INFO Committing global session 0x10000382994001c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 06:49:37,198 INFO Processing ruok command from /127.0.0.1:36872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:49:37,224 INFO Processing ruok command from /127.0.0.1:36874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:49:37,310 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:49:37,317 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:49:47,175 INFO Processing ruok command from /127.0.0.1:37042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:49:47,229 INFO Processing ruok command from /127.0.0.1:37044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:49:57,198 INFO Processing ruok command from /127.0.0.1:37252 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:49:57,279 INFO Processing ruok command from /127.0.0.1:37254 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:50:07,191 INFO Processing ruok command from /127.0.0.1:37450 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:50:07,231 INFO Processing ruok command from /127.0.0.1:37452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:50:17,165 INFO Processing ruok command from /127.0.0.1:37668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:50:17,196 INFO Processing ruok command from /127.0.0.1:37670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:50:27,213 INFO Processing ruok command from /127.0.0.1:37938 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:50:27,303 INFO Processing ruok command from /127.0.0.1:37940 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:50:37,154 INFO Processing ruok command from /127.0.0.1:38130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:50:37,196 INFO Processing ruok command from /127.0.0.1:38132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:50:37,311 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:50:37,317 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:50:47,173 INFO Processing ruok command from /127.0.0.1:38302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:50:47,269 INFO Processing ruok command from /127.0.0.1:38308 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:50:57,157 INFO Processing ruok command from /127.0.0.1:38498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:50:57,219 INFO Processing ruok command from /127.0.0.1:38500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:51:07,208 INFO Processing ruok command from /127.0.0.1:38770 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:51:07,304 INFO Processing ruok command from /127.0.0.1:38772 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:51:17,176 INFO Processing ruok command from /127.0.0.1:39056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:51:17,248 INFO Processing ruok command from /127.0.0.1:39062 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:51:27,155 INFO Processing ruok command from /127.0.0.1:39374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:51:27,212 INFO Processing ruok command from /127.0.0.1:39380 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:51:31,414 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-14] 2022-11-22 06:51:31,437 INFO Committing global session 0x3000037e62d001d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 06:51:32,297 INFO Submitting global closeSession request for session 0x3000037e62d001d (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-22 06:51:37,157 INFO Processing ruok command from /127.0.0.1:39632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:51:37,222 INFO Processing ruok command from /127.0.0.1:39634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:51:37,310 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:51:47,160 INFO Processing ruok command from /127.0.0.1:39802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:51:47,207 INFO Processing ruok command from /127.0.0.1:39804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:51:57,160 INFO Processing ruok command from /127.0.0.1:40014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:51:57,237 INFO Processing ruok command from /127.0.0.1:40016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:52:07,177 INFO Processing ruok command from /127.0.0.1:40224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:52:07,202 INFO Processing ruok command from /127.0.0.1:40226 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:52:17,209 INFO Processing ruok command from /127.0.0.1:40526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:52:17,292 INFO Processing ruok command from /127.0.0.1:40532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:52:27,177 INFO Processing ruok command from /127.0.0.1:40922 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:52:27,203 INFO Processing ruok command from /127.0.0.1:40924 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:52:37,180 INFO Processing ruok command from /127.0.0.1:41246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:52:37,221 INFO Processing ruok command from /127.0.0.1:41248 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:52:37,311 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:52:37,318 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-22 06:52:37,324 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:52:37,330 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:52:37,335 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/kpi-cg/kpi-cid (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:52:47,163 INFO Processing ruok command from /127.0.0.1:41516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:52:47,197 INFO Processing ruok command from /127.0.0.1:41518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:52:57,188 INFO Processing ruok command from /127.0.0.1:41782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:52:57,268 INFO Processing ruok command from /127.0.0.1:41786 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:53:07,169 INFO Processing ruok command from /127.0.0.1:42090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:53:07,232 INFO Processing ruok command from /127.0.0.1:42092 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:53:17,154 INFO Processing ruok command from /127.0.0.1:42260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:53:17,194 INFO Processing ruok command from /127.0.0.1:42262 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:53:27,169 INFO Processing ruok command from /127.0.0.1:42536 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:53:27,286 INFO Processing ruok command from /127.0.0.1:42542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:53:31,254 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-15] 2022-11-22 06:53:31,260 INFO Committing global session 0x3000037e62d001e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 06:53:32,153 INFO Submitting global closeSession request for session 0x3000037e62d001e (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-22 06:53:37,158 INFO Processing ruok command from /127.0.0.1:42776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:53:37,222 INFO Processing ruok command from /127.0.0.1:42778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:53:37,310 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup/consumerId (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:53:37,316 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/kpi-cg (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:53:37,322 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:53:37,328 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:53:37,335 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:53:47,169 INFO Processing ruok command from /127.0.0.1:42950 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:53:47,235 INFO Processing ruok command from /127.0.0.1:42952 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:53:57,164 INFO Processing ruok command from /127.0.0.1:43156 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:53:57,249 INFO Processing ruok command from /127.0.0.1:43160 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:54:07,183 INFO Processing ruok command from /127.0.0.1:43418 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:54:07,245 INFO Processing ruok command from /127.0.0.1:43420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:54:17,162 INFO Processing ruok command from /127.0.0.1:43630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:54:17,199 INFO Processing ruok command from /127.0.0.1:43632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:54:27,158 INFO Processing ruok command from /127.0.0.1:43850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:54:27,196 INFO Processing ruok command from /127.0.0.1:43852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:54:37,167 INFO Processing ruok command from /127.0.0.1:44142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:54:37,204 INFO Processing ruok command from /127.0.0.1:44144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:54:37,310 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY/consumerGroup (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:54:37,315 INFO Attempting to delete candidate container: /consumerFactory/SDC-DISTR-NOTIF-TOPIC-AUTO (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:54:37,321 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:54:47,145 INFO Processing ruok command from /127.0.0.1:44314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:54:47,191 INFO Processing ruok command from /127.0.0.1:44316 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:54:57,160 INFO Processing ruok command from /127.0.0.1:44518 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:54:57,223 INFO Processing ruok command from /127.0.0.1:44520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:55:07,179 INFO Processing ruok command from /127.0.0.1:44700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:55:07,230 INFO Processing ruok command from /127.0.0.1:44702 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:55:17,175 INFO Processing ruok command from /127.0.0.1:44870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:55:17,202 INFO Processing ruok command from /127.0.0.1:44872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:55:27,174 INFO Processing ruok command from /127.0.0.1:45088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:55:27,239 INFO Processing ruok command from /127.0.0.1:45090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:55:31,135 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-16] 2022-11-22 06:55:31,140 INFO Committing global session 0x3000037e62d001f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 06:55:32,058 INFO Submitting global closeSession request for session 0x3000037e62d001f (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-22 06:55:37,182 INFO Processing ruok command from /127.0.0.1:45284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:55:37,229 INFO Processing ruok command from /127.0.0.1:45286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:55:37,310 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PNF_READY (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:55:47,200 INFO Processing ruok command from /127.0.0.1:45460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:55:47,247 INFO Processing ruok command from /127.0.0.1:45462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:55:57,185 INFO Processing ruok command from /127.0.0.1:45654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:55:57,223 INFO Processing ruok command from /127.0.0.1:45656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:56:07,177 INFO Processing ruok command from /127.0.0.1:45834 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:56:07,207 INFO Processing ruok command from /127.0.0.1:45836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:56:17,173 INFO Processing ruok command from /127.0.0.1:46112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:56:17,270 INFO Processing ruok command from /127.0.0.1:46114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:56:27,161 INFO Processing ruok command from /127.0.0.1:46400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:56:27,190 INFO Processing ruok command from /127.0.0.1:46402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:56:37,179 INFO Processing ruok command from /127.0.0.1:46648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:56:37,273 INFO Processing ruok command from /127.0.0.1:46650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:56:37,311 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:56:47,179 INFO Processing ruok command from /127.0.0.1:46850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:56:47,274 INFO Processing ruok command from /127.0.0.1:46854 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:56:57,170 INFO Processing ruok command from /127.0.0.1:47070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:56:57,235 INFO Processing ruok command from /127.0.0.1:47074 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:57:07,182 INFO Processing ruok command from /127.0.0.1:47396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:57:07,288 INFO Processing ruok command from /127.0.0.1:47400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:57:17,178 INFO Processing ruok command from /127.0.0.1:47574 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:57:17,211 INFO Processing ruok command from /127.0.0.1:47576 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:57:27,198 INFO Processing ruok command from /127.0.0.1:47792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:57:27,268 INFO Processing ruok command from /127.0.0.1:47794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:57:31,260 INFO Committing global session 0x10000382994001d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 06:57:37,180 INFO Processing ruok command from /127.0.0.1:47984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:57:37,273 INFO Processing ruok command from /127.0.0.1:47986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:57:37,320 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:57:47,175 INFO Processing ruok command from /127.0.0.1:48196 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:57:47,244 INFO Processing ruok command from /127.0.0.1:48198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:57:57,157 INFO Processing ruok command from /127.0.0.1:48402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:57:57,206 INFO Processing ruok command from /127.0.0.1:48404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:58:07,158 INFO Processing ruok command from /127.0.0.1:48586 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:58:07,194 INFO Processing ruok command from /127.0.0.1:48588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:58:17,172 INFO Processing ruok command from /127.0.0.1:48844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:58:17,261 INFO Processing ruok command from /127.0.0.1:48850 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:58:27,182 INFO Processing ruok command from /127.0.0.1:49176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:58:27,270 INFO Processing ruok command from /127.0.0.1:49180 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:58:37,232 INFO Processing ruok command from /127.0.0.1:49532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:58:37,275 INFO Processing ruok command from /127.0.0.1:49534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 06:58:37,310 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:58:47,178 INFO Processing ruok command from /127.0.0.1:49736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 06:58:47,206 INFO Processing ruok command from /127.0.0.1:49738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 06:58:57,162 INFO Processing ruok command from /127.0.0.1:49942 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 06:58:57,197 INFO Processing ruok command from /127.0.0.1:49944 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 06:59:07,175 INFO Processing ruok command from /127.0.0.1:50152 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 06:59:07,226 INFO Processing ruok command from /127.0.0.1:50154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 06:59:17,173 INFO Processing ruok command from /127.0.0.1:50322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 06:59:17,248 INFO Processing ruok command from /127.0.0.1:50324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 06:59:27,178 INFO Processing ruok command from /127.0.0.1:50548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 06:59:27,237 INFO Processing ruok command from /127.0.0.1:50550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 06:59:31,185 INFO Committing global session 0x2000039d9d90017 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 06:59:37,159 INFO Processing ruok command from /127.0.0.1:50758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 06:59:37,205 INFO Processing ruok command from /127.0.0.1:50760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 06:59:37,310 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 06:59:47,164 INFO Processing ruok command from /127.0.0.1:50934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 06:59:47,221 INFO Processing ruok command from /127.0.0.1:50936 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 06:59:57,164 INFO Processing ruok command from /127.0.0.1:51130 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 06:59:57,259 INFO Processing ruok command from /127.0.0.1:51132 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 07:00:07,172 INFO Processing ruok command from /127.0.0.1:51370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 07:00:07,244 INFO Processing ruok command from /127.0.0.1:51372 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 07:00:17,179 INFO Processing ruok command from /127.0.0.1:51542 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 07:00:17,237 INFO Processing ruok command from /127.0.0.1:51544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 07:00:27,157 INFO Processing ruok command from /127.0.0.1:51758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 07:00:27,213 INFO Processing ruok command from /127.0.0.1:51760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 07:00:37,161 INFO Processing ruok command from /127.0.0.1:51954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 07:00:37,197 INFO Processing ruok command from /127.0.0.1:51956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 07:00:37,311 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 07:00:47,176 INFO Processing ruok command from /127.0.0.1:52134 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 07:00:47,231 INFO Processing ruok command from /127.0.0.1:52136 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 07:00:57,161 INFO Processing ruok command from /127.0.0.1:52332 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 07:00:57,206 INFO Processing ruok command from /127.0.0.1:52334 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 07:01:07,161 INFO Processing ruok command from /127.0.0.1:52514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 07:01:07,212 INFO Processing ruok command from /127.0.0.1:52516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 07:01:17,159 INFO Processing ruok command from /127.0.0.1:52692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 07:01:17,237 INFO Processing ruok command from /127.0.0.1:52694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 07:01:27,164 INFO Processing ruok command from /127.0.0.1:52912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 07:01:27,189 INFO Processing ruok command from /127.0.0.1:52914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 07:01:31,085 INFO Committing global session 0x2000039d9d90018 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 07:01:37,155 INFO Processing ruok command from /127.0.0.1:53120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 07:01:37,227 INFO Processing ruok command from /127.0.0.1:53122 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 07:01:37,310 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 07:01:37,315 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 07:01:47,169 INFO Processing ruok command from /127.0.0.1:53290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 07:01:47,207 INFO Processing ruok command from /127.0.0.1:53292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 07:01:57,163 INFO Processing ruok command from /127.0.0.1:53486 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 07:01:57,197 INFO Processing ruok command from /127.0.0.1:53488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 07:02:07,161 INFO Processing ruok command from /127.0.0.1:53672 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 07:02:07,192 INFO Processing ruok command from /127.0.0.1:53674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 07:02:17,182 INFO Processing ruok command from /127.0.0.1:53866 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 07:02:17,232 INFO Processing ruok command from /127.0.0.1:53868 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 07:02:27,153 INFO Processing ruok command from /127.0.0.1:54084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 07:02:27,219 INFO Processing ruok command from /127.0.0.1:54086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 07:02:37,169 INFO Processing ruok command from /127.0.0.1:54286 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 07:02:37,203 INFO Processing ruok command from /127.0.0.1:54288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 07:02:37,311 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 07:02:37,317 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 07:02:37,323 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 07:02:47,158 INFO Processing ruok command from /127.0.0.1:54466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 07:02:47,209 INFO Processing ruok command from /127.0.0.1:54468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 07:02:57,169 INFO Processing ruok command from /127.0.0.1:54668 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 07:02:57,209 INFO Processing ruok command from /127.0.0.1:54670 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 07:03:07,155 INFO Processing ruok command from /127.0.0.1:54928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 07:03:07,189 INFO Processing ruok command from /127.0.0.1:54930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 07:03:17,184 INFO Processing ruok command from /127.0.0.1:55102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 07:03:17,225 INFO Processing ruok command from /127.0.0.1:55104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 07:03:27,157 INFO Processing ruok command from /127.0.0.1:55312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 07:03:27,204 INFO Processing ruok command from /127.0.0.1:55314 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 07:03:31,139 INFO Committing global session 0x10000382994001e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 07:03:37,171 INFO Processing ruok command from /127.0.0.1:55502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 07:03:37,262 INFO Processing ruok command from /127.0.0.1:55504 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 07:03:37,311 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 07:03:37,317 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 07:03:37,323 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT/1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 07:03:47,188 INFO Processing ruok command from /127.0.0.1:55684 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 07:03:47,228 INFO Processing ruok command from /127.0.0.1:55688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 07:03:57,165 INFO Processing ruok command from /127.0.0.1:55888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 07:03:57,212 INFO Processing ruok command from /127.0.0.1:55892 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 07:04:07,189 INFO Processing ruok command from /127.0.0.1:56086 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 07:04:07,246 INFO Processing ruok command from /127.0.0.1:56088 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 07:04:17,182 INFO Processing ruok command from /127.0.0.1:56264 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 07:04:17,224 INFO Processing ruok command from /127.0.0.1:56266 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 07:04:27,148 INFO Processing ruok command from /127.0.0.1:56488 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 07:04:27,228 INFO Processing ruok command from /127.0.0.1:56490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 07:04:37,157 INFO Processing ruok command from /127.0.0.1:56698 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 07:04:37,202 INFO Processing ruok command from /127.0.0.1:56700 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 07:04:37,311 INFO Attempting to delete candidate container: /consumerFactory/AAI-EVENT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 07:04:37,317 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 07:04:47,160 INFO Processing ruok command from /127.0.0.1:56860 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 07:04:47,262 INFO Processing ruok command from /127.0.0.1:56862 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 07:04:57,165 INFO Processing ruok command from /127.0.0.1:57090 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 07:04:57,229 INFO Processing ruok command from /127.0.0.1:57094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 07:05:07,182 INFO Processing ruok command from /127.0.0.1:57280 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 07:05:07,249 INFO Processing ruok command from /127.0.0.1:57282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 07:05:17,165 INFO Processing ruok command from /127.0.0.1:57452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 07:05:17,233 INFO Processing ruok command from /127.0.0.1:57454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 07:05:27,167 INFO Processing ruok command from /127.0.0.1:57674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 07:05:27,204 INFO Processing ruok command from /127.0.0.1:57676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 07:05:31,292 INFO Committing global session 0x2000039d9d90019 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 07:05:37,169 INFO Processing ruok command from /127.0.0.1:57874 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 07:05:37,212 INFO Processing ruok command from /127.0.0.1:57876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 07:05:37,310 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 07:05:47,180 INFO Processing ruok command from /127.0.0.1:58056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 07:05:47,250 INFO Processing ruok command from /127.0.0.1:58058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 07:05:57,182 INFO Processing ruok command from /127.0.0.1:58256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 07:05:57,213 INFO Processing ruok command from /127.0.0.1:58258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 07:06:07,165 INFO Processing ruok command from /127.0.0.1:58510 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 07:06:07,224 INFO Processing ruok command from /127.0.0.1:58512 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 07:06:17,167 INFO Processing ruok command from /127.0.0.1:58686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 07:06:17,187 INFO Processing ruok command from /127.0.0.1:58688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 07:06:27,161 INFO Processing ruok command from /127.0.0.1:58902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 07:06:27,218 INFO Processing ruok command from /127.0.0.1:58904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 07:06:37,162 INFO Processing ruok command from /127.0.0.1:59102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 07:06:37,193 INFO Processing ruok command from /127.0.0.1:59104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 07:06:37,311 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 07:06:47,166 INFO Processing ruok command from /127.0.0.1:59268 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 07:06:47,191 INFO Processing ruok command from /127.0.0.1:59270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 07:06:57,158 INFO Processing ruok command from /127.0.0.1:59460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 07:06:57,218 INFO Processing ruok command from /127.0.0.1:59462 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 07:07:07,158 INFO Processing ruok command from /127.0.0.1:59638 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 07:07:07,228 INFO Processing ruok command from /127.0.0.1:59640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 07:07:17,161 INFO Processing ruok command from /127.0.0.1:59806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 07:07:17,204 INFO Processing ruok command from /127.0.0.1:59808 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 07:07:27,153 INFO Processing ruok command from /127.0.0.1:60028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 07:07:27,214 INFO Processing ruok command from /127.0.0.1:60030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 07:07:31,111 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-1] 2022-11-22 07:07:31,117 INFO Committing global session 0x3000037e62d0020 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 07:07:31,937 INFO Submitting global closeSession request for session 0x3000037e62d0020 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-22 07:07:37,179 INFO Processing ruok command from /127.0.0.1:60216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 07:07:37,204 INFO Processing ruok command from /127.0.0.1:60218 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 07:07:37,310 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 07:07:47,154 INFO Processing ruok command from /127.0.0.1:60382 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 07:07:47,208 INFO Processing ruok command from /127.0.0.1:60384 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 07:07:57,170 INFO Processing ruok command from /127.0.0.1:60588 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 07:07:57,194 INFO Processing ruok command from /127.0.0.1:60590 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 07:08:07,177 INFO Processing ruok command from /127.0.0.1:60762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 07:08:07,239 INFO Processing ruok command from /127.0.0.1:60764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 07:08:17,155 INFO Processing ruok command from /127.0.0.1:60928 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 07:08:17,192 INFO Processing ruok command from /127.0.0.1:60930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 07:08:27,149 INFO Processing ruok command from /127.0.0.1:32906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 07:08:27,177 INFO Processing ruok command from /127.0.0.1:32908 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 07:08:37,169 INFO Processing ruok command from /127.0.0.1:33096 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 07:08:37,249 INFO Processing ruok command from /127.0.0.1:33098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 07:08:37,312 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 07:08:47,187 INFO Processing ruok command from /127.0.0.1:33272 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 07:08:47,239 INFO Processing ruok command from /127.0.0.1:33274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 07:08:57,178 INFO Processing ruok command from /127.0.0.1:33468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 07:08:57,252 INFO Processing ruok command from /127.0.0.1:33472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 07:09:07,182 INFO Processing ruok command from /127.0.0.1:33732 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 07:09:07,209 INFO Processing ruok command from /127.0.0.1:33734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 07:09:17,341 INFO Processing ruok command from /127.0.0.1:33904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 07:09:17,356 INFO Processing ruok command from /127.0.0.1:33906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 07:09:27,155 INFO Processing ruok command from /127.0.0.1:34112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 07:09:27,239 INFO Processing ruok command from /127.0.0.1:34114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 07:09:31,000 INFO Committing global session 0x10000382994001f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 07:09:37,174 INFO Processing ruok command from /127.0.0.1:34322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 07:09:37,219 INFO Processing ruok command from /127.0.0.1:34324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 07:09:47,163 INFO Processing ruok command from /127.0.0.1:34514 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 07:09:47,269 INFO Processing ruok command from /127.0.0.1:34516 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 07:09:57,191 INFO Processing ruok command from /127.0.0.1:34712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 07:09:57,224 INFO Processing ruok command from /127.0.0.1:34714 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 07:10:07,160 INFO Processing ruok command from /127.0.0.1:34886 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 07:10:07,226 INFO Processing ruok command from /127.0.0.1:34888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 07:10:17,164 INFO Processing ruok command from /127.0.0.1:35052 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 07:10:17,232 INFO Processing ruok command from /127.0.0.1:35056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 07:10:27,170 INFO Processing ruok command from /127.0.0.1:35274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 07:10:27,224 INFO Processing ruok command from /127.0.0.1:35276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 07:10:37,171 INFO Processing ruok command from /127.0.0.1:35464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 07:10:37,266 INFO Processing ruok command from /127.0.0.1:35468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 07:10:47,162 INFO Processing ruok command from /127.0.0.1:35644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 07:10:47,247 INFO Processing ruok command from /127.0.0.1:35650 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 07:10:57,167 INFO Processing ruok command from /127.0.0.1:35844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 07:10:57,281 INFO Processing ruok command from /127.0.0.1:35846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 07:11:07,165 INFO Processing ruok command from /127.0.0.1:36028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 07:11:07,248 INFO Processing ruok command from /127.0.0.1:36030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 07:11:17,174 INFO Processing ruok command from /127.0.0.1:36206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 07:11:17,232 INFO Processing ruok command from /127.0.0.1:36208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 07:11:27,151 INFO Processing ruok command from /127.0.0.1:36430 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 07:11:27,219 INFO Processing ruok command from /127.0.0.1:36432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 07:11:31,251 INFO Committing global session 0x2000039d9d9001a (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 07:11:37,178 INFO Processing ruok command from /127.0.0.1:36634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 07:11:37,217 INFO Processing ruok command from /127.0.0.1:36636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 07:11:47,160 INFO Processing ruok command from /127.0.0.1:36814 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 07:11:47,215 INFO Processing ruok command from /127.0.0.1:36818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 07:11:57,162 INFO Processing ruok command from /127.0.0.1:37024 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 07:11:57,234 INFO Processing ruok command from /127.0.0.1:37026 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 07:12:07,165 INFO Processing ruok command from /127.0.0.1:37284 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 07:12:07,198 INFO Processing ruok command from /127.0.0.1:37288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 07:12:17,154 INFO Processing ruok command from /127.0.0.1:37460 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 07:12:17,181 INFO Processing ruok command from /127.0.0.1:37464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 07:12:27,156 INFO Processing ruok command from /127.0.0.1:37688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 07:12:27,222 INFO Processing ruok command from /127.0.0.1:37690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 07:12:37,179 INFO Processing ruok command from /127.0.0.1:37884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 07:12:37,256 INFO Processing ruok command from /127.0.0.1:37888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 07:12:47,166 INFO Processing ruok command from /127.0.0.1:38068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 07:12:47,201 INFO Processing ruok command from /127.0.0.1:38072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 07:12:57,169 INFO Processing ruok command from /127.0.0.1:38274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 07:12:57,201 INFO Processing ruok command from /127.0.0.1:38276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 07:13:07,179 INFO Processing ruok command from /127.0.0.1:38456 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 07:13:07,224 INFO Processing ruok command from /127.0.0.1:38458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 07:13:17,162 INFO Processing ruok command from /127.0.0.1:38636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 07:13:17,233 INFO Processing ruok command from /127.0.0.1:38640 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 07:13:27,151 INFO Processing ruok command from /127.0.0.1:38856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 07:13:27,194 INFO Processing ruok command from /127.0.0.1:38858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 07:13:31,116 INFO Committing global session 0x2000039d9d9001b (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 07:13:37,154 INFO Processing ruok command from /127.0.0.1:39056 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 07:13:37,199 INFO Processing ruok command from /127.0.0.1:39058 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 07:13:37,310 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 07:13:47,180 INFO Processing ruok command from /127.0.0.1:39230 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 07:13:47,206 INFO Processing ruok command from /127.0.0.1:39234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 07:13:57,151 INFO Processing ruok command from /127.0.0.1:39440 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 07:13:57,187 INFO Processing ruok command from /127.0.0.1:39442 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 07:14:07,162 INFO Processing ruok command from /127.0.0.1:39630 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 07:14:07,255 INFO Processing ruok command from /127.0.0.1:39632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 07:14:17,169 INFO Processing ruok command from /127.0.0.1:39802 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 07:14:17,201 INFO Processing ruok command from /127.0.0.1:39804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 07:14:27,147 INFO Processing ruok command from /127.0.0.1:40028 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 07:14:27,192 INFO Processing ruok command from /127.0.0.1:40030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 07:14:37,185 INFO Processing ruok command from /127.0.0.1:40244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 07:14:37,235 INFO Processing ruok command from /127.0.0.1:40246 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 07:14:37,311 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 07:14:47,166 INFO Processing ruok command from /127.0.0.1:40426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 07:14:47,236 INFO Processing ruok command from /127.0.0.1:40432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 07:14:57,162 INFO Processing ruok command from /127.0.0.1:40632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 07:14:57,206 INFO Processing ruok command from /127.0.0.1:40636 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 07:15:07,168 INFO Processing ruok command from /127.0.0.1:40894 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 07:15:07,206 INFO Processing ruok command from /127.0.0.1:40896 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 07:15:17,178 INFO Processing ruok command from /127.0.0.1:41070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 07:15:17,201 INFO Processing ruok command from /127.0.0.1:41072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 07:15:27,169 INFO Processing ruok command from /127.0.0.1:41292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 07:15:27,227 INFO Processing ruok command from /127.0.0.1:41294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 07:15:31,149 INFO Committing global session 0x100003829940020 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 07:15:37,161 INFO Processing ruok command from /127.0.0.1:41482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 07:15:37,211 INFO Processing ruok command from /127.0.0.1:41484 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 07:15:37,310 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 07:15:47,171 INFO Processing ruok command from /127.0.0.1:41654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 07:15:47,207 INFO Processing ruok command from /127.0.0.1:41656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 07:15:57,185 INFO Processing ruok command from /127.0.0.1:41876 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 07:15:57,293 INFO Processing ruok command from /127.0.0.1:41878 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 07:16:07,168 INFO Processing ruok command from /127.0.0.1:42070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 07:16:07,199 INFO Processing ruok command from /127.0.0.1:42072 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 07:16:17,184 INFO Processing ruok command from /127.0.0.1:42240 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 07:16:17,235 INFO Processing ruok command from /127.0.0.1:42244 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 07:16:27,179 INFO Processing ruok command from /127.0.0.1:42464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 07:16:27,252 INFO Processing ruok command from /127.0.0.1:42466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 07:16:37,174 INFO Processing ruok command from /127.0.0.1:42656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 07:16:37,209 INFO Processing ruok command from /127.0.0.1:42658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 07:16:37,310 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 07:16:47,166 INFO Processing ruok command from /127.0.0.1:42828 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 07:16:47,205 INFO Processing ruok command from /127.0.0.1:42830 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 07:16:57,171 INFO Processing ruok command from /127.0.0.1:43046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 07:16:57,212 INFO Processing ruok command from /127.0.0.1:43048 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 07:17:07,167 INFO Processing ruok command from /127.0.0.1:43232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 07:17:07,206 INFO Processing ruok command from /127.0.0.1:43234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 07:17:17,159 INFO Processing ruok command from /127.0.0.1:43400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 07:17:17,213 INFO Processing ruok command from /127.0.0.1:43402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 07:17:27,162 INFO Processing ruok command from /127.0.0.1:43626 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 07:17:27,203 INFO Processing ruok command from /127.0.0.1:43628 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 07:17:31,324 INFO Committing global session 0x100003829940021 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 07:17:37,193 INFO Processing ruok command from /127.0.0.1:43844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 07:17:37,246 INFO Processing ruok command from /127.0.0.1:43846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 07:17:37,311 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 07:17:47,161 INFO Processing ruok command from /127.0.0.1:44046 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 07:17:47,205 INFO Processing ruok command from /127.0.0.1:44050 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 07:17:57,188 INFO Processing ruok command from /127.0.0.1:44256 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 07:17:57,261 INFO Processing ruok command from /127.0.0.1:44258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 07:18:07,173 INFO Processing ruok command from /127.0.0.1:44522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 07:18:07,202 INFO Processing ruok command from /127.0.0.1:44524 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 07:18:17,157 INFO Processing ruok command from /127.0.0.1:44686 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 07:18:17,189 INFO Processing ruok command from /127.0.0.1:44688 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 07:18:27,180 INFO Processing ruok command from /127.0.0.1:44904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 07:18:27,266 INFO Processing ruok command from /127.0.0.1:44906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 07:18:37,160 INFO Processing ruok command from /127.0.0.1:45094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 07:18:37,223 INFO Processing ruok command from /127.0.0.1:45098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 07:18:37,310 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 07:18:47,173 INFO Processing ruok command from /127.0.0.1:45276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 07:18:47,219 INFO Processing ruok command from /127.0.0.1:45278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 07:18:57,170 INFO Processing ruok command from /127.0.0.1:45498 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 07:18:57,215 INFO Processing ruok command from /127.0.0.1:45502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 07:19:07,161 INFO Processing ruok command from /127.0.0.1:45690 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 07:19:07,218 INFO Processing ruok command from /127.0.0.1:45692 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 07:19:17,197 INFO Processing ruok command from /127.0.0.1:45856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 07:19:17,227 INFO Processing ruok command from /127.0.0.1:45858 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 07:19:27,171 INFO Processing ruok command from /127.0.0.1:46082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 07:19:27,232 INFO Processing ruok command from /127.0.0.1:46084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 07:19:31,370 INFO Committing global session 0x100003829940022 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 07:19:37,154 INFO Processing ruok command from /127.0.0.1:46282 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 07:19:37,219 INFO Processing ruok command from /127.0.0.1:46288 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 07:19:37,311 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 07:19:47,175 INFO Processing ruok command from /127.0.0.1:46452 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 07:19:47,225 INFO Processing ruok command from /127.0.0.1:46454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 07:19:57,170 INFO Processing ruok command from /127.0.0.1:46652 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 07:19:57,210 INFO Processing ruok command from /127.0.0.1:46654 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 07:20:07,180 INFO Processing ruok command from /127.0.0.1:46846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 07:20:07,217 INFO Processing ruok command from /127.0.0.1:46848 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 07:20:17,149 INFO Processing ruok command from /127.0.0.1:47012 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 07:20:17,222 INFO Processing ruok command from /127.0.0.1:47014 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 07:20:27,177 INFO Processing ruok command from /127.0.0.1:47234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 07:20:27,213 INFO Processing ruok command from /127.0.0.1:47236 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 07:20:37,177 INFO Processing ruok command from /127.0.0.1:47422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 07:20:37,225 INFO Processing ruok command from /127.0.0.1:47424 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 07:20:37,310 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 07:20:47,154 INFO Processing ruok command from /127.0.0.1:47602 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 07:20:47,185 INFO Processing ruok command from /127.0.0.1:47604 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 07:20:57,175 INFO Processing ruok command from /127.0.0.1:47794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 07:20:57,357 INFO Processing ruok command from /127.0.0.1:47798 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 07:21:07,184 INFO Processing ruok command from /127.0.0.1:48082 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 07:21:07,218 INFO Processing ruok command from /127.0.0.1:48084 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 07:21:17,198 INFO Processing ruok command from /127.0.0.1:48270 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 07:21:17,291 INFO Processing ruok command from /127.0.0.1:48274 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 07:21:27,149 INFO Processing ruok command from /127.0.0.1:48490 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 07:21:27,227 INFO Processing ruok command from /127.0.0.1:48492 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 07:21:31,184 INFO Committing global session 0x100003829940023 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 07:21:37,155 INFO Processing ruok command from /127.0.0.1:48674 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 07:21:37,254 INFO Processing ruok command from /127.0.0.1:48676 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 07:21:37,310 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 07:21:47,154 INFO Processing ruok command from /127.0.0.1:48852 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 07:21:47,278 INFO Processing ruok command from /127.0.0.1:48856 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 07:21:57,184 INFO Processing ruok command from /127.0.0.1:49042 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 07:21:57,252 INFO Processing ruok command from /127.0.0.1:49044 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 07:22:07,178 INFO Processing ruok command from /127.0.0.1:49232 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 07:22:07,214 INFO Processing ruok command from /127.0.0.1:49234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 07:22:17,180 INFO Processing ruok command from /127.0.0.1:49402 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 07:22:17,213 INFO Processing ruok command from /127.0.0.1:49404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 07:22:27,177 INFO Processing ruok command from /127.0.0.1:49632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 07:22:27,269 INFO Processing ruok command from /127.0.0.1:49634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 07:22:37,174 INFO Processing ruok command from /127.0.0.1:49818 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 07:22:37,233 INFO Processing ruok command from /127.0.0.1:49820 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 07:22:37,310 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 07:22:47,171 INFO Processing ruok command from /127.0.0.1:49986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 07:22:47,253 INFO Processing ruok command from /127.0.0.1:49988 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 07:22:57,161 INFO Processing ruok command from /127.0.0.1:50170 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 07:22:57,248 INFO Processing ruok command from /127.0.0.1:50176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 07:23:07,221 INFO Processing ruok command from /127.0.0.1:50374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 07:23:07,311 INFO Processing ruok command from /127.0.0.1:50378 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 07:23:17,171 INFO Processing ruok command from /127.0.0.1:50544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 07:23:17,240 INFO Processing ruok command from /127.0.0.1:50548 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 07:23:27,208 INFO Processing ruok command from /127.0.0.1:50776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 07:23:27,268 INFO Processing ruok command from /127.0.0.1:50778 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 07:23:31,035 INFO Committing global session 0x2000039d9d9001c (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 07:23:37,155 INFO Processing ruok command from /127.0.0.1:50954 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 07:23:37,213 INFO Processing ruok command from /127.0.0.1:50956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 07:23:47,174 INFO Processing ruok command from /127.0.0.1:51154 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 07:23:47,286 INFO Processing ruok command from /127.0.0.1:51158 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 07:23:57,174 INFO Processing ruok command from /127.0.0.1:51336 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 07:23:57,266 INFO Processing ruok command from /127.0.0.1:51342 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 07:24:07,169 INFO Processing ruok command from /127.0.0.1:51608 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 07:24:07,220 INFO Processing ruok command from /127.0.0.1:51610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 07:24:17,180 INFO Processing ruok command from /127.0.0.1:51774 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 07:24:17,247 INFO Processing ruok command from /127.0.0.1:51776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 07:24:27,155 INFO Processing ruok command from /127.0.0.1:51992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 07:24:27,201 INFO Processing ruok command from /127.0.0.1:51994 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 07:24:37,183 INFO Processing ruok command from /127.0.0.1:52198 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 07:24:37,210 INFO Processing ruok command from /127.0.0.1:52200 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 07:24:37,310 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1/C1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 07:24:47,174 INFO Processing ruok command from /127.0.0.1:52396 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 07:24:47,293 INFO Processing ruok command from /127.0.0.1:52398 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 07:24:57,166 INFO Processing ruok command from /127.0.0.1:52582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 07:24:57,252 INFO Processing ruok command from /127.0.0.1:52584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 07:25:07,162 INFO Processing ruok command from /127.0.0.1:52794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 07:25:07,194 INFO Processing ruok command from /127.0.0.1:52796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 07:25:17,165 INFO Processing ruok command from /127.0.0.1:52958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 07:25:17,225 INFO Processing ruok command from /127.0.0.1:52960 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 07:25:27,181 INFO Processing ruok command from /127.0.0.1:53214 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 07:25:27,253 INFO Processing ruok command from /127.0.0.1:53216 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 07:25:31,380 INFO Committing global session 0x100003829940024 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 07:25:37,164 INFO Processing ruok command from /127.0.0.1:53420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 07:25:37,217 INFO Processing ruok command from /127.0.0.1:53422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 07:25:37,311 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS/CG1 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 07:25:47,162 INFO Processing ruok command from /127.0.0.1:53598 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 07:25:47,217 INFO Processing ruok command from /127.0.0.1:53600 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 07:25:57,174 INFO Processing ruok command from /127.0.0.1:53790 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 07:25:57,257 INFO Processing ruok command from /127.0.0.1:53792 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 07:26:07,213 INFO Processing ruok command from /127.0.0.1:54000 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 07:26:07,285 INFO Processing ruok command from /127.0.0.1:54002 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 07:26:17,168 INFO Processing ruok command from /127.0.0.1:54172 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 07:26:17,241 INFO Processing ruok command from /127.0.0.1:54174 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 07:26:27,182 INFO Processing ruok command from /127.0.0.1:54426 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 07:26:27,258 INFO Processing ruok command from /127.0.0.1:54428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 07:26:37,221 INFO Processing ruok command from /127.0.0.1:54612 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 07:26:37,311 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.PERFORMANCE_MEASUREMENTS (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 07:26:37,317 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 07:26:37,346 INFO Processing ruok command from /127.0.0.1:54616 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 07:26:47,167 INFO Processing ruok command from /127.0.0.1:54804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 07:26:47,204 INFO Processing ruok command from /127.0.0.1:54806 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 07:26:57,166 INFO Processing ruok command from /127.0.0.1:54982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 07:26:57,233 INFO Processing ruok command from /127.0.0.1:54984 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 07:27:07,177 INFO Processing ruok command from /127.0.0.1:55258 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 07:27:07,236 INFO Processing ruok command from /127.0.0.1:55260 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 07:27:17,169 INFO Processing ruok command from /127.0.0.1:55414 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 07:27:17,224 INFO Processing ruok command from /127.0.0.1:55416 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 07:27:27,185 INFO Processing ruok command from /127.0.0.1:55644 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 07:27:27,222 INFO Processing ruok command from /127.0.0.1:55646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 07:27:31,175 INFO Committing global session 0x2000039d9d9001d (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 07:27:37,156 INFO Processing ruok command from /127.0.0.1:55836 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 07:27:37,187 INFO Processing ruok command from /127.0.0.1:55838 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 07:27:37,311 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12 (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 07:27:47,165 INFO Processing ruok command from /127.0.0.1:56016 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 07:27:47,206 INFO Processing ruok command from /127.0.0.1:56018 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 07:27:57,162 INFO Processing ruok command from /127.0.0.1:56206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 07:27:57,209 INFO Processing ruok command from /127.0.0.1:56208 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 07:28:07,177 INFO Processing ruok command from /127.0.0.1:56400 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 07:28:07,206 INFO Processing ruok command from /127.0.0.1:56404 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 07:28:17,176 INFO Processing ruok command from /127.0.0.1:56562 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 07:28:17,216 INFO Processing ruok command from /127.0.0.1:56564 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 07:28:27,154 INFO Processing ruok command from /127.0.0.1:56782 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 07:28:27,193 INFO Processing ruok command from /127.0.0.1:56784 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 07:28:37,158 INFO Processing ruok command from /127.0.0.1:56968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 07:28:37,189 INFO Processing ruok command from /127.0.0.1:56970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 07:28:37,311 INFO Attempting to delete candidate container: /consumerFactory/unauthenticated.VES_NOTIFICATION_OUTPUT (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 07:28:47,182 INFO Processing ruok command from /127.0.0.1:57142 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 07:28:47,241 INFO Processing ruok command from /127.0.0.1:57144 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 07:28:57,177 INFO Processing ruok command from /127.0.0.1:57326 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 07:28:57,234 INFO Processing ruok command from /127.0.0.1:57328 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 07:29:07,185 INFO Processing ruok command from /127.0.0.1:57520 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 07:29:07,240 INFO Processing ruok command from /127.0.0.1:57522 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 07:29:17,155 INFO Processing ruok command from /127.0.0.1:57694 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 07:29:17,189 INFO Processing ruok command from /127.0.0.1:57696 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 07:29:27,151 INFO Processing ruok command from /127.0.0.1:57904 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 07:29:27,204 INFO Processing ruok command from /127.0.0.1:57906 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 07:29:31,044 INFO Committing global session 0x100003829940025 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 07:29:37,165 INFO Processing ruok command from /127.0.0.1:58104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 07:29:37,211 INFO Processing ruok command from /127.0.0.1:58106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 07:29:37,310 INFO Attempting to delete candidate container: /consumerFactory (org.apache.zookeeper.server.ContainerManager) [ContainerManagerTask] 2022-11-22 07:29:47,149 INFO Processing ruok command from /127.0.0.1:58276 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 07:29:47,183 INFO Processing ruok command from /127.0.0.1:58278 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 07:29:57,161 INFO Processing ruok command from /127.0.0.1:58454 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 07:29:57,203 INFO Processing ruok command from /127.0.0.1:58458 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 07:30:07,174 INFO Processing ruok command from /127.0.0.1:58734 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 07:30:07,226 INFO Processing ruok command from /127.0.0.1:58736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 07:30:17,169 INFO Processing ruok command from /127.0.0.1:58898 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 07:30:17,202 INFO Processing ruok command from /127.0.0.1:58902 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 07:30:27,164 INFO Processing ruok command from /127.0.0.1:59114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 07:30:27,219 INFO Processing ruok command from /127.0.0.1:59116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 07:30:34,596 INFO Purge task started. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-11-22 07:30:34,597 INFO zookeeper.snapshot.trust.empty : false (org.apache.zookeeper.server.persistence.FileTxnSnapLog) [PurgeTask] 2022-11-22 07:30:34,605 INFO Purge task completed. (org.apache.zookeeper.server.DatadirCleanupManager) [PurgeTask] 2022-11-22 07:30:37,179 INFO Processing ruok command from /127.0.0.1:59298 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 07:30:37,251 INFO Processing ruok command from /127.0.0.1:59300 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 07:30:47,163 INFO Processing ruok command from /127.0.0.1:59468 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 07:30:47,212 INFO Processing ruok command from /127.0.0.1:59472 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 07:30:57,165 INFO Processing ruok command from /127.0.0.1:59656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 07:30:57,202 INFO Processing ruok command from /127.0.0.1:59658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 07:31:07,176 INFO Processing ruok command from /127.0.0.1:59840 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 07:31:07,213 INFO Processing ruok command from /127.0.0.1:59842 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 07:31:17,171 INFO Processing ruok command from /127.0.0.1:60008 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 07:31:17,242 INFO Processing ruok command from /127.0.0.1:60010 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 07:31:27,158 INFO Processing ruok command from /127.0.0.1:60222 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 07:31:27,192 INFO Processing ruok command from /127.0.0.1:60224 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 07:31:31,192 INFO Committing global session 0x2000039d9d9001e (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 07:31:37,176 INFO Processing ruok command from /127.0.0.1:60406 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 07:31:37,233 INFO Processing ruok command from /127.0.0.1:60408 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 07:31:47,161 INFO Processing ruok command from /127.0.0.1:60582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 07:31:47,197 INFO Processing ruok command from /127.0.0.1:60584 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 07:31:57,207 INFO Processing ruok command from /127.0.0.1:60764 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 07:31:57,234 INFO Processing ruok command from /127.0.0.1:60766 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 07:32:07,233 INFO Processing ruok command from /127.0.0.1:60956 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 07:32:07,283 INFO Processing ruok command from /127.0.0.1:60958 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 07:32:17,165 INFO Processing ruok command from /127.0.0.1:32884 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 07:32:17,242 INFO Processing ruok command from /127.0.0.1:32888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 07:32:27,171 INFO Processing ruok command from /127.0.0.1:33102 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 07:32:27,243 INFO Processing ruok command from /127.0.0.1:33104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 07:32:37,155 INFO Processing ruok command from /127.0.0.1:33302 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 07:32:37,209 INFO Processing ruok command from /127.0.0.1:33304 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 07:32:47,169 INFO Processing ruok command from /127.0.0.1:33464 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 07:32:47,208 INFO Processing ruok command from /127.0.0.1:33466 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 07:32:57,161 INFO Processing ruok command from /127.0.0.1:33646 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 07:32:57,191 INFO Processing ruok command from /127.0.0.1:33648 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 07:33:07,171 INFO Processing ruok command from /127.0.0.1:33910 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 07:33:07,222 INFO Processing ruok command from /127.0.0.1:33912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 07:33:17,154 INFO Processing ruok command from /127.0.0.1:34076 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 07:33:17,194 INFO Processing ruok command from /127.0.0.1:34078 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 07:33:27,217 INFO Processing ruok command from /127.0.0.1:34294 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 07:33:27,284 INFO Processing ruok command from /127.0.0.1:34296 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 07:33:30,988 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-2] 2022-11-22 07:33:30,996 INFO Committing global session 0x3000037e62d0021 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 07:33:31,917 INFO Submitting global closeSession request for session 0x3000037e62d0021 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-22 07:33:37,167 INFO Processing ruok command from /127.0.0.1:34480 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 07:33:37,227 INFO Processing ruok command from /127.0.0.1:34482 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 07:33:47,156 INFO Processing ruok command from /127.0.0.1:34656 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 07:33:47,186 INFO Processing ruok command from /127.0.0.1:34658 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 07:33:57,168 INFO Processing ruok command from /127.0.0.1:34844 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 07:33:57,242 INFO Processing ruok command from /127.0.0.1:34846 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 07:34:07,179 INFO Processing ruok command from /127.0.0.1:35030 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 07:34:07,266 INFO Processing ruok command from /127.0.0.1:35034 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 07:34:17,160 INFO Processing ruok command from /127.0.0.1:35204 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 07:34:17,192 INFO Processing ruok command from /127.0.0.1:35206 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 07:34:27,197 INFO Processing ruok command from /127.0.0.1:35428 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 07:34:27,291 INFO Processing ruok command from /127.0.0.1:35432 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 07:34:37,165 INFO Processing ruok command from /127.0.0.1:35632 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 07:34:37,205 INFO Processing ruok command from /127.0.0.1:35634 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 07:34:47,216 INFO Processing ruok command from /127.0.0.1:35800 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 07:34:47,261 INFO Processing ruok command from /127.0.0.1:35804 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 07:34:57,149 INFO Processing ruok command from /127.0.0.1:35990 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 07:34:57,205 INFO Processing ruok command from /127.0.0.1:35992 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 07:35:07,177 INFO Processing ruok command from /127.0.0.1:36188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 07:35:07,217 INFO Processing ruok command from /127.0.0.1:36190 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 07:35:17,153 INFO Processing ruok command from /127.0.0.1:36364 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 07:35:17,189 INFO Processing ruok command from /127.0.0.1:36366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 07:35:27,208 INFO Processing ruok command from /127.0.0.1:36578 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 07:35:27,309 INFO Processing ruok command from /127.0.0.1:36582 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 07:35:31,095 INFO Committing global session 0x100003829940026 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 07:35:37,163 INFO Processing ruok command from /127.0.0.1:36760 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 07:35:37,190 INFO Processing ruok command from /127.0.0.1:36762 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 07:35:47,166 INFO Processing ruok command from /127.0.0.1:36930 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 07:35:47,195 INFO Processing ruok command from /127.0.0.1:36932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 07:35:57,157 INFO Processing ruok command from /127.0.0.1:37114 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 07:35:57,206 INFO Processing ruok command from /127.0.0.1:37116 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 07:36:07,216 INFO Processing ruok command from /127.0.0.1:37374 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 07:36:07,249 INFO Processing ruok command from /127.0.0.1:37376 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 07:36:17,167 INFO Processing ruok command from /127.0.0.1:37544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 07:36:17,229 INFO Processing ruok command from /127.0.0.1:37546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 07:36:27,215 INFO Processing ruok command from /127.0.0.1:37754 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 07:36:27,301 INFO Processing ruok command from /127.0.0.1:37758 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 07:36:37,182 INFO Processing ruok command from /127.0.0.1:37946 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 07:36:37,261 INFO Processing ruok command from /127.0.0.1:37948 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 07:36:47,175 INFO Processing ruok command from /127.0.0.1:38120 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 07:36:47,221 INFO Processing ruok command from /127.0.0.1:38124 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 07:36:57,168 INFO Processing ruok command from /127.0.0.1:38310 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 07:36:57,201 INFO Processing ruok command from /127.0.0.1:38312 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 07:37:07,172 INFO Processing ruok command from /127.0.0.1:38500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 07:37:07,209 INFO Processing ruok command from /127.0.0.1:38502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 07:37:17,170 INFO Processing ruok command from /127.0.0.1:38664 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 07:37:17,222 INFO Processing ruok command from /127.0.0.1:38666 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 07:37:27,169 INFO Processing ruok command from /127.0.0.1:38870 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 07:37:27,211 INFO Processing ruok command from /127.0.0.1:38872 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 07:37:31,390 INFO Authenticated Id 'CN=cluster-operator,O=io.strimzi' for Scheme 'x509' (org.apache.zookeeper.server.auth.X509AuthenticationProvider) [nioEventLoopGroup-7-3] 2022-11-22 07:37:31,397 INFO Committing global session 0x3000037e62d0022 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 07:37:32,299 INFO Submitting global closeSession request for session 0x3000037e62d0022 (org.apache.zookeeper.server.ZooKeeperServer) [RequestThrottler] 2022-11-22 07:37:37,169 INFO Processing ruok command from /127.0.0.1:39068 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 07:37:37,201 INFO Processing ruok command from /127.0.0.1:39070 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 07:37:47,162 INFO Processing ruok command from /127.0.0.1:39234 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 07:37:47,218 INFO Processing ruok command from /127.0.0.1:39238 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 07:37:57,166 INFO Processing ruok command from /127.0.0.1:39420 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 07:37:57,252 INFO Processing ruok command from /127.0.0.1:39422 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 07:38:07,147 INFO Processing ruok command from /127.0.0.1:39610 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 07:38:07,220 INFO Processing ruok command from /127.0.0.1:39614 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 07:38:17,161 INFO Processing ruok command from /127.0.0.1:39776 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 07:38:17,216 INFO Processing ruok command from /127.0.0.1:39780 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 07:38:27,173 INFO Processing ruok command from /127.0.0.1:39982 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 07:38:27,214 INFO Processing ruok command from /127.0.0.1:39986 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 07:38:37,176 INFO Processing ruok command from /127.0.0.1:40184 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 07:38:37,269 INFO Processing ruok command from /127.0.0.1:40188 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 07:38:47,164 INFO Processing ruok command from /127.0.0.1:40356 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 07:38:47,202 INFO Processing ruok command from /127.0.0.1:40360 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 07:38:57,164 INFO Processing ruok command from /127.0.0.1:40532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 07:38:57,208 INFO Processing ruok command from /127.0.0.1:40534 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 07:39:07,179 INFO Processing ruok command from /127.0.0.1:40794 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 07:39:07,249 INFO Processing ruok command from /127.0.0.1:40796 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 07:39:17,162 INFO Processing ruok command from /127.0.0.1:40968 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 07:39:17,209 INFO Processing ruok command from /127.0.0.1:40970 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 07:39:27,185 INFO Processing ruok command from /127.0.0.1:41176 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 07:39:27,242 INFO Processing ruok command from /127.0.0.1:41178 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 07:39:31,020 INFO Committing global session 0x2000039d9d9001f (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 07:39:37,176 INFO Processing ruok command from /127.0.0.1:41386 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 07:39:37,257 INFO Processing ruok command from /127.0.0.1:41388 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 07:39:47,145 INFO Processing ruok command from /127.0.0.1:41550 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 07:39:47,222 INFO Processing ruok command from /127.0.0.1:41552 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 07:39:57,147 INFO Processing ruok command from /127.0.0.1:41736 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 07:39:57,189 INFO Processing ruok command from /127.0.0.1:41738 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 07:40:07,172 INFO Processing ruok command from /127.0.0.1:41932 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 07:40:07,237 INFO Processing ruok command from /127.0.0.1:41934 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 07:40:17,163 INFO Processing ruok command from /127.0.0.1:42104 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 07:40:17,197 INFO Processing ruok command from /127.0.0.1:42106 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 07:40:27,165 INFO Processing ruok command from /127.0.0.1:42322 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 07:40:27,201 INFO Processing ruok command from /127.0.0.1:42324 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 07:40:37,174 INFO Processing ruok command from /127.0.0.1:42526 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 07:40:37,266 INFO Processing ruok command from /127.0.0.1:42532 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 07:40:47,180 INFO Processing ruok command from /127.0.0.1:42710 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 07:40:47,215 INFO Processing ruok command from /127.0.0.1:42712 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 07:40:57,161 INFO Processing ruok command from /127.0.0.1:42912 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 07:40:57,228 INFO Processing ruok command from /127.0.0.1:42914 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12] 2022-11-22 07:41:07,153 INFO Processing ruok command from /127.0.0.1:43110 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-13] 2022-11-22 07:41:07,204 INFO Processing ruok command from /127.0.0.1:43112 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-14] 2022-11-22 07:41:17,161 INFO Processing ruok command from /127.0.0.1:43290 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-15] 2022-11-22 07:41:17,196 INFO Processing ruok command from /127.0.0.1:43292 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-16] 2022-11-22 07:41:27,157 INFO Processing ruok command from /127.0.0.1:43500 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-1] 2022-11-22 07:41:27,198 INFO Processing ruok command from /127.0.0.1:43502 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-2] 2022-11-22 07:41:31,036 INFO Committing global session 0x100003829940027 (org.apache.zookeeper.server.quorum.LeaderSessionTracker) [CommitProcessor:3] 2022-11-22 07:41:37,190 INFO Processing ruok command from /127.0.0.1:43704 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-3] 2022-11-22 07:41:37,245 INFO Processing ruok command from /127.0.0.1:43706 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-4] 2022-11-22 07:41:47,171 INFO Processing ruok command from /127.0.0.1:43888 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-5] 2022-11-22 07:41:47,223 INFO Processing ruok command from /127.0.0.1:43890 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-6] 2022-11-22 07:41:57,165 INFO Processing ruok command from /127.0.0.1:44094 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-7] 2022-11-22 07:41:57,241 INFO Processing ruok command from /127.0.0.1:44098 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-8] 2022-11-22 07:42:07,193 INFO Processing ruok command from /127.0.0.1:44366 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-9] 2022-11-22 07:42:07,272 INFO Processing ruok command from /127.0.0.1:44370 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-10] 2022-11-22 07:42:17,155 INFO Processing ruok command from /127.0.0.1:44544 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-11] 2022-11-22 07:42:17,193 INFO Processing ruok command from /127.0.0.1:44546 (org.apache.zookeeper.server.NettyServerCnxn) [nioEventLoopGroup-4-12]